summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-01-18make monitor section an optional feature than can be added/removed as needed....Paul Davis
2012-01-17fix initial filling out of tempo bars|beats map after loading from XML by ext...Paul Davis
2012-01-17Fix unutterably terrible thinko in previous commit.Carl Hetherington
2012-01-17add more debugging to track/spot/debug mis-use of BeatFramesConverterPaul Davis
2012-01-17fix bug with tempo computation where passed in positions or offsets are negativePaul Davis
2012-01-16adjust to new template structure in OS X packaging tool (note: this was in pl...Paul Davis
2012-01-14Try to fix previous commit on 32-bit.Carl Hetherington
2012-01-14Remove thought-to-be-unnecessary setup of Delivery::_no_outs_cuz_we_no_monitorCarl Hetherington
2012-01-14Add some debug code to time things in the processCarl Hetherington
2012-01-14Trim some lock / unlock cycles on the trigger mutex.Carl Hetherington
2012-01-14Remove unused variables.Carl Hetherington
2012-01-14Fix use of rdtsc on 64-bit (I think).Carl Hetherington
2012-01-11complete the do-not-free-data-from-getmntinfo() fixPaul Davis
2012-01-11fix GTK_PATH in binary bundle (not fully tested)Paul Davis
2012-01-11fix latency compensation for the clickPaul Davis
2012-01-10Fix previous commit.Carl Hetherington
2012-01-10Reinstate command line option to hide splash screen.Carl Hetherington
2012-01-10Remove unused _process_callback method.Carl Hetherington
2012-01-10the return of the splash, with a few changes to help with window layering a l...Paul Davis
2012-01-10change tooltip of automation button for MIDI tracks to give hint that its als...Paul Davis
2012-01-10Replace images with not washed out ones.Carl Hetherington
2012-01-10Missing screenshots.Carl Hetherington
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