d98eca6811
Update scripts to use == operator
2017-03-16 20:55:41 +01:00
a2094b6831
Lua: provide instance-equal check as '==' comparator.
...
This deprecated explicit the "sameinstance()" method
2017-03-16 20:08:17 +01:00
6c65fd41cb
Sanitize cubic-interpolation code (NO-OP safe for float inaccuracies)
...
Prefer fmod(x, 1) over (x - floor (x))
2017-03-16 15:06:27 +01:00
69ac3938c1
Accommodate newly introduced source(s) in our MSVC project (gtk2_ardour)
2017-03-16 10:20:27 +00:00
bbda37c28f
Fix note-grid, canvas bounding-box offset.
...
Note lines on a MIDI-track were able to exceed the time-axis' height
towards the top. If a MIDI track was at the top, the TAV's canvas-group
would increase the overall bounding-box of the track-area and allow
tracks to visually bleed into the time markers group.
2017-03-16 03:47:46 +01:00
3aefd0e744
consolidate context-menu popup methods
2017-03-16 02:36:48 +01:00
b3722f7063
consistent use of context-menu popups
2017-03-16 02:36:48 +01:00
e5d48a8544
Plugin another menu memory leak.
2017-03-16 02:36:48 +01:00
4d95a4e205
Manage some Menus (memory leaks)
2017-03-16 02:36:48 +01:00
891ad41c48
OSC: fix pan stuck at centre.
2017-03-15 13:24:13 -07:00
175027fb6c
OSC amend access_action with action in line to ignore if param is 0
2017-03-15 09:20:42 -07:00
2623b227d5
fix windows builds
2017-03-15 12:52:16 +01:00
d87965d82d
amend c9b1e6dbe
2017-03-15 12:47:14 +01:00
c9b1e6dbef
Tweak idle-o-meter: reset-button & acquisition time display
2017-03-15 12:38:11 +01:00
4ae5737beb
Add GUI-Idle debugging/profiling util
2017-03-15 11:34:05 +01:00
cd4462323f
OSC: add new /access_action/group/action f 1 for float only controllers
2017-03-14 18:47:41 -07:00
35407c7fe8
Update stripable color on the fly
2017-03-14 17:03:38 +01:00
dc98fa6f3f
Fix Faderport Proj button (show-editor action)
2017-03-14 09:27:59 -05:00
85d741d908
Bundle a session-callback script
2017-03-14 03:29:03 +01:00
248521221c
OSC debug: "ALL" == all messages incl. invalid ones
2017-03-13 22:35:07 +01:00
ac46fb2700
Use a label for required script instance parameters
2017-03-13 21:25:16 +01:00
9cc068756b
Clean up existing bindings on reset
2017-03-13 20:09:10 +01:00
333e3c6019
Add track/bus rename safeguards to the backend (handy for scripting)
2017-03-13 18:44:37 +01:00
837ad93e7c
Default to a pastel color tetrad palette.
2017-03-13 18:01:08 +01:00
ce7d001ebd
plugin scan tweaks: don't verbosely log by default, bump timeout
...
Some VSTs (e.g. waves) can take a rather long time to scan.
(VST-shell: many plugins + online license check)
2017-03-13 16:13:38 +01:00
60ad8e21cf
remove cruft; superseded by ControlGroup::use_me
2017-03-12 20:15:55 +01:00
400b3f82e7
Prevent multiple color-picker dialogs for a single stripable
2017-03-12 16:54:38 +01:00
be6bfd12eb
Preparations to keep track of stripable color-dialogs.
...
This follows the same concept as plugin-UIs (keep a pointer in the backend)
to prevent multiple instances to be created from various TAVs
and RouteUIs (mixer, editor-mixer, meterbridge,..)
2017-03-12 16:54:18 +01:00
52b203ad36
Fix issue with automation-playback constantly marking a session dirty.
2017-03-12 02:37:30 +01:00
37bcbcad41
Optimize Session::set_dirty()
2017-03-12 02:36:33 +01:00
3e92347057
Prepare for graceful case-by-case fallback of VST Bypass
...
VST's effSetBypass may fail even though a plugin CanDo "bypass",
and it can be case-by-case (depending on plugin-settings).
This codepath is not yet active, pending testing.
2017-03-12 01:24:40 +01:00
6386ebafcd
Update selection-clock when region properties change
2017-03-12 01:20:49 +01:00
3477ecb0aa
Add API to check if a given region is part of the region-selection
2017-03-12 01:20:14 +01:00
0b6e2d1e46
Improve a-delay to follow tempo-ramps & BPM changes
...
This is a bit of a hotfix, not a proper solution
2017-03-11 23:10:44 +01:00
69bcc38e99
Fader Group override (allow to enable on disabled groups/predicates)
2017-03-11 19:00:06 +01:00
c29568f4c5
Fix Controllable::InverseGroup behavior.
...
use_group(), use_me() filters group behavior beforehand.
ControlGroup::set_group_value() lacks context to make the decision itself
and should always apply to the group (regardless of active state):
InverseGroup allows to override both: inactive predicate and inactive group.
This needs testing, particularly since RouteGroupMember::use_group()
is no longer used and was superseded by RouteGroup::push_to_groups()
2017-03-11 18:58:50 +01:00
d6d1074565
create_action_group -> get_or_create_action_group
...
Since adding an action-groups hides existing actions with the same name,
this adds a way to look up actions first.
This fixes an issue introduced in 6af51b52ff
(both window_manager.cc
and ardour_ui_ed.cc use the "Window" group.
2017-03-11 15:33:24 +01:00
2d595b90d7
Accommodate newly introduced source(s) in our MSVC project (gtk2_ardour)
2017-03-11 11:52:22 +00:00
fd9330f591
Tweak tempo-marker grab-handle (extend left/right)
2017-03-11 05:14:32 +01:00
34d6de83a0
Disable Retina/Appple pango text-width workaround
...
Fix right-alignment (tempo-markers) and oversized bounding-boxes.
_width_correction should be removed after testing on various systems.
2017-03-11 05:13:17 +01:00
1203d796de
Fix possible segfault in multi-bus AUs.
2017-03-11 05:09:25 +01:00
0a87fbe820
Allow to customize color-picker-palette
2017-03-11 02:23:34 +01:00
d0fc7d37ab
Show Stripable name in color-picker dialog.
2017-03-11 00:52:17 +01:00
0b966460a5
NO-OP whitespace
2017-03-11 00:36:47 +01:00
41216d200a
Remove old modal get_color API.
2017-03-11 00:35:26 +01:00
05dfc1fdc1
Update color stripable color-picker(s)
...
* consistent behavior (Route, VCA)
* non-modal
* a single color picker for each RouteUI/VCA at most
* fix bug: VCA picker staying around even when VCA was deleted
2017-03-11 00:33:43 +01:00
7a709f23f1
Fix solo/mute when loading old (4.x) sessions.
2017-03-10 21:42:02 +01:00
2562a5ce3b
Save/Restore TimeInfoBox clock modes
...
The clocks are not transient, so ARDOUR_UI::store_clock_modes takes
care of saving the state and the clock restores itself.
2017-03-10 20:39:46 +01:00
eac0a2b6ec
Fix LocationUI clock-mode save/load & caching
...
(sidebar uses explicit LocationUI::set_state(), Location Window
implicit set_session)
2017-03-10 20:38:23 +01:00
6af51b52ff
Use dedicated "show editor/mixer" actions
2017-03-10 17:52:42 +01:00