hey guys, i'm patching an idea, and would love to make a midi note, velocity and duration looper.
any suggestions?
attached patch image
Midi note & velocity looper
hey guys, i'm patching an idea, and would love to make a midi note, velocity and duration looper.
any suggestions?
attached patch image
You might want to take a look at [qlist]. It's pretty nice for making simple sequences.
yeah, yesterday matju @ #dataflow told me the same. I can't understand how it works though, this is a complex programming language for me... :\ but i'm sure that [qlist] is the right object to do the job. thanks!
if you just want to do some simple feedback loop thing, then [pipe] is a basic delay for messages (i haven't used it in ages, but from memory, it only works on floats? maybe there was some upgrade to accept lists? you'd have to check to be sure)
i really like this idea, by the way. Thanks!
i've been doing sequences lately with lfo, s&h, stuff like that. never thought about feedback yet, but it sounds like it would work really well.
...you mean a (looping) sequencer?! If there is no need for "vanilla" maybe try [seq] (from the cyclone-lib). Together with a timer like [realtime] it can be quite powerfull..
I mean like store, let's say... the last 3 midi notes, and then play them back in a loop.
imagine the regular flow is 12, 32, 49, 3, 8, 10 an so on, and I want to loop 3, 8, 10 sequence interrupting the regular data flow.
..."last n"... sounds like cyclones [bucket] can help.
is that cyclones-lib included in extended?
...yes. And it's rather [Bucket] with a capital b ..who could have known this..
Oops! Looks like something went wrong!