
leonardo46
Italy
Asked
— Edited

I'm a newcomer in EZB. I recorded some messages using microphone control, and transfered them to soundboardV4. Clicking "play" there i get the messages spoken by ezb. But whatever script can I use to have them spoken in my actions ? I found only text-to-speech (i.e. sayezb("...") statements. Nothing for recorded messages. Can someone help ?
Example, to play track 0:
Code:
To be sure the command is correct, right click in the script window, and from the menu that pops up, select your Soundboard V4, then select the ControlCommand() to play the track you want to play.
Alan
It's hard to work without detailed instructions for ARC. No tutorial seems to explain this control command
Also, every control has a ? Next to the x (close) button.
But I put two ControlCommand s like these :
1 controlcommand("soundboardv4",track_0)
2 controlcommand("soundboardv4",track_1)
in a script associated to an action, in an Auto Position control .
Only the first one is executed. I don't understand why.
It's a good idea to visit the learn section for tutorials that demonstrate how to begin programming. The learn section is full of tutorials and activities that introduce programming.
Commands execute in microsecond/millisecond time... So both of those commands run sooooooo quickly that there is no time to let one run.
The link I sent in my previous post explains the ControlCommand() syntax usage.
My previos programming environment (basic or assembler with PIC MCUs) was quite different.