I'm going on with creating my own contents because I didn't like some sounds.
There is the Knorr D12 brake lever. The lever has a clicking sound when pulled, then you can hear the gas flowing through the system. I wanted to get that clicking sound exactly once, as soon as the lever is pulled. My problem is, it is sometimes played multiple times after applying or releasing the brakes. I tried to use DisableTrigger and EnableTrigger with DiscreteTrigger 14, 139 and even VariableTrigger ( BrakeCyl...) but it doesn't do much.
Solution would be to play it once and disable it until the pressure stops changing, either upwards or downwards.
Sample:
Stream ( Priority ( 5 ) Triggers ( 7 Discrete_Trigger ( 17 PlayOneShot ( 1 File ( "this should be the clicking sound.wav" -1 ) SelectionMethod ( SequentialSelection ) ) ) Discrete_Trigger ( 14 PlayOneShot ( 1 File ( "V43_V4_fekfolym.wav" -1 ) SelectionMethod ( SequentialSelection ) ) ) Discrete_Trigger ( 14 DisableTrigger ( 2 ) ) Discrete_Trigger ( 14 EnableTrigger ( 5 ) ) Discrete_Trigger ( 54 PlayOneShot ( 1 File ( "V43_V4_fekfolym.wav" -1 ) SelectionMethod ( SequentialSelection ) ) ) Discrete_Trigger ( 54 DisableTrigger ( 2 ) ) Discrete_Trigger ( 54 EnableTrigger ( 5 ) ) ) )
(I deleted all my experiments, this was the raw entry from another sms).
Any suggestions?
Thanks, cheers.
X