<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">hello there,<div class=""><br class=""></div><div class="">not strictly PD related, but (computer) music in general.</div><div class=""><br class=""></div><div class="">i am trying to generate a 500 point look-up table in the range 0 to 127 (for midi usage) with the following shape:</div><div class=""><br class=""><div class=""><img apple-inline="yes" id="27112B6F-15C2-4FDD-AD06-167F84A3F7F6" src="cid:FE2E1DF9-5C76-4311-AD65-42CD7958AC39@fritz.box" class=""></div></div><div class=""><br class=""></div><div class="">is there a tool for something like this?</div><div class=""><br class=""></div><div class="">it is basically  pseudo exponentially rising in the first 125 points and then decaying “sinuslike” for the next 375 points.</div><div class=""><br class=""></div><div class="">the final lookup table will be used for a teensy based midi controller and should be in a c array stucture (comma separated)</div><div class=""><br class=""></div><div class="">lookup_table[500] {</div><div class="">0,1,2,3,4, etc….</div><div class="">};</div></body></html>