ardour.git
16 years agofix uninitialized variable
Paul Davis [Tue, 11 Sep 2007 18:42:38 +0000 (18:42 +0000)]
fix uninitialized variable

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2459 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agoprevent left drags for timefx from initiating timefx ops
Paul Davis [Tue, 11 Sep 2007 14:45:10 +0000 (14:45 +0000)]
prevent left drags for timefx from initiating timefx ops

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2458 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agoadd SRC quality to import dialog; fix instances of missing waveforms where new source...
Paul Davis [Tue, 11 Sep 2007 14:34:21 +0000 (14:34 +0000)]
add SRC quality to import dialog; fix instances of missing waveforms where 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

16 years agomake sure that AudioRegion::set_live_state() notifies interested parties when normali...
Paul Davis [Tue, 11 Sep 2007 11:23:04 +0000 (11:23 +0000)]
make sure that AudioRegion::set_live_state() notifies interested parties when normalization gain changes

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2454 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agomake OSC thread register with the GUI
Paul Davis [Tue, 11 Sep 2007 10:39:31 +0000 (10:39 +0000)]
make OSC thread register with the GUI

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2452 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agotry to fix async peaks issue; fix crasher caused by previous lock changes in AudioSou...
Paul Davis [Tue, 11 Sep 2007 02:57:05 +0000 (02:57 +0000)]
try to fix async peaks issue; fix crasher caused by previous lock changes in AudioSource; unselect everything after Apply; save tags correctly (?)

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2450 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agoprep & finish peakfiles during import
Paul Davis [Mon, 10 Sep 2007 22:02:45 +0000 (22:02 +0000)]
prep & finish peakfiles during import

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2446 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agotry to make peak building from scratch more efficient
Paul Davis [Mon, 10 Sep 2007 21:53:13 +0000 (21:53 +0000)]
try to make peak building from scratch more efficient

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2445 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agoWARNING WARNING WARNING >>>> DEEP CHANGES >>> EXPERIMENTAL CODE .... fixes to make...
Paul Davis [Mon, 10 Sep 2007 18:45:12 +0000 (18:45 +0000)]
WARNING WARNING WARNING >>>> DEEP CHANGES >>> EXPERIMENTAL CODE .... fixes 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

16 years agopad out lcd sdisplay strings to 6 chars with spaces to overwrite previous track name
John Anderson [Sun, 9 Sep 2007 20:19:07 +0000 (20:19 +0000)]
pad out lcd sdisplay strings to 6 chars with spaces to overwrite previous track name

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2442 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agomore changes to reduce unnecessary midi messages. Also, don't throw an exception...
John Anderson [Sun, 9 Sep 2007 19:16:00 +0000 (19:16 +0000)]
more changes to reduce unnecessary midi messages. Also, don't throw an exception on port write overflow.

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2441 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agodon't write automation bytes unless something has actually changed in the automated...
John Anderson [Sun, 9 Sep 2007 17:15:09 +0000 (17:15 +0000)]
don't write automation bytes unless something has actually changed in the automated gain/pan control

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2440 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agoasync generation of peakfiles for embedded files
Paul Davis [Sun, 9 Sep 2007 16:44:43 +0000 (16:44 +0000)]
async generation of peakfiles for embedded files

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2439 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agofix egregious widespread bug now that JACK has physical MIDI ports; make sample rate...
Paul Davis [Sun, 9 Sep 2007 15:30:01 +0000 (15:30 +0000)]
fix egregious widespread bug now that JACK has physical MIDI ports; make 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

16 years agomore changes for the import dialog, with breakout of importable source code into...
Paul Davis [Sun, 9 Sep 2007 13:04:23 +0000 (13:04 +0000)]
more changes for the import dialog, with breakout of importable source code into its own files

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2437 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agoonly skip markers backwards when transport is rolling
John Anderson [Sun, 9 Sep 2007 07:38:38 +0000 (07:38 +0000)]
only skip markers backwards when transport is rolling

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2428 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agoautoplay mode and other tweaks to the import dialog; fix resource management while...
Paul Davis [Fri, 7 Sep 2007 03:17:18 +0000 (03:17 +0000)]
autoplay mode and other tweaks to the import dialog; fix resource management while auditioning

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2427 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agomore fixups for the gain meter metrics
Doug McLain [Thu, 6 Sep 2007 20:41:50 +0000 (20:41 +0000)]
more fixups for the gain meter metrics

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2426 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agodon't mess with signal order keys, ever
Paul Davis [Thu, 6 Sep 2007 02:23:40 +0000 (02:23 +0000)]
don't mess with signal order keys, ever

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2423 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agooptionally tie together editor+mixer display orders; provide GUI control for timecode...
Paul Davis [Wed, 5 Sep 2007 23:09:10 +0000 (23:09 +0000)]
optionally tie together editor+mixer display orders; provide GUI control for 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

16 years agofix gain meter coming up as solid fg color
Doug McLain [Wed, 5 Sep 2007 19:30:34 +0000 (19:30 +0000)]
fix gain meter coming up as solid fg color

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2420 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agosplit SoundFileBrowser back into SoundFileOmega; make SoundFileChooser work again...
Paul Davis [Tue, 4 Sep 2007 22:23:26 +0000 (22:23 +0000)]
split SoundFileBrowser back into SoundFileOmega; make SoundFileChooser work again; fix bug in assigning click sounds

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2417 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agosort of make to-selected-tracks import/embed work
Paul Davis [Tue, 4 Sep 2007 21:01:32 +0000 (21:01 +0000)]
sort of make to-selected-tracks import/embed work

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2416 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agomore improvements and fixes for the import dialog
Paul Davis [Tue, 4 Sep 2007 15:01:49 +0000 (15:01 +0000)]
more improvements and fixes for the import dialog

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2415 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agomake sfdb browser a member of session, to retain settings
Paul Davis [Tue, 4 Sep 2007 03:01:57 +0000 (03:01 +0000)]
make sfdb browser a member of session, to retain settings

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2366 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agofix for NSD filename/folder extraction; import now works as well as embed does (and...
Paul Davis [Mon, 3 Sep 2007 22:46:21 +0000 (22:46 +0000)]
fix for NSD filename/folder extraction; import now works as well as embed does (and shares the codepath)

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2365 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agodon't do bundle stuff if not requested by environment
Paul Davis [Mon, 3 Sep 2007 17:32:09 +0000 (17:32 +0000)]
don't do bundle stuff if not requested by environment

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2364 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agolots of GUI tweaks for the import dialog
Paul Davis [Sun, 2 Sep 2007 19:28:42 +0000 (19:28 +0000)]
lots of GUI tweaks for the import dialog

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2362 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agolimited history depth (no GUI yet); more work on import dialog and semantics
Paul Davis [Sun, 2 Sep 2007 15:17:13 +0000 (15:17 +0000)]
limited history depth (no GUI yet); more work on import dialog and semantics

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2361 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agomore upgrades to the import dialog
Paul Davis [Thu, 30 Aug 2007 20:25:47 +0000 (20:25 +0000)]
more upgrades to the import dialog

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2358 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agofirst pass at thorwil's mockup of import dialog; remove some JACK error messages...
Paul Davis [Tue, 28 Aug 2007 03:04:47 +0000 (03:04 +0000)]
first pass at thorwil's mockup of import dialog; remove some JACK error messages because they are distracting and duplicated by others

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2354 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agomake sure we do not leave pending session state around as we shutdown
Paul Davis [Mon, 27 Aug 2007 21:46:50 +0000 (21:46 +0000)]
make sure we do not leave pending session state around as we shutdown

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2353 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agoclear click data when sample rate changes
Paul Davis [Mon, 27 Aug 2007 15:51:28 +0000 (15:51 +0000)]
clear click data when sample rate changes

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2352 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agofix crashing mouse-button+'s' operation (generically, not just for 's'); more import...
Paul Davis [Mon, 27 Aug 2007 15:20:29 +0000 (15:20 +0000)]
fix crashing mouse-button+'s' operation (generically, not just for 's'); more import changes to support SAE goals re: embedding

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2351 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agoopaque xfade patch + a version of the editor ruler/playhead/click patch
Paul Davis [Mon, 27 Aug 2007 13:00:08 +0000 (13:00 +0000)]
opaque xfade patch + a version of the editor ruler/playhead/click patch

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2350 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agomake sure device names in audio setup dialog are not truncated
Paul Davis [Mon, 27 Aug 2007 12:33:55 +0000 (12:33 +0000)]
make sure device names in audio setup dialog are not truncated

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2349 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agoround one of import design changes (still not fully functional, but basic stuff works
Paul Davis [Sun, 26 Aug 2007 01:54:34 +0000 (01:54 +0000)]
round one of import design changes (still not fully functional, but basic stuff works

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2346 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agorestore visual DC bias on/off indicator
Paul Davis [Fri, 24 Aug 2007 18:23:35 +0000 (18:23 +0000)]
restore visual DC bias on/off indicator

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2345 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agobetter colors as part of fix transparent active region gain line
Paul Davis [Fri, 24 Aug 2007 13:09:14 +0000 (13:09 +0000)]
better colors as part of fix transparent active region gain line

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2344 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agofix transparent active region gain line
Paul Davis [Fri, 24 Aug 2007 13:06:25 +0000 (13:06 +0000)]
fix transparent active region gain line

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2343 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agomore work on OSX packaging
Paul Davis [Wed, 22 Aug 2007 21:00:29 +0000 (21:00 +0000)]
more work on OSX packaging

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2342 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agomore work on OSX packaging
Paul Davis [Wed, 22 Aug 2007 20:59:51 +0000 (20:59 +0000)]
more work on OSX packaging

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2341 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agoremove GTKOSX_PREFIX from scons; MIDI/MMC fix from Chris G; fix crash when starting...
Paul Davis [Wed, 22 Aug 2007 20:54:56 +0000 (20:54 +0000)]
remove GTKOSX_PREFIX from scons; MIDI/MMC fix from Chris G; fix crash when starting without ALSA sequencer loaded in kernel

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2340 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agomore work required to get OSX standalone package to work
Paul Davis [Wed, 22 Aug 2007 19:19:45 +0000 (19:19 +0000)]
more work required to get OSX standalone package to work

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2339 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agochanges to support packaging of the GTK-Quartz version of Ardour for OS X
Paul Davis [Wed, 22 Aug 2007 04:30:29 +0000 (04:30 +0000)]
changes to support packaging of the GTK-Quartz version of Ardour for OS X

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2338 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agostop an annoying warning from showing up when its not meant to
Paul Davis [Fri, 17 Aug 2007 21:36:58 +0000 (21:36 +0000)]
stop an annoying warning from showing up when its not meant to

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2326 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agoa start at mouse scrubbing
Paul Davis [Fri, 17 Aug 2007 21:14:37 +0000 (21:14 +0000)]
a start at mouse scrubbing

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2325 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agomore cleanups for SAE, this time trimming down the region context menu
Paul Davis [Fri, 17 Aug 2007 21:13:53 +0000 (21:13 +0000)]
more cleanups for SAE, this time trimming down the region context menu

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2324 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agochanges to niceify the audio setup dialog on OS X, plus that fix for brand new GTK+
Paul Davis [Fri, 17 Aug 2007 16:48:49 +0000 (16:48 +0000)]
changes to niceify the audio setup dialog on OS X, plus that fix for brand new GTK+

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2322 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agocontinue cleanup+improvements to audio setup dialog; add save+restore to said dialog
Paul Davis [Fri, 17 Aug 2007 15:53:59 +0000 (15:53 +0000)]
continue cleanup+improvements to audio setup dialog; add save+restore to said dialog

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2321 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agosupport DnD in native/gtk-quartz implementation (note: multifile DnD requires a patch...
Paul Davis [Thu, 16 Aug 2007 23:17:35 +0000 (23:17 +0000)]
support DnD in native/gtk-quartz implementation (note: multifile DnD requires a patch to GTK that is not in distribution yet, so for now, this works only with 1 file at a time, or it requires my patch/library).

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2319 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agovarious changes (improvements, hopefully) to range mode menus and related matters
Paul Davis [Thu, 16 Aug 2007 17:12:30 +0000 (17:12 +0000)]
various changes (improvements, hopefully) to range mode menus and related matters

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2317 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agomake NSD open correctly if open clicked from audio setup page
Paul Davis [Thu, 16 Aug 2007 14:54:06 +0000 (14:54 +0000)]
make NSD open correctly if open clicked from audio setup page

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2315 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agomo' better coreaudio device enumeration and usage by JACK control panel
Paul Davis [Thu, 16 Aug 2007 03:38:44 +0000 (03:38 +0000)]
mo' better coreaudio device enumeration and usage by JACK control panel

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2313 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agocode from QJC for CoreAudio device enumeration
Paul Davis [Wed, 15 Aug 2007 18:30:02 +0000 (18:30 +0000)]
code from QJC for CoreAudio device enumeration

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2307 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agostop using paul's .jackdrc as the hard coded path
Paul Davis [Wed, 15 Aug 2007 18:06:35 +0000 (18:06 +0000)]
stop using paul's .jackdrc as the hard coded path

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2306 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agomore SAE + gtkosx changes - try to find jackd in the bundle; hard code SAE session...
Paul Davis [Wed, 15 Aug 2007 17:41:07 +0000 (17:41 +0000)]
more SAE + gtkosx changes - try to find jackd in the bundle; hard code SAE session params

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2305 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agobasic startup changes to enable the engine control stuff to work; a little ARDOUR_SAE...
Paul Davis [Wed, 15 Aug 2007 16:07:26 +0000 (16:07 +0000)]
basic startup changes to enable the engine control stuff to work; a little ARDOUR_SAE work

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2304 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agochanges specific to GTK-OSX build
Paul Davis [Wed, 15 Aug 2007 13:38:23 +0000 (13:38 +0000)]
changes specific to GTK-OSX build

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2303 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agofix invisible tearoff arrow for light theme
Doug McLain [Wed, 15 Aug 2007 04:27:55 +0000 (04:27 +0000)]
fix invisible tearoff arrow for light theme

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2301 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agoengine dialog work, new -m option for menu file selection, new obolean automation...
Paul Davis [Mon, 13 Aug 2007 15:36:21 +0000 (15:36 +0000)]
engine dialog work, new -m option for menu file selection, new obolean automation line work starting up

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2293 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agoremove duplicated gain_to_slider functions
John Anderson [Sun, 12 Aug 2007 19:18:19 +0000 (19:18 +0000)]
remove duplicated gain_to_slider functions

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2291 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agoFinally nailed the mysterious fader update bug, thanks to Giso Grimm. Also move Strip...
John Anderson [Thu, 9 Aug 2007 19:53:57 +0000 (19:53 +0000)]
Finally nailed the mysterious fader update bug, thanks to Giso Grimm. Also move Strip::add out to controls.cc from surface.cc

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2282 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agoeven more debug output, aimed at finding the mysterious fader bug
John Anderson [Thu, 9 Aug 2007 16:50:07 +0000 (16:50 +0000)]
even more debug output, aimed at finding the mysterious fader bug

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2281 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agoquieten down Powermate control surface discovery
Paul Davis [Thu, 9 Aug 2007 14:57:09 +0000 (14:57 +0000)]
quieten down Powermate control surface discovery

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2280 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agomo betta debugging outout
John Anderson [Wed, 8 Aug 2007 18:34:50 +0000 (18:34 +0000)]
mo betta debugging outout

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2273 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agofix for #3 mute button not lighting at startup. Because LCD messages sent as straight...
John Anderson [Wed, 8 Aug 2007 18:09:27 +0000 (18:09 +0000)]
fix for #3 mute button not lighting at startup. Because LCD messages sent as straight bytes instead of sysex msg.

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2271 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agofix unconditional use of MMC object
Paul Davis [Tue, 7 Aug 2007 21:37:29 +0000 (21:37 +0000)]
fix unconditional use of MMC object

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2266 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agoand ... reformat
John Anderson [Tue, 7 Aug 2007 12:12:29 +0000 (12:12 +0000)]
and ... reformat

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2264 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agoupdate mackie page with udev rules
John Anderson [Tue, 7 Aug 2007 08:26:45 +0000 (08:26 +0000)]
update mackie page with udev rules

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2263 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agopatch from jdavisp for crash when saving template without JACK
Paul Davis [Mon, 6 Aug 2007 14:30:10 +0000 (14:30 +0000)]
patch from jdavisp for crash when saving template without JACK

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2257 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agofix resetting MMC send + recv ID
Paul Davis [Mon, 6 Aug 2007 01:04:03 +0000 (01:04 +0000)]
fix resetting MMC send + recv ID

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2252 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agoavoid multiple backups of 0.99 session state
Paul Davis [Sat, 4 Aug 2007 19:32:38 +0000 (19:32 +0000)]
avoid multiple backups of 0.99 session state

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2244 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agouse all-call default for MMC send ID, and correct parameter names in session state...
Paul Davis [Sat, 4 Aug 2007 14:46:39 +0000 (14:46 +0000)]
use all-call default for MMC send ID, and correct parameter names in session state handling

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2240 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agoseparate MMC ID's for send + receive
Paul Davis [Sat, 4 Aug 2007 14:37:22 +0000 (14:37 +0000)]
separate MMC ID's for send + receive

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2239 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agochange RC files in tarball to the templates, dammit! 2.0.5
Paul Davis [Fri, 3 Aug 2007 20:07:41 +0000 (20:07 +0000)]
change RC files in tarball to the templates, dammit!

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2233 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agotiny details for 2.0.5 (fixup)
Paul Davis [Fri, 3 Aug 2007 18:06:19 +0000 (18:06 +0000)]
tiny details for 2.0.5 (fixup)

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2231 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agofixes to theme font issues, tweaks etc. still needs verification on the linux end.
Jesse Chappell [Fri, 3 Aug 2007 03:54:08 +0000 (03:54 +0000)]
fixes to theme font issues, tweaks etc.  still needs verification on the linux end.

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2230 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agoupdated mac app_build script and exporter startup script for new UI rc semantics
Jesse Chappell [Fri, 3 Aug 2007 00:35:09 +0000 (00:35 +0000)]
updated mac app_build script and exporter startup script for new UI rc semantics

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2229 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agoUI RC files are now generated by scons
Paul Davis [Thu, 2 Aug 2007 19:24:00 +0000 (19:24 +0000)]
UI RC files are now generated by scons

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2224 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agoadd theme files to default target, and install using target names
Paul Davis [Thu, 2 Aug 2007 17:00:50 +0000 (17:00 +0000)]
add theme files to default target, and install using target names

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2221 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agonew parametized font sizing for RC files
Paul Davis [Thu, 2 Aug 2007 16:31:22 +0000 (16:31 +0000)]
new parametized font sizing for RC files

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2220 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agofix problem exposed by GTK 2.11.6 with connecting to ComboBox::signal_changed(),...
Paul Davis [Wed, 1 Aug 2007 16:19:42 +0000 (16:19 +0000)]
fix problem exposed by GTK 2.11.6 with connecting to ComboBox::signal_changed(), and removed duplicate Export item from actiong group

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2212 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agonew proto-script to generate OS X UI RC files from the linux base version
Paul Davis [Wed, 1 Aug 2007 14:37:23 +0000 (14:37 +0000)]
new proto-script to generate OS X UI RC files from the linux base version

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2210 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years ago#ifdef around debug cout calls. Make sure -DDEBUG is passed to compiler.
John Anderson [Wed, 1 Aug 2007 09:48:42 +0000 (09:48 +0000)]
#ifdef around debug cout calls. Make sure -DDEBUG is passed to compiler.

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2209 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agorevert unintended change to automation_event.h
Paul Davis [Wed, 1 Aug 2007 05:05:50 +0000 (05:05 +0000)]
revert unintended change to automation_event.h

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2208 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agobump to 2.0.5
Paul Davis [Wed, 1 Aug 2007 05:05:10 +0000 (05:05 +0000)]
bump to 2.0.5

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2207 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agofixes for OS X compilation
Paul Davis [Wed, 1 Aug 2007 04:50:32 +0000 (04:50 +0000)]
fixes for OS X compilation

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2206 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agoUpdate Mackie manual page to reflect latest changes.
John Anderson [Tue, 31 Jul 2007 20:54:38 +0000 (20:54 +0000)]
Update Mackie manual page to reflect latest changes.

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2203 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agofix up user keybindings saving, and bump to 2.0.4 2.0.4
Paul Davis [Tue, 31 Jul 2007 17:28:50 +0000 (17:28 +0000)]
fix up user keybindings saving, and bump to 2.0.4

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2201 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agoextend filtering to VST + AU, tweak details, add filter-by-creator and by library
Paul Davis [Tue, 31 Jul 2007 16:03:53 +0000 (16:03 +0000)]
extend filtering to VST + AU, tweak details, add filter-by-creator and by library

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2200 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agoremove some extraneous code
John Anderson [Tue, 31 Jul 2007 11:36:58 +0000 (11:36 +0000)]
remove some extraneous code

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2198 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agoAdd Control::in_use. Add a timeout-generated stop event to Pot.
John Anderson [Tue, 31 Jul 2007 10:52:23 +0000 (10:52 +0000)]
Add Control::in_use. Add a timeout-generated stop event to Pot.

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2197 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agoUse correct install path for powermate control surface module on x86_64. Fixes bug...
Tim Mayberry [Tue, 31 Jul 2007 01:30:18 +0000 (01:30 +0000)]
Use correct install path for powermate control surface module on x86_64. Fixes bug 1764.

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2194 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agoadd filtering to plugin selection dialog
Paul Davis [Mon, 30 Jul 2007 23:07:14 +0000 (23:07 +0000)]
add filtering to plugin selection dialog

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2190 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agopass a Strip & to strip_display instead of integer. Implement and use strip_display_b...
John Anderson [Mon, 30 Jul 2007 11:18:00 +0000 (11:18 +0000)]
pass a Strip & to strip_display instead of integer. Implement and use strip_display_blank.

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2186 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agoProtect ardour from sessions with errant capture sources stored in the
Sampo Savolainen [Tue, 24 Jul 2007 19:17:07 +0000 (19:17 +0000)]
Protect ardour from sessions with errant capture sources stored in the
session state.

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2176 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agomore notes and comments and tings
John Anderson [Sun, 22 Jul 2007 20:58:24 +0000 (20:58 +0000)]
more notes and comments and tings

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2173 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agoimprove generation of surfaces from csv files. Move generated code into separate...
John Anderson [Sun, 22 Jul 2007 20:50:10 +0000 (20:50 +0000)]
improve generation of surfaces from csv files. Move generated code into separate files from written code. Various comments and tweaks.

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2172 d708f5d6-7413-0410-9779-e7cbd77b26cf

16 years agofix fader position calculation. Some indenting.
John Anderson [Sat, 21 Jul 2007 17:50:48 +0000 (17:50 +0000)]
fix fader position calculation. Some indenting.

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2171 d708f5d6-7413-0410-9779-e7cbd77b26cf