[maxmsp] Interpolating MIDI values
Stefan Tiedje
Stefan-Tiedje at addcom.de
Thu Nov 1 05:04:39 MDT 2007
- Previous message: [maxmsp] Re: Graphical display of objects
- Next message: [maxmsp] Re: Interpolating MIDI values
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
mHatsys schrieb: > anyone know of an object, technique, suggestion that will let me do > this possibly based on the acceleration of moving from one cc value > to the next? Or maybe its time i break out my old college calculus > book. According to Doepfers web site, the controller is 12-bit. That means you can receive the LSB's on a different controller number (+32) as well. Use those for the higher precision. Or use my ctl.in, which pulls out the a float value between 0. and 128. as direct replacement for ctlin... Then just calculate with floats to get the intermediate values... (Ah, its not on the recent distri...) I'll update my St.ools to carry the ctl.in abstraction soon... But as you can set the R2M also to transmit pitchbend, I'd just set it to that and receive with xbendin... Stefan -- Stefan Tiedje------------x------- --_____-----------|-------------- --(_|_ ----|\-----|-----()------- -- _|_)----|-----()-------------- ----------()--------www.ccmix.com
- Previous message: [maxmsp] Re: Graphical display of objects
- Next message: [maxmsp] Re: Interpolating MIDI values
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
