by DiGiTaLFX on 27 May 2009, 13:38
Hi
Since updating to 7.21 my MIDI control script seems to have broken a bit. I'm a bit sketchy on how it all works now (I just hacked this one together based upon what I could remember from back in the day!). The following part seems to no longer work as expected.
49 CUE 1 1
51 PLAYPAUSE 1 1 NOUP
54 SEEK 1 -5 NOUP INC INT
56 SEEK 1 5 NOUP INC INT
7.1 used to let the Cue button work as clicking it did in the interface. Now one press is like pushing it down and another is like lifting it up. The play button works fine until I push the cue button and then it does nothing!
The seek buttons used to seek a small amount whilst I held down the button and then stop seeking when I released them. Now they seem to just keep going when I release (e.g. they don't reset when I lift off (adding INITUP didn't seem to help and I really can't remember the ins and outs of scripts anymore!)
Many thanks
DiGiTaLFX