by gakto2009 on 27 Mar 2009, 07:27
djegun wrote:djegun wrote: Anonyme-x22 a écrit:There is an active effect button on players, tried to learn it with a knob and or a button but nothing work.
I is possible to link it ?
No sorry it doesn't work at this moment.
Actually you can choose an active FX. See code lines below:
- Code: Select all
A EFFACTIVE 1 0 1 NOUP
S EFFACTIVE 1 1 1 NOUP
D EFFACTIVE 1 2 1 NOUP
F EFFACTIVE 1 3 1 NOUP
G EFFACTIVE 1 4 1 NOUP
H EFFACTIVE 1 5 1 NOUP
gakto2009 wrote:The following lines of MIDI change the active effect by direct trigger (meaning no scroll). you can change the keyboard keys if you like there just there for show.
(The code here is relevent to the Mixvibes MIDI Editor)- Code: Select all
A EFFACTIVE active player NOUP 0 1 0
S EFFACTIVE active player NOUP 1 1 0
D EFFACTIVE active player NOUP 2 1 0
F EFFACTIVE active player NOUP 3 1 0
G EFFACTIVE active player NOUP 4 1 0
H EFFACTIVE active player NOUP 5 1 0
also the lines are set for the active player, you can chage this to "player 1" and "player 2" for dedicated contol.
The following code is an example of dedicated control "player 1/player2"
(The code here is relevent to the Mixvibes MIDI Editor)- Code: Select all
//Player 1 active effect
A EFFACTIVE player 1 NOUP 0 1 0
S EFFACTIVE player 1 NOUP 1 1 0
D EFFACTIVE player 1 NOUP 2 1 0
F EFFACTIVE player 1 NOUP 3 1 0
G EFFACTIVE player 1 NOUP 4 1 0
H EFFACTIVE player 1 NOUP 5 1 0
- Code: Select all
//Player 2 active effect
Z EFFACTIVE player 2 NOUP 0 1 0
X EFFACTIVE player 2 NOUP 1 1 0
C EFFACTIVE player 2 NOUP 2 1 0
V EFFACTIVE player 2 NOUP 3 1 0
B EFFACTIVE player 2 NOUP 4 1 0
N EFFACTIVE player 2 NOUP 5 1 0
Still working on single key scrolling like the mouse button, if it is possible i will get back to you with the code.
regards,
Bryan
..!.. ..!.. NO SUPPORT BY PM ..!.. ..!..