Paul Davis
b9891ec298
add another warning-disable flag for clang
2016-07-04 15:10:34 -04:00
Paul Davis
27d06075a7
remove temporarily added signal
2016-07-04 13:42:47 -04:00
Paul Davis
906f7e1edd
GUI doesn't need to listen to old ControlProtocol signals for stripable selection
2016-07-04 12:45:53 -04:00
Paul Davis
291aec468f
use session stripable selection API
...
and remove old ControlProtocol signals to talk to GUI etc.
2016-07-04 12:45:53 -04:00
Paul Davis
57ee61772b
add session-scope selection ops for Stripables
2016-07-04 12:45:53 -04:00
Paul Davis
5c32fc3bab
fix another logic error in PresentationInfo::flag_match()
2016-07-04 12:45:53 -04:00
Damien Zammit
2f7c167fc9
a-comp: Make ratio control logarithmic
2016-07-05 02:32:05 +10:00
Damien Zammit
46bfe2b51a
a-comp: Add stereo version
2016-07-05 02:15:47 +10:00
Len Ovens
b27d9bb02a
OSC: select is global not per surface.
2016-07-04 08:27:16 -07:00
Robin Gareus
a1a6dd3865
a-comp display is getting fancy :)
2016-07-04 15:50:05 +02:00
Paul Davis
11f8e3adc4
stop-and-forget-capture should not toggle transport state, only stop it
2016-07-04 09:41:21 -04:00
Paul Davis
bca1be28e3
avoid unnecessary multiple calls to RouteUI::update_monitoring_state()
2016-07-04 09:27:33 -04:00
Paul Davis
d233b33707
operate directly on realtime controls, not via Session
2016-07-04 09:27:33 -04:00
Paul Davis
14c50b317c
operate directly on realtime controls, not via Session
2016-07-04 09:27:33 -04:00
Paul Davis
97f0415130
2nd part of previous commit
2016-07-04 09:27:33 -04:00
Paul Davis
2e3c25eca7
make sure that rec-enable changes get to do their non-RT stuff before being queued for RT-context execution
2016-07-04 09:27:33 -04:00
Robin Gareus
d2f20120b7
display level in a-comp display
2016-07-04 14:26:37 +02:00
Robin Gareus
49294644fb
con't work on a-comp inline-display
2016-07-04 14:07:05 +02:00
Robin Gareus
ebdb8dc2ce
add C99 flags for lv2 plugin
2016-07-04 13:08:23 +02:00
Robin Gareus
d9ba78d594
basic inline display for a-comp
2016-07-04 12:59:04 +02:00
Damien Zammit
da5ab866c2
a-comp: Tweak control bounds and clear state on deactivate
2016-07-04 19:43:06 +10:00
John Emmas
cad28bc150
Accommodate newly introduced source(s) in our MSVC project (gtk2_ardour)
2016-07-04 09:41:31 +01:00
Robin Gareus
d6338e6dfe
unbind pangomm 1.30 API for compat.
2016-07-04 10:36:11 +02:00
Robin Gareus
ed5cd83c63
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"
2016-07-04 03:57:04 +02:00
Len Ovens
a373e4cfc8
UI: Add editor_mixer route pointer to session so all UIs can know the same current_strip even in a selected group.
2016-07-03 18:22:09 -07:00
Robin Gareus
402e9cb20d
flush output buffers after processing - fixes midi-bus chaining
2016-07-04 03:13:35 +02:00
Robin Gareus
11d2074ee6
more lua-script updates:
...
* comments and explain amp4.lua
* move amp1-3 to "Example" category
2016-07-04 01:48:23 +02:00
Len Ovens
e6621c4405
OSC: select off by one bug, something must have changed by 1, fixed
2016-07-03 15:28:03 -07:00
Robin Gareus
3267b4892c
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
2016-07-04 00:20:11 +02:00
Robin Gareus
b68d537ded
Prepare to use knobs in Generic Plugin UI
2016-07-04 00:20:11 +02:00
Robin Gareus
ff50b3780a
Replace Gtk::ToggleButton with ArdourButton in Generic Plugin GUI
2016-07-04 00:20:11 +02:00
Robin Gareus
1f2d1b586e
allow AutomatoinContoller to render as Knob instead of Slider.
2016-07-04 00:20:11 +02:00
Robin Gareus
1343f33706
add an ArdourButton/SpinButton Widget
...
alternative to ArdourDisplay (dropdown) to provide numeric entry with
ArdourKnob.
2016-07-04 00:20:11 +02:00
Robin Gareus
602b1597a4
fix background of ArdourButtons with no Body
2016-07-04 00:20:11 +02:00
Robin Gareus
15b006c6c2
LV2 render-value: override precision
...
lv2's units.ttl specifies "%f" for many values by default which results in
useless high precision
2016-07-04 00:20:11 +02:00
Robin Gareus
f49d0a1b1d
add PangoCairo lua bindings
2016-07-04 00:20:11 +02:00
Paul Davis
02a18400fa
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
2016-07-03 13:22:52 -04:00
Paul Davis
05a069a9e9
explanatory comment
2016-07-03 13:22:52 -04:00
Robin Gareus
913609becc
add grid to inline-spectrum
2016-07-03 14:46:29 +02:00
Robin Gareus
9220e81e20
clean up a-comp .ttl -- maintainer: the a-team
2016-07-03 14:45:15 +02:00
Robin Gareus
94e5060168
bundle a-comp
2016-07-03 03:21:44 +02:00
Robin Gareus
9c29e99345
HP/LP: enforce enum integr type (inline control sends continuous value)
2016-07-03 01:53:29 +02:00
Robin Gareus
ff0e1ac79b
update lua-scripts:
...
* add an inline spectrum display
* fix re-init HP/LP and Biquad
* add some comments, labels etc
2016-07-03 00:05:02 +02:00
Robin Gareus
c50a0c5dd0
only reconfigure lua DSP plugins if channelcount changes
2016-07-02 23:36:34 +02:00
Robin Gareus
d027ce8006
add Lua bindings for reference counted Cairo::ImageSurface
2016-07-02 23:36:34 +02:00
Robin Gareus
b47d7aec2d
fix Preference checkbox sensitivity for inline displays
2016-07-02 23:36:34 +02:00
Robin Gareus
08d7485e85
fix inline display when cairo_surface_has_snapshots
2016-07-02 23:36:34 +02:00
Robin Gareus
f169ff3db3
extend lua API:
...
* add a basic FFT spectrum analyzer
* prepare Cairo::ImageSurface
* HSL colorspace conversion
2016-07-02 23:36:34 +02:00
Paul Davis
8b142a2fd6
make Selection catch up with session/libardour-side selection status at session load
2016-07-02 16:09:19 -04:00
Paul Davis
36d7e3c61b
fix use of removed Session::get_nth_stripable()
2016-07-02 16:08:58 -04:00