summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2013-09-05fix a problem creating and displaying connected status for ports not owned by...Paul Davis
2013-09-05always save/keep audio/MIDI setup states so that they are available for use *...Paul Davis
2013-09-05move MidiPortManager from AudioEngine to SessionPaul Davis
2013-09-05shorten tab labels on audio/midi setup notebookPaul Davis
2013-09-04save and restore the selected engine state at startupPaul Davis
2013-09-04fix up restoration of saved state from disk, still incompletePaul Davis
2013-09-04save and restore audio/MIDI setup states to disk (in ardour.rc)Paul Davis
2013-09-04save and restore settings for different backend/driver/device combinationsPaul Davis
2013-09-04change names of actions groups that include "jack"Paul Davis
2013-09-04rename interface_ stuff in the engine dialog to device_, since that feels a b...Paul Davis
2013-09-03Merge branch 'master' into audioenginePaul Davis
2013-09-03updated .po files from waf i18n, plus an updated gtk2_ardour/de.po from Edgar...Paul Davis
2013-09-02LV2 extUI handling - amend to previous commit.Robin Gareus
2013-09-02LV2 external UI handling - revert to <= 3.3. behaviourRobin Gareus
2013-09-01improve scroll and drag behaviour of volume-controller knobRobin Gareus
2013-08-29update external plugin UI handlingRobin Gareus
2013-08-25add LV2 support for kx:external-ui#Robin Gareus
2013-08-25free memory of external plugins on GUI close (major mem leak).Robin Gareus
2013-08-24pot/po file updates caused by waf i18nPaul Davis
2013-08-23don't run meter in import-dialog if the dialog is not visibleRobin Gareus
2013-08-15update czech translations from pavel fricPaul Davis
2013-08-15fix newly-appearing crash-at-close caused by muddled thinking in pbd/pthread_...Paul Davis
2013-08-14fix merge issues with masterPaul Davis
2013-08-14some const_cast<> additions for OS X where gcc believes that volatile int* me...Paul Davis
2013-08-13re-enable MIDI tracing for ARDOUR::MidiPortPaul Davis
2013-08-13Move curve test file handling in main() until after ARDOUR::init is calledTim Mayberry
2013-08-13Remove call to PBD::ID::init as it is now done via ARDOUR::initTim Mayberry
2013-08-13Move initialization of libardour from ARDOUR_UI class into main()Tim Mayberry
2013-08-13Change ARDOUR::init return type to bool type for success/failureTim Mayberry
2013-08-09Merge branch 'master' into audioenginePaul Davis
2013-08-09revert font sizing on audio/midi setup dialogPaul Davis
2013-08-09fix typosRobin Gareus
2013-08-09split up session code that uses parts of the JACK API (timebase + session eve...Paul Davis
2013-08-09fix display of latencyPaul Davis
2013-08-09a few more visual tweaks and simplifications for audio/midi setupPaul Davis
2013-08-08some rearrangements and details for the engine dialogPaul Davis
2013-08-08temporarily ignore AudioEngine::Halted when GUI asks to disconnect from JACK,...Paul Davis
2013-08-08add methods to queue full MTC and SPP messages, now that they are synchronousPaul Davis
2013-08-08rationalize (a bit) engine start/stop/restart so that it is possible to start...Paul Davis
2013-08-08remove --no-freesound option. fixes #5640Robin Gareus
2013-08-08remove reference to non-existent headerPaul Davis
2013-08-07change wording in audio status when disconnected from enginePaul Davis
2013-08-07major redesign of MIDI port heirarchy and management (part 2)Paul Davis
2013-08-05fix conflicts after merge with masterPaul Davis
2013-08-05add notion of unavailable devices to ARDOUR::AudioBackendPaul Davis
2013-08-05can now start JACK based on config dialogPaul Davis
2013-08-04start work on the changes to EngineControl (dialog) to integrate with new bac...Paul Davis
2013-08-04fix meter-background highlight when peaking. (> vs >=)Robin Gareus
2013-08-04fix rounding issue when dragging video with fractional fpsRobin Gareus
2013-08-04vtl: import audio at video-offset, forget offset on "Remove Video"Robin Gareus