summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-01-10remove some verbiage when creating audiofile sources3.0-beta2Paul Davis
2012-01-09fix auditioning (bystander casualty of monitoring fixes)Paul Davis
2012-01-09fix nasty memory-related crashes caused by not noticing a bug in getmntinfo()...Paul Davis
2012-01-09change config dir on OS X to ~/Library/Preferences/Ardour3Paul Davis
2012-01-09change default binding for import to be PRIMARY-i because its really an actio...Paul Davis
2012-01-09Don't redraw the summary every time the playhead moves (if it hasn't moved vi...Carl Hetherington
2012-01-09add MIDITrack specific ::monitoring_state() methodPaul Davis
2012-01-09reduce Processor debug tag verbosityPaul Davis
2012-01-09use system/gtk default font on OS X, rather than specifying Lucida Grande; ma...Paul Davis
2012-01-09remove some debug io from the Processors tag that is not really related to pr...Paul Davis
2012-01-09another AU-specific tempo fixPaul Davis
2012-01-09Fix typo.Carl Hetherington
2012-01-09Account for ProcessorEntry::_processor being 0 in a few places; remove unused...Carl Hetherington
2012-01-08Remove an unnecessary assert that now trips.Carl Hetherington
2012-01-08don't allow/create non-beat aligned tempo changes in response to meter change...Paul Davis
2012-01-08don't hide the "auto" box transport bar buttons (sync, auto-return etc) if th...Paul Davis
2012-01-08fix up a few zero-boundary condition errors in TempoMapPaul Davis
2012-01-08simplify and legalize call to TempoMap::get_grid() when getting grid pointsPaul Davis
2012-01-08sort debug optionsPaul Davis
2012-01-08tempo map debugging with dlpPaul Davis
2012-01-07add operator!= for BBT_TimePaul Davis
2012-01-07add an empty ProcessorEntry before the fader if there are no pre-fader proces...Paul Davis
2012-01-07add sixteenths as note type for tempo and meter; fix cursor color, selection ...Paul Davis
2012-01-07when moving tempo and metric sections around (or adding new ones), prevent th...Paul Davis
2012-01-07rest of the color change for the MIDI channel selector, missed this yesterdayPaul Davis
2012-01-07snap tempo marker drags to the nearest beatPaul Davis
2012-01-07fix positioning of grid line after a non-beat aligned tempo changePaul Davis
2012-01-07a better fix for timestamping non-beat-aligned tempo changesPaul Davis
2012-01-06remove extra TempoMap::dump() callPaul Davis
2012-01-06re-adjust computation of non-beat aligned tempo changePaul Davis
2012-01-06adjust computation of non-beat aligned tempo change, and let TempoMap::dump()...Paul Davis
2012-01-06fix frame/beat walking to pass unit testsPaul Davis
2012-01-06remove messages when tempo map is not available in RT contextPaul Davis
2012-01-06twiddle with one test explanation to help paul reason about itPaul Davis
2012-01-06dull down the MIDI channel selector buttons to avoid sensory overloadPaul Davis
2012-01-06partially revert some of the recent work on tempo to reflect new understandin...Paul Davis
2012-01-05fix some more crashes with tempo map manipulationsPaul Davis
2012-01-05upgrade audiounit support to use the new tempomap APIPaul Davis
2012-01-05fix over-zealous optimization in tempo map, caused crashPaul Davis
2012-01-05remove debugging outputPaul Davis
2012-01-05make extending the tempo map O(N) in the section to be filled in, rather than...Paul Davis
2012-01-05remove un-needed TempoMap::frame_time_rt()Paul Davis
2012-01-05possibly fix deadlocking issues with tempo map by rearranging code and adding...Paul Davis
2012-01-04Use Request::Pause rather than Request::Wait forCarl Hetherington
2012-01-04restore correct behaviour of undo/redo for tempo map dragsPaul Davis
2012-01-04try to clean up locking issues with TempoMapPaul Davis
2012-01-04tweak constants that affect whether/where trimming cursors are shown for MIDI...Paul Davis
2012-01-04fix error in framepos_{plus,minus}_bbt() which miscounted beats while steppin...Paul Davis
2012-01-04fix (?) tricky locking issues in the tempo map by adding a second lock and in...Paul Davis
2012-01-04Use a few shared_ptrs to make things slightly neater.Carl Hetherington