]> git.sesse.net Git - nageru/history - audio_mixer.cpp
Write 1.4.0 changelog.
[nageru] / audio_mixer.cpp
2016-10-25 Steinar H. GundersonChange the auto-gain stopping criterion to be on correc...
2016-10-25 Steinar H. GundersonRe-run include-what-you-use.
2016-10-25 Steinar H. GundersonAdd mute buttons.
2016-10-25 Steinar H. GundersonFix an issue where silent buses were only partially...
2016-10-25 Steinar H. GundersonAdd support for feedback lights (LEDs) on MIDI controllers.
2016-10-19 Steinar H. GundersonInterpolate gain changes smoothly, reusing the gain...
2016-10-19 Steinar H. GundersonReenable simple audio.
2016-10-19 Steinar H. GundersonInterpolate EQ changes smoothly, just like volume changes.
2016-10-19 Steinar H. GundersonLet settings follow buses when editing the mapping.
2016-10-19 Steinar H. GundersonMake it possible to load an audio input mapping on...
2016-10-19 Steinar H. GundersonMake it possible to load/save input mappings.
2016-10-19 Steinar H. GundersonRename “name” to “display name”.
2016-10-19 Steinar H. GundersonMake sure AudioDevice::name is set for ALSA cards,...
2016-10-19 Steinar H. GundersonUpdate to a bmusb version where fake cards output 8...
2016-10-19 Steinar H. GundersonWhen an ALSA input goes away, replace it by silence.
2016-10-19 Steinar H. GundersonRefactor ALSA code in preparation for hotplug.
2016-10-19 Steinar H. GundersonAdd a global variable for the audio mixer; it was getti...
2016-10-19 Steinar H. GundersonImplement the EQ in AudioMixer. (No UI yet.)
2016-10-19 Steinar H. GundersonMake it possible to click the bus peak label to reset it.
2016-10-19 Steinar H. GundersonWhen the fader is moved, interpolate its volume over...
2016-10-19 Steinar H. GundersonShow historic peak of each bus under the peak meter.
2016-10-19 Steinar H. GundersonReplace the R128 meters for each channel with a digital...
2016-10-19 Steinar H. GundersonFix a small theoretical inefficiency; does not actually...
2016-10-19 Steinar H. GundersonTiny audio optimization (~1%) by making an SSE version...
2016-10-19 Steinar H. GundersonMake the compression meters work.
2016-10-19 Steinar H. GundersonSmall refactoring in the audio level callback API.
2016-10-19 Steinar H. GundersonMove the gain staging and compressors into each bus...
2016-10-19 Steinar H. GundersonMove the lo-cut into each bus.
2016-10-19 Steinar H. GundersonAsk for the right number of channels when creating...
2016-10-19 Steinar H. GundersonHook up the per-bus VU meters.
2016-10-19 Steinar H. GundersonMove the R128 and correlation measurements into AudioMixer.
2016-10-19 Steinar H. GundersonFix a deadlock issue when shutting down ALSA cards.
2016-10-19 Steinar H. GundersonAdd support for ALSA inputs to the mixer.
2016-10-19 Steinar H. GundersonRename reset_device to reset_resampler.
2016-10-19 Steinar H. GundersonMake the samples_card array capable of storing samples...
2016-10-19 Steinar H. GundersonConsistently use “video card” instead of “card”.
2016-10-19 Steinar H. GundersonCommunicate number of channels to the input mapping...
2016-10-19 Steinar H. GundersonAdd a comment about hotswapping issues.
2016-10-19 Steinar H. GundersonPrepare InputMappingDialog for arbitrary kinds of input...
2016-10-19 Steinar H. GundersonSmall cleanup in AudioMixer::set_input_mapping().
2016-10-19 Steinar H. GundersonPrepare for inputs of another frequency than the captur...
2016-10-19 Steinar H. GundersonAdd support for 16-bit audio.
2016-10-19 Steinar H. GundersonMake AudioMixer ready for indexing on multiple types...
2016-10-19 Steinar H. GundersonRefactor fill_audio_bus() into its own function.
2016-10-19 Steinar H. GundersonPick out the right channels when resampling.
2016-10-19 Steinar H. GundersonRename InputMapping::Input to InputMapping::Bus; it...
2016-10-19 Steinar H. GundersonMake AudioMixer respect the input mapping.
2016-10-19 Steinar H. GundersonStore an input mapping, and show it in the UI.
2016-10-19 Steinar H. GundersonMake the final makeup gain adjustment a little faster...
2016-10-19 Steinar H. GundersonFix a bug where the automatic makeup gain adjustment...
2016-10-19 Steinar H. GundersonActually activate the faders.
2016-10-19 Steinar H. GundersonMake some common decibel macros.
2016-10-19 Steinar H. GundersonMove most of the audio processing logic from Mixer...