summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2011-04-22Fix Python whitespace (follow PEP8 guidelines, reformatted by Python Reindent)David Robillard
2011-04-22Use new Suil and SLV2 APIs for LV2 plugin UIs.David Robillard
2011-04-21fix thinko in setting up auto-connect for monitor busPaul Davis
2011-04-21Set session dirty on plugin parameter changes (rest of #3997).Carl Hetherington
2011-04-21Make changes to route processors set the session dirty (part of #3997).Carl Hetherington
2011-04-21Prevent note trackers for overlapping MIDI regions inserting events that occu...Carl Hetherington
2011-04-20Fix an assertion failure when stopping the transport with an active controlla...Carl Hetherington
2011-04-20A few comments.Carl Hetherington
2011-04-20Remove unused NascentInfo::is_touch member.Carl Hetherington
2011-04-20Add assert.Carl Hetherington
2011-04-20Fix assertion failure when merging a set of nascent events which start at the...Carl Hetherington
2011-04-19remove debugging output from audioengine/port codePaul Davis
2011-04-19crude but apparently working fix for issues with JACK port deletion at sessio...Paul Davis
2011-04-19allow invalidation-of-UI-request-by-object-deletion to work more often by set...Paul Davis
2011-04-19Save route group reorderings in the session file. Link changes in the mixer ...Carl Hetherington
2011-04-19Reverse the scroll wheel behaviour of the scroomer so that it feels the same ...Carl Hetherington
2011-04-18Initialise aux send gain to -inf dB (#3990).Carl Hetherington
2011-04-17Remove some unused stuff from SVN (#3985).Carl Hetherington
2011-04-16Fix erroneous masking when loading bank changes (part of #3916).Carl Hetherington
2011-04-16Remove some calls to process_updates() which I think prevent GTK coalescing r...Carl Hetherington
2011-04-15Fix 'make new plugins active' configure option (#3975).Carl Hetherington
2011-04-13Tolerate LV2 plugins that call persist/file state functions early.David Robillard
2011-04-11Move check for a new session directory being writable to after it has been cr...Carl Hetherington
2011-04-09remove all use of access(2) (this was done a bit stupidly, we could have used...Paul Davis
2011-04-09fix mismatching use of operator new() when allocating buffer to passed into l...Paul Davis
2011-04-09add PBD::sys::path::exists_and_writable() method to help replace access(2)Paul Davis
2011-04-09remove another instance of access(2)Paul Davis
2011-04-09part two of: correctly reset capture alignment at session loadPaul Davis
2011-04-09formatting cleanupPaul Davis
2011-04-09correctly reset capture alignment at session load; for MIDI diskstreams, don'...Paul Davis
2011-04-08rename only the main outs of a route when its name changes, not inserts or se...Paul Davis
2011-04-06Fix broken whitespace.David Robillard
2011-04-06Fix my name :)David Robillard
2011-04-06Update LV2 files extension.David Robillard
2011-04-06Implement latest LV2 files extension.David Robillard
2011-04-06Differentiate between pitch-shift (for audio) and transpose (for MIDI). Fixe...Carl Hetherington
2011-04-06Fix show checkbuttons for mixer groups on startup (#3919). Also synchronise ...Carl Hetherington
2011-04-05remove unused arguments to keep gcc quietPaul Davis
2011-04-04Fix read_raw_internal to use the appropriate audio source for the specified c...Carl Hetherington
2011-04-04Fix broken whitespace (no functional changes).David Robillard
2011-04-04Fix broken whitespace (no functional changes).David Robillard
2011-04-04add some scroll wheel support to the scroomerPaul Davis
2011-04-04minor tweaks to debug output and comments and header orderPaul Davis
2011-04-04when overwriting existing MIDI buffers in a MidiDiskstream be sure to update ...Paul Davis
2011-04-04reimplement MidiRingBuffer::dump()Paul Davis
2011-04-04Add plugins (activating them) after doing any latency_compute_run, as otherwi...Carl Hetherington
2011-04-04move some DEBUG::Graph traces to DEBUG::ProcessThreads ; remove Diskstream::r...Paul Davis
2011-04-04always make log/error window visible when a non-info message is postedPaul Davis
2011-04-04Update region peak amplitude when the region is trimmed (#3931).Carl Hetherington
2011-04-03Implement LV2 files extension.David Robillard