Autogen
2009-08-19 02:13:26
Hi,
Just got MT the other day after hearing nothing but good things about it (plus Darren's excellent APC hack kind of tempted me to get it sooner rather than later).
I've started trying to mod the APC 40 to create a 32 step sequencer (well hopefully the number of steps will be adjustable in the future, but for now 32 will do). I have worked out the MIDI Note #s I need to trigger the pad lights, in order to have a visual metronome for the sequence (these are being driven by a MIDI loop within Live routed via MT back to the APC). Now I'm trying to set it up so when a pad is pressed this pad will stay illuminated until the pad is pressed again regardless of the MIDI note's being received.
I was thinking that variables might help with this, but this is literally my first day playing around with this and I'm not quite sure how to implement this functionality efficiently.
Could I set up a translator that listens for Note #s within a defined range, and once detected change their velocity to a specific value? (necessary as the APC interprets different velocity values as an instruction to illuminate different LEDs).
Also, I'm having trouble working out how I can go about making these pads act as toggles, in the sense that to achieve the visual metronome effect various MIDI notes are being passed from Live to the APC in a sequence of 16th notes which flash 32 pads green in succession. This means that when I press pad 1 it will toggle the LED on in the colour I define by the velocity (red), but when the sequence comes back around to that pad the LED flashes green again and is turned off as it passes. I thought that I might be able to create some sort of very short loop to continuously trigger the red LED when the pad is active, but then realised it might be more efficient to isolate the active pad from the sequence being input as the visual metronome instead... but then this leaves me with the problem that (ideally) I would like the active pad to flash back to the green metronome colour if the metronome passes this pad while it is active, before returning to red until the pad is deactivated by pushing it again. Are any of these approaches possible? I presume they all are, but any tips to get me pointed in the right direction are greatly appreciated.
Sorry for the rather longwinded post, but being new to MT, I'm finding it hard to be as concise as I would like.
Just got MT the other day after hearing nothing but good things about it (plus Darren's excellent APC hack kind of tempted me to get it sooner rather than later).
I've started trying to mod the APC 40 to create a 32 step sequencer (well hopefully the number of steps will be adjustable in the future, but for now 32 will do). I have worked out the MIDI Note #s I need to trigger the pad lights, in order to have a visual metronome for the sequence (these are being driven by a MIDI loop within Live routed via MT back to the APC). Now I'm trying to set it up so when a pad is pressed this pad will stay illuminated until the pad is pressed again regardless of the MIDI note's being received.
I was thinking that variables might help with this, but this is literally my first day playing around with this and I'm not quite sure how to implement this functionality efficiently.
Could I set up a translator that listens for Note #s within a defined range, and once detected change their velocity to a specific value? (necessary as the APC interprets different velocity values as an instruction to illuminate different LEDs).
Also, I'm having trouble working out how I can go about making these pads act as toggles, in the sense that to achieve the visual metronome effect various MIDI notes are being passed from Live to the APC in a sequence of 16th notes which flash 32 pads green in succession. This means that when I press pad 1 it will toggle the LED on in the colour I define by the velocity (red), but when the sequence comes back around to that pad the LED flashes green again and is turned off as it passes. I thought that I might be able to create some sort of very short loop to continuously trigger the red LED when the pad is active, but then realised it might be more efficient to isolate the active pad from the sequence being input as the visual metronome instead... but then this leaves me with the problem that (ideally) I would like the active pad to flash back to the green metronome colour if the metronome passes this pad while it is active, before returning to red until the pad is deactivated by pushing it again. Are any of these approaches possible? I presume they all are, but any tips to get me pointed in the right direction are greatly appreciated.
Sorry for the rather longwinded post, but being new to MT, I'm finding it hard to be as concise as I would like.