[PD] lookup table for midi usage

Simon Iten itensimon at gmail.com
Mon Jan 25 20:04:50 CET 2021


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:



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….
};
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20210125/6ec21fb5/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Image 25.01.21 at 19.55.jpg
Type: image/jpeg
Size: 16530 bytes
Desc: not available
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20210125/6ec21fb5/attachment-0001.jpg>


More information about the Pd-list mailing list