Re: [Mixxx-devel] Bug #1156569 Change Soundsource API to reading float samples

2013-04-27 Thread RJ Ryan
Hi James, It's best if we keep the discussion on the bug report. That way others can find the bug and its related discussion all in one place in the future. I'll respond to you there, RJ On Sat, Apr 27, 2013 at 5:02 PM, James J Fagan wrote: > Hi all, > > I am still working on fixing the Sounds

[Mixxx-devel] Bug #1156569 Change Soundsource API to reading float samples

2013-04-27 Thread James J Fagan
Hi all, I am still working on fixing the Soundsource API to read float samples but I am still stuck on a few things. So far I have sucessfully changed all the read methods to deal with CSAMPLE instead of SAMPLE as well as changed all the callers so that the code could compile and I know that I mus

[Mixxx-devel] Bug #1156569 Change Soundsource API to reading float samples

2013-04-21 Thread James J Fagan
Hey Everyone, I have been working on fixing the Soundsource API so that it can handle float samples. So far I have altered all necessary read methods to deal with CSAMPLE instead of SAMPLE as well as changed all the callers so that the code could compile. I have attached a diff file of these chang