[PD] lookup table for midi usage

Simon Iten itensimon at gmail.com
Mon Jan 25 21:12:43 CET 2021


to answer my own question,

after some more search i stumbled on: contour from the context library, it should do what i want!

thanks liam!



> On 25 Jan 2021, at 20:04, Simon Iten <itensimon at gmail.com> wrote:
> 
> hello there,
> 
> not strictly PD related, but (computer) music in general.
> 
> i am trying to generate a 500 point look-up table in the range 0 to 127 (for midi usage) with the following shape:
> 
> <Image 25.01.21 at 19.55.jpg>
> 
> is there a tool for something like this?
> 
> it is basically  pseudo exponentially rising in the first 125 points and then decaying “sinuslike” for the next 375 points.
> 
> the final lookup table will be used for a teensy based midi controller and should be in a c array stucture (comma separated)
> 
> lookup_table[500] {
> 0,1,2,3,4, etc….
> };






More information about the Pd-list mailing list