Phil Burk
Phil Burk
GitHub has a Packages section that can be used to simplify the process.
[email protected] reported that with 32 samples, and frequencies centered in a bin, that the JSyn FFT produces results very different from other known good FFT implementations.
REPRODUCE Run example AudioPassThrough EXPECT Hear audio from input echod to output. ACTUAL No audio input. ADDITIONAL One problem is if the Macbook does not have any USB interface attached....
Nick wrote: Notice this in http://softsynth.com/jsyn/docs/usersguide.php ShortSample clarinetSample = SampleLoader.loadShortSample(file); myTable = new DoubleTable( clarinetSample ); But there is no loadShortSample() method in SampleLoader. There is loadFloatSample() But DoubleTable( clarinetSample...
Replace code in sample file I/O that manually shuffles bytes.
Try SVF trapezoidal filters from Andrew Simper http://www.cytomic.com/technical-papers
I think that S" should use two storage areas to avoid collisions. INCORRECT RESULT: T{ S" abcd" S" 1234" SSQ13 S= ROT ROT SSQ12 S= -> TRUE TRUE }T
Keep the V28 style for compatibility. But call V29 the "2.0.0" version to be more modern.