ardour.git
10 years agopossible fix for error during export format load-from-disk
Paul Davis [Fri, 14 Feb 2014 21:33:44 +0000 (16:33 -0500)]
possible fix for error during export format load-from-disk

10 years agosome changes to ArdourButton to allow custom colors to be set (e.g. based on track...
Paul Davis [Fri, 14 Feb 2014 20:32:30 +0000 (15:32 -0500)]
some changes to ArdourButton to allow custom colors to be set (e.g. based on track colors), via Valeriy

10 years agoadd new MIDI binding map for AKAI MPK61 (from Glen MacArthur)
Paul Davis [Fri, 14 Feb 2014 19:08:45 +0000 (14:08 -0500)]
add new MIDI binding map for AKAI MPK61 (from Glen MacArthur)

10 years agofix up double definition of waveform fill in default canvas conf file
Paul Davis [Fri, 14 Feb 2014 19:03:24 +0000 (14:03 -0500)]
fix up double definition of waveform fill in default canvas conf file

10 years agoreinstate zero line in waveforms (can be hidden by changing the color to something...
Paul Davis [Fri, 14 Feb 2014 19:03:07 +0000 (14:03 -0500)]
reinstate zero line in waveforms (can be hidden by changing the color to something with alpha=0

10 years agofix up problems with patch change flgs not changing height correctly
Paul Davis [Fri, 14 Feb 2014 17:06:44 +0000 (12:06 -0500)]
fix up problems with patch change flgs not changing height correctly

10 years agofix vertical placement of ghostregions
Paul Davis [Fri, 14 Feb 2014 15:28:53 +0000 (10:28 -0500)]
fix vertical placement of ghostregions

10 years agofix up placement of fade out handle
Paul Davis [Fri, 14 Feb 2014 15:21:51 +0000 (10:21 -0500)]
fix up placement of fade out handle

10 years agosince we now expand rectangles to the right always, adjust the bounding box computation
Paul Davis [Fri, 14 Feb 2014 14:49:16 +0000 (09:49 -0500)]
since we now expand rectangles to the right always, adjust the bounding box computation

10 years agoremove debug message
Paul Davis [Thu, 13 Feb 2014 23:18:53 +0000 (18:18 -0500)]
remove debug message

10 years agofix up details of time axis view item drawing.
Paul Davis [Thu, 13 Feb 2014 23:16:10 +0000 (18:16 -0500)]
fix up details of time axis view item drawing.

* remove top and bottom edges - rely on track edges for that.
* move right edge of time axis view items 1 pixel right to get a much
   nicer effect when splitting regions. the end line and start line
   of two adjacent regions are now on the same pixel.
* adjust audio region view components to be properly placed.

still need to do ghost regions and MIDI regions

10 years agofix up some issues with precise placement of ArdourCanvas::Rectangle frame/outline
Paul Davis [Thu, 13 Feb 2014 23:15:47 +0000 (18:15 -0500)]
fix up some issues with precise placement of ArdourCanvas::Rectangle frame/outline

10 years agomake Item::set_position() do nothing if the position doesn't change
Paul Davis [Thu, 13 Feb 2014 23:15:19 +0000 (18:15 -0500)]
make Item::set_position() do nothing if the position doesn't change

10 years agoGuard some Debug output so that it only appears when applicable ('Item::name' is...
John Emmas [Thu, 13 Feb 2014 13:57:38 +0000 (13:57 +0000)]
Guard some Debug output so that it only appears when applicable ('Item::name' is only available when CANVAS_DEBUG is defined)

10 years agoslight code tidy for Line::render() ... don't use 0.5 pixel adjustment if the line...
Paul Davis [Wed, 12 Feb 2014 20:26:53 +0000 (15:26 -0500)]
slight code tidy for Line::render() ... don't use 0.5 pixel adjustment if the line width > 1.0

10 years agofix up major thinko's in ArdourCanvas::Group's handling of deletion (both its own...
Paul Davis [Wed, 12 Feb 2014 20:15:27 +0000 (15:15 -0500)]
fix up major thinko's in ArdourCanvas::Group's handling of deletion (both its own, and child items)

10 years agocorrect delete/free mess
Paul Davis [Wed, 12 Feb 2014 20:14:40 +0000 (15:14 -0500)]
correct delete/free mess

10 years agomake measure line positioning use Editor::sample_to_pixel() and avoid extra 0.5 pixel...
Paul Davis [Wed, 12 Feb 2014 20:14:19 +0000 (15:14 -0500)]
make measure line positioning use Editor::sample_to_pixel() and avoid extra 0.5 pixel shift

10 years agoconvert canvas items that compose the playhead (EditorCursor, more generally) to...
Paul Davis [Wed, 12 Feb 2014 20:13:11 +0000 (15:13 -0500)]
convert canvas items that compose the playhead (EditorCursor, more generally) to pointers, since canvas items are owned by the group they belong to. This avoids a double-free during deletion

10 years agoMerge branch 'master' into cairocanvas
Paul Davis [Wed, 12 Feb 2014 03:50:52 +0000 (22:50 -0500)]
Merge branch 'master' into cairocanvas

10 years agofix major thinko in ArdourCanvas::Group::clear()
Paul Davis [Wed, 12 Feb 2014 03:49:39 +0000 (22:49 -0500)]
fix major thinko in ArdourCanvas::Group::clear()

10 years agowhen delivering canvas events, if an item is grabbed, use it in preference to Canvas...
Paul Davis [Wed, 12 Feb 2014 03:49:10 +0000 (22:49 -0500)]
when delivering canvas events, if an item is grabbed, use it in preference to Canvas::_current_item, but still propagate to its ancestors if left unhandled

10 years agodelete canvas Flag object when deleting a PatchChange, and provide a canvas debug...
Paul Davis [Wed, 12 Feb 2014 03:48:18 +0000 (22:48 -0500)]
delete canvas Flag object when deleting a PatchChange, and provide a canvas debug name for PatchChanges

10 years agopassthrough unhandled motion events in MIDI region views because we may be dragging...
Paul Davis [Wed, 12 Feb 2014 03:46:21 +0000 (22:46 -0500)]
passthrough unhandled motion events in MIDI region views because we may be dragging non-note objects like patch changes

10 years agofix text placement in ArdourCanvas::Flag
Paul Davis [Tue, 11 Feb 2014 17:40:44 +0000 (12:40 -0500)]
fix text placement in ArdourCanvas::Flag

10 years agomake top_event_box of mixer strip show per-route color whether or not the route is...
Paul Davis [Tue, 11 Feb 2014 16:57:13 +0000 (11:57 -0500)]
make top_event_box of mixer strip show per-route color whether or not the route is a track or a bus (Valeriy)

10 years agolist action-names as part of --bindings
Robin Gareus [Tue, 11 Feb 2014 04:52:39 +0000 (05:52 +0100)]
list action-names as part of --bindings

10 years agofix crash at exit with '-b', '--bindings' option
Robin Gareus [Tue, 11 Feb 2014 04:52:07 +0000 (05:52 +0100)]
fix crash at exit with '-b', '--bindings' option

10 years agoi18n updates (specifically .de from edgar a, but also contains results of ./waf i18n
Paul Davis [Mon, 10 Feb 2014 17:19:43 +0000 (12:19 -0500)]
i18n updates (specifically .de from edgar a, but also contains results of ./waf i18n

10 years agostring fix up, II
Paul Davis [Mon, 10 Feb 2014 16:51:22 +0000 (11:51 -0500)]
string fix up, II

10 years agostring fix up
Paul Davis [Mon, 10 Feb 2014 16:47:04 +0000 (11:47 -0500)]
string fix up

10 years agoreplace a few creeping instances of the string "Ardour" with PROGRAM_NAME
Paul Davis [Mon, 10 Feb 2014 15:53:01 +0000 (10:53 -0500)]
replace a few creeping instances of the string "Ardour" with PROGRAM_NAME

10 years agoMerge branch 'master' into cairocanvas
Paul Davis [Sat, 8 Feb 2014 16:18:17 +0000 (11:18 -0500)]
Merge branch 'master' into cairocanvas

10 years agoadd kxstudio linux vst dirs to LXVST default search path
Paul Davis [Sat, 8 Feb 2014 16:17:50 +0000 (11:17 -0500)]
add kxstudio linux vst dirs to LXVST default search path

10 years agofix missing colon in extension of LXVST search path
Paul Davis [Sat, 8 Feb 2014 16:16:17 +0000 (11:16 -0500)]
fix missing colon in extension of LXVST search path

10 years agomerge with master, with minor conflict fixes
Paul Davis [Sat, 8 Feb 2014 00:00:44 +0000 (19:00 -0500)]
merge with master, with minor conflict fixes

10 years agoequivalent change to realpath() error return as was done in master rev 60a9213035d3c
Paul Davis [Fri, 7 Feb 2014 23:49:51 +0000 (18:49 -0500)]
equivalent change to realpath() error return as was done in master rev 60a9213035d3c

10 years agowhen cleaning up sources, do not remove "stub" sources from the source list, even...
Paul Davis [Fri, 7 Feb 2014 22:38:42 +0000 (17:38 -0500)]
when cleaning up sources, do not remove "stub" sources from the source list, even though they do not exist on disk yet; remove some debug output

10 years agoadd FileSource::is_stub() declaration
Paul Davis [Fri, 7 Feb 2014 22:30:34 +0000 (17:30 -0500)]
add FileSource::is_stub() declaration

10 years agoFix egregious logic bug in FileSource::removable() and introduce FileSource::is_stub...
Paul Davis [Fri, 7 Feb 2014 22:16:13 +0000 (17:16 -0500)]
Fix egregious logic bug in FileSource::removable() and introduce FileSource::is_stub() to hide logic for deciding if a source (file) is a stub

10 years agomake backtrace symbols work again inside gtk2_ardour (-rdynamic is a link-time flag...
Paul Davis [Fri, 7 Feb 2014 20:25:18 +0000 (15:25 -0500)]
make backtrace symbols work again inside gtk2_ardour (-rdynamic is a link-time flag, not compile-time

10 years agofix utter confusion about session _path in new sessions.
Paul Davis [Fri, 7 Feb 2014 18:38:15 +0000 (13:38 -0500)]
fix utter confusion about session _path in new sessions.

Yikes!

10 years agodon't add a [shared] panner for the sends to monitoing section
Robin Gareus [Fri, 7 Feb 2014 18:30:43 +0000 (19:30 +0100)]
don't add a [shared] panner for the sends to monitoing section

fixes issue with 'stuck' mono panners (when using a stereo
monitoring section and auto-connect): the send to monitor
section is added after the main panner. At this point the
channel-count is different, but the send shared panner() with
the main route.

Here: mono-panner on track, stereo-panner; and they shared control
settings. since stereo-panner's width is 1, the position cannot be
changed.

10 years agofix stereo-panner GUI edge case (panshel changes, send|listen)
Robin Gareus [Fri, 7 Feb 2014 18:21:30 +0000 (19:21 +0100)]
fix stereo-panner GUI edge case (panshel changes, send|listen)

10 years agopanner UI: check URI and #of channels on re-configuration
Robin Gareus [Fri, 7 Feb 2014 17:05:47 +0000 (18:05 +0100)]
panner UI: check URI and #of channels on re-configuration

10 years agoupdate available panners when panshell changes
Robin Gareus [Fri, 7 Feb 2014 16:55:46 +0000 (17:55 +0100)]
update available panners when panshell changes

Fixes issue when adding splitting plugin

10 years agoadd debug-message to track down missing Sources
Robin Gareus [Wed, 5 Feb 2014 17:49:32 +0000 (18:49 +0100)]
add debug-message to track down missing Sources

10 years agomerge (w/fix) with master
Paul Davis [Tue, 4 Feb 2014 19:21:35 +0000 (14:21 -0500)]
merge (w/fix) with master

10 years agofix typo ndef, NDEBUG
Robin Gareus [Mon, 3 Feb 2014 19:25:05 +0000 (20:25 +0100)]
fix typo ndef, NDEBUG

10 years agoVBAP nomenclature s/Direction/Azimuth/
Robin Gareus [Mon, 3 Feb 2014 18:12:29 +0000 (19:12 +0100)]
VBAP nomenclature s/Direction/Azimuth/

10 years agodon't display debug message in no-debug builds
Robin Gareus [Mon, 3 Feb 2014 15:54:07 +0000 (16:54 +0100)]
don't display debug message in no-debug builds

10 years agoupdate audio-buffer assert, take offset into account
Robin Gareus [Mon, 3 Feb 2014 15:52:36 +0000 (16:52 +0100)]
update audio-buffer assert, take offset into account

10 years agoremove cruft - unused _size in audio-buffers
Robin Gareus [Mon, 3 Feb 2014 15:59:51 +0000 (16:59 +0100)]
remove cruft - unused _size in audio-buffers

10 years agofix stem-export buffer-size check
Robin Gareus [Mon, 3 Feb 2014 15:51:08 +0000 (16:51 +0100)]
fix stem-export buffer-size check

10 years agofix processor_lock
Robin Gareus [Mon, 3 Feb 2014 14:09:17 +0000 (15:09 +0100)]
fix processor_lock

Only WriterLock requires to hold process_lock() as well
otherwise Route::process_output_buffers() may deadlock

10 years agoforward port lv2_evbuf update (from jalv)
Robin Gareus [Sat, 1 Feb 2014 22:06:24 +0000 (23:06 +0100)]
forward port lv2_evbuf update (from jalv)

10 years agomake -fvisibility=hidden be controlled by ./waf configure --exports-hidden
Paul Davis [Fri, 31 Jan 2014 15:25:51 +0000 (10:25 -0500)]
make -fvisibility=hidden be controlled by ./waf configure --exports-hidden

10 years agocurrent mingw actually calls libpthread libpthread
Paul Davis [Fri, 31 Jan 2014 06:26:17 +0000 (01:26 -0500)]
current mingw actually calls libpthread libpthread

10 years agoUse round() instead of rintf() when building with MSVC
John Emmas [Thu, 30 Jan 2014 18:37:36 +0000 (18:37 +0000)]
Use round() instead of rintf() when building with MSVC

10 years agoOops - the previous namespace qualifier was also needed in gtk2_ardour/processor_box.cc
John Emmas [Thu, 30 Jan 2014 18:28:12 +0000 (18:28 +0000)]
Oops - the previous namespace qualifier was also needed in gtk2_ardour/processor_box.cc

10 years agoEnforce const correctness for a couple of iterators
John Emmas [Thu, 30 Jan 2014 16:29:37 +0000 (16:29 +0000)]
Enforce const correctness for a couple of iterators

10 years agoAdd namespace qualifiers for some occurrences of 'Gtk::CheckMenuItem' (Windows alread...
John Emmas [Thu, 30 Jan 2014 16:27:46 +0000 (16:27 +0000)]
Add namespace qualifiers for some occurrences of 'Gtk::CheckMenuItem' (Windows already has a function called 'CheckMenuItem')

10 years agoMerge branch 'master' into cairocanvas
Paul Davis [Thu, 30 Jan 2014 16:19:22 +0000 (11:19 -0500)]
Merge branch 'master' into cairocanvas

10 years agoeven though man alloca says to include <alloca.h>, it apparently isn't necessary...
Paul Davis [Thu, 30 Jan 2014 16:18:58 +0000 (11:18 -0500)]
even though man alloca says to include <alloca.h>, it apparently isn't necessary and no such header exists in the msvc world

10 years agoMerge branch 'master' into cairocanvas
Paul Davis [Wed, 29 Jan 2014 21:08:52 +0000 (16:08 -0500)]
Merge branch 'master' into cairocanvas

10 years agomove check for n_speakers so that we avoid needless work
Paul Davis [Wed, 29 Jan 2014 20:50:17 +0000 (15:50 -0500)]
move check for n_speakers so that we avoid needless work

10 years agofix vbap-speaker calculations to work with alloca()
Robin Gareus [Wed, 29 Jan 2014 20:45:13 +0000 (21:45 +0100)]
fix vbap-speaker calculations to work with alloca()

10 years agofix thinko. custom panner URL is remembered for later when port-count/panner changes
Robin Gareus [Tue, 28 Jan 2014 12:50:41 +0000 (13:50 +0100)]
fix thinko. custom panner URL is remembered for later when port-count/panner changes

10 years agovarious work to make loop/punch display work better (including fixes for bugs present...
Paul Davis [Tue, 28 Jan 2014 02:27:13 +0000 (21:27 -0500)]
various work to make loop/punch display work better (including fixes for bugs present in master also)

10 years agofix up the abomination caused by moving from variable length (multidimensional) array...
Paul Davis [Tue, 28 Jan 2014 01:37:17 +0000 (20:37 -0500)]
fix up the abomination caused by moving from variable length (multidimensional) arrays to alloca'ed arrays, specifically access to arr[a][b].

This needs checking by an actual VBAP+multispeaker user.

10 years agoprevent a strange crash while iterating over tracks (now, and maybe in the future)
Paul Davis [Tue, 28 Jan 2014 01:36:09 +0000 (20:36 -0500)]
prevent a strange crash while iterating over tracks (now, and maybe in the future)

10 years agoadd new folders to linux vst search path to help out AVLinux and some other specializ...
Paul Davis [Mon, 27 Jan 2014 19:55:58 +0000 (14:55 -0500)]
add new folders to linux vst search path to help out AVLinux and some other specialized distros

10 years agoreplace standards-wobbling variable-length-arrays with alloca()
Paul Davis [Mon, 27 Jan 2014 18:53:15 +0000 (13:53 -0500)]
replace standards-wobbling variable-length-arrays with alloca()

10 years agocomment unused function argument
Paul Davis [Mon, 27 Jan 2014 18:52:48 +0000 (13:52 -0500)]
comment unused function argument

10 years agorationalize, consolidate and make work dbl-click editing for regions and markers...
Paul Davis [Mon, 27 Jan 2014 15:09:58 +0000 (10:09 -0500)]
rationalize, consolidate and make work dbl-click editing for regions and markers, as part of the Drag model rather than discretely

10 years agocorrectly (?) indicate muted status of audio regions
Paul Davis [Sun, 26 Jan 2014 21:03:04 +0000 (16:03 -0500)]
correctly (?) indicate muted status of audio regions

10 years agoremove unused _wave_color member from waveview canvas item; use outline color for...
Paul Davis [Sun, 26 Jan 2014 21:02:38 +0000 (16:02 -0500)]
remove unused _wave_color member from waveview canvas item; use outline color for edge dots of waveforms instead of hardcoding black

10 years agofix visibility of punch and loop rects.
Paul Davis [Sun, 26 Jan 2014 19:04:23 +0000 (14:04 -0500)]
fix visibility of punch and loop rects.

They used to be in the time_line_group but this is regularly cleared of all its members (which were assumed to be time lines).

10 years agofix #5840 ; redefinition of typedef 'VstTimeInfo'
Robin Gareus [Sun, 26 Jan 2014 18:11:54 +0000 (19:11 +0100)]
fix #5840 ; redefinition of typedef 'VstTimeInfo'

10 years agofix routing display for mono synths and midi-tracks w/o synth
Robin Gareus [Sun, 26 Jan 2014 00:21:28 +0000 (01:21 +0100)]
fix routing display for mono synths and midi-tracks w/o synth

10 years agofix crash when removing synth from midi-track
Robin Gareus [Sat, 25 Jan 2014 23:46:39 +0000 (00:46 +0100)]
fix crash when removing synth from midi-track

(and there are bypassed audio-plugins after said synth)

10 years agotry to get export/visibility and build conditionals right for surfaces/, once more
Paul Davis [Sat, 25 Jan 2014 18:57:28 +0000 (13:57 -0500)]
try to get export/visibility and build conditionals right for surfaces/, once more

10 years agofix merge conflict with master
Paul Davis [Thu, 23 Jan 2014 18:41:20 +0000 (13:41 -0500)]
fix merge conflict with master

10 years agoalter surfaces build wscript to use "children" idea (like top level wscript)
Paul Davis [Thu, 23 Jan 2014 18:39:43 +0000 (13:39 -0500)]
alter surfaces build wscript to use "children" idea (like top level wscript)

Still not clear why this file requires the global keyword to make children global, but the toplevel wscript does not.

10 years agofix up obj.defines for generic MIDI wscript
Paul Davis [Thu, 23 Jan 2014 18:38:45 +0000 (13:38 -0500)]
fix up obj.defines for generic MIDI wscript

10 years agomackie code does not use poll(2) and so does not need poll.h
Paul Davis [Thu, 23 Jan 2014 18:38:23 +0000 (13:38 -0500)]
mackie code does not use poll(2) and so does not need poll.h

10 years agouse correct export/visibility macros
Paul Davis [Thu, 23 Jan 2014 18:37:28 +0000 (13:37 -0500)]
use correct export/visibility macros

10 years agochange VBAP visual parameter name again :) 3.5.308
Robin Gareus [Thu, 23 Jan 2014 14:32:26 +0000 (15:32 +0100)]
change VBAP visual parameter name again :)

10 years agoVBAP change visual parameter name. Diffusion -> Spread
Robin Gareus [Thu, 23 Jan 2014 13:57:19 +0000 (14:57 +0100)]
VBAP change visual parameter name. Diffusion -> Spread

10 years agoLV2 plugin save/delete -- fixes 5835
Robin Gareus [Thu, 23 Jan 2014 12:14:25 +0000 (13:14 +0100)]
LV2 plugin save/delete -- fixes 5835

10 years agomidi-audition: make "no synth" selection work.
Robin Gareus [Wed, 22 Jan 2014 23:22:02 +0000 (00:22 +0100)]
midi-audition: make "no synth" selection work.

10 years agoconfigurable midi audition synth
Robin Gareus [Wed, 22 Jan 2014 22:59:24 +0000 (23:59 +0100)]
configurable midi audition synth

10 years agoUpdate Russian translation
Alexandre Prokoudine [Sun, 19 Jan 2014 19:05:26 +0000 (23:05 +0400)]
Update Russian translation

Resync some terminology with proposed changes in the translation
of Mixbus (session, snapping, monitoring).

10 years agoattenuate master volume
Robin Gareus [Wed, 22 Jan 2014 17:10:44 +0000 (18:10 +0100)]
attenuate master volume

10 years agofix crash -- midi tracker reset when seeking audio
Robin Gareus [Wed, 22 Jan 2014 16:38:59 +0000 (17:38 +0100)]
fix crash -- midi tracker reset when seeking audio

10 years agoprepare midi-audition synth plugin config, incl no plugin external synth
Robin Gareus [Tue, 21 Jan 2014 17:20:17 +0000 (18:20 +0100)]
prepare midi-audition synth plugin config, incl no plugin external synth

10 years agotweak reasonable synth:
Robin Gareus [Mon, 20 Jan 2014 20:42:47 +0000 (21:42 +0100)]
tweak reasonable synth:

* prevent denormals / cut low volume
* reduce default amplitude of fundamental

10 years agoreset midi synth (panic) when seeking or re-starting audition
Robin Gareus [Mon, 20 Jan 2014 20:40:08 +0000 (21:40 +0100)]
reset midi synth (panic) when seeking or re-starting audition

10 years agoprepare GUI for auditioning midi files
Robin Gareus [Wed, 22 Jan 2014 14:26:23 +0000 (15:26 +0100)]
prepare GUI for auditioning midi files

10 years agoremove cruft
Robin Gareus [Mon, 20 Jan 2014 13:14:20 +0000 (14:14 +0100)]
remove cruft