wow would be so cool to program the new launchpad pro to do exactly the same thing!
Yep. With Event Processor Plusā¦
Aw, sorry it wasnāt reusable. Well, if you have a Novation Launchpad laying around I have a little app I started writing (my first C program lol!) to solve this problem, but itās not ready for the big time yet. I just havenāt made it a priority to work on lately - well, that and Iām insecure because Iāve never put up any source code for public consumption before
The possibility of extra parameters piqued my interest too. I have some ideas around that.
Iām really stoked that I gave you some inspiration Thanks for making it come to life, I was afraid I just alienated everyone with my explanation.
alienate some, interest others. donāt sweat it.
some people just want a solution for this - which is understandable. itād be great if it was a feature that just worked.
let us know how you get on with the launchpad pro. i know a few people whoād be interested in seeing that work.
Oh yeah, if I ever get a Pro I will definitely keep you posted! Iām actually keeping it cheap and cheery for now with a Launchpad Mini as the controller/display and a Raspberry Pi for all the heavy lifting. That makes it more accessible for me and hopefully for everyone else I have a run-of-the-mill MIDI interface talking to the OT so that adds another device to lug around but it all easily fits in a backpack without needing a screen (thatās the idea anyway).
Have not had the time to work on it lately but itās the first thing on my mind. Iām away from the studio at the moment and wonāt be back until after Christmas but Iāll keep you posted!
Also just to clarify, Iām using the cheapo launchpad mini - whichever models send the note data for that should work. Hopefully Iāll support more controllers laterā¦
Actually depending on how much interest there is, I might throw up the Node code I had for this somewhere (e.g. github). I was having some serious issues with the MIDI libraries on ARM so I decided to stick with C but I did have the slice thing working in Node, at least in OSX.
Oops. I just deleted my post somehow.
Coolness. Anxious to see if someone gets the Launchpad (any sort) to trigger slicesā¦ Until I read this it was totally off my radar, but now that Iāve watched a few video reviews etc, I think it would make a pretty great companion for the whole trinityā¦ Especially the Pro, because you can customize it so much.
Aww fudge. I just read that you need to use up a couple of scenes to do this. Thatās kind of a bummer.
I still donāt understand why this isnāt a feature that someone thought might be useful when first coding the OT. Definitely not designed by people who like to a) finger drum, or b) play keyboards.
Sorry. Just expressing my frustration with the OS supposedly being ādoneā.
[quote=āā rozzbud""]
thanks
your method wonāt work just with note to cc mapping in a readymade box like event processor plus?
http://www.midisolutions.com/prodepp.htm
[/quote]
Hey, good call on this device. Might be worth looking into. One could then use any midi keyboard, I presume.
Actually I just remembered that I had another idea a couple days ago for triggering slices. Not sure whether this will work (and if not it may have been mentioned already), but this one wouldnāt require burning 2 scenes if you donāt want to. I donāt have my Octatrack handy (traveling on vacation) so I havenāt been able to test it but those with the right MIDI tools might want to try it:
OT SETUP
- Set the targeted trackās slice to 1
- Set one of the LFOs to square, at speed multiplier 1, at speed 1 (0 might work too, canāt remember), and set its target to slice #
MIDI PROCESSOR SETUP
- Pick a range of 64 notes
- For all notes in that range:
-
- Send MIDI note to trigger the target track
-
- Send MIDI CC to set the LFOās DEPTH to the note number within that range
Also any Renoise users may want to try the Lua scripting built in to do the MIDI processing. Among the many options Iāve tried for MIDI processing, its performance is near the top!
did it work?
Nope Same effect as the regular slice CC. Which surprises me considering how fast/well the OT handles LFOs. This would seem to indicate that only goes for already assigned LFOs - the depth at least doesnāt update any faster than the slice CC.
I see there are other guys/gils here trying the sameā¦
My weapon of choice is a Korg padKontrol. No luck, but if anyone has an idea, I will listen.
Bump. :-/
Working on it! Had a snag with the MIDI library I was using and I found a workaround a couple weeks ago.
Iām also trying to make this controller more modular so that it opens up other possibilities besides just playing slices. So, itās going a little slower. But I know this slice thing has the most interest right now, so Iāll try to figure out what the minimum viable product with it, plus some other small things I want to gauge reactions to, is going to look like.
Hey License. Other License here is eagerly awaiting your solution. I just got a quneo and was bummed that I couldnāt script it to trigger slices, so Iām eager to see what you come up with. Iād lend a hand if I knew the first thing about coding. Godspeed.
Upppppp!
I havenāt forgotten thisā¦ very far from it. Hopefully I push something usable to GitHub before I die
Hi. I tried the pattern trick with Mpc 1000 jjos2xl, sending cc48, cc48, note, but it doesnāt work with Note Repeat and Timing Correct. Slice mode worked too.
I used a Yamaha Mep4 midi processor (I could use my Midi Event Processor). I chose note numbers corresponding to Cc48 and Cc17 (0,2,4,6,etc), convert notes to Cc48 and Cc17 and voilĆ . In that way I can use Note Repeat and TC, this can be done with any midi device sending notes and a midi processor.
Easy to record on the Mpc and realtime modification in sync with Note Repeat, Arpegios, Random Cycle, etcā¦
Once youāve finished you can record it on the OT.