remove a bunch of uses of long (mostly replaced by int32_t)
[ardour.git] / libs / ardour /
2010-06-03 Paul Davisadd DEBUG::ProcessThreads as a debug tag for paralleliz...
2010-06-03 Torben Hohnmove route_graph->rechain( r ); into Session::resort_ro...
2010-06-03 Torben Hohn[3.0P] dont dump chain(1) in session.cc
2010-06-03 Torben Hohnadd missing graph.cc and friends :S
2010-06-03 Torben Hohnmerge 3.0P into trunk.
2010-06-02 Paul Davisforward port ConfigVariable<bool> fix from 2.X
2010-06-02 Torben Hohnadd -P flag to the session command return value.
2010-06-02 Torben Hohnadd -P flag blocking port connections while loading...
2010-06-02 Torben Hohnreenable loading of a statefile specified at commandline
2010-06-02 Torben Hohnadd template support to jack-session code. and also...
2010-06-01 Paul Davisrationale pathways that add notes to Sequence<T> so...
2010-05-31 Paul Davisswitch Evoral::Sequence debugging to use DEBUG_TRACE...
2010-05-30 Paul Davismake trimming in region name (colored) highlight work...
2010-05-27 Carl HetheringtonTake route's processor lock for things called by the...
2010-05-27 Paul Davisremove commented debug output
2010-05-27 Carl HetheringtonFix crash on clear option for automation tracks (#3195...
2010-05-27 Carl HetheringtonUse bbt_add and bbt_subtract to do proper BBT maths...
2010-05-26 Carl HetheringtonRemove empty MIDI regions which result from recordings...
2010-05-26 Carl HetheringtonRemove some unused methods.
2010-05-25 Paul Davissplit out sndfile manager code into its own file; move...
2010-05-24 Carl HetheringtonUse debug macros for SMFSource.
2010-05-24 Carl HetheringtonPreserve source's model on clone() if it is not rebuilt...
2010-05-24 Carl HetheringtonNote the time of the last event that was read by read_u...
2010-05-20 Paul Davisvarious minor MIDI fixes: prevent duplicate note entry...
2010-05-20 Carl HetheringtonA few cleanups and rearrangements in the RC options...
2010-05-19 Carl HetheringtonUse SMFSource static method to look for MIDI file exten...
2010-05-19 Carl HetheringtonWhen muting a route because another is soloed, take
2010-05-19 Paul DavisMIDI region forking, plus Playlist::regions_to_read...
2010-05-18 Carl HetheringtonTiny cleanup.
2010-05-17 Carl HetheringtonRemove muting behaviour from the Amp processor. Fix...
2010-05-17 Carl HetheringtonFix assertion failure on time FX of MIDI regions (...
2010-05-16 Carl HetheringtonMove FileManager code into libpbd. Use it for SMF...
2010-05-15 Carl HetheringtonFix some excessive search-and-replaces.
2010-05-14 Carl HetheringtonKeep to a quota of open files by closing least recently...
2010-05-13 Carl HetheringtonMake butler handle auditioner again. Fixes #3128.
2010-05-12 Carl HetheringtonReset buffer stats on stop. Remove unused minimum...
2010-05-11 Carl HetheringtonUpdate diskstream statistics when rolling. Should...
2010-05-11 Carl HetheringtonEvidence from Chris suggests that imported OGG files...
2010-05-09 Carl HetheringtonCreate the session range location as and when the sessi...
2010-05-09 Carl HetheringtonReset both IO names rather than just one when setting...
2010-05-09 Carl HetheringtonRe-throw exception slightly better.
2010-05-08 Paul Davissave global state when quitting BEFORE we stop the...
2010-05-08 Carl HetheringtonRemove use of i18n macros in headers. Prevents our...
2010-05-06 Paul Davisprolooks helper code from hans, enabling new knob drawi...
2010-05-06 Paul Davislots of odds and ends to do with solo isolate and its GUI
2010-05-06 Paul Davisdraw LED background with same style as parent window...
2010-05-05 Paul Davisled\'s for solo-safe and solo-isolate, rather than...
2010-05-05 Paul Davisless debugging
2010-05-05 Paul Davismake "exclusive solo" apply to listen as well as SiP
2010-05-05 Paul Davisrename latched solo option and reverse its meaning...
2010-05-05 Paul Davisadd DEBUG::Solo for conditional debugging of solo stuff...
2010-05-05 Paul Davisremove solo debugging output for now
2010-05-05 Paul Davisthis might just be it for solo
2010-05-05 Paul Davisbetter handling of the inverse-push of solo-by-upstream...
2010-05-04 Paul Davisfix inverse solo push to work properly in both exclusiv...
2010-05-04 Paul Davisremove muted-by-others, a concept that turns out to...
2010-05-04 Paul Daviswhen soloed by upstream (e.g. a track in a group solos...
2010-05-03 Paul Davisthe great solo model simplification (without much code...
2010-05-03 Paul Davismore solo model work, including a GUI fix for mute...
2010-05-02 Carl HetheringtonPrevent multiple tempo / meter changes being inserted...
2010-05-02 Carl HetheringtonSmall cleanup: add constructor to InterThreadInfo.
2010-05-02 Carl HetheringtonFix crash on export.
2010-05-02 Carl HetheringtonVarious fixes to multiple-2D panner signal handling...
2010-05-01 Carl HetheringtonFix snap to bars to account for the fact that the beats...
2010-05-01 Paul Davisperhaps, just possibly, a working solo model. needs...
2010-04-28 Paul Davisremove some silent-buffer-detecting debugging code
2010-04-28 Paul Davisnotify about changes to solo-isolated state
2010-04-28 Paul Davismore solo/mute architecture work. NOTE: changes to...
2010-04-27 Paul Davisadd muted-by-other concept to solo support infrastructure
2010-04-27 Paul Davisyet more work on Ye Fabled Solo Architecture. now do...
2010-04-27 Carl HetheringtonRevert my revision 6996, which was wrong. Sources...
2010-04-27 Carl HetheringtonMake Session::audible_frame() return a (more) correct...
2010-04-27 Carl HetheringtonRemove some debug code.
2010-04-26 Carl HetheringtonMake Session listen to DropReferences from Sources...
2010-04-26 Carl HetheringtonTruncate / expand gain envelope when region length...
2010-04-26 Carl HetheringtonPreserve gain envelopes across filtering operations...
2010-04-25 Carl HetheringtonMake attenutation during fast forward/rewind configurab...
2010-04-25 Carl HetheringtonFix setting of location start position. Fixes #3090.
2010-04-22 Torben Hohnfix session loading
2010-04-22 Carl HetheringtonGah! Typo in previous commit.
2010-04-22 Carl Hetheringtontorbenh's buffer manager fixes from 3.0P
2010-04-22 Carl HetheringtonAllow more than one peaks_ready callback to be pending...
2010-04-22 Carl HetheringtonFix compile warning.
2010-04-22 Carl HetheringtonClean up some location handling bits; should fix update...
2010-04-21 Carl HetheringtonFix loading of MIDI tracks.
2010-04-21 Carl HetheringtonDon't try to load separate diskstreams in 3.0 session...
2010-04-21 Carl HetheringtonMove Diskstream ownership to Track, so that Session...
2010-04-21 Paul Daviscommits 6001-6525 inclusive from 2.X applied to 3.0
2010-04-20 Paul Davisindicate "soloed-by-others" state on solo button via...
2010-04-19 Paul Davisfix solo/listen issues when reloadign a session, caused...
2010-04-19 Paul Davispermanently mark Delivery processors on master/monitor...
2010-04-19 Carl HetheringtonMove toggle-waveforms-while-recording into RC options.
2010-04-18 Carl HetheringtonLoad 2.X sessions correctly with newly-arranged session...
2010-04-18 Carl HetheringtonSmall cleanup.
2010-04-18 Carl HetheringtonMake the session start/end location a single location...
2010-04-16 Paul Davismake sure that meters are configured to handle the...
2010-04-15 Paul Davisforward-port from 2.X commits 5827-6000 including
2010-04-15 Carl HetheringtonRemove out-of-date members of freeze_record which are...
2010-04-14 Carl HetheringtonPrevent crash in pool destruction during session teardown.
2010-04-14 Carl HetheringtonDon't run meters either during freeze.
next