|
|||||||
![]() |
|
|
Thread Tools |
|
|
#1 |
|
DriverHeaven Addict
Join Date: Sep 2003
Posts: 266
Rep Power: 0 ![]() |
ikX functionality & automation types
Please,
need to controll plugin checkbox via keyboard - turn on/turn off - without keeping note pressed. And the second problem. Do anybody need to controll plugin of CardA via MIDI interface of CardB using ikX? It doesn't work in fact. Is it a question of drivers or of ikX plugin? PITmaster |
|
|
|
|
|
#2 | ||
|
DH Senior Member
Join Date: Jan 2003
Location: The Netherlands
Posts: 1,932
Rep Power: 64 ![]() ![]() ![]() ![]() |
Quote:
[color=yellow]pressed and released = on - off. [/color] [color=yellow]That is the nature of a key (note) control. It flips back![/color] [color=yellow]What you probably want/need is a 'flip-flop'.[/color] [color=yellow]That is; first press->ON, release->reset flip-flop, second press->OFF.[/color] [color=yellow]Maybe a midi tranlator program like MIDI-OX's map function could be used[/color] [color=yellow]to accomplish this.[/color] [color=yellow]However; the program must remember the note's previous state[/color] [color=yellow]so I'm afraid that one has to write a custom 'midi translator'[/color] [color=yellow]or kX's 'note automation' has to be re-written.[/color] Quote:
[color=yellow]Anyway; using a midi mapper like MIDI-OX, one can send/route midi data[/color] [color=yellow]to different devices, so that should work.[/color] [color=yellow]/LeMury[/color] |
||
|
|
|
|
|
#3 |
|
h/h member-shmember
Join Date: Dec 2002
Location: Evil Empire
Posts: 2,640
Rep Power: 69 ![]() ![]() ![]() ![]() ![]() ![]() |
>That is; first press->ON, release->reset flip-flop, second press->OFF.
"NoteON (Type 2)" option does this. However, as remember "native" kX plugins just do not provide access to "bypass" (or "enable/disable") switch through kXAutomation. ("UFX" plugins do, for example) (although, if "native" plugin has an automatable "wet/dry level" fader(s), the desired functionality still can be achived) Last edited by Max M.; Nov 10, 2004 at 06:12 AM. |
|
|
|
|
|
|
|
DriverHeaven Addict
Join Date: Sep 2003
Posts: 266
Rep Power: 0 ![]() |
I would like to use MIDI keys to close/open microphone with MX6 plugin. I dream of that for every time when I have to keep keys pressed, recording vocals.
PITmaster |
|
|
|
|
|
#5 |
|
DH Senior Member
Join Date: Jan 2003
Location: The Netherlands
Posts: 1,932
Rep Power: 64 ![]() ![]() ![]() ![]() |
[color=yellow]Ah,..now I remember,..you asked about MX6 automation some time ago.[/color]
http://www.hardwareheaven.com/showthre...&highlight=MX6 [color=yellow]But I already fixed MX6 automation.[/color] [color=yellow]It's mentioned and included in 3538a release.[/color] >>"NoteON (Type 2)" option does this. [color=yellow]Yep. you are right. (duh..) Thanks Max.[/color] [color=yellow] [/color] [color=yellow]So PITmaster;[/color] [color=yellow]Just use 3538a MX6 and assign "NoteON (Type 2)" to the "enable check boxes".[/color] [color=yellow]It works just fine.[/color] [color=yellow]/LeMury[/color] Last edited by LeMury; Nov 10, 2004 at 01:32 PM. |
|
|
|
|
|
|
|
DriverHeaven Addict
Join Date: Sep 2003
Posts: 266
Rep Power: 0 ![]() |
Thanks LeMury
So, seriously I have to update drivers to 3538 I'm not sure I'm ready now to resign UFX's EQs. PITmaster |
|
|
|
|
|
#7 |
|
DH Senior Member
Join Date: Jan 2003
Location: The Netherlands
Posts: 1,932
Rep Power: 64 ![]() ![]() ![]() ![]() |
see;
http://www.hardwareheaven.com/showthre...threadid=43799 [color=yellow]well, Link doesn't work atm.[/color] [color=yellow]I'll have to find/upload file again.[/color] [color=#ffff00][/color] [color=#ffff00]/LeMury[/color] |
|
|
|
|
|
#8 |
|
DH Senior Member
Join Date: Jan 2003
Location: The Netherlands
Posts: 1,932
Rep Power: 64 ![]() ![]() ![]() ![]() |
here it is;
http://members.home.nl/nahutec/kxplugins/mx6_113b.zip please check and report if it works, since i don't have time atm to check the right driver version. it should be for 3537 IIRC. |
|
|
|
|
|
|
|
DriverHeaven Addict
Join Date: Sep 2003
Posts: 266
Rep Power: 0 ![]() |
Hi
I'm testing MX6 (v1.13b) attached to version 3538a of driver now. DSP window is empty except MX6 plugin. Automation defined for input_enable1: Note, Channel=16, Event=NoteOn (Type 2), Key=C-1 (0) Results: key pressed = on, key left = off. So it's still not a 'flip-flop' method. I do not have any idea what I'm doing wrong? It's definitely not like Max describe that! BTW - Type 1 sets on permanent. PITmaster |
|
|
|
|
|
#10 |
|
DH Senior Member
Join Date: Jan 2003
Location: The Netherlands
Posts: 1,932
Rep Power: 64 ![]() ![]() ![]() ![]() |
>>I'm testing MX6 (v1.13b) attached to version 3538a of driver now..
[color=yellow]What?.. hopefully you did not registered/used the above .kxl in 3538a..Right?[/color] [color=yellow]3538 already comes with updated MX6..!![/color] [color=yellow]Anyway;[/color] [color=yellow]I personaly tested note(type2) automation in MX6/3538a right[/color] [color=yellow]after Max.M's post and it works fine.[/color] [color=yellow]/LeMury[/color] [color=#ffff00]PS:[/color] [color=#ffff00]You do send midi to 'kX Control' midi automation port . Right?[/color] |
|
|
|
|
|
|
||
|
DriverHeaven Addict
Join Date: Sep 2003
Posts: 266
Rep Power: 0 ![]() |
Quote:
Quote:
MIDI IN = Uart MIDI OUT = Control and now everything is working fine, I mean flip-flop method ![]() But without any midi sequencer and programs like MIDIOX, so without route Uart -> Control, I still can control DSP plugins via Uart!!! Then flip-flop doesn't work, of course. I've moticed with route mentioned above, delays appear and controlling is not smooth enough. So please, what about? PITmaster |
||
|
|
|
![]() |
| Thread Tools | |
|
|