summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2010-06-24use JACK thread creation functions to create process-graph threads; provide G...Paul Davis
2010-06-24GUI-created MIDI regions now steal the pending MIDISource from the track's di...Paul Davis
2010-06-23fix some non-debug compile warningsPaul Davis
2010-06-23use new Source::used() rather than SessionPlaylists::source_use_count() to de...Paul Davis
2010-06-23midway snapshot of work done on managing Region & Source lifetimes correctly....Paul Davis
2010-06-23Update locations GUI more efficiently by avoiding a rebuild when a location i...Carl Hetherington
2010-06-23Trim includes.Carl Hetherington
2010-06-21Stop attempts to connect new MIDI tracks to bad ports when there is no MIDI I...Carl Hetherington
2010-06-21Coding style.Carl Hetherington
2010-06-21fix some warnings that come from a non-debug build, some of which are actuall...Paul Davis
2010-06-21GUI control of insert merge policy for overlapping MIDI notes; quite a bit of...Paul Davis
2010-06-21Remove unused variable.Carl Hetherington
2010-06-20Return delta time even for metadata events. Should fix #3244.Carl Hetherington
2010-06-20Invalidate old sources before forgetting about them. I think this prevents t...Carl Hetherington
2010-06-17new fade in/fade out colors from chrisgPaul Davis
2010-06-16prevent removal of master/monitor busses without explicit (and hard to set) a...Paul Davis
2010-06-16avoid needless errors when redoing an operation involving adding notes that w...Paul Davis
2010-06-14make note overlap resolution store side effects in a DiffCommand, and add its...Paul Davis
2010-06-12MTC drift patch from robin gareus, plus two related cleanups to the tracer & ...Paul Davis
2010-06-12introduce the notion that note additions and property changes can cause the r...Paul Davis
2010-06-09dynamic playback & capture buffer resizing (though transport is stopped first)Paul Davis
2010-06-09permit different sizes for audio playback & capture buffersPaul Davis
2010-06-09basically, fix all kinds of odds and ends with MIDI playback, including misse...Paul Davis
2010-06-08Small cleanup.Carl Hetherington
2010-06-08Update ring buffer read pointer correctly in case of a failure to insert an e...Carl Hetherington
2010-06-07Better-define behaviour when relayering a playlist with a single zero-length ...Carl Hetherington
2010-06-06Fix signedness error.Carl Hetherington
2010-06-04more style-guidificationPaul Davis
2010-06-04more style-guidification, plus do not run process threads RT if JACK is not RTPaul Davis
2010-06-04style-guide-ificationPaul Davis
2010-06-04style-guide-ificationPaul Davis
2010-06-03add DEBUG::ProcessThreads as a debug tag for parallelization (probably to be ...Paul Davis
2010-06-03start tracking note overlaps while moving notesPaul Davis
2010-06-03move route_graph->rechain( r ); into Session::resort_routes_usingTorben Hohn
2010-06-03[3.0P] dont dump chain(1) in session.ccTorben Hohn
2010-06-03add missing graph.cc and friends :STorben Hohn
2010-06-03merge 3.0P into trunk.Torben Hohn
2010-06-03Sequence::contains() and Sequence::overlaps() now use pitch-based indexing to...Paul Davis
2010-06-03modified version of a patch from robin gareus to avoid leaving pointers to da...Paul Davis
2010-06-02add channel+pitch indexing for notes in a SequencePaul Davis
2010-06-02forward port ConfigVariable<bool> fix from 2.XPaul Davis
2010-06-02add -P flag to the session command return value.Torben Hohn
2010-06-02add -P flag blocking port connections while loading sessionTorben Hohn
2010-06-02reenable loading of a statefile specified at commandlineTorben Hohn
2010-06-02add template support to jack-session code. and also generate timestamped nameTorben Hohn
2010-06-01rationale pathways that add notes to Sequence<T> so that there is only final ...Paul Davis
2010-06-01add missing (new) filePaul Davis
2010-05-31switch Evoral::Sequence debugging to use DEBUG_TRACE(); Sequence uses multise...Paul Davis
2010-05-31remove almost-unusued stop_signal.h and clean up the one (unused) place where...Paul Davis
2010-05-30make trimming in region name (colored) highlight work even in internal edit m...Paul Davis