summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Collapse)Author
2008-12-04fix up MTC message delivered internally when locate is noticed (removes ↵Paul Davis
stupid message when MTC slaving) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4287 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-12-02define ARCH_X86 even on x86_64 (untested!); giso's patch for control surface ↵Paul Davis
track indexing; carl's patches for insert-time and double-click on redirect boxes git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4279 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-25lincoln's solo-mute-override patch modified/extended to track the option ↵Paul Davis
changing state, plus build ardour.menus as part of the default target git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4254 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-22new user option "New Plugins Active"; make only *new* plugins active when ↵Paul Davis
this is set, not any added plugins (eg. during session loading); option is true by default git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4233 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-19per-route OSC control of solo/mute/recenable/gainPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4214 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-13Save symbols along with indices for LV2 ports (as required by LV2r3).David Robillard
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4157 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-13speed up track resizing; fixup file DnD; stop use CAAudioFile for imported filesPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4148 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-11new region constructor for use by audiofilters (almost does a pure copy of ↵Paul Davis
the region, but sets start & sync_position appropriately, and uses new sources); fix up reverse bugs introduced in the last 36hrs; fix up setting of sync_position after split and so forth git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4140 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-08add operator=() to Curve; add AudioRegion::copy_settings() for replicating ↵Paul Davis
region settings after generating a new region via an AudioFilter; add new ReadOps* for reading an audioregion with and without various "internal processing" applied (fades, scaling, automation); add new "Discovering Plugins" boot time message git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4109 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-03fix up what freeze does with fader settings, gain & pan automation; unfreeze tooPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4088 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-21Backported automatic svn revision handling from 3.0Sakari Bergen
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3991 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-21improved (?) Session::audible_frame()Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3990 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-20fix up some jerkiness/retrograde motion of playheadPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3988 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-09add config var for region fade visibilityPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3901 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-09add global option to enable/disable region fadesPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3896 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-09fix reload & use of MIDI port configuration, so that per-session setup is ↵Paul Davis
actually used git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3894 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-08add initial-program-change supportPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3892 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-08fix for bad sync with other JACK transport-aware clients (thanks to torben ↵Paul Davis
for discovering the problem and suggesting the best fix) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3886 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-07fixes needed for track/strip ordering issuesPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3874 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-03part II of probable fix for track sync-orderingPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3851 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-09-22Removed the extra "long".Sampo Savolainen
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3792 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-09-22Fixed overflow issue. Code originally meant to truncate the 64 bit integer ↵Sampo Savolainen
did not work as assembler doesn't "cast" variables like C does. get_cycles() was passing the memory address of a 32 bit unsigned int to the x86 call which required 64 bits of storage space. The extra 32 bits corrupted whatever was on the stack next to the variable. git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3791 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-09-19shift-click to extend marker selection; marker drag moves all selected markersPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3758 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-08-12Support for the LV2 'data access' and 'instance access' extensions (for ↵David Robillard
in-process GUIs). git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3684 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-08-09Embedded LV2 GTK GUI support.David Robillard
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3678 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-07-07move to scons Clone everywhere rather than Copy; add Session::micro_locate() ↵Paul Davis
for ongoing work on video sync; debugging output for export precision problem; minor clean up to IO::find_possible_connection(); fix up a few signed/unsigned issues; make "feature lines" always be the right height as tracks resize; change version to 2.5 git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3517 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-06-18make bounce range and bounce region work properly (wrong boundaries before); ↵Paul Davis
add "Consolidate Range" which writes a new audio file and uses it to replace whatever was in the playlist within the range git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3478 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-06-18make Session::region_name() have the same performance as ↵Paul Davis
std::map<std::string,uint32_t> rather than O(N^2) where N is the number of regions in a session git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3472 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-06-17fix deep design problem with redirect parameter automation being handled as ↵Paul Davis
a non-thread safe map - shift back to a predefined-size vector. Basically bugs #2198 and likely #2199 git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3465 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-06-03small changes to export code to hopefully fix some bugs with range export(s)Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3441 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-06-02don't double-call JackStartFreewheeling if we're already freewheelingPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3434 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-05-15add note onset detection to the ferret, c/o the aubio-based Onset VAMP ↵Paul Davis
plugin (REQUIRES libaubio installed); add toggle-region-opaque menu item for scalable ops on region opacity git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3356 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-05-15mike taht's patch to remove all use of gettimeofday() in favor of ↵Paul Davis
ARDOUR::get_microseconds() which now uses JACK's usec clock git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3355 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-05-15lots and lots of work to correctly deduce AU IO configurations and related ↵Paul Davis
issues git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3349 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-05-14use Glib::build_filename() more widelyPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3347 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-05-13initial code for AU I/O config discovery (i hate you apple!)Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3346 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-05-11Fix compilation with GCC 4.3 (at least with SYSLIBS=1).David Robillard
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3334 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-04-24plugin selection via menu, along with "favorites"Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3284 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-04-18the missing varPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3264 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-04-17AccessAction() OSC patch from Ryan ScottPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3258 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-04-03rename menu items for monitoring options, and make the one based on JACK ↵Paul Davis
insensitive if there are no JACK ports capable of being monitored in that way git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3209 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-04-01insert time operationPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3203 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-03-25add new Session::Dialog signal for generic dialog interactions with unknown ↵Paul Davis
GUI; made auto-analyse-audio FALSE by default, with dialog warning about this when necessary; fixed #2134 (loop/punch stuff not updated on undo/redo) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3182 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-03-25make copy-n-paste of AudioUnits workPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3181 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-03-21fix dragging that involves locked regions; auto-rebinding patch for people ↵Paul Davis
to experiment with (probably needs a little work) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3164 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-03-17fix problems with list stuff caused by assumptions about list type equivalencePaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3150 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-03-14enable icon-start-from-.ardour-file to work on OS X; properly install apple ↵Paul Davis
event handlers; change plugin add logic to avoid asking for stream counts before they would be configured; fix up new session dialog to not use manage(), and thus not throw away widgets when their page is hidden (by removal) in the tabbed browser git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3144 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-27fixes from chris cannam for rb_effect bugsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3130 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-27make AudioRegion::master_read() obey length limit of (first) master source, ↵Paul Davis
not the region length git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3129 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-27fix up BWF creation; make CoreAudioSource work; add CAImportable; refactor ↵Paul Davis
SourceFactory to try sndfile first, CoreAudio second git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3126 d708f5d6-7413-0410-9779-e7cbd77b26cf