use new sound channel feature in elm

This commit is contained in:
Carsten Haitzler 2014-02-09 19:17:28 +09:00
parent 054a0f482c
commit e6b1ac0f9d
1 changed files with 6 additions and 6 deletions

View File

@ -629,7 +629,7 @@ collections {
}
program {
signal: "bell"; source: "terminology";
action: PLAY_SAMPLE "bell" 1.0;
action: PLAY_SAMPLE "bell" 1.0 ALERT;
}
program {
signal: "bell"; source: "terminology";
@ -2363,19 +2363,19 @@ target: "0.clip"; target: "1.clip"; target: "2.clip"; target: "3.clip"; target:
}
}
program { name: "key-down1";
action: PLAY_SAMPLE "key-tap1" 1.0;
action: PLAY_SAMPLE "key-tap1" 1.0 INPUT;
}
program { name: "key-down2";
action: PLAY_SAMPLE "key-tap2" 1.0;
action: PLAY_SAMPLE "key-tap2" 1.0 INPUT;
}
program { name: "key-down3";
action: PLAY_SAMPLE "key-tap3" 1.0;
action: PLAY_SAMPLE "key-tap3" 1.0 INPUT;
}
program { name: "key-down4";
action: PLAY_SAMPLE "key-tap4" 1.0;
action: PLAY_SAMPLE "key-tap4" 1.0 INPUT;
}
program { name: "key-down5";
action: PLAY_SAMPLE "key-tap5" 1.0;
action: PLAY_SAMPLE "key-tap5" 1.0 INPUT;
}
program {
signal: "key,down"; source: "terminology";