Damien Quartz

Results 7 issues of Damien Quartz

These are currently a hack to allow passing in JavaSound Mixer objects. Instead, Minim should instead define its own Mixer class and provide the following methods: Mixer[] getInputMixers() Mixer[] getOutputMixers()...

Major Feature

http://www.kvraudio.com/forum/printview.php?t=274621&start=0 DEFINITELY: change all of the FFT examples to convert to dB before drawing the spectrum. PROBABLY: add getBandDB and getAvgDB methods to FFT.

These methods can return -1, which is not always treated properly by internal code like in FilePlayer cue and skip. Need to check everywhere this is used and create a...

Review
Bug Fix

amplitude *is* initialized on construction with the beforeAmplitude argument, but is not reset when noteOn is called, which could produce strange behavior when retriggering the envelope

Review
Bug Fix

Ideally we can provide a solution that does not depend on the availability of Controls in the Line so that we can reliably provide all controls.

Major Feature

Was thinking about how we probably could simplify the interfaces in ddf.minim.spi such that there is one interface for reading from an audio stream and one interface for writing to...

Major Feature

I've added additional Windows Notes to clarify some things that were not immediately obvious to me when trying to get the Logue SDK setup on my Windows machine and caused...

enhancement