I started to use the buttons thing today, AND ... (Letterkenny reference)
Posted: Thu Jul 16, 2020 3:46 pm
... if this should be in a different forum, my apologies.
AND ... now I really see some room for improvement.
I want the following to happen:
-> select outputs
-> load file into player
-> playback
-> when playback is finished,
-> deselect outputs
-> detach file
To do this, I have the button in 2-state mode s.t. the DOWN state triggers the first 3 and the UP state triggers the last two.
There doesn't seem to be any detection of "when playback is finished" ... I tried putting "Wait(2000)" in the UP state script with the button in momentary mode. This doesn't seem to work at all. I even tried Wait(2) to debug.
But even if Wait() worked, I'd be continuously bashing my head against the value as I incorporated different length clips.
Another problem is that I can "COPY" buttons. Lots of extra work.
AND ... now I really see some room for improvement.
I want the following to happen:
-> select outputs
-> load file into player
-> playback
-> when playback is finished,
-> deselect outputs
-> detach file
To do this, I have the button in 2-state mode s.t. the DOWN state triggers the first 3 and the UP state triggers the last two.
There doesn't seem to be any detection of "when playback is finished" ... I tried putting "Wait(2000)" in the UP state script with the button in momentary mode. This doesn't seem to work at all. I even tried Wait(2) to debug.
But even if Wait() worked, I'd be continuously bashing my head against the value as I incorporated different length clips.
Another problem is that I can "COPY" buttons. Lots of extra work.