hey everyone,
i’m currently looking into how to use a buffer for an rdtable/rwtable that is 
generated outside of faust. 
i had a look at the code generated when i implement a simple wavetable / 
dynamic wavetable and it seems that the rwtable uses an int array as the 
buffer. is that correct or am i missing something?
can anybody clarify why that is? maybe int writes are atomic on some systems 
where floats are not? how does the conversion happen?
anybody has any tips on how to achieve an externally filled buffer for a table 
used in a faust dsp module? normally i would use an atomic pointer swap to 
update the buffer, but i want to make the least amount of changes possible to 
the faust dsp so that i can easily automate the task generating and building 
the code.. maybe this kind of thing has been done before?

thanks!
best
josh

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

Reply via email to