Hi all!
I am currently working on a patch in OpenMusic where I am trying to quantize a MIDI file and visualize it using the VOICE
object. However, I am encountering an error: “60 (of type (unsigned-byte 8)) is not of type sequence.” This suggests that one of my inputs, specifically the output from the x->dx
box, may be providing a single value instead of a sequence. I’ve checked the data flow and confirmed that the omquantify
function is receiving the necessary inputs, yet the VOICE
object does not seem to visualize the MIDI data correctly. I would appreciate any guidance on how to resolve this type mismatch and ensure proper visualization of the MIDI output. I am also using OM 7.4 but a friend of mine has opened this patch in OM 6.2 and he found no problems, however when I installed 6.2 and opened the patch again I got the same error. pls need help
Angelo
Patch-2.omp (205.0 KB)