summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2012-02-26Fix crash on opening the export dialogue when there are noCarl Hetherington
2012-02-25Fix real-time violation, only send UI updates if explicitly requested by UI.David Robillard
2012-02-25Use FastScreenUpdate for UI message updating, and only if plugin has message ...David Robillard
2012-02-25Full round-trip message communication between LV2 UIs and plugins.David Robillard
2012-02-25Use more straightforward 1:1 names for URI nodes.David Robillard
2012-02-25Support LV2 atom sequence ports alongside old event ports.David Robillard
2012-02-24Clean up LV2 code in preparation for atom support.David Robillard
2012-02-15part two of: make region gain line visibility global, not per-regionPaul Davis
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