Page 1 of 1

MIDI Control Script

PostPosted: 27 May 2009, 13:38
by DiGiTaLFX
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

Re: MIDI Control Script

PostPosted: 27 May 2009, 16:37
by djegun
See these files to help you to edit your MIDI file: viewtopic.php?f=268&t=13515&p=76783#p76770

Try that:
Code: Select all
49 7f CUE 1 1
49 0 CUE 1 0

51 PLAYPAUSE 1 1 NOUP

54 SEEK 1 -1000 NOUP INC INT NOCHANGE
56 SEEK 1 1000 NOUP INC INT NOCHANGE


Activate 'Permanent' in the menu [Preferecences > Learning] if you want that your modifications been saved.

MIDI folder load in "selection"

PostPosted: 27 May 2009, 18:44
by CORECT
-----

Re: MIDI folder load in "selection"

PostPosted: 27 May 2009, 19:08
by gakto2009
neuweren wrote:-----


???

Re: MIDI Control Script

PostPosted: 02 Jun 2009, 11:24
by CORECT
sry, it wasn't a comment or sth else^^

i just cannot operate with my notebook :mrgreen: