Super Newbie question: key repeat

benjaminb

2015-08-07 03:33:16

Hy Guys,

Not a musician, not a coder, just a photographer :)

I'm trying to link a numark orbit to capture one ( image processing stuff )

My keys are working

s3.postimg.org/pop3dq09e/Screen_Shot_2015_08_07_at_03_14_09.jpg

i would like to submit a screenshot but it seems that i'm not allowed to post URLs

But i'm trying to have a repeat on all of my inputs and stop on release, on page 43 from the manual, i can see that i need to create 2 translators with key up and down, the problem that i have is that my shortcut is ctrl+a and with keystroke down i'm limited to one keystroke

I searched the forum but i dont get where i need to insert the specific code

I'm sure its dead simple but cannot find how to make this happen :)

benjaminb

2015-08-07 11:47:57

I followed the manual on page 43 on MIDI Note to Keystroke with Repeat

I did the same, when i press on the pad it send the keyboard key (X) in a text document, when i keep it down it doesn't keep writing (X) in my text document, but if i click in another window then it work, so the window has to been unactive, did i miss something ?

Here is the log

1: IN 0.0 Note On on channel 1 with note:0 (0x00) and any velocity=127 (0x7F)
2: OUT 0.0 X
3: IN 0.1 Note Off on channel 1 with note:0 (0x00) and any velocity=0 (0x00)
4: OUT 0.1 X

Running the latest version of the app on yosemite

benjaminb

2015-08-07 12:41:57

Ok its working, when i use more than one output (CTRL + X) instead of only (X) it works and thats good because i need always CTRL + Something

Can i do something more clean than that ? for every key i need 4 instructions, is there a way to combine the outgoing keys ?

Project: midi
Project MIDI IN ports: Numark ORBIT
_____________________________________________________________
[x] Preset 0: Capture One

[x] Translator 0.0: Exposure + Down State (CTRL)
Incoming: Note On on channel 1 with note:1 (0x01) and any velocity
Outgoing: Key down: Ctrl [repeat active]

[x] Translator 0.1: Exposure + Down State (C)
Incoming: Note On on channel 1 with note:1 (0x01) and any velocity
Outgoing: Key down: C [repeat active]

[x] Translator 0.2: Exposure + Up State (CTRL)
Incoming: Note Off on channel 1 with note:1 (0x01) and any velocity
Outgoing: Key up: Ctrl

[x] Translator 0.3: Exposure + Up State (C)
Incoming: Note Off on channel 1 with note:1 (0x01) and any velocity
Outgoing: Key up: C

benjaminb

2015-08-07 14:41:38

Ok this part is fixed and working, i'm starting to understand better the way it works :)