Skip to content

Commit f03cec1

Browse files
committed
Changes on example's directories
1 parent 036b6c4 commit f03cec1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

PharoSound.pier

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -627,9 +627,9 @@ Dans un premier temps nous allons charger en mémoire les différents samples qu
627627
[[[
628628
| spl spl1 spl2 |
629629
"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'.
630+
spl := SampledSound fromWaveFileNamed: '/home/messner/PharoSound/sound/ocean.wav'.
631+
spl1 := SampledSound fromWaveFileNamed: '/home/messner/PharoSound/sound/mouette.wav'.
632+
spl2 := SampledSound fromWaveFileNamed: '/home/messner/PharoSound/sound/bateau.wav'.
633633

634634
"Ajout des sons dans la librairie pour les jouer plus tard"
635635
SampledSound addLibrarySoundNamed: 'ocean'

0 commit comments

Comments
 (0)