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.