hi,
I have a little difficulty with the seq object (in cyclone) - specifically, i'd like to separate the midi stream it sends into streams of note ons and note offs respectively, but i can't quite figure out what its outlet sends out exactly. with "print" i get a sequence of single integers - status byte, pitch, velocity status byte, pitch, etc (something like 144 56 127 128 56 0 144 45 127 128 45 127), but trying to pack that into a list (i've tried with last_n 3) results into gibberish rather than triplets, with more messages in between; at least I failed to see a pattern. anyone who could help me on here? stripnote doesn't seem to work for me, because it just dumps the noteoffs (whereas I'd like to delay them)
thanks!