summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-11Ignore core files.Carl Hetherington
2010-06-10Preserve region state as well as playlist state in undo of bounce range. Fix...Carl Hetherington
2010-06-09Fix warning.Carl Hetherington
2010-06-09dynamic playback & capture buffer resizing (though transport is stopped first)Paul Davis
2010-06-09GUI control of playback & buffer sizes, but not dynamic (i.e. requires a rest...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-08Clean up a bit. Fix non-relative note dragging mode to fit my understanding ...Carl Hetherington
2010-06-08Fix handling of the mapping between parameters and automation CheckMenuItems....Carl Hetherington
2010-06-08Copy-edit.Carl Hetherington
2010-06-08Reduce default summary size and remember it across saves. Fixes #3205.Carl Hetherington
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-06Lincoln's patch from #3223 to add show/hide midi track options to the route l...Carl Hetherington
2010-06-06Lincoln's patch from #3224 to colour midi stream view backgrounds properly.Carl Hetherington
2010-06-06Lincoln's patch from #3225 to tweak crossfade rendering.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-03session prefs editor gets renamed as session propertiesPaul Davis
2010-06-03patch from lincoln to make MIDI track height changes no longer just grow note...Paul Davis
2010-06-03Sequence::contains() and Sequence::overlaps() now use pitch-based indexing to...Paul Davis
2010-06-03move computation of TimeAxisViewItem fixed heights into a static member funct...Paul Davis
2010-06-03check for gcc 4.5 and prohibit compilation with optimization if foundPaul 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-02fix missing break in options parsing.Torben Hohn
2010-06-02add template support to jack-session code. and also generate timestamped nameTorben Hohn
2010-06-02basic -T <load_template> optionTorben Hohn
2010-06-02zero-pad seconds field of verbose canvas cursor, fixes #3216Paul Davis
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-31build fixPaul Davis
2010-05-31final use of "stop_signal.h" removedPaul 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