using seq to store integers

Mériol Lehmann's icon

I'd like to use seq to store integers and play them back in a loop. However, it seems seq will only store raw midi data. I tried to use pak to format a list of integers like cc (177 1 1) but it doesn't seem to work. Is there a special thing I have to do so seq will think the data I send to it is raw midi data?

I took a look at mtr but I didn't find a way to make it loop at the end. I checked coll as well but although I could probably make it work the way I want, seq is definitely simpler for my needs.

Any help would be really appreciated.

justin's icon

u probably need to use the [midiformat] object to convert the pak message into a raw midi message.

hth,

j

Mériol Lehmann's icon

Thanks a lot, that's exactly what I was looking for.