Search found 7 matches
- 25 Feb 2016 14:04
- Forum: Introductions
- Topic: MIDI drums trigger daw and lemur
- Replies: 9
- Views: 3482
Re: MIDI drums trigger daw and lemur
YES,YES,YES.... it's like you opened up the jail cell. Thank you . My wife makes the best chocolates. We will def send you some. Now I can edit the note number in the editor to every fader drum number and I'm off....darn yeah. Thanks so much for taking the time and I'm serious about the chocolate ...
- 24 Feb 2016 13:01
- Forum: General Discussion
- Topic: midi note recieving
- Replies: 3
- Views: 1305
Re: midi note recieving
Hi, I am also trying to manipulate incoming midi note from my daw. By way of midi args I'm trying to flash a fader color on a set channel, to midi sequence notes coming in from the daw. You mention note on and offs. What would that look like in script? Hoping note on and off will respond to the ...
- 23 Feb 2016 14:17
- Forum: Introductions
- Topic: MIDI drums trigger daw and lemur
- Replies: 9
- Views: 3482
Re: MIDI drums trigger daw and lemur
The script below works fine for color on off in response to channel switching. How could it be set to MIDI_ARGS[0] == 48 and then color change to incoming notes from bitwig sequencer. My iPad is connected to daw through MUSIC IO and working great. if(MIDI_ARGS[0] == 48) { setattribute ...
- 23 Feb 2016 01:06
- Forum: Introductions
- Topic: MIDI drums trigger daw and lemur
- Replies: 9
- Views: 3482
Re: MIDI drums trigger daw and lemur
Thanks for the suggestion. The script didn't return any results so I've been trying to find out why. When I get a working model ill let you know. I'm close then before now. I'm thinking it needs some kind of 90- note on ,80 note off thing or some kind of receive statement ...
- 20 Feb 2016 12:46
- Forum: Introductions
- Topic: MIDI drums trigger daw and lemur
- Replies: 9
- Views: 3482
Re: MIDI drums trigger daw and lemur
Thanks for reply. Through use of the monitor I now know midi variables coming from bitwig but how do I harness that into a blinking color script to the incoming midi ? ?? If midi args == 0 then color black else color red? Here is what I have that's seriously flawed. MIDI_ARGS=[0]; if (MIDI_ARGS==0 ...
- 19 Feb 2016 17:17
- Forum: Troubleshooting
- Topic: objects flash to midi daw send. How?
- Replies: 0
- Views: 610
objects flash to midi daw send. How?
The lemur iPad interface is a great extension to control bitwig from my electric drums(TD-20). I have working faders for click volume and every drum. It would be nice if my faders and objects could flash when the corresponding drum was hit or signal from a daw track including tempo from BW. This ...
- 19 Feb 2016 15:06
- Forum: Introductions
- Topic: MIDI drums trigger daw and lemur
- Replies: 9
- Views: 3482
MIDI drums trigger daw and lemur
The lemur iPad interface is a great extension to control bitwig from my electric drums(TD-20). I have working faders for click volume and every drum. It would be nice if my faders and objects could flash when the corresponding drum was hit or signal from a daw track including tempo from BW. This ...