summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-10-09handle AU Factory presets along with user presets2.8.3Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5763 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-10-08when setting a redirect box to display a given route's redirects, always ↵Paul Davis
unset the no_redirect_redisplay flag that may have been set when the last route displayed was deleted. this should fix reports of plugins etc. not being displayed in the editor mixer strip and other cases where the mixer strip is re-used to display > 1 route git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5761 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-10-08JACK is realtime by default when started by ardour; mackie "ardour" port ↵Paul Davis
limitation applies only to ALSA sequencer ports git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5760 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-10-08clean up and rationalize parts of the osx_build script; build DMG for all OS ↵Paul Davis
X bundles git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5759 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-10-08fix mis-handling of button press events on rec-enable that ought to forward ↵Paul Davis
to BindableButton git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5758 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-10-08fix mis-handling of button press events on mute+solo that ought to forward ↵Paul Davis
to BindableButton git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5757 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-10-08accurate dB/log patch from Carl, back-ported from 3.0Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5756 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-10-08if user asks for session templates, make sure user template dir exists, and ↵Paul Davis
switch file browser default to that dir git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5755 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-10-08updated french translation from raphael d.Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5754 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-10-07make reconnect to JACK work, after the _priv_jack fixes were added recentlyPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5753 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-10-07updated russian translation from alexandrePaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5752 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-10-07crossfade point dragging fix from markus s.Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5751 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-10-06more industrial-strength-ifying of io connection name cleanupPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5742 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-10-06fix crash in mixer_strip.cc and re-indent the io button renaming codePaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5741 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-10-05add /ardour/locate <frame> <roll-after-locate> command to OSC APIPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5732 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-10-05provide jdelay-based hardware/port insert latency measurementPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5729 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-10-05add new files, derived from jack_delay by fonsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5728 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-10-02better fix for send/redirect renaming, plus (sorry) small comment change in ↵Paul Davis
public_editor.h and you know that means git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5725 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-10-02use drobilla's latest, not his penultimate, version of string_is_affirmitive()Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5724 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-10-02slightly improved string_is_affirmative() implementationPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5722 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-10-02now in gtk2_ardour: replace all instances of prop->value() == "yes" with ↵Paul Davis
string_is_affirmative (prop->value()) to avoid XML property SNAFUs git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5721 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-10-02replace all instances of prop->value() == "yes" with string_is_affirmative ↵Paul Davis
(prop->value()) to avoid XML property SNAFUs git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5720 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-10-02bump versionPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5715 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-10-01more on log fix, and redirect renaming fix from nickmPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5713 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-10-01about window set as transient for editor, from nedkoPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5710 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-10-01splash override env var patch from nedkoPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5709 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-10-01edit group visibility maintained, patch from nickm (#2796)Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5708 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-10-01i/o button renaming patch from nickmPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5706 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-10-01LADSPA log parameters default values set appropriately and handle localized ↵Paul Davis
decimal indicator in BarController (from robsch) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5704 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-10-01tweaks to de_DE translationPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5700 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-10-01LV2 epp logarithmic patch from nedko (#2775)Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5699 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-10-01final part of robsch's visual state patchPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5698 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-10-01LV2 external UI patch from nedko (#2777)Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5697 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-10-01freesound mootcher patch from donf (#2686)Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5696 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-10-01merge 5674:5682 and 5689-5694 from mixbus branchPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5695 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-09-26open un-writable sessions without complaining, and desensitize all/most ↵Paul Davis
actions that rely on writability (to be forward ported to 3.0 once tested and confirmed) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5688 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-09-17more NSD hacks, including a new exception thrown when loading a session at a ↵Paul Davis
different SR than JACK, and the user opts not to load it git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5672 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-09-17better behaviour when JACK fails to start from "within" ardour. still not ↵Paul Davis
quite there yet git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5671 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-09-17more NSD changes. if JACK is not running and no interface has ever been ↵Paul Davis
chosen, show JUST the audio setup tab. once JACK is successfully started, reshow the NSD with just new/open tabs. still not finished with this utter piece of dreck git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5670 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-09-16first part of NSD changes - if no interface has been identified previously, ↵Paul Davis
put the audio setup tab as the first tab of the NSD git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5669 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-09-16use rt-click context menu instead of the -all- group, which was orphanedBen Loftis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5666 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-09-13fix logic in undo, redo, and swap_visual_stateBen Loftis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5661 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-09-13two compiler warnings via john emmasPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5660 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-09-11reinstate export-region which was lost, change keybindings to more closely ↵Ben Loftis
match 3.0, and make zoom-to-region more straightforward. git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5656 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-09-08alter if/else/return behaviour to get gcc 4.3 to STFUPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5640 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-09-06patch from lucus for wastebasket content size messagePaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5636 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-09-01add helpful note to READMEPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5615 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-08-27add shortcuts to both SYSTEM and USER templates folder.Ben Loftis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5599 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-08-27fix Mapping option so it follows the region/track menu selectionBen Loftis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5598 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-08-22Patch from robsch to fix mantis 2766; apply button unclickable when ↵Carl Hetherington
modifying the meter marker at the start of the session. git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5567 d708f5d6-7413-0410-9779-e7cbd77b26cf