Switched to an interpolated table generator in org.c
commitf7d52d63c64b6ac956d05459d66436e13b218fff
authorEvanR <evanrinehart@gmail.com>
Sat, 20 Feb 2010 17:12:13 +0000 (20 11:12 -0600)
committerEvanR <evanrinehart@gmail.com>
Sat, 20 Feb 2010 17:12:13 +0000 (20 11:12 -0600)
tree1d14306682c5d5c2b06ae89d8d19697d4de0318d
parent3cdf6f5d6c1710c3d13144505b72cd160d3c05ee
Switched to an interpolated table generator in org.c

The non interpolated table, no matter how large it was, could
not adequately produce "super low" notes. These are notes that
my big speakers could play right before fading into silence.
The pitch bend feature in ORG_DEFAULT sounded granular at low
frequencies. This interpolated table may seem more computationally
intensive, but I didn't notice a difference in top. Also, the
table has size (1<<8) instead of (1<<13). Thats a massive savings
in memory.
org.c