Files
lmms/data
dave 4c82ba22a9 Fixed issues with original verion, as directed in pull request.
corrected the typeo's,
 Used sampleFrame instead of float* making the code cleaner.
 Set up a socket to change the samplerate where required.
 Stopped using malloc ( yeah that was bad practice on my part ).
 Now using lmms_Math.h and the predefined versions of F_PI and F_2PI,
 I didn't know data from the knobs etc. was not updated over the course of a buffer, so have moved outside the processing loop,
 made appropriate functions inline,
 used sinf.
 Multiplication has replaced division where possible,
 zeroing of the buffer has been removed, as redundant.
2014-11-16 15:02:15 +00:00
..
2014-05-12 22:10:28 -07:00
2014-10-30 17:02:01 -04:00
2014-04-01 13:03:35 -04:00
2014-02-17 21:44:44 +02:00
2014-05-07 19:06:40 -07:00
2014-05-01 22:44:25 -04:00