monome / crow

Crow speaks and listens and remembers bits of text. A scriptable USB-CV-II machine
GNU General Public License v3.0
166 stars 34 forks source link

wsyn.lua docs #344

Closed dndrks closed 4 years ago

dndrks commented 4 years ago

fm index accepts -5 to +5, not 0 to +5: https://github.com/monome/crow/blob/2348ecb01ff8603e3fb483a1235ba305d77337b0/lua/ii/wsyn.lua#L56

ramp == sawtooth, right?: https://github.com/monome/crow/blob/2348ecb01ff8603e3fb483a1235ba305d77337b0/lua/ii/wsyn.lua#L50

values below 0 seem to behave the same as 0: https://github.com/monome/crow/blob/2348ecb01ff8603e3fb483a1235ba305d77337b0/lua/ii/wsyn.lua#L68

trentgill commented 4 years ago

fixed in #342