ardour.git
7 years agostop-and-forget-capture should not toggle transport state, only stop it
Paul Davis [Mon, 4 Jul 2016 13:41:21 +0000 (09:41 -0400)]
stop-and-forget-capture should not toggle transport state, only stop it

7 years agoavoid unnecessary multiple calls to RouteUI::update_monitoring_state()
Paul Davis [Mon, 4 Jul 2016 13:27:28 +0000 (09:27 -0400)]
avoid unnecessary multiple calls to RouteUI::update_monitoring_state()

7 years agooperate directly on realtime controls, not via Session
Paul Davis [Mon, 4 Jul 2016 13:27:09 +0000 (09:27 -0400)]
operate directly on realtime controls, not via Session

7 years agooperate directly on realtime controls, not via Session
Paul Davis [Mon, 4 Jul 2016 13:26:48 +0000 (09:26 -0400)]
operate directly on realtime controls, not via Session

7 years ago2nd part of previous commit
Paul Davis [Mon, 4 Jul 2016 13:26:44 +0000 (09:26 -0400)]
2nd part of previous commit

7 years agomake sure that rec-enable changes get to do their non-RT stuff before being queued...
Paul Davis [Mon, 4 Jul 2016 13:25:31 +0000 (09:25 -0400)]
make sure that rec-enable changes get to do their non-RT stuff before being queued for RT-context execution

7 years agodisplay level in a-comp display
Robin Gareus [Mon, 4 Jul 2016 12:26:37 +0000 (14:26 +0200)]
display level in a-comp display

7 years agocon't work on a-comp inline-display
Robin Gareus [Mon, 4 Jul 2016 12:07:05 +0000 (14:07 +0200)]
con't work on a-comp inline-display

7 years agoadd C99 flags for lv2 plugin
Robin Gareus [Mon, 4 Jul 2016 11:08:23 +0000 (13:08 +0200)]
add C99 flags for lv2 plugin

7 years agobasic inline display for a-comp
Robin Gareus [Mon, 4 Jul 2016 10:59:04 +0000 (12:59 +0200)]
basic inline display for a-comp

7 years agoa-comp: Tweak control bounds and clear state on deactivate
Damien Zammit [Mon, 4 Jul 2016 09:41:15 +0000 (19:41 +1000)]
a-comp: Tweak control bounds and clear state on deactivate

7 years agoAccommodate newly introduced source(s) in our MSVC project (gtk2_ardour)
John Emmas [Mon, 4 Jul 2016 08:38:28 +0000 (09:38 +0100)]
Accommodate newly introduced source(s) in our MSVC project (gtk2_ardour)

7 years agounbind pangomm 1.30 API for compat.
Robin Gareus [Mon, 4 Jul 2016 08:36:11 +0000 (10:36 +0200)]
unbind pangomm 1.30 API for compat.

7 years agoexperimental support for AU sidechain busses
Robin Gareus [Mon, 4 Jul 2016 01:56:26 +0000 (03:56 +0200)]
experimental support for AU sidechain busses

some plugins include a sidechain bus which is not explicitly
listed under "Reported Channel Capabilities" list,
nor the "Input/Output Channel Handling"

7 years agoUI: Add editor_mixer route pointer to session so all UIs can know the same current_st...
Len Ovens [Mon, 4 Jul 2016 01:22:09 +0000 (18:22 -0700)]
UI: Add editor_mixer route pointer to session so all UIs can know the same current_strip even in a selected group.

7 years agoflush output buffers after processing - fixes midi-bus chaining
Robin Gareus [Mon, 4 Jul 2016 01:13:35 +0000 (03:13 +0200)]
flush output buffers after processing - fixes midi-bus chaining

7 years agomore lua-script updates:
Robin Gareus [Sun, 3 Jul 2016 23:47:52 +0000 (01:47 +0200)]
more lua-script updates:

* comments and explain amp4.lua
* move amp1-3 to "Example" category

7 years agoOSC: select off by one bug, something must have changed by 1, fixed
Len Ovens [Sun, 3 Jul 2016 22:28:03 +0000 (15:28 -0700)]
OSC: select off by one bug, something must have changed by 1, fixed

7 years agoupdate lua scripts
Robin Gareus [Sun, 3 Jul 2016 22:03:46 +0000 (00:03 +0200)]
update lua scripts

* add proper amplifier (smooth gain change) + text-example
* remove commented no-inplace from High/Low pass
* amend 913609be inline spectrogam re-init

7 years agoPrepare to use knobs in Generic Plugin UI
Robin Gareus [Sun, 3 Jul 2016 22:17:52 +0000 (00:17 +0200)]
Prepare to use knobs in Generic Plugin UI

7 years agoReplace Gtk::ToggleButton with ArdourButton in Generic Plugin GUI
Robin Gareus [Sun, 3 Jul 2016 22:19:13 +0000 (00:19 +0200)]
Replace Gtk::ToggleButton with ArdourButton in Generic Plugin GUI

7 years agoallow AutomatoinContoller to render as Knob instead of Slider.
Robin Gareus [Sun, 3 Jul 2016 22:18:45 +0000 (00:18 +0200)]
allow AutomatoinContoller to render as Knob instead of Slider.

7 years agoadd an ArdourButton/SpinButton Widget
Robin Gareus [Sun, 3 Jul 2016 20:24:57 +0000 (22:24 +0200)]
add an ArdourButton/SpinButton Widget

alternative to ArdourDisplay (dropdown) to provide numeric entry with
ArdourKnob.

7 years agofix background of ArdourButtons with no Body
Robin Gareus [Sun, 3 Jul 2016 20:18:23 +0000 (22:18 +0200)]
fix background of ArdourButtons with no Body

7 years agoLV2 render-value: override precision
Robin Gareus [Sun, 3 Jul 2016 18:51:10 +0000 (20:51 +0200)]
LV2 render-value: override precision

lv2's units.ttl specifies "%f" for many values by default which results in
useless high precision

7 years agoadd PangoCairo lua bindings
Robin Gareus [Sun, 3 Jul 2016 18:04:26 +0000 (20:04 +0200)]
add PangoCairo lua bindings

7 years agofix behaviour when opening up a gap to insert new Stripables.
Paul Davis [Sun, 3 Jul 2016 17:22:47 +0000 (13:22 -0400)]
fix behaviour when opening up a gap to insert new Stripables.

Need to include all stripables, not just routes, and need to include master since editor (and maybe others) opt
to use the presentation_info().order() value for it

7 years agoexplanatory comment
Paul Davis [Sun, 3 Jul 2016 17:22:08 +0000 (13:22 -0400)]
explanatory comment

7 years agoadd grid to inline-spectrum
Robin Gareus [Sun, 3 Jul 2016 12:46:29 +0000 (14:46 +0200)]
add grid to inline-spectrum

7 years agoclean up a-comp .ttl -- maintainer: the a-team
Robin Gareus [Sun, 3 Jul 2016 12:45:15 +0000 (14:45 +0200)]
clean up a-comp .ttl -- maintainer: the a-team

7 years agobundle a-comp
Robin Gareus [Sun, 3 Jul 2016 01:21:44 +0000 (03:21 +0200)]
bundle a-comp

7 years agoHP/LP: enforce enum integr type (inline control sends continuous value)
Robin Gareus [Sat, 2 Jul 2016 23:53:29 +0000 (01:53 +0200)]
HP/LP: enforce enum integr type (inline control sends continuous value)

7 years agoupdate lua-scripts:
Robin Gareus [Sat, 2 Jul 2016 22:05:02 +0000 (00:05 +0200)]
update lua-scripts:

* add an inline spectrum display
* fix re-init HP/LP and Biquad
* add some comments, labels etc

7 years agoonly reconfigure lua DSP plugins if channelcount changes
Robin Gareus [Sat, 2 Jul 2016 18:29:59 +0000 (20:29 +0200)]
only reconfigure lua DSP plugins if channelcount changes

7 years agoadd Lua bindings for reference counted Cairo::ImageSurface
Robin Gareus [Sat, 2 Jul 2016 16:20:44 +0000 (18:20 +0200)]
add Lua bindings for reference counted Cairo::ImageSurface

7 years agofix Preference checkbox sensitivity for inline displays
Robin Gareus [Sat, 2 Jul 2016 16:19:49 +0000 (18:19 +0200)]
fix Preference checkbox sensitivity for inline displays

7 years agofix inline display when cairo_surface_has_snapshots
Robin Gareus [Sat, 2 Jul 2016 16:19:16 +0000 (18:19 +0200)]
fix inline display when cairo_surface_has_snapshots

7 years agoextend lua API:
Robin Gareus [Sat, 2 Jul 2016 21:35:00 +0000 (23:35 +0200)]
extend lua API:

* add a basic FFT spectrum analyzer
* prepare Cairo::ImageSurface
* HSL colorspace conversion

7 years agomake Selection catch up with session/libardour-side selection status at session load
Paul Davis [Sat, 2 Jul 2016 20:09:19 +0000 (16:09 -0400)]
make Selection catch up with session/libardour-side selection status at session load

7 years agofix use of removed Session::get_nth_stripable()
Paul Davis [Sat, 2 Jul 2016 20:08:58 +0000 (16:08 -0400)]
fix use of removed Session::get_nth_stripable()

7 years agoremove Session::get_nth_stripable.cc
Paul Davis [Sat, 2 Jul 2016 20:08:38 +0000 (16:08 -0400)]
remove Session::get_nth_stripable.cc

7 years agomore hacks to gkt rc file to get text entries to behave
Paul Davis [Sat, 2 Jul 2016 17:54:16 +0000 (13:54 -0400)]
more hacks to gkt rc file to get text entries to behave

7 years agono need for a widget name here
Paul Davis [Sat, 2 Jul 2016 17:53:30 +0000 (13:53 -0400)]
no need for a widget name here

7 years agopartially revert incorrect changes to gain meter text entries/displays
Paul Davis [Sat, 2 Jul 2016 17:53:18 +0000 (13:53 -0400)]
partially revert incorrect changes to gain meter text entries/displays

7 years agofix missing logic for RouteGroupMenu
Paul Davis [Sat, 2 Jul 2016 15:04:51 +0000 (11:04 -0400)]
fix missing logic for RouteGroupMenu

7 years agoOSC: Account for some select edge cases
Len Ovens [Sat, 2 Jul 2016 04:21:08 +0000 (21:21 -0700)]
OSC: Account for some select edge cases

7 years agoOSC: make sure out of bank strip can not be converted to a stripable.
Len Ovens [Sat, 2 Jul 2016 01:31:13 +0000 (18:31 -0700)]
OSC: make sure out of bank strip can not be converted to a stripable.

7 years agoOSC: Don't look for which stripable is selected until we actually need it, It may...
Len Ovens [Sat, 2 Jul 2016 01:12:31 +0000 (18:12 -0700)]
OSC: Don't look for which stripable is selected until we actually need it, It may be wrong at application start.

7 years agoOSC: Change all time feedback to /position/<type>
Len Ovens [Sat, 2 Jul 2016 00:28:08 +0000 (17:28 -0700)]
OSC: Change all time feedback to /position/<type>

7 years agouse correct property when PresentationInfo::color is set from XML
Paul Davis [Fri, 1 Jul 2016 22:14:21 +0000 (18:14 -0400)]
use correct property when PresentationInfo::color is set from XML

7 years agoremove commented code
Paul Davis [Fri, 1 Jul 2016 22:03:48 +0000 (18:03 -0400)]
remove commented code

7 years agofix logic of RouteUI::set_color_from_route()
Paul Davis [Fri, 1 Jul 2016 22:03:29 +0000 (18:03 -0400)]
fix logic of RouteUI::set_color_from_route()

7 years agofix logic of PresentationInfo::color_set()
Paul Davis [Fri, 1 Jul 2016 22:02:42 +0000 (18:02 -0400)]
fix logic of PresentationInfo::color_set()

7 years agoremove gtk_entry_* colors from themes except for cursor color
Paul Davis [Fri, 1 Jul 2016 21:48:46 +0000 (17:48 -0400)]
remove gtk_entry_* colors from themes except for cursor color

7 years agoMotionFeedback vanished long ago
Paul Davis [Fri, 1 Jul 2016 21:46:56 +0000 (17:46 -0400)]
MotionFeedback vanished long ago

7 years agodrop use of gtk_entry_* colors (except cursor); use original base/text choices but...
Paul Davis [Fri, 1 Jul 2016 21:46:24 +0000 (17:46 -0400)]
drop use of gtk_entry_* colors (except cursor); use original base/text choices but avoid using selected for entire bg

7 years agoadd the potential for a bit more debugging of signal connects
Paul Davis [Fri, 1 Jul 2016 20:36:02 +0000 (16:36 -0400)]
add the potential for a bit more debugging of signal connects

7 years agoadd the potential for a bit more debugging of signal connects
Paul Davis [Fri, 1 Jul 2016 20:35:46 +0000 (16:35 -0400)]
add the potential for a bit more debugging of signal connects

7 years agominor no-op hacks (unneeded or suboptimal code)
Paul Davis [Fri, 1 Jul 2016 11:09:27 +0000 (07:09 -0400)]
minor no-op hacks (unneeded or suboptimal code)

7 years agofix jack_port_rename() detection
Robin Gareus [Fri, 1 Jul 2016 17:08:52 +0000 (19:08 +0200)]
fix jack_port_rename() detection

7 years agosome debug message for lua processors
Robin Gareus [Fri, 1 Jul 2016 14:01:33 +0000 (16:01 +0200)]
some debug message for lua processors

7 years agofix lua filters for multi-channels processing
Robin Gareus [Fri, 1 Jul 2016 14:01:19 +0000 (16:01 +0200)]
fix lua filters for multi-channels processing

7 years agoadd (essentially random) color defs for text entries to other 3rd party themes
Paul Davis [Thu, 30 Jun 2016 21:42:48 +0000 (17:42 -0400)]
add (essentially random) color defs for text entries to other 3rd party themes

7 years agoNO-OP: remove trailing whitespace
Paul Davis [Thu, 30 Jun 2016 21:41:02 +0000 (17:41 -0400)]
NO-OP: remove trailing whitespace

7 years agoassign appropriate styles for text entry and spinbuttons
Paul Davis [Thu, 30 Jun 2016 21:40:47 +0000 (17:40 -0400)]
assign appropriate styles for text entry and spinbuttons

SpinButtons do odd things to draw the two arrow buttons. So for now, leave them with the default theme,
even though this makes their text entry component different from the other text entry widgets

7 years agoremove non-zero xthickness from "small_entry" widgets (gain display, peak display...
Paul Davis [Thu, 30 Jun 2016 21:39:25 +0000 (17:39 -0400)]
remove non-zero xthickness from "small_entry" widgets (gain display, peak display in mixer strip).

Unnecessary and wrong once you can see the border in a different color from the base

7 years agonew style for Gtk::Entry widgets
Paul Davis [Thu, 30 Jun 2016 21:38:20 +0000 (17:38 -0400)]
new style for Gtk::Entry widgets

More legibility and easier to figure out what colors are used for what

7 years agouse a more appropriate @color name for the cursor color in a text entry
Paul Davis [Thu, 30 Jun 2016 21:36:55 +0000 (17:36 -0400)]
use a more appropriate @color name for the cursor color in a text entry

7 years agoadd text entry cursor color to dark theme
Paul Davis [Thu, 30 Jun 2016 21:36:09 +0000 (17:36 -0400)]
add text entry cursor color to dark theme

7 years agoadd new colors to dark theme
Paul Davis [Thu, 30 Jun 2016 21:26:09 +0000 (17:26 -0400)]
add new colors to dark theme

7 years agono reason to make floating text entry be in STATE_SELECTED when constructed
Paul Davis [Thu, 30 Jun 2016 21:25:52 +0000 (17:25 -0400)]
no reason to make floating text entry be in STATE_SELECTED when constructed

7 years agouse initialization, not explicit assignment
Paul Davis [Thu, 30 Jun 2016 21:25:30 +0000 (17:25 -0400)]
use initialization, not explicit assignment

7 years agoOSC: Select tweak.
Len Ovens [Thu, 30 Jun 2016 02:57:13 +0000 (19:57 -0700)]
OSC: Select tweak.

7 years agoOSC: Reworked select to follow Gui selected strip regardless of it's inclusion in...
Len Ovens [Thu, 30 Jun 2016 02:38:17 +0000 (19:38 -0700)]
OSC: Reworked select to follow Gui selected strip regardless of it's inclusion in bank

7 years agoRevert "remove unnecessary duplicate loading of GTK RC file"
Paul Davis [Wed, 29 Jun 2016 21:38:40 +0000 (17:38 -0400)]
Revert "remove unnecessary duplicate loading of GTK RC file"

This reverts commit 694d805bb0dd7531a58caa7cf617b8ea117e7588.

7 years agofix color file install paths
Paul Davis [Wed, 29 Jun 2016 19:17:05 +0000 (15:17 -0400)]
fix color file install paths

We are supposed to remove the application name after copying

7 years agofix color file install paths
Paul Davis [Wed, 29 Jun 2016 19:16:21 +0000 (15:16 -0400)]
fix color file install paths

We are supposed to remove the application name after copying

7 years agofix cursor set path during linux build
Paul Davis [Wed, 29 Jun 2016 19:15:57 +0000 (15:15 -0400)]
fix cursor set path during linux build

7 years agoconsistent mixer sidebar layout (group, tracks show/hide)
Robin Gareus [Wed, 29 Jun 2016 15:26:51 +0000 (17:26 +0200)]
consistent mixer sidebar layout (group, tracks  show/hide)

 * move checkbox to the left (unaffected by scrollbars)
 * use same expand & sizing strategy for both

7 years agoremove unnecessary duplicate loading of GTK RC file
Paul Davis [Wed, 29 Jun 2016 05:23:12 +0000 (01:23 -0400)]
remove unnecessary duplicate loading of GTK RC file

7 years agoremove debug output and add a few suggestive comments
Paul Davis [Tue, 28 Jun 2016 20:05:35 +0000 (16:05 -0400)]
remove debug output and add a few suggestive comments

7 years agochanges in logic used by source cleanup to avoid endless recursion in sessions with...
Paul Davis [Tue, 28 Jun 2016 19:05:48 +0000 (15:05 -0400)]
changes in logic used by source cleanup to avoid endless recursion in sessions with deeply nested/recursive compound regions.

This also fixes some potentially dangerous cleanup logic related to two sources with the same name (but different paths)

7 years agoignore automation for non-automatables.
Robin Gareus [Tue, 28 Jun 2016 16:43:31 +0000 (18:43 +0200)]
ignore automation for non-automatables.

Since 4.7-1477-g2c6d595 Ardour implements Control::NotAutomatable.
This can lead to situations where automation exists for parameters that
were not supposed to be automatable, which in turn caused a
"programming-error" abort() in
RouteTimeAxisView::add_processor_automation_curve()

7 years agosome more translation fixes
Robin Gareus [Tue, 28 Jun 2016 10:53:18 +0000 (12:53 +0200)]
some more translation fixes

7 years agofix german translation
Robin Gareus [Tue, 28 Jun 2016 10:46:34 +0000 (12:46 +0200)]
fix german translation

'msgid' and 'msgstr' entries do not both end with '\n'

7 years agotweak b7e645ec6, use session start/end position
Robin Gareus [Mon, 27 Jun 2016 22:17:46 +0000 (00:17 +0200)]
tweak b7e645ec6, use session start/end position

7 years agoquick prototype to allow changing *all* gain automation
Robin Gareus [Mon, 27 Jun 2016 22:09:00 +0000 (00:09 +0200)]
quick prototype to allow changing *all* gain automation

7 years agoswitching to "touch" implies existing automation.
Robin Gareus [Mon, 27 Jun 2016 17:04:38 +0000 (19:04 +0200)]
switching to "touch" implies existing automation.

This fixes an issue of Fader jumping to unity when switching from
manual to touch if there is no prior automation.
Likewise for plugin parameters jumping to "default"

7 years agoadd a debug mode (in synth) to track down lost note-on
Robin Gareus [Sun, 26 Jun 2016 15:15:46 +0000 (17:15 +0200)]
add a debug mode (in synth) to track down lost note-on

7 years agoBSD portability
Robin Gareus [Sun, 26 Jun 2016 14:44:45 +0000 (16:44 +0200)]
BSD portability

Adopted from Michael Beer -- GH pull-request #232

7 years agoEnable build for FreeBSD (part 1/2)
Robin Gareus [Sun, 26 Jun 2016 14:43:07 +0000 (16:43 +0200)]
Enable build for FreeBSD (part 1/2)

Adopted from Michael Beer -- GH pull-request #232 with minor changes:

*   rebased on master,
*   removed trailing whitespace,
*   don't explicitly change saved configuration defaults (wscript)
*   moved sys/wait (WNOHANG) to header include
*   separate changes in GUI and lib

7 years agoUse correct type of std::map::count
Sam Thursfield [Sat, 11 Jun 2016 13:24:03 +0000 (14:24 +0100)]
Use correct type of std::map::count

Compiling Ardour commit ec8a4de01596c162c1529f3021dfc432bf66dfe8 with GCC
6.1.1 (on Fedora 24) gave this build failure:

    In file included from /home/sam/ardour/libs/lua/LuaBridge/LuaBridge.h:154:0,
                     from ../tools/luadevel/devel.cc:16:
    /home/sam/ardour/libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class<std::map<K, V> > luabridge::Namespace::beginStdMap(const char*) [with K = std::__cxx11::basic_string<char>; V = std::__cxx11::basic_string<char>]’:
    ../tools/luadevel/devel.cc:89:60:   required from here
    /home/sam/ardour/libs/lua/LuaBridge/detail/Namespace.h:1666:30: error: no matches converting function ‘count’ to type ‘void (class std::map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char>, std::less<std::__cxx11::basic_string<char> >, std::allocator<std::pair<const std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> > > >::*)()’
           .addFunction ("count", (void (LT::*)())&LT::count)
                                  ^~~~~~~~~~~~~~~~~~~
    In file included from /usr/include/c++/6.1.1/map:61:0,
                     from /home/sam/ardour/libs/lua/LuaBridge/LuaBridge.h:45,
                     from ../tools/luadevel/devel.cc:16:
    /usr/include/c++/6.1.1/bits/stl_map.h:1131:2: note: candidates are: template<class _Kt> decltype (((const std::map<_Key, _Tp, _Compare, _Alloc>*)this)->std::map<_Key, _Tp, _Compare, _Alloc>::_M_t._M_count_tr(__x)) std::map<_Key, _Tp, _Compare, _Alloc>::count(const _Kt&) const [with _Kt = _Kt; _Key = std::__cxx11::basic_string<char>; _Tp = std::__cxx11::basic_string<char>; _Compare = std::less<std::__cxx11::basic_string<char> >; _Alloc = std::allocator<std::pair<const std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> > >]
      count(const _Kt& __x) const -> decltype(_M_t._M_count_tr(__x))
      ^~~~~
    /usr/include/c++/6.1.1/bits/stl_map.h:1125:7: note:                 std::map<_Key, _Tp, _Compare, _Alloc>::size_type std::map<_Key, _Tp, _Compare, _Alloc>::count(const key_type&) const [with _Key = std::__cxx11::basic_string<char>; _Tp = std::__cxx11::basic_string<char>; _Compare = std::less<std::__cxx11::basic_string<char> >; _Alloc = std::allocator<std::pair<const std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> > >; std::map<_Key, _Tp, _Compare, _Alloc>::size_type = long unsigned int; std::map<_Key, _Tp, _Compare, _Alloc>::key_type = std::__cxx11::basic_string<char>]
           count(const key_type& __x) const
           ^~~~~

Casting std::map::count to the correct type instead of a fake void()
type fixes the compile failure.

7 years agofix uninstaller for variants (Mixbus32C vs Mixbus)
Robin Gareus [Sat, 25 Jun 2016 17:56:34 +0000 (19:56 +0200)]
fix uninstaller for variants (Mixbus32C vs Mixbus)

7 years agofix typo
Robin Gareus [Sat, 25 Jun 2016 16:54:11 +0000 (18:54 +0200)]
fix typo

7 years agofix typos in prev commit
Robin Gareus [Sat, 25 Jun 2016 01:47:38 +0000 (03:47 +0200)]
fix typos in prev commit

7 years agomajor internal plugin & processor API change:
Robin Gareus [Sat, 25 Jun 2016 00:23:56 +0000 (02:23 +0200)]
major internal plugin & processor API change:

Pass current (latency compensated) cycle times to plugin.
This fixes time-reporting to plugins and also fixes automation
and when bouncing (the session->transport* is not valid) etc.

7 years agofix vamp path:
Robin Gareus [Fri, 24 Jun 2016 22:44:04 +0000 (00:44 +0200)]
fix vamp path:

* append, not replace
* make it work on wine/ardour

7 years agofix KeyEditor::print() for windows (hopefully, untested)
Robin Gareus [Fri, 24 Jun 2016 20:45:03 +0000 (22:45 +0200)]
fix KeyEditor::print() for windows (hopefully, untested)

7 years agoFix counting thinko in tests.
nick_m [Fri, 24 Jun 2016 15:37:48 +0000 (01:37 +1000)]
Fix counting thinko in tests.

- note that the negative framepos in
  FrameposPlusBeatsTest::singleTempoTest() will
  not pass. needs some thougt as to whether it is testing
  the correct thing.

7 years agoIgnore numerals before "+" in tag
Robin Gareus [Fri, 24 Jun 2016 00:34:36 +0000 (02:34 +0200)]
Ignore numerals before "+" in tag