summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2016-08-24a reverb is a reverb is a reverb5.1Robin Gareus
2016-08-24add missing includeRobin Gareus
2016-08-24fix copy/paste mistakeRobin Gareus
2016-08-24NO-OP: whitespaceRobin Gareus
2016-08-24lessons learned from a-fluidsynthRobin Gareus
2016-08-24OSC: Add preset loading to OSC GUILen Ovens
2016-08-24reduce initial fluidsynth loadRobin Gareus
2016-08-24Take process-lock before processor-lockRobin Gareus
2016-08-24prevent a unlikely race: concurrent restore() + work_response ()Robin Gareus
2016-08-24tweak a-fluidsynth reinit strategy.Robin Gareus
2016-08-24strip down libfluidsynth a bit moreRobin Gareus
2016-08-24add support for reverb & chorus in a-fluidsynthRobin Gareus
2016-08-24ARDOUR::FluidSynth automatically assign first 16 channelsRobin Gareus
2016-08-24a-fluidsynthRobin Gareus
2016-08-24properly fix copy/paste typosRobin Gareus
2016-08-24fluidsynth 1.1.6 actuallyRobin Gareus
2016-08-23fix windows build/runtimeRobin Gareus
2016-08-23add FluidSynth Lua BindingsRobin Gareus
2016-08-23add basic libardour wrapper for fluidsynth (for Lua bindings)Robin Gareus
2016-08-23Import libfluidsynth into the Ardour codebaseRobin Gareus
2016-08-24Tempo marker movement snaps to the future grid, rather than the current one.nick_m
2016-08-24Round to bar correctly in TempoMap::exact_beat_at_frame_locked().nick_m
2016-08-23Nyquist (pronounce it like Klopstock!)Robin Gareus
2016-08-23fix threaded state restore (duplicate calls to restore during init)Robin Gareus
2016-08-22OSC: Tweak GUI to be more user obvious.Len Ovens
2016-08-22print a warning if CoreAudio falls back to non realtime priorityRobin Gareus
2016-08-22new libardour API for Session::new_route_from_template to allow specifying in...Paul Davis
2016-08-21OSC: populate check boxes with default settings at session startLen Ovens
2016-08-21OSC: set global variables in global space - crash fixLen Ovens
2016-08-21OSC GUI: Add Strip types and feedback check boxesLen Ovens
2016-08-21Lua bind MonitorProcessorRobin Gareus
2016-08-19OSC: Add setup to GUILen Ovens
2016-08-19fix optimized build compilationRobin Gareus
2016-08-19and another typo gone in in 9702020Robin Gareus
2016-08-19fix typo in 9702020Robin Gareus
2016-08-19ad rest of Stripable API to luaPaul Davis
2016-08-19Move 'round()' / 'trunc()' etc so that they won't conflict with any versions ...John Emmas
2016-08-19For MSVC, 'using namespace whatever' doesn't help us to differentiate between...John Emmas
2016-08-19'roundf()' wasn't introduced in MSVC until VS2013 - so for the time being, le...John Emmas
2016-08-19handle edge-case where jack-meta-data may be NULL, but the call succeedsRobin Gareus
2016-08-19fix failure to remove keyvalue from Keyboard::state on key releasePaul Davis
2016-08-19MIDI polyphonic pressure, part 2Paul Davis
2016-08-19attempt to handle poly-pressure (polyphonic aftertouch) similarly to other MI...Paul Davis
2016-08-18OSC:: needs the .h file too...Len Ovens
2016-08-18OSC: make remote port setting possible, add default surface variablesLen Ovens
2016-08-19initialize uninitialized variableRobin Gareus
2016-08-19Update automated Plugin Controlls when seeking and not rollingRobin Gareus
2016-08-19fix Aux-Send Panner LinkingRobin Gareus
2016-08-17do not allow undo/redo while actively recordingPaul Davis
2016-08-18Report quarter note rather than beat position to AU plugins.nick_m