summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2010-04-27add muted-by-other concept to solo support infrastructurePaul Davis
2010-04-27yet more work on Ye Fabled Solo Architecture. now do forward and backward pro...Paul Davis
2010-04-27Revert my revision 6996, which was wrong. Sources need to stay around in the...Carl Hetherington
2010-04-27Make Session::audible_frame() return a (more) correct answer when the transpo...Carl Hetherington
2010-04-27Remove some debug code.Carl Hetherington
2010-04-26Make Session listen to DropReferences from Sources, and remove them. Call dr...Carl Hetherington
2010-04-26Truncate / expand gain envelope when region length changes.Carl Hetherington
2010-04-26Preserve gain envelopes across filtering operations and stretch them across t...Carl Hetherington
2010-04-26Some comments and minor cleanup.Carl Hetherington
2010-04-25Make attenutation during fast forward/rewind configurable again. Fixes #3089.Carl Hetherington
2010-04-25Fix setting of location start position. Fixes #3090.Carl Hetherington
2010-04-22fix session loadingTorben Hohn
2010-04-22Gah! Typo in previous commit.Carl Hetherington
2010-04-22torbenh's buffer manager fixes from 3.0PCarl Hetherington
2010-04-22Allow more than one peaks_ready callback to be pending for an AudioRegionViewCarl Hetherington
2010-04-22Fix compile warning.Carl Hetherington
2010-04-22Clean up some location handling bits; should fix update of editor summary whe...Carl Hetherington
2010-04-21Fix loading of MIDI tracks.Carl Hetherington
2010-04-21Don't try to load separate diskstreams in 3.0 session files. Fix a few uses ...Carl Hetherington
2010-04-21Move Diskstream ownership to Track, so that Session no longer holds lists of ...Carl Hetherington
2010-04-21commits 6001-6525 inclusive from 2.X applied to 3.0Paul Davis
2010-04-20indicate "soloed-by-others" state on solo button via a "half-lit" statePaul Davis
2010-04-19fix solo/listen issues when reloadign a session, caused by that last commitPaul Davis
2010-04-19permanently mark Delivery processors on master/monitor/audition as immune to ...Paul Davis
2010-04-19Move toggle-waveforms-while-recording into RC options.Carl Hetherington
2010-04-18Load 2.X sessions correctly with newly-arranged session start/end markers.Carl Hetherington
2010-04-18Small cleanup.Carl Hetherington
2010-04-18Make the session start/end location a single location (with start and end) ra...Carl Hetherington
2010-04-16make sure that meters are configured to handle the right number of channels, ...Paul Davis
2010-04-15forward-port from 2.X commits 5827-6000 includingPaul Davis
2010-04-15Remove out-of-date members of freeze_record which are now accounted for by Pr...Carl Hetherington
2010-04-14Prevent crash in pool destruction during session teardown.Carl Hetherington
2010-04-14Don't run meters either during freeze.Carl Hetherington
2010-04-14Separate interthread progress window out into its own class and HIG-ify it a ...Carl Hetherington
2010-04-14Suspend deletion of cross-thread pools until they are empty. Prevents crashe...Carl Hetherington
2010-04-14Don't run deliveries to output ports during export / freeze.Carl Hetherington
2010-04-13remove babbling torrent of debug outputPaul Davis
2010-04-13substantive change: use the JACK wait API and provide "thread buffers" separa...Paul Davis
2010-04-13Reduce stack requirement of AudioTrack::export_stuff, which fixes a crash whe...Carl Hetherington
2010-04-12alignment/capture/positioning changes ported from 2.XPaul Davis
2010-04-10Fix import dialogue to correctly report (x of N) with multiple files, and sli...Carl Hetherington
2010-04-09Prevent clipping during the import of files from sources that haveCarl Hetherington
2010-04-08add support for "msg=" bindings and also action="SomeGroup/Action"Paul Davis
2010-04-07similar fix for punch recording as applied to 2.X, with additional tweak that...Paul Davis
2010-04-07Add virtual destructor.Carl Hetherington
2010-04-07Comment format.Carl Hetherington
2010-04-06(3.0 version of 2.0-ongoing) fix 100% CPU usage after killing JACK caused by ...Paul Davis
2010-04-06MIDI/Controllables for monitor section, and related fixesPaul Davis
2010-04-06Resort routes after processors change. Ensures that, e.g. things work after ...Carl Hetherington
2010-04-05Emit signal when a group's active state is changed. Fix restoration of state...Carl Hetherington