summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2012-02-07fix coloring of global rec-enable button when actively recording; fix related...Paul Davis
2012-02-07remove additional "mid" color from ArdourButton; replace Active/Mid widget st...Paul Davis
2012-02-06attempt to stop sending MMC/MTC while exporting or freewheeling for any reasonPaul Davis
2012-02-06fix bug in MidiClock that sent MIDI Clock messages with negative offsets afte...Paul Davis
2012-02-06likely fix for crash-by-assert just after a MIDI diskstream overwrite (e.g. j...Paul Davis
2012-02-06even more debugging info for zthPaul Davis
2012-02-06yet more debugging info for zthPaul Davis
2012-02-06some more debugging info for zthPaul Davis
2012-02-06removed #ifdef'ed trace_midi() code (dup'ed from libmidi++)Paul Davis
2012-02-06some debugging infoPaul Davis
2012-02-03add some more variants of the cairo rounded rectangle codePaul Davis
2012-02-02add virtual method is_instrument() to PluginInfo (already existed for AUPlugi...Paul Davis
2012-02-02add a way to create a new MIDI track with an instrument pre-selectedPaul Davis
2012-02-01Make crossfade convert-to-full and activate/deactivate work across edit group...Carl Hetherington
2012-02-01Tidy up slightly.Carl Hetherington
2012-02-01Trim declaration.Carl Hetherington
2012-01-31use musical_time_equal() test for equality when copying note data, not strict...Paul Davis
2012-01-31Make crossfade active state and length changes undo-able.Carl Hetherington
2012-01-31Comments.Carl Hetherington
2012-01-30many changes, large and small, related to smart mode editing, range/region se...Paul Davis
2012-01-30Fix faulty comment in previous commit.Carl Hetherington
2012-01-30Fix non-summon of butler when a track that needs it is followed by a track th...Carl Hetherington
2012-01-30Add assert.Carl Hetherington
2012-01-30Add aux sends at the position that the menu was opened, rather than always pr...Carl Hetherington
2012-01-29Show an example filename in the main export dialogSakari Bergen
2012-01-29Add timespan name to export status textSakari Bergen
2012-01-28Fix issue with export channel splitting getting stuck in the filenameSakari Bergen
2012-01-28Fix compilation with older Glib.David Robillard
2012-01-28Go back to one progress bar with several passes in export. Sakari Bergen
2012-01-28Store Region export state in instant.xml (fixes #3935)Sakari Bergen
2012-01-28Fix compilation with older lilv (0.5.0)Sakari Bergen
2012-01-28Use new Lilv state API to save LV2 plugin state.David Robillard
2012-01-27restore independent gain control over click/metronomePaul Davis
2012-01-27patch for CUE file formatting from Andreas RugePaul Davis
2012-01-27fix inconsistent display on selection clocks when in join-object-range mode, ...Paul Davis
2012-01-27fix #4443 - tape track files need to be created when opened, not when written toPaul Davis
2012-01-27promote Playlist::RegionList to ARDOUR::RegionList; fix timefx on multiple re...Paul Davis
2012-01-27further simplification of midi clock ticker APIPaul Davis
2012-01-27change audioengine's port container to a std::map to provide faster results f...Paul Davis
2012-01-27rework design of midi clock ticker to avoid expensive generalization that has...Paul Davis
2012-01-26add Port::PostDisconnect signal to allow objects other than the one being dir...Paul Davis
2012-01-25an improvement to the previous patch to catch up with solo state after a disc...Paul Davis
2012-01-25toc filename handling patch from andreas r.Paul Davis
2012-01-25fix #4405, by explicitly cancelling solo when a route's inputs drop to zeroPaul Davis
2012-01-24Move reader lock to avoid deadlock when calling bbt_time().Carl Hetherington
2012-01-24Remove unused variable.Carl Hetherington
2012-01-24Show proper progress information for export while normalizingSakari Bergen
2012-01-24Make plugins-stop-with-transport work; should fix #4641Carl Hetherington
2012-01-24Make time stretch respect edit groups (#4615).Carl Hetherington
2012-01-24provide ActionManager::do_action() as a way to trigger any action item as if ...Paul Davis