summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-09-27Make sure plugins are activated at least once before cleanup()Sampo Savolainen
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2494 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-27silly meDoug McLain
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2493 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-27typo fixDoug McLain
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2492 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-272 patches from jdavisp3; remove some debugging output from generic MIDI; ↵Paul Davis
rationalize string usage in SoundFileOmega; allow "mode hint" when using SoundFileOmega; restore context menu import functionality; bump to v2.1 git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2490 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-27auto-re-connect ALSA seq ports at startup, if they were connected; may break ↵Paul Davis
OS X compilation till tomorrow morning (US Eastern TZ) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2489 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-26retain controllable info for pluginsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2488 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-26expose new only-copy-imports parameter via GUIPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2487 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-26GUI control over saved and in-memory history depthPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2486 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-25set was_activated to false when deactivate() is run and clean up the Sampo Savolainen
cleanup() method git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2484 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-25remove reference to fs.hPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2483 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-25drop mention of fs.cc in libs/pbdPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2482 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-25new controls for copy-only import; new logo item for canvasPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2481 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-25Make sure we don't deactivate un-activated plugins or re-activate already ↵Sampo Savolainen
activated plugins git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2480 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-25Correct version number variable names to be in sync with the new scons Sampo Savolainen
domain. If you get problems, remove libs/ardour/ardour/version.h and rebuild from scratch. git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2479 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-24fix crash during import when selected tracks include bussesPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2478 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-24fix up translation domains to reflect v2; functor command headerPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2477 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-24improvements (?) for window visibility during session loading - time to test ↵Paul Davis
on linux git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2476 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-20changes for OSX/SAEPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2475 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-20don't use non-existent JACK server pathsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2474 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-20fix up change to editor_canvas_events.ccPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2473 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-20small fix for button2 clicks on redirects; make ↵Paul Davis
gdk_window_set_debug_updates() accessible via an environment variable; minor change to code for track canvas scrolling git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2472 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-19Fix opening session when manually entering path in the file chooser. Fixes ↵Tim Mayberry
bug 1852. git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2470 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-18Code to prevent unnecessary automation midi transmits was preventing updates ↵John Anderson
on bank switches. This fixes it. git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2469 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-17maybe fix crash related to thread-private buffersPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2468 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-13since big clock has "keep-on-top" set, don't bother with making it float ↵Paul Davis
above the editor git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2465 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-12per-thread interleave buffers for SndFileSource, not per-source.Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2463 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-12fix uninitialized export_range_dialog member in editor; fix peakfile naming ↵Paul Davis
screwup with back-compatible hack git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2462 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-12make big clock be on top ALWAYS; more design fixes for async peak building; ↵Paul Davis
fix up peakfile name screw up but WITHOUT back-compatibility git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2461 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-11improved (though not perfect) mouse scrubbingPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2460 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-11fix uninitialized variablePaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2459 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-11prevent left drags for timefx from initiating timefx opsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2458 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-11add SRC quality to import dialog; fix instances of missing waveforms where ↵Paul Davis
new sources are created; add fader+meter to import dialog; metering now doesn't return -inf for ninputs == 0, only if ninputs & noutputs == 0 git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2457 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-11make sure that AudioRegion::set_live_state() notifies interested parties ↵Paul Davis
when normalization gain changes git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2454 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-11make OSC thread register with the GUIPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2452 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-11try to fix async peaks issue; fix crasher caused by previous lock changes in ↵Paul Davis
AudioSource; unselect everything after Apply; save tags correctly (?) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2450 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-10prep & finish peakfiles during importPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2446 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-10try to make peak building from scratch more efficientPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2445 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-10WARNING WARNING WARNING >>>> DEEP CHANGES >>> EXPERIMENTAL CODE .... fixes ↵Paul Davis
to make region(views) pick up peakfile data asynchronously, like they used to in 0.99 git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2444 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-09pad out lcd sdisplay strings to 6 chars with spaces to overwrite previous ↵John Anderson
track name git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2442 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-09more changes to reduce unnecessary midi messages. Also, don't throw an ↵John Anderson
exception on port write overflow. git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2441 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-09don't write automation bytes unless something has actually changed in the ↵John Anderson
automated gain/pan control git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2440 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-09async generation of peakfiles for embedded filesPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2439 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-09fix egregious widespread bug now that JACK has physical MIDI ports; make ↵Paul Davis
sample rate label in import dialog red when SR doesn't match git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2438 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-09more changes for the import dialog, with breakout of importable source code ↵Paul Davis
into its own files git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2437 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-09only skip markers backwards when transport is rollingJohn Anderson
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2428 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-07autoplay mode and other tweaks to the import dialog; fix resource management ↵Paul Davis
while auditioning git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2427 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-06more fixups for the gain meter metricsDoug McLain
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2426 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-06don't mess with signal order keys, everPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2423 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-05optionally tie together editor+mixer display orders; provide GUI control for ↵Paul Davis
timecode-is-synced; make Ctrl-w close any dialog git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2422 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-05fix gain meter coming up as solid fg colorDoug McLain
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2420 d708f5d6-7413-0410-9779-e7cbd77b26cf