]> git.sesse.net Git - nageru/shortlog
nageru
2016-10-25 Steinar H.... Add a sample MIDI mapping for Akai MIDImix.
2016-10-25 Steinar H.... Add mute buttons.
2016-10-25 Steinar H.... Fix an issue where silent buses were only partially...
2016-10-25 Steinar H.... Add scroll bars to the audio strips if needed.
2016-10-25 Steinar H.... Don't highlight any controllers if no MIDI controller...
2016-10-25 Steinar H.... Make the master peak display clickable, like all the...
2016-10-25 Steinar H.... Add support for feedback lights (LEDs) on MIDI controllers.
2016-10-25 Steinar H.... Add the two final missing MIDI mappings, namely buttons...
2016-10-25 Steinar H.... Highlight which controllers have currently active MIDI...
2016-10-25 Steinar H.... When having guessed a bus, focus on the next one.
2016-10-22 Steinar H.... Make sure MIDI mapping extrapolation doesn't give out...
2016-10-22 Steinar H.... Support group-local extrapolation in the MIDI mapping...
2016-10-22 Steinar H.... Make the guess button work.
2016-10-22 Steinar H.... Implement auto-training controllers in the MIDI input...
2016-10-22 Steinar H.... Make the save and load buttons in the MIDI mapping...
2016-10-22 Steinar H.... Add an editor for the MIDI mappings.
2016-10-22 Steinar H.... Listen on all MIDI ports (including hotplug).
2016-10-22 Steinar H.... Rewrite the ALSA sequencer input loop.
2016-10-19 Steinar H.... Add support for controlling the audio using a MIDI...
2016-10-19 Steinar H.... Shut down the ALSA inotify thread using an eventfd...
2016-10-19 Steinar H.... Make NonlinearFader work with fixed 0..1000 range,...
2016-10-19 Steinar H.... Interpolate gain changes smoothly, reusing the gain...
2016-10-19 Steinar H.... Reenable simple audio.
2016-10-19 Steinar H.... Make it possible to use PgUp/PgDown to switch audio...
2016-10-19 Steinar H.... Do not use the timing of dropped frames as part of...
2016-10-19 Steinar H.... Interpolate EQ changes smoothly, just like volume changes.
2016-10-19 Steinar H.... Shut down the ALSA probe retry threads cleanly on exit.
2016-10-19 Steinar H.... Shut down the ALSA inotify thread cleanly on exit.
2016-10-19 Steinar H.... Move ALSAPool into its own file; it is pretty large...
2016-10-19 Steinar H.... Let settings follow buses when editing the mapping.
2016-10-19 Steinar H.... Actually set the fader positions when making the views...
2016-10-19 Steinar H.... Make it possible to load an audio input mapping on...
2016-10-19 Steinar H.... Make it possible to load/save input mappings.
2016-10-19 Steinar H.... Move InputMapping and friends into its own header file.
2016-10-19 Steinar H.... Rename “name” to “display name”.
2016-10-19 Steinar H.... Make sure AudioDevice::name is set for ALSA cards,...
2016-10-19 Steinar H.... Update to a bmusb version where fake cards output 8...
2016-10-19 Steinar H.... Update the UI with state changes and new ALSA cards...
2016-10-19 Steinar H.... Unplug ALSA cards as soon as we get the inotify message.
2016-10-19 Steinar H.... If a dead device comes back, put it into the right...
2016-10-19 Steinar H.... When we stop capturing from an ALSA card, close the...
2016-10-19 Steinar H.... When an ALSA input goes away, replace it by silence.
2016-10-19 Steinar H.... Make ALSA initialization errors fail-soft.
2016-10-19 Steinar H.... Support limited ALSA hotplug.
2016-10-19 Steinar H.... Refactor ALSA code in preparation for hotplug.
2016-10-19 Steinar H.... Add a global variable for the audio mixer; it was getti...
2016-10-19 Steinar H.... Update the zita-reampler SSE2 patch.
2016-10-19 Steinar H.... Set a default locut cutoff, for the benchmark.
2016-10-19 Steinar H.... Fix an issue where cutoff would not be properly marked...
2016-10-19 Steinar H.... Hook up the EQ controls and labels.
2016-10-19 Steinar H.... Implement the EQ in AudioMixer. (No UI yet.)
2016-10-19 Steinar H.... Add support for EQ filters to the Filter class.
2016-10-19 Steinar H.... Make it possible to click the bus peak label to reset it.
2016-10-19 Steinar H.... When the fader is moved, interpolate its volume over...
2016-10-19 Steinar H.... Show historic peak of each bus under the peak meter.
2016-10-19 Steinar H.... Replace the R128 meters for each channel with a digital...
2016-10-19 Steinar H.... Split VUMeter into a left and right side, so one can...
2016-10-19 Steinar H.... Remove an (easily-predictable) branch from the StereoCo...
2016-10-19 Steinar H.... Add a correctness test to the audio benchmark.
2016-10-19 Steinar H.... Add some low-volume 24-bit data to the benchmark, for...
2016-10-19 Steinar H.... Fix a small theoretical inefficiency; does not actually...
2016-10-19 Steinar H.... Save another ~1% on the audio benchmark, by dealing...
2016-10-19 Steinar H.... Tiny audio optimization (~1%) by making an SSE version...
2016-10-19 Steinar H.... Add a benchmark for a simple audio chain; easier than...
2016-10-19 Steinar H.... Make the compression meters work.
2016-10-19 Steinar H.... Make reference level of VUMeter and LRAMeter adjustable.
2016-10-19 Steinar H.... Make min/max level of VUMeter and LRAMeter adjustable.
2016-10-19 Steinar H.... Remove obsolete comment.
2016-10-19 Steinar H.... Small refactoring in the audio level callback API.
2016-10-19 Steinar H.... Make it clearer that the cutoff knob affects the channe...
2016-10-19 Steinar H.... Move the gain staging and compressors into each bus...
2016-10-19 Steinar H.... Move the lo-cut into each bus.
2016-10-19 Steinar H.... Make the faders in the expanded audio view work.
2016-10-19 Steinar H.... Create buses in the expanded view. (Still inert.)
2016-10-19 Steinar H.... Hook up the controls on the second (full mode) page.
2016-10-19 Steinar H.... Add some pagination to the main window.
2016-10-19 Steinar H.... Add a UI file for the expanded audio interface.
2016-10-19 Steinar H.... Add support for ALSA devices that have no channel maps.
2016-10-19 Steinar H.... Make a non-linear fader for dB use. Not perfect yet...
2016-10-19 Steinar H.... Ask for the right number of channels when creating...
2016-10-19 Steinar H.... Hook up the per-bus VU meters.
2016-10-19 Steinar H.... Move the R128 and correlation measurements into AudioMixer.
2016-10-19 Steinar H.... Fix a deadlock issue when shutting down ALSA cards.
2016-10-19 Steinar H.... Add support for ALSA inputs to the mixer.
2016-10-19 Steinar H.... Rename reset_device to reset_resampler.
2016-10-19 Steinar H.... Make the samples_card array capable of storing samples...
2016-10-19 Steinar H.... Consistently use “video card” instead of “card”.
2016-10-19 Steinar H.... Communicate number of channels to the input mapping...
2016-10-19 Steinar H.... Add a comment about hotswapping issues.
2016-10-19 Steinar H.... Prepare InputMappingDialog for arbitrary kinds of input...
2016-10-19 Steinar H.... Add some ALSA device enumeration code.
2016-10-19 Steinar H.... Add a class for ALSA audio input. (No enumeration yet.)
2016-10-19 Steinar H.... Small cleanup in AudioMixer::set_input_mapping().
2016-10-19 Steinar H.... Prepare for inputs of another frequency than the captur...
2016-10-19 Steinar H.... Add support for 16-bit audio.
2016-10-19 Steinar H.... Make AudioMixer ready for indexing on multiple types...
2016-10-19 Steinar H.... Make remove/up/down buttons work.
2016-10-19 Steinar H.... Refactor fill_audio_bus() into its own function.
2016-10-19 Steinar H.... Pick out the right channels when resampling.
2016-10-19 Steinar H.... Rename InputMapping::Input to InputMapping::Bus; it...
next