We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 036b6c4 commit f03cec1Copy full SHA for f03cec1
1 file changed
PharoSound.pier
@@ -627,9 +627,9 @@ Dans un premier temps nous allons charger en mémoire les différents samples qu
627
[[[
628
| spl spl1 spl2 |
629
"Chargement des sons"
630
-spl := SampledSound fromWaveFileNamed: '/home/messner/ocean.wav'.
631
-spl1 := SampledSound fromWaveFileNamed: '/home/messner/mouette.wav'.
632
-spl2 := SampledSound fromWaveFileNamed: '/home/messner/bateau.wav'.
+spl := SampledSound fromWaveFileNamed: '/home/messner/PharoSound/sound/ocean.wav'.
+spl1 := SampledSound fromWaveFileNamed: '/home/messner/PharoSound/sound/mouette.wav'.
+spl2 := SampledSound fromWaveFileNamed: '/home/messner/PharoSound/sound/bateau.wav'.
633
634
"Ajout des sons dans la librairie pour les jouer plus tard"
635
SampledSound addLibrarySoundNamed: 'ocean'
0 commit comments