i'm designing a wavetable synth where the waveform is generated using a array 
of signals specifying the harmonic amplitudes and phases of the waveform. i'm 
trying to do mip mapping (i.e., creating sub-wavetables for each octave to 
avoid aliasing) and i've found that using the par iterator with the rdtable 
either gives me a "checkinit failed for type rses" error or compiles 
successfully but gives an empty rdtable

is there a way i can do this purely using the rdtable? if i have to use 
rwtable, is there a way to write the mip mapped waveforms only once at 
initialization?

thanks!
_______________________________________________
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Reply via email to