summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
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-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-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-05-31switch Evoral::Sequence debugging to use DEBUG_TRACE(); Sequence uses multise...Paul Davis
2010-05-30make trimming in region name (colored) highlight work even in internal edit m...Paul Davis
2010-05-27Take route's processor lock for things called by the process thread. Prevent...Carl Hetherington
2010-05-27remove commented debug outputPaul Davis
2010-05-27Fix crash on clear option for automation tracks (#3195). Also fix state chan...Carl Hetherington
2010-05-27Use bbt_add and bbt_subtract to do proper BBT maths in round_to_beat_subdivis...Carl Hetherington
2010-05-26Remove empty MIDI regions which result from recordings made when no MIDI data...Carl Hetherington
2010-05-26Remove some unused methods.Carl Hetherington
2010-05-25split out sndfile manager code into its own file; move a couple of utility fu...Paul Davis
2010-05-24Use debug macros for SMFSource.Carl Hetherington
2010-05-24Preserve source's model on clone() if it is not rebuilt. Should fix #3155.Carl Hetherington
2010-05-24Note the time of the last event that was read by read_unlocked, so that the c...Carl Hetherington
2010-05-20various minor MIDI fixes: prevent duplicate note entry with mouse, show note ...Paul Davis
2010-05-20A few cleanups and rearrangements in the RC options. Add options for default...Carl Hetherington
2010-05-19Use SMFSource static method to look for MIDI file extensions.Carl Hetherington
2010-05-19When muting a route because another is soloed, takeCarl Hetherington
2010-05-19MIDI region forking, plus Playlist::regions_to_read() fix forward ported from...Paul Davis
2010-05-18Tiny cleanup.Carl Hetherington
2010-05-17Remove muting behaviour from the Amp processor. Fix some smallCarl Hetherington
2010-05-17Fix assertion failure on time FX of MIDI regions (#3136)Carl Hetherington
2010-05-16Move FileManager code into libpbd. Use it for SMF read/write.Carl Hetherington
2010-05-15Fix some excessive search-and-replaces.Carl Hetherington
2010-05-14Keep to a quota of open files by closing least recently used ones as required...Carl Hetherington
2010-05-13Make butler handle auditioner again. Fixes #3128.Carl Hetherington
2010-05-12Reset buffer stats on stop. Remove unused minimum playback/capture load stats.Carl Hetherington
2010-05-11Update diskstream statistics when rolling. Should fix #3067.Carl Hetherington
2010-05-11Evidence from Chris suggests that imported OGG files can clip, so check for t...Carl Hetherington
2010-05-09Create the session range location as and when the session first gets some con...Carl Hetherington
2010-05-09Reset both IO names rather than just one when setting up the use of a track t...Carl Hetherington
2010-05-09Re-throw exception slightly better.Carl Hetherington
2010-05-08save global state when quitting BEFORE we stop the engine, so that global MID...Paul Davis