ardour.git
7 years agoAdd missing line feed in midi_region_view.cc
nick_m [Mon, 15 Aug 2016 14:56:08 +0000 (00:56 +1000)]
Add missing line feed in midi_region_view.cc

7 years agoMidi region ghost note uses beat-based note time calculation.
nick_m [Mon, 15 Aug 2016 14:52:18 +0000 (00:52 +1000)]
Midi region ghost note uses beat-based note time calculation.

7 years agoFix frame-based beat calculation in MidiRegionView::snap_frame_to_grid_underneath()
nick_m [Mon, 15 Aug 2016 14:48:54 +0000 (00:48 +1000)]
Fix frame-based beat calculation in MidiRegionView::snap_frame_to_grid_underneath()

- this caused the ghost note under the pointer to behave badly when
  hovering near an audio-locked meter.

7 years agoEnforce rounding to beat as >= 0.0
nick_m [Mon, 15 Aug 2016 14:43:08 +0000 (00:43 +1000)]
Enforce rounding to beat as >= 0.0

7 years agoExpose Stripable Color & Ordering API to Lua
Robin Gareus [Mon, 15 Aug 2016 14:37:44 +0000 (16:37 +0200)]
Expose Stripable Color & Ordering API to Lua

We can't easily use C++ references with Lua closures, so
new API (pointer to PresentationInfo) was added.

7 years agoedit text regarding the "required" nature of JACK during installation process
Paul Davis [Sun, 14 Aug 2016 13:53:07 +0000 (09:53 -0400)]
edit text regarding the "required" nature of JACK during installation process

7 years agochange PBD::Transmitter code to use PBD::Signal<> not sigc::signal<>, since the latte...
Paul Davis [Sun, 14 Aug 2016 12:33:23 +0000 (08:33 -0400)]
change PBD::Transmitter code to use PBD::Signal<> not sigc::signal<>, since the latter is not thread safe

7 years agoDon't call any Transmitter from realtime context
Robin Gareus [Sat, 13 Aug 2016 22:47:03 +0000 (00:47 +0200)]
Don't call any Transmitter from realtime context

This fixes a crash when TempoMap::bbt_at_frame_rt() is called
for a latent effect at position 00:00:00:00 and frame is < 0.

7 years agoRemove assumption that the meter starts at frame 0 in Editor::apply_midi_note_edit_op...
nick_m [Sat, 13 Aug 2016 18:49:37 +0000 (04:49 +1000)]
Remove assumption that the meter starts at frame 0 in Editor::apply_midi_note_edit_op_to_region().

7 years agoSync User Interactoin tooltips with new default settings.
nick_m [Sat, 13 Aug 2016 17:03:16 +0000 (03:03 +1000)]
Sync User Interactoin tooltips with new default settings.

7 years agoChoose some non-overlapping defaults for User Interaction modifier keys.
nick_m [Sat, 13 Aug 2016 16:41:20 +0000 (02:41 +1000)]
Choose some non-overlapping defaults for User Interaction modifier keys.

7 years agoAdd a new modifier combination that allows overlap with snap-related defaults.
nick_m [Sat, 13 Aug 2016 16:15:03 +0000 (02:15 +1000)]
Add a new modifier combination that allows overlap with snap-related defaults.

- this should be enough to handle all of the current possibilities.

7 years agoUser Interaction pref shows the push points modifier in the 'beginning a drag' row.
nick_m [Sat, 13 Aug 2016 16:07:34 +0000 (02:07 +1000)]
User Interaction pref shows the push points modifier in the 'beginning a drag' row.

- it is currently dual use (move both ends of a range marker
    during drag / push control points at the beginning of a drag).
  this may have to be separated, but as it is called the push
  points modifier, it belongs here.

7 years agoResolve potential ambiguity between the constraint modifier and the copy modifier...
nick_m [Sat, 13 Aug 2016 15:50:51 +0000 (01:50 +1000)]
Resolve potential ambiguity between the constraint modifier and the copy modifier when beginning a drag.

7 years agoEnsure RelevantModifierKeyMask is updated on each modifier change.
nick_m [Sat, 13 Aug 2016 15:16:48 +0000 (01:16 +1000)]
Ensure RelevantModifierKeyMask is updated on each modifier change.

- fixes bug where changing prefs in User Interaction
  only took effect on restart.

7 years agoEnsure BBTRulerDrag operates within the tempo map.
nick_m [Fri, 12 Aug 2016 19:37:18 +0000 (05:37 +1000)]
Ensure BBTRulerDrag operates within the tempo map.

7 years agoEnsure positive length whan drag-adding new midi region.
nick_m [Fri, 12 Aug 2016 19:23:59 +0000 (05:23 +1000)]
Ensure positive length whan drag-adding new midi region.

7 years agoAlways send start property changes when a midi region trim alters position.
nick_m [Fri, 12 Aug 2016 18:18:21 +0000 (04:18 +1000)]
Always send start property changes when a midi region trim alters position.

- ensures gui updates correctly.

7 years agoAudio-locked midi region fixes.
nick_m [Fri, 12 Aug 2016 18:02:46 +0000 (04:02 +1000)]
Audio-locked midi region fixes.

- don't alter region frame length on tempo change or position change.

- set region _start correctly (see comments) on tempo map change.

- ensure audio-locked region's beat is set on tempo map change

7 years agoAllow negative return in TempoMap::beat_at_frame() and its exact_ variant.
nick_m [Fri, 12 Aug 2016 16:23:07 +0000 (02:23 +1000)]
Allow negative return in TempoMap::beat_at_frame() and its exact_ variant.

- audio-locked midi regions can be start-trimmed properly
  when close to 1|1|0
- a midi region placed before the first meter
  will continue the tempo curve and first meter.

Only a couple of callers require change, as bbt_at_beat() already
deals with this.

7 years agoadd nstewart to authors
Robin Gareus [Sat, 13 Aug 2016 14:12:12 +0000 (16:12 +0200)]
add nstewart to authors

7 years agoAdd "Marker Toggle" #5193
Nathan Stewart [Sat, 13 Aug 2016 14:02:43 +0000 (16:02 +0200)]
Add "Marker Toggle" #5193

7 years agoNobody expects the LV2 inquisition!
Robin Gareus [Sat, 13 Aug 2016 12:51:57 +0000 (14:51 +0200)]
Nobody expects the LV2 inquisition!

7 years agotweak strings now that 5.0 is out
Robin Gareus [Sat, 13 Aug 2016 12:51:15 +0000 (14:51 +0200)]
tweak strings now that 5.0 is out

7 years agoadd RMS region normalization option
Robin Gareus [Sat, 13 Aug 2016 12:50:59 +0000 (14:50 +0200)]
add RMS region normalization option

7 years agoAnother step towards gcc-ABI detection when installing as root
Robin Gareus [Fri, 12 Aug 2016 22:31:56 +0000 (00:31 +0200)]
Another step towards gcc-ABI detection when installing as root

makeself extracts the file with owner-only access.
When the installer itself runs as root, NORM_USER won't be able to
call the abi-test tool.

7 years agorevert 388a8fc9; prefer gcc4 if we can't determine the ABI
Robin Gareus [Fri, 12 Aug 2016 20:21:29 +0000 (22:21 +0200)]
revert 388a8fc9; prefer gcc4 if we can't determine the ABI

7 years agocheck for null pointer in Locations::remove()
Paul Davis [Fri, 12 Aug 2016 16:48:29 +0000 (12:48 -0400)]
check for null pointer in Locations::remove()

7 years agofix path to glibmm that we check
Robin Gareus [Fri, 12 Aug 2016 11:46:17 +0000 (13:46 +0200)]
fix path to glibmm that we check

libglibmm-2.4.so comes with the -dev package
libglibmm-2.4.so.1 is the actual library

7 years agoallow to manually override gcc ABI selection in the installer
Robin Gareus [Fri, 12 Aug 2016 11:36:04 +0000 (13:36 +0200)]
allow to manually override gcc ABI selection in the installer

7 years agofix crash when copy'ing latent plugins 5.0
Robin Gareus [Wed, 10 Aug 2016 14:31:56 +0000 (16:31 +0200)]
fix crash when copy'ing latent plugins

7 years agoremove debug output
Paul Davis [Wed, 10 Aug 2016 01:26:22 +0000 (21:26 -0400)]
remove debug output

7 years agoremove debug output
Robin Gareus [Wed, 10 Aug 2016 01:25:25 +0000 (03:25 +0200)]
remove debug output

7 years agodon't bundle no-inst scripts
Robin Gareus [Wed, 10 Aug 2016 01:18:07 +0000 (03:18 +0200)]
don't bundle no-inst scripts

7 years agoprefix no-inst script with an underscore and skip install
Robin Gareus [Wed, 10 Aug 2016 01:12:11 +0000 (03:12 +0200)]
prefix no-inst script with an underscore and skip install

7 years agoprefix blessed scripted DSP plugins with a-*
Robin Gareus [Wed, 10 Aug 2016 01:11:49 +0000 (03:11 +0200)]
prefix blessed scripted DSP plugins with a-*

7 years agomerge source-defaults into system-config file
Robin Gareus [Tue, 9 Aug 2016 20:13:59 +0000 (22:13 +0200)]
merge source-defaults into system-config file

(generated by ./arcfg)

7 years agoclean up plugin ttls - always add semicolon for compatibility
Robin Gareus [Tue, 9 Aug 2016 20:00:29 +0000 (22:00 +0200)]
clean up plugin ttls - always add semicolon for compatibility

7 years agoFix test compilation error.
nick_m [Tue, 9 Aug 2016 17:16:49 +0000 (03:16 +1000)]
Fix test compilation error.

7 years agoBBTTest::addTest() should add a meter rather than replacing the first one.
nick_m [Tue, 9 Aug 2016 15:56:55 +0000 (01:56 +1000)]
BBTTest::addTest() should add a meter rather than replacing the first one.

7 years agoMake tempo tests use the api more correctly.
nick_m [Tue, 9 Aug 2016 15:46:05 +0000 (01:46 +1000)]
Make tempo tests use the api more correctly.

- TempoMap initially contains a tempo and meter.
  using add_tempo/meter() using the position of an
  existing section does the right thing, but prints a warning.
  Use replace_tempo/meter().

7 years agoAllow -ve framepos handling in TempoMap::framepos_plus_beats()
nick_m [Tue, 9 Aug 2016 14:48:53 +0000 (00:48 +1000)]
Allow -ve framepos handling in TempoMap::framepos_plus_beats()

- also handles frame positions previous to the initial
  meter (beat_at_frame() would return 0 in this case).

7 years agoadd plural forms for pt to gtk2_ardour/po/pt.po 5.0-rc2
Paul Davis [Tue, 9 Aug 2016 00:24:46 +0000 (20:24 -0400)]
add plural forms for pt to gtk2_ardour/po/pt.po

7 years ago(updated) pt(_BR) update for gtk2_ardour from Marcelo Teles
Paul Davis [Tue, 9 Aug 2016 00:20:45 +0000 (20:20 -0400)]
(updated) pt(_BR) update for gtk2_ardour from Marcelo Teles

7 years agoRevert "pt(_BR) update for gtk2_ardour from Marcelo Teles"
Paul Davis [Tue, 9 Aug 2016 00:19:55 +0000 (20:19 -0400)]
Revert "pt(_BR) update for gtk2_ardour from Marcelo Teles"

This reverts commit cf08eaa32d0d7b17f44cec616f3c9bb0430ba19c.

7 years agoupdated russian translation from Alexandre Prokoudine
Paul Davis [Tue, 9 Aug 2016 00:12:47 +0000 (20:12 -0400)]
updated russian translation from Alexandre Prokoudine

7 years agofix definition of PrimaryModifier for Keyboard for OS X
Paul Davis [Mon, 8 Aug 2016 21:59:11 +0000 (17:59 -0400)]
fix definition of PrimaryModifier for Keyboard for OS X

7 years agofix display of modifiers on OS X in the bindings editor
Paul Davis [Mon, 8 Aug 2016 21:47:02 +0000 (17:47 -0400)]
fix display of modifiers on OS X in the bindings editor

7 years agofix thinko that causes near duplicate menu items in group context menu when not in...
Paul Davis [Mon, 8 Aug 2016 21:20:59 +0000 (17:20 -0400)]
fix thinko that causes near duplicate menu items in group context menu when not in group tabs

7 years agofix bug when appdata.pot file cannot be regenerated
Paul Davis [Mon, 8 Aug 2016 17:51:20 +0000 (13:51 -0400)]
fix bug when appdata.pot file cannot be regenerated

7 years agoGenericUI: better popup placement for automation mode
Julien "_FrnchFrgg_" RIVAUD [Mon, 8 Aug 2016 14:33:29 +0000 (16:33 +0200)]
GenericUI: better popup placement for automation mode

7 years agoMove anchored menu placement strategy to Gtkmm2ext utils
Julien "_FrnchFrgg_" RIVAUD [Mon, 8 Aug 2016 13:35:19 +0000 (15:35 +0200)]
Move anchored menu placement strategy to Gtkmm2ext utils

So that it can be used by others.

7 years agofix race condition when dropping Ports
Paul Davis [Mon, 8 Aug 2016 13:26:50 +0000 (09:26 -0400)]
fix race condition when dropping Ports

Jack2 calls back from a notification thread and the callback (PortManager::connect_callback())
could end up holding the final reference on 1 or more ports. The ports would then be
unregistered as we leave the callback scope, which is illegal (no server calls from
a notification thread)

7 years agoadd explanatory comment
Paul Davis [Mon, 8 Aug 2016 12:26:58 +0000 (08:26 -0400)]
add explanatory comment

7 years agofix typo
Robin Gareus [Sun, 7 Aug 2016 18:29:12 +0000 (20:29 +0200)]
fix typo

7 years agoMake ArdourDisplay a subclass of ArdourDropdown
Julien "_FrnchFrgg_" RIVAUD [Sun, 7 Aug 2016 17:44:54 +0000 (19:44 +0200)]
Make ArdourDisplay a subclass of ArdourDropdown

7 years agoRemove the space for checks/radios/icons in dropdowns
Julien "_FrnchFrgg_" RIVAUD [Sun, 7 Aug 2016 16:50:17 +0000 (18:50 +0200)]
Remove the space for checks/radios/icons in dropdowns

7 years agoMake Dropdown menus at least as wide as the button
Julien "_FrnchFrgg_" RIVAUD [Sun, 7 Aug 2016 16:43:39 +0000 (18:43 +0200)]
Make Dropdown menus at least as wide as the button

7 years agoImprove placement of Dropdown popups.
Julien "_FrnchFrgg_" RIVAUD [Sun, 7 Aug 2016 15:20:43 +0000 (17:20 +0200)]
Improve placement of Dropdown popups.

When an item in the menu corresponds to the currently displayed choice,
vertically align the item with the button on menu popup.

7 years agoUse a C++ bool constant
Julien "_FrnchFrgg_" RIVAUD [Sun, 7 Aug 2016 14:17:39 +0000 (16:17 +0200)]
Use a C++ bool constant

7 years agoImprove ArdourDropdown menu position
Julien "_FrnchFrgg_" RIVAUD [Sun, 7 Aug 2016 14:14:59 +0000 (16:14 +0200)]
Improve ArdourDropdown menu position

7 years agoRemove a no longer true comment
Julien "_FrnchFrgg_" RIVAUD [Sun, 7 Aug 2016 08:00:26 +0000 (10:00 +0200)]
Remove a no longer true comment

It should have been removed as part of 539c062ed23daf308e650b5d1039384ac5a55666
(Make the configuration penalty subtler about inputs).

7 years agoadd a script to multi-split regions
Robin Gareus [Sat, 6 Aug 2016 20:14:24 +0000 (22:14 +0200)]
add a script to multi-split regions

7 years agoa few more Location related lua bindings
Robin Gareus [Sat, 6 Aug 2016 20:12:39 +0000 (22:12 +0200)]
a few more Location related lua bindings

7 years agoUse a default configuration instead of bailing out
Julien "_FrnchFrgg_" RIVAUD [Thu, 4 Aug 2016 16:03:24 +0000 (18:03 +0200)]
Use a default configuration instead of bailing out

If the script doesn't provide a dsp_ioconfig() function, or if it does
not return a table of tables, provide an empty table of table as
default, which means a single configuration with default values.

7 years agoRemove dsp_has_midi_*() in favor of dsp_ioconfig()
Julien "_FrnchFrgg_" RIVAUD [Thu, 4 Aug 2016 15:47:38 +0000 (17:47 +0200)]
Remove dsp_has_midi_*() in favor of dsp_ioconfig()

_has_midi_*put members of LuaProc will be set according to the actual
configuration chosen, for configure_io() and run() to use.

7 years agoRefuse more configs with unmatched midi in if !imprecise
Julien "_FrnchFrgg_" RIVAUD [Thu, 4 Aug 2016 11:01:28 +0000 (13:01 +0200)]
Refuse more configs with unmatched midi in if !imprecise

Since MIDI in should be

7 years agoTake midi into account for penalty computation
Julien "_FrnchFrgg_" RIVAUD [Thu, 4 Aug 2016 10:29:19 +0000 (12:29 +0200)]
Take midi into account for penalty computation

Demote configurations if they have mismatched midi in or out with the
same mechanism as for audio, but with lower coefficients so that
mismatched midi has less influence than mismatched audio in selecting
the best configuration.

POLICY CHANGE.

7 years agoRemove ad-hoc handling of possible_out == 0
Julien "_FrnchFrgg_" RIVAUD [Thu, 4 Aug 2016 08:11:21 +0000 (10:11 +0200)]
Remove ad-hoc handling of possible_out == 0

Just refuse configurations without any output at all, and let the
remaining logic take care of selecting configurations with no audio
output if they make sense and there are no better configurations.

POLICY CHANGE: configurations with no output might now be considered
even if they have audio inputs (e.g. a pure pitch detector without audio
passthrough), whereas they were skipped before.

7 years agoMake the configuration penalty subtler about inputs
Julien "_FrnchFrgg_" RIVAUD [Thu, 4 Aug 2016 07:45:33 +0000 (09:45 +0200)]
Make the configuration penalty subtler about inputs

Instead of uniformly demote configurations with a non-matching audio
input count (using a penalty offset of 1000), also grade the
impreciseness of the configuration so that those with the nearest input
count are preferred. As for outputs, give a slightly higher handicap to
configuration with too many inputs with regard to the actual audio
inputs that can be fed to the plugin.

POLICY CHANGE: when only imprecise configurations are found the actually
selected one can be different (better) than before this commit.

7 years agoRemove ad-hoc handling of possible_in == 0
Julien "_FrnchFrgg_" RIVAUD [Wed, 3 Aug 2016 21:28:09 +0000 (23:28 +0200)]
Remove ad-hoc handling of possible_in == 0

Just make the code responsible for possible_in > 0 also handle
possible_in == 0 since it nearly does the same thing.

The only difference is that the possible_in == 0 case didn't check at
all for audio_in, essentially acting as if possible_in was audio_in.
There is thus a small POLICY CHANGE, but the selected configuration will
stay the same unless a better matching configuration is available.

7 years agoChange column width in macros
Julien "_FrnchFrgg_" RIVAUD [Thu, 4 Aug 2016 07:40:16 +0000 (09:40 +0200)]
Change column width in macros

7 years agoSet \midi_out when selecting a configuration...
Julien "_FrnchFrgg_" RIVAUD [Wed, 3 Aug 2016 15:18:22 +0000 (17:18 +0200)]
Set \midi_out when selecting a configuration...

...instead of at the very beginning, so that it can depend on the loop
iteration.

7 years agoMerge pass 2 (imprecise) into pass 1
Julien "_FrnchFrgg_" RIVAUD [Wed, 3 Aug 2016 14:28:08 +0000 (16:28 +0200)]
Merge pass 2 (imprecise) into pass 1

Still no policy change, since when a configuration is chosen that would
have belonged to the second pass, then its penalty will be increased by
1000 and it will be selected only as last recourse.

7 years agoMove MIDI filters imprecise handling from 2nd pass to 1st
Julien "_FrnchFrgg_" RIVAUD [Wed, 3 Aug 2016 10:14:12 +0000 (12:14 +0200)]
Move MIDI filters imprecise handling from 2nd pass to 1st

This doesn't change the policy since configurations are given an
additional 1000 penalty if audio_in != possible_in, and will thus be
trumped by any "precise" configuration (unless the latter has 1000
excess or missing outputs which should be less than likely).

7 years agoRearrange condition for pure midi plugins
Julien "_FrnchFrgg_" RIVAUD [Wed, 3 Aug 2016 10:08:01 +0000 (12:08 +0200)]
Rearrange condition for pure midi plugins

7 years agoUse FOUNDCFG* instead of setting the configuration by hand
Julien "_FrnchFrgg_" RIVAUD [Tue, 2 Aug 2016 16:20:42 +0000 (18:20 +0200)]
Use FOUNDCFG* instead of setting the configuration by hand

7 years agoEnable overriding the configuration penalty
Julien "_FrnchFrgg_" RIVAUD [Tue, 2 Aug 2016 19:28:22 +0000 (21:28 +0200)]
Enable overriding the configuration penalty

This is useful for exact matches that would otherwise need to duplicate
the bookeeping done by FOUNDCFG()

7 years agoIntroduce a macro for imprecise configurations
Julien "_FrnchFrgg_" RIVAUD [Tue, 2 Aug 2016 15:47:14 +0000 (17:47 +0200)]
Introduce a macro for imprecise configurations

It enables only setting the imprecise audio channel count if the
configuration is indeed selected.

7 years agoSet \imprecise midi channel count in FOUNDCFG
Julien "_FrnchFrgg_" RIVAUD [Tue, 2 Aug 2016 12:25:46 +0000 (14:25 +0200)]
Set \imprecise midi channel count in FOUNDCFG

So that it can depend on the actual configuration selected.

7 years agoSet \imprecise when a configuration is chosen
Julien "_FrnchFrgg_" RIVAUD [Tue, 2 Aug 2016 11:41:29 +0000 (13:41 +0200)]
Set \imprecise when a configuration is chosen

Instead of setting \imprecise at the end of the loop if a configuration
was found (which clobbered valuable information, see dae2406187), set it
each time a new configuration is chosen.

In the second loop that tries harder, resetting \imprecise also avoids a
previous "imprecise->set(AUDIO, 0)" to last even if another
configuration is chosen later.

Last but not least, it will enable correctly setting the midi input
count hoped for by the configuration.

7 years agoMerge some cases to avoid duplicated logic
Julien "_FrnchFrgg_" RIVAUD [Mon, 1 Aug 2016 21:21:33 +0000 (23:21 +0200)]
Merge some cases to avoid duplicated logic

Merge the cases in == -1 and in == -2 since those are both wildcards,
almost symmetric in the AU spec, and handled completely symmetrically by
the code here considering it accepts invalid or unspecified demands.

Also merge the cases in > 0 and in < -2 since they are handled exactly
the same as far as outputs are concerned.

7 years agoRemove code with no actual effect
Julien "_FrnchFrgg_" RIVAUD [Mon, 1 Aug 2016 19:57:39 +0000 (21:57 +0200)]
Remove code with no actual effect

That code modifies \imprecise if it is not NULL, but
 - if a configuration is found, \imprecise will be set to in, clobbering
   the tentative changes done here;
 - if a configuration is not found, a last-resort loop will be run that
   will set the same member of \imprecise, also clobbering our changes.

Remove it since it does nothing that is looked at before being
forgotten. A way to get the intended outcome will be introduced later.

7 years agoMove a MIDI test in the table handling loop...
Julien "_FrnchFrgg_" RIVAUD [Mon, 1 Aug 2016 13:01:44 +0000 (15:01 +0200)]
Move a MIDI test in the table handling loop...

...to later enable that condition truthiness to depend on the
loop iteration. The goal here is to prepare for the upcoming rewrite,
without introducing any policy change for now.

There is no behavior change because if all loop iterations are skipped,
then \found will be false, and with \imprecise being null the last
attempt will be skipped and we will return false.

7 years agoReplace the exact_match logic by a negative penalty
Julien "_FrnchFrgg_" RIVAUD [Mon, 1 Aug 2016 13:41:10 +0000 (15:41 +0200)]
Replace the exact_match logic by a negative penalty

Instead of doing an initial loop for detection of exact matches, then
letting the following loop set \audio_out yet ignore its value, merge
the two loops but give exact matches a negative penalty so that the
\audio_out value they set won't change afterwards.

No policy change.

7 years agoRemove wrong asserts
Julien "_FrnchFrgg_" RIVAUD [Mon, 1 Aug 2016 12:35:06 +0000 (14:35 +0200)]
Remove wrong asserts

7 years agoLuaProc::can_support_io_configuration: don't mix int and int32_t
Julien "_FrnchFrgg_" RIVAUD [Mon, 1 Aug 2016 11:24:08 +0000 (13:24 +0200)]
LuaProc::can_support_io_configuration: don't mix int and int32_t

7 years agoOSC: make sure this is c++98 compatible.
Len Ovens [Sat, 6 Aug 2016 16:25:57 +0000 (09:25 -0700)]
OSC: make sure this is c++98 compatible.

7 years agoupdate german translation
Edgar Aichinger [Sat, 6 Aug 2016 14:03:45 +0000 (16:03 +0200)]
update german translation

7 years agoC++98 compat for 032139ac3
Robin Gareus [Sat, 6 Aug 2016 12:40:18 +0000 (14:40 +0200)]
C++98 compat for 032139ac3

7 years agomark session dirty when changing plugin presets
Robin Gareus [Sat, 6 Aug 2016 12:28:20 +0000 (14:28 +0200)]
mark session dirty when changing plugin presets

7 years agoosc: provide human readable reading for gain.
Len Ovens [Sat, 6 Aug 2016 02:08:43 +0000 (19:08 -0700)]
osc: provide human readable reading for gain.

7 years agoOSC: provide human readable level for sends.
Len Ovens [Sat, 6 Aug 2016 00:24:09 +0000 (17:24 -0700)]
OSC: provide  human readable level for sends.

7 years agoImprove midnam for Waldorf Blofeld
Maurizio Berti [Fri, 5 Aug 2016 20:03:11 +0000 (22:03 +0200)]
Improve midnam for Waldorf Blofeld

7 years agoadd a "Pin Management" button to the plugin UI-header
Robin Gareus [Fri, 5 Aug 2016 00:35:51 +0000 (02:35 +0200)]
add a "Pin Management" button to the plugin UI-header

7 years agoworkaround changes in glibmm 2.49.x
Nils Philippsen [Thu, 4 Aug 2016 07:48:47 +0000 (09:48 +0200)]
workaround changes in glibmm 2.49.x

Glib::RefPtr defines the operator bool() as explicit which breaks
comparisons like "some_ref_ptr == 0" or "... != 0".

https://bugzilla.gnome.org/show_bug.cgi?id=769502

7 years agoadd support for VST default values (instantiation time value)
Robin Gareus [Wed, 3 Aug 2016 18:53:49 +0000 (20:53 +0200)]
add support for VST default values (instantiation time value)

7 years agoadd a wrapper to launch the vst-scanner manually
Robin Gareus [Wed, 3 Aug 2016 17:56:22 +0000 (19:56 +0200)]
add a wrapper to launch the vst-scanner manually

7 years agoif we can't determine the gcc4/5 prefer the new gcc5 ABI
Robin Gareus [Tue, 2 Aug 2016 13:50:16 +0000 (15:50 +0200)]
if we can't determine the gcc4/5 prefer the new gcc5 ABI

7 years agoinclude XT* plugins with Ardour bundles and x42 on OSX/Win
Robin Gareus [Tue, 2 Aug 2016 11:46:41 +0000 (13:46 +0200)]
include XT* plugins with Ardour bundles and x42 on OSX/Win