ardour.git
9 years agomake configtool compile for wine/vst
Robin Gareus [Mon, 30 Mar 2015 19:51:16 +0000 (21:51 +0200)]
make configtool compile for wine/vst

9 years agoremove GUI object state when tracks/busses are removed.
Paul Davis [Mon, 30 Mar 2015 19:27:18 +0000 (15:27 -0400)]
remove GUI object state when tracks/busses are removed.

Not doing this results in accumulation of useless GUI object state which is never cleaned up.
Taken from work by Grygorii Zharun.

9 years agoSkeleton backend for brave volunteers.
Robin Gareus [Mon, 30 Mar 2015 19:18:18 +0000 (21:18 +0200)]
Skeleton backend for brave volunteers.

callback based backend based on CoreAudio/Midi
backend (sans the actual system/HW _pcmio,
_midiio)

9 years agonote to midi devs.
Robin Gareus [Mon, 30 Mar 2015 17:52:21 +0000 (19:52 +0200)]
note to midi devs.

9 years agofix typo in skip/state-tracker
Robin Gareus [Mon, 30 Mar 2015 17:51:34 +0000 (19:51 +0200)]
fix typo in skip/state-tracker

9 years agoMerge branch 'EMATech-french'
Paul Davis [Mon, 30 Mar 2015 14:20:45 +0000 (09:20 -0500)]
Merge branch 'EMATech-french'

9 years agoUpdate Russian translation
Alexandre Prokoudine [Mon, 30 Mar 2015 02:40:34 +0000 (05:40 +0300)]
Update Russian translation

9 years agocoreaudio: swap default aggregate clock source.
Robin Gareus [Mon, 30 Mar 2015 11:18:51 +0000 (13:18 +0200)]
coreaudio: swap default aggregate clock source.

Thanks to Stephane & the JACK2 team.

9 years agohack AudioAnalyzer for VAMP Onsetdetect
Robin Gareus [Mon, 30 Mar 2015 09:29:31 +0000 (11:29 +0200)]
hack AudioAnalyzer for VAMP Onsetdetect

This works around a bug in OnsetDetector.
It requests a buffer of 1114 samples but later FFT
bails out if the buffer size is not a power-of-two.
Also large buffersizes fail.

Work-around: use ADAPT_ALL_SAFE (no buffersize
adapter), use a reasonably small buffersize.
The current settings work, even though it produces
the following warnings (vamp-plugins/OnsetDetect.cpp)

WARNING: OnsetDetector::initialise: Possibly sub-optimal step size for this sample rate: 512 (wanted 557)
WARNING: OnsetDetector::initialise: Possibly sub-optimal block size for this sample rate: 1024 (wanted 1114)

This commit should be reverted once VAMP/QM/aubio
is updated/fixed.

9 years agofix crash #6161 - another throw w/o catch
Robin Gareus [Mon, 30 Mar 2015 08:48:31 +0000 (10:48 +0200)]
fix crash #6161 - another throw w/o catch

The real problem is: libardourvampplugins:* cannot
be instantiated this remains to be fixed.

9 years agoincrease contrast of control buttons, fixes #6146
Robin Gareus [Sun, 29 Mar 2015 16:48:57 +0000 (18:48 +0200)]
increase contrast of control buttons, fixes #6146

9 years agodon’t apply selection to new sessions
Robin Gareus [Sun, 29 Mar 2015 16:30:48 +0000 (18:30 +0200)]
don’t apply selection to new sessions

<Selection> should not be saved in
global preferences, but there is no single point
for catching that.

9 years agoprocessor control: update control-element tooltip
Robin Gareus [Sun, 29 Mar 2015 15:11:08 +0000 (17:11 +0200)]
processor control: update control-element tooltip

9 years agoremove a dead variable initialization.
Robin Gareus [Sun, 29 Mar 2015 13:23:27 +0000 (15:23 +0200)]
remove a dead variable initialization.

9 years agoFor the canvas library, #include 'gtkmm2ext/gui_thread.h' rather than 'gtk2_ardour...
John Emmas [Sun, 29 Mar 2015 08:53:02 +0000 (09:53 +0100)]
For the canvas library, #include 'gtkmm2ext/gui_thread.h' rather than 'gtk2_ardour/gui_thread.h'

Technically it doesn't make much difference but from what I can tell, the only files which #include 'gtk2_ardour/gui_thread.h' are the source files from gtk2_ardour itself. The support libraries always #include 'gtkmm2ext/gui_thread.h' directly (which seems sensible). So for consistency's sake, let's keep it the same for libcanvas.

9 years agoAdd some newly introduced sources to our MSVC project (libardour)
John Emmas [Sun, 29 Mar 2015 08:46:24 +0000 (09:46 +0100)]
Add some newly introduced sources to our MSVC project (libardour)

9 years agoReplace a closing bracket which managed to get lost somehow
John Emmas [Sun, 29 Mar 2015 08:43:57 +0000 (09:43 +0100)]
Replace a closing bracket which managed to get lost somehow

9 years agoMixer visibility prefs changes teke effect "live".
nick_m [Sun, 29 Mar 2015 06:43:07 +0000 (17:43 +1100)]
Mixer visibility prefs changes teke effect "live".

9 years agoFix mute of MIDI tracks with channel forcing.
David Robillard [Sun, 29 Mar 2015 03:24:41 +0000 (23:24 -0400)]
Fix mute of MIDI tracks with channel forcing.

This moves MIDI channel filtering into a reusable class and moves filtering to
the source, rather than modifying the buffer afterwards.  This is necessary so
that the playlist trackers reflect the emitted notes (and thus are able to stop
them in situations like mute).

As a perk, this is also faster because events are just dropped on read, rather
than pushed into a buffer then later removed (which is very slow).

Really hammering on mute or solo still seems to produce stuck notes
occasionally (perhaps related to multiple-on warnings).  I am not yet sure why,
but occasional beats always.

9 years agoAdd CD Metadata "PERFORMER" & "TITLE" fields to .toc & .cue export
Colin Fletcher [Thu, 12 Feb 2015 12:52:36 +0000 (12:52 +0000)]
Add CD Metadata "PERFORMER" & "TITLE" fields to .toc & .cue export

Add "PERFORMER" to the exported .toc & .cue files based on the value of the
"album_artist" metadata field, and also use the value of the "album" field
for the TITLE if is set, falling back to the session or range name if it is
blank.

9 years agoExport EAN barcode number to 'CATALOG' field in .cue & .toc files
Colin Fletcher [Tue, 10 Feb 2015 11:07:44 +0000 (11:07 +0000)]
Export EAN barcode number to 'CATALOG' field in .cue & .toc files

9 years agoDisplay length & check digit of entered EAN-13 in metadata dialogue
Colin Fletcher [Wed, 11 Feb 2015 00:24:11 +0000 (00:24 +0000)]
Display length & check digit of entered EAN-13 in metadata dialogue

9 years agoAdd EAN barcode field to session metadata dialogue
Colin Fletcher [Tue, 10 Feb 2015 11:06:55 +0000 (11:06 +0000)]
Add EAN barcode field to session metadata dialogue

Add an EAN13MetadataField type to the session metadata dialogue, and use it for
entry of the EAN barcode in the 'album' tab.

9 years agoAdd EAN barcode field to session metadata
Colin Fletcher [Tue, 10 Feb 2015 11:06:22 +0000 (11:06 +0000)]
Add EAN barcode field to session metadata

9 years agoMore informative debug output from SessionMetadata::{get|set}_value()
Colin Fletcher [Wed, 11 Feb 2015 18:40:18 +0000 (18:40 +0000)]
More informative debug output from SessionMetadata::{get|set}_value()

9 years agoDrag/Drop work-around midi note bleeding
Robin Gareus [Sat, 28 Mar 2015 17:00:31 +0000 (18:00 +0100)]
Drag/Drop work-around midi note bleeding

During DnD, the region uses the 'old/current'
midi_stream_view()'s range and its position/height calculation.

Ideally DnD would decouple the midi_stream_view() for the
region(s) being dragged and set it to the target's range
(or in case of the drop-zone, FullRange).
but I don't see how this can be done without major rework.

For now, just prevent visual bleeding of events in case
the target-track is smaller.

9 years agoBetter fix for 6183.
nick_m [Sat, 28 Mar 2015 15:13:40 +0000 (02:13 +1100)]
Better fix for 6183.

Invalidate all source entries from the image cache when we get our
region's DropReferences signal, while ignoring any subsequent regions with
no source.

9 years agoit would have been too much of a good thing.
Robin Gareus [Fri, 27 Mar 2015 19:58:41 +0000 (20:58 +0100)]
it would have been too much of a good thing.

9 years agoupdate German Translation #6213
Edgar Aichinger [Fri, 27 Mar 2015 18:52:07 +0000 (19:52 +0100)]
update German Translation #6213

9 years agodropzone: honor AutoConnectMaster.
Robin Gareus [Fri, 27 Mar 2015 18:01:19 +0000 (19:01 +0100)]
dropzone: honor AutoConnectMaster.

9 years agoBackend - change midi optons string.
nick_m [Fri, 27 Mar 2015 16:35:45 +0000 (03:35 +1100)]
Backend - change midi optons string.

Multimedia Extensions -> System MIDI (MME)

9 years agofix some DnD thinko & edgecases.
Robin Gareus [Fri, 27 Mar 2015 15:22:45 +0000 (16:22 +0100)]
fix some DnD thinko & edgecases.

* Handle large (delta > 1) movements into the DZ
which are not due to invalid-drop positions, but
caused by laggy GUI or rapid user movements.

* ignore busses when moving out of the DZ.

9 years agofix thinko on bounce actions
Ben Loftis [Fri, 27 Mar 2015 03:34:30 +0000 (22:34 -0500)]
fix thinko on bounce actions

9 years agoadd colon to match other labels
Ben Loftis [Fri, 27 Mar 2015 02:43:33 +0000 (21:43 -0500)]
add colon to match other labels

9 years agopack the xrun options back together
Ben Loftis [Thu, 26 Mar 2015 20:29:16 +0000 (15:29 -0500)]
pack the xrun options back together

9 years agofix a few -Wsign-compare
Robin Gareus [Thu, 26 Mar 2015 23:50:27 +0000 (00:50 +0100)]
fix a few -Wsign-compare

9 years agoAnother DnD fix. fix move onto (but not over) busses.
Robin Gareus [Thu, 26 Mar 2015 23:37:47 +0000 (00:37 +0100)]
Another DnD fix. fix move onto (but not over) busses.

9 years agoHeuraka! Nightmarish rework of DnD code.
Robin Gareus [Thu, 26 Mar 2015 20:55:04 +0000 (21:55 +0100)]
Heuraka! Nightmarish rework of DnD code.

Allow to drag multiple regions from different tracks
to/from the dropzone.

Busses & Automation-lanes are ignored, as are
hidden tracks.

Any region may serve as mouse drag anchor.

fixes #6172 and #6176

9 years agoDnD: query mouse y-pos only once.
Robin Gareus [Thu, 26 Mar 2015 02:04:19 +0000 (03:04 +0100)]
DnD: query mouse y-pos only once.

9 years agoUpdate Russian translation
Alexandre Prokoudine [Mon, 30 Mar 2015 02:40:34 +0000 (05:40 +0300)]
Update Russian translation

9 years agocoreaudio: swap default aggregate clock source.
Robin Gareus [Mon, 30 Mar 2015 11:18:51 +0000 (13:18 +0200)]
coreaudio: swap default aggregate clock source.

Thanks to Stephane & the JACK2 team.

9 years agohack AudioAnalyzer for VAMP Onsetdetect
Robin Gareus [Mon, 30 Mar 2015 09:29:31 +0000 (11:29 +0200)]
hack AudioAnalyzer for VAMP Onsetdetect

This works around a bug in OnsetDetector.
It requests a buffer of 1114 samples but later FFT
bails out if the buffer size is not a power-of-two.
Also large buffersizes fail.

Work-around: use ADAPT_ALL_SAFE (no buffersize
adapter), use a reasonably small buffersize.
The current settings work, even though it produces
the following warnings (vamp-plugins/OnsetDetect.cpp)

WARNING: OnsetDetector::initialise: Possibly sub-optimal step size for this sample rate: 512 (wanted 557)
WARNING: OnsetDetector::initialise: Possibly sub-optimal block size for this sample rate: 1024 (wanted 1114)

This commit should be reverted once VAMP/QM/aubio
is updated/fixed.

9 years agofix crash #6161 - another throw w/o catch
Robin Gareus [Mon, 30 Mar 2015 08:48:31 +0000 (10:48 +0200)]
fix crash #6161 - another throw w/o catch

The real problem is: libardourvampplugins:* cannot
be instantiated this remains to be fixed.

9 years agoincrease contrast of control buttons, fixes #6146
Robin Gareus [Sun, 29 Mar 2015 16:48:57 +0000 (18:48 +0200)]
increase contrast of control buttons, fixes #6146

9 years agodon’t apply selection to new sessions
Robin Gareus [Sun, 29 Mar 2015 16:30:48 +0000 (18:30 +0200)]
don’t apply selection to new sessions

<Selection> should not be saved in
global preferences, but there is no single point
for catching that.

9 years agoprocessor control: update control-element tooltip
Robin Gareus [Sun, 29 Mar 2015 15:11:08 +0000 (17:11 +0200)]
processor control: update control-element tooltip

9 years agoremove a dead variable initialization.
Robin Gareus [Sun, 29 Mar 2015 13:23:27 +0000 (15:23 +0200)]
remove a dead variable initialization.

9 years agoFor the canvas library, #include 'gtkmm2ext/gui_thread.h' rather than 'gtk2_ardour...
John Emmas [Sun, 29 Mar 2015 08:53:02 +0000 (09:53 +0100)]
For the canvas library, #include 'gtkmm2ext/gui_thread.h' rather than 'gtk2_ardour/gui_thread.h'

Technically it doesn't make much difference but from what I can tell, the only files which #include 'gtk2_ardour/gui_thread.h' are the source files from gtk2_ardour itself. The support libraries always #include 'gtkmm2ext/gui_thread.h' directly (which seems sensible). So for consistency's sake, let's keep it the same for libcanvas.

9 years agoAdd some newly introduced sources to our MSVC project (libardour)
John Emmas [Sun, 29 Mar 2015 08:46:24 +0000 (09:46 +0100)]
Add some newly introduced sources to our MSVC project (libardour)

9 years agoReplace a closing bracket which managed to get lost somehow
John Emmas [Sun, 29 Mar 2015 08:43:57 +0000 (09:43 +0100)]
Replace a closing bracket which managed to get lost somehow

9 years agoMixer visibility prefs changes teke effect "live".
nick_m [Sun, 29 Mar 2015 06:43:07 +0000 (17:43 +1100)]
Mixer visibility prefs changes teke effect "live".

9 years agoFix mute of MIDI tracks with channel forcing.
David Robillard [Sun, 29 Mar 2015 03:24:41 +0000 (23:24 -0400)]
Fix mute of MIDI tracks with channel forcing.

This moves MIDI channel filtering into a reusable class and moves filtering to
the source, rather than modifying the buffer afterwards.  This is necessary so
that the playlist trackers reflect the emitted notes (and thus are able to stop
them in situations like mute).

As a perk, this is also faster because events are just dropped on read, rather
than pushed into a buffer then later removed (which is very slow).

Really hammering on mute or solo still seems to produce stuck notes
occasionally (perhaps related to multiple-on warnings).  I am not yet sure why,
but occasional beats always.

9 years agoMerge French translations
Raphaël Doursenaud [Sat, 28 Mar 2015 22:35:11 +0000 (23:35 +0100)]
Merge French translations

9 years agoFrench translation update
Frédéric Rech [Thu, 26 Mar 2015 21:51:53 +0000 (22:51 +0100)]
French translation update

9 years agoFirst pass updating french translation
Raphaël Doursenaud [Sun, 25 Jan 2015 21:01:13 +0000 (22:01 +0100)]
First pass updating french translation

9 years agoAdd CD Metadata "PERFORMER" & "TITLE" fields to .toc & .cue export
Colin Fletcher [Thu, 12 Feb 2015 12:52:36 +0000 (12:52 +0000)]
Add CD Metadata "PERFORMER" & "TITLE" fields to .toc & .cue export

Add "PERFORMER" to the exported .toc & .cue files based on the value of the
"album_artist" metadata field, and also use the value of the "album" field
for the TITLE if is set, falling back to the session or range name if it is
blank.

9 years agoExport EAN barcode number to 'CATALOG' field in .cue & .toc files
Colin Fletcher [Tue, 10 Feb 2015 11:07:44 +0000 (11:07 +0000)]
Export EAN barcode number to 'CATALOG' field in .cue & .toc files

9 years agoDisplay length & check digit of entered EAN-13 in metadata dialogue
Colin Fletcher [Wed, 11 Feb 2015 00:24:11 +0000 (00:24 +0000)]
Display length & check digit of entered EAN-13 in metadata dialogue

9 years agoAdd EAN barcode field to session metadata dialogue
Colin Fletcher [Tue, 10 Feb 2015 11:06:55 +0000 (11:06 +0000)]
Add EAN barcode field to session metadata dialogue

Add an EAN13MetadataField type to the session metadata dialogue, and use it for
entry of the EAN barcode in the 'album' tab.

9 years agoAdd EAN barcode field to session metadata
Colin Fletcher [Tue, 10 Feb 2015 11:06:22 +0000 (11:06 +0000)]
Add EAN barcode field to session metadata

9 years agoMore informative debug output from SessionMetadata::{get|set}_value()
Colin Fletcher [Wed, 11 Feb 2015 18:40:18 +0000 (18:40 +0000)]
More informative debug output from SessionMetadata::{get|set}_value()

9 years agoDrag/Drop work-around midi note bleeding
Robin Gareus [Sat, 28 Mar 2015 17:00:31 +0000 (18:00 +0100)]
Drag/Drop work-around midi note bleeding

During DnD, the region uses the 'old/current'
midi_stream_view()'s range and its position/height calculation.

Ideally DnD would decouple the midi_stream_view() for the
region(s) being dragged and set it to the target's range
(or in case of the drop-zone, FullRange).
but I don't see how this can be done without major rework.

For now, just prevent visual bleeding of events in case
the target-track is smaller.

9 years agoBetter fix for 6183.
nick_m [Sat, 28 Mar 2015 15:13:40 +0000 (02:13 +1100)]
Better fix for 6183.

Invalidate all source entries from the image cache when we get our
region's DropReferences signal, while ignoring any subsequent regions with
no source.

9 years agoit would have been too much of a good thing.
Robin Gareus [Fri, 27 Mar 2015 19:58:41 +0000 (20:58 +0100)]
it would have been too much of a good thing.

9 years agoupdate German Translation #6213
Edgar Aichinger [Fri, 27 Mar 2015 18:52:07 +0000 (19:52 +0100)]
update German Translation #6213

9 years agodropzone: honor AutoConnectMaster.
Robin Gareus [Fri, 27 Mar 2015 18:01:19 +0000 (19:01 +0100)]
dropzone: honor AutoConnectMaster.

9 years agoBackend - change midi optons string.
nick_m [Fri, 27 Mar 2015 16:35:45 +0000 (03:35 +1100)]
Backend - change midi optons string.

Multimedia Extensions -> System MIDI (MME)

9 years agofix some DnD thinko & edgecases.
Robin Gareus [Fri, 27 Mar 2015 15:22:45 +0000 (16:22 +0100)]
fix some DnD thinko & edgecases.

* Handle large (delta > 1) movements into the DZ
which are not due to invalid-drop positions, but
caused by laggy GUI or rapid user movements.

* ignore busses when moving out of the DZ.

9 years agofix thinko on bounce actions
Ben Loftis [Fri, 27 Mar 2015 03:34:30 +0000 (22:34 -0500)]
fix thinko on bounce actions

9 years agoadd colon to match other labels
Ben Loftis [Fri, 27 Mar 2015 02:43:33 +0000 (21:43 -0500)]
add colon to match other labels

9 years agopack the xrun options back together
Ben Loftis [Thu, 26 Mar 2015 20:29:16 +0000 (15:29 -0500)]
pack the xrun options back together

9 years agofix a few -Wsign-compare
Robin Gareus [Thu, 26 Mar 2015 23:50:27 +0000 (00:50 +0100)]
fix a few -Wsign-compare

9 years agoAnother DnD fix. fix move onto (but not over) busses.
Robin Gareus [Thu, 26 Mar 2015 23:37:47 +0000 (00:37 +0100)]
Another DnD fix. fix move onto (but not over) busses.

9 years agoHeuraka! Nightmarish rework of DnD code.
Robin Gareus [Thu, 26 Mar 2015 20:55:04 +0000 (21:55 +0100)]
Heuraka! Nightmarish rework of DnD code.

Allow to drag multiple regions from different tracks
to/from the dropzone.

Busses & Automation-lanes are ignored, as are
hidden tracks.

Any region may serve as mouse drag anchor.

fixes #6172 and #6176

9 years agoDnD: query mouse y-pos only once.
Robin Gareus [Thu, 26 Mar 2015 02:04:19 +0000 (03:04 +0100)]
DnD: query mouse y-pos only once.

9 years agoClam points to valid values on drag end.
David Robillard [Thu, 26 Mar 2015 17:22:57 +0000 (13:22 -0400)]
Clam points to valid values on drag end.

Fixes bug #6214.

It would be better to do this while dragging, but this would require rewriting
much of the drag code to keep track of a cumulative y delta since the current
position of points would be "sticky" and prevent any movement at all, so this
will have to do for now.

9 years agoKeep automation lines within their parent (#6215).
David Robillard [Thu, 26 Mar 2015 15:48:13 +0000 (11:48 -0400)]
Keep automation lines within their parent (#6215).

9 years agoFollow MIDI control values with automation faders.
David Robillard [Thu, 26 Mar 2015 04:47:34 +0000 (00:47 -0400)]
Follow MIDI control values with automation faders.

Fixes bug #6166 (except record).

This attempts to follow the "current" control value somewhat aggressively:

* On locate, slider is set to the value from the top region at the new
  transport position.

* Playback or MIDI input is followed "live".

* Whenever the slider is moved (including automatically), that value is emitted
  as an immediate event to keep external gear in sync.

General idea is that the Ardour slider should act as a mirror of an external
hardware knob, and both should be synced to whatever the control is at the
current transport position.  Since we lack real playback/touch/etc modes for
these for now, we must choose one behaviour, and this seems like the most
reasonable one.

Follow is handled in the audio thread, which is probably not ideal, but since
these controls have no lists and do not record, should be fine.  Probably.

9 years agoremove crufty variable
Ben Loftis [Wed, 25 Mar 2015 22:20:56 +0000 (17:20 -0500)]
remove crufty variable

9 years agofix dropzone region ordering
Robin Gareus [Wed, 25 Mar 2015 21:05:23 +0000 (22:05 +0100)]
fix dropzone region ordering

9 years agolikely fix for debug build
Ben Loftis [Wed, 25 Mar 2015 19:47:18 +0000 (14:47 -0500)]
likely fix for debug build

9 years agofix touch-recording of automation in a loop
Ben Loftis [Wed, 25 Mar 2015 19:28:25 +0000 (14:28 -0500)]
fix touch-recording of automation in a loop

9 years agoDnD, only use track relationship
Robin Gareus [Wed, 25 Mar 2015 16:14:48 +0000 (17:14 +0100)]
DnD, only use track relationship

Ignore any routes or automation lanes during
region y-axis distance calculation.

9 years agojot down some thoughts about drop-zone dragging.
Robin Gareus [Wed, 25 Mar 2015 14:56:51 +0000 (15:56 +0100)]
jot down some thoughts about drop-zone dragging.

9 years agofix drags crossing automation lanes.
Robin Gareus [Wed, 25 Mar 2015 13:42:44 +0000 (14:42 +0100)]
fix drags crossing automation lanes.

9 years agoFix some strings incorrectly marked for translation.
nick_m [Wed, 25 Mar 2015 12:31:23 +0000 (23:31 +1100)]
Fix some strings incorrectly marked for translation.

My apologies to translators.

9 years agotwo more drop zone checks
Robin Gareus [Wed, 25 Mar 2015 12:05:24 +0000 (13:05 +0100)]
two more drop zone checks

see also 6cfb6ef

9 years agoconsistent message session start->end.
Robin Gareus [Wed, 25 Mar 2015 11:33:51 +0000 (12:33 +0100)]
consistent message session start->end.

9 years agofix drop-zone drops
Robin Gareus [Wed, 25 Mar 2015 11:11:49 +0000 (12:11 +0100)]
fix drop-zone drops

There is no special ‘-1’ indicator any more.
i->time_axis_view is unbound to allow relative
positioning when dragging multiple regions.

9 years agoretain Send control visibility state, fixes #6210
Robin Gareus [Wed, 25 Mar 2015 10:10:58 +0000 (11:10 +0100)]
retain Send control visibility state, fixes #6210

9 years agofix potential crash when video tools are N/A
Robin Gareus [Wed, 25 Mar 2015 02:39:47 +0000 (03:39 +0100)]
fix potential crash when video tools are N/A

9 years agoimplement drags from off-canvas to the drop-zone.
Robin Gareus [Wed, 25 Mar 2015 00:47:48 +0000 (01:47 +0100)]
implement drags from off-canvas to the drop-zone.

fixes #6195 #6205

9 years agoMajor rework of DnD.
Robin Gareus [Tue, 24 Mar 2015 20:59:57 +0000 (21:59 +0100)]
Major rework of DnD.

Allow dragging multiple regions from multiple
tracks across any number of hidden tracks and
automation lanes.

fixes #6176 and #6172

9 years agoResolve only active notes when muted/non-soloed.
David Robillard [Tue, 24 Mar 2015 17:47:37 +0000 (13:47 -0400)]
Resolve only active notes when muted/non-soloed.

Fixes bug #6206.

9 years agoremove Ardour from MSVC message dialog and use PROGRAM_NAME
Paul Davis [Mon, 23 Mar 2015 15:48:35 +0000 (10:48 -0500)]
remove Ardour from MSVC message dialog and use PROGRAM_NAME

9 years agofix spelling error
Paul Davis [Mon, 23 Mar 2015 15:48:05 +0000 (10:48 -0500)]
fix spelling error

9 years agopartial fix for Canvas Region DnD & comments
Robin Gareus [Tue, 24 Mar 2015 14:21:33 +0000 (15:21 +0100)]
partial fix for Canvas Region DnD & comments

Fixes #6172 and #6176 for single region drags.

Further work is needed if multiple regions on different tracks are dragged over hidden tracks
(see inline comment).

9 years agoFix 0006183 (waveview crash).
nick_m [Tue, 24 Mar 2015 12:35:43 +0000 (23:35 +1100)]
Fix 0006183 (waveview crash).

Should fix crash when audiosource disappears.
Reworked from submitted patch from tlat.

9 years agoanother potential fix for video-export filename/crash
Robin Gareus [Tue, 24 Mar 2015 02:28:07 +0000 (03:28 +0100)]
another potential fix for video-export filename/crash

9 years agomake mixer strip “Add XXX Port” translatable
Robin Gareus [Tue, 24 Mar 2015 01:57:25 +0000 (02:57 +0100)]
make mixer strip “Add XXX Port” translatable