mc.noteallocator pitch bend example

Exit Only's icon

Looking for an example of parsing the 14 bit pitch bend info from the mc.noteallocator~ object. I've been fiddling around but no success yet. Thanks!

Exit Only's icon

just giving this the monday morning bump

Exit Only's icon

Here is an example of the problem I'm having. I'm trying to get the pitch bend info from a seaboard rise in mpe mode. I've got the noteallocator object who's pitch bend info is attached a number/multislider for monitoring. As I slide my finger from one note to the next, the pitch bend info just cycles from 64 to 16216 over and over again. I know there are some 14 bit conversion objects for pitch bend info but they dont seem to do anything.

Here is the example:

Max Patch
Copy patch and select New From Clipboard in Max.

jts3k's icon

I can confirm that I was having the same problem with mc.noteallocator~ not outputting 14bit pitch bend properly. I was able to work around it by taking 14bit pitchbend directly from mpeparse @hires 2, which gave the desired results.

Max Patch
Copy patch and select New From Clipboard in Max.

Frederic Robinson's icon

had the same problem. thanks for the solution, JTS3K! seems like a bug..?