Hey Patcherfriends,
I try to parse a line from a txt file which looks like this:
72 , 726000 72 , 726000 B(actually it is a exported Label Track from a Audacity File)
I use:
[msgfile]
|
[unpack f s f]
From the two floats i get the int of the number and it's floating point(which is the one behind the comma) for the symbol output i get an type mismatch. This is actuallay not a big issue since the patch works but it makes it hard to debug it. I also would like to use the Letter B at the end to Trigger diffrent Events at certain cuepoints. Any recommondations how to solve this?