|
1132d3f4c8
|
VCA solo and mute controls need to call AutomationControl::set_value() to emit a signal
|
2016-05-31 15:30:39 -04:00 |
|
|
aee283f056
|
use redesigned Route and VCA object architecture/API
|
2016-05-31 15:30:39 -04:00 |
|
|
1f6800d421
|
redesign Route and VCA objects to inherit from ARDOUR::Stripable
|
2016-05-31 15:30:39 -04:00 |
|
|
00b7385e4c
|
correctly restore VCA-VCA slave/master relationships at session load time
|
2016-05-31 15:30:39 -04:00 |
|
|
aa80321976
|
fix deadlock caused by VCA=>VCA slaving and set_state()
|
2016-05-31 15:30:39 -04:00 |
|
|
dd31ef2d1b
|
fix ambiguity in VCA constructors
|
2016-05-31 15:30:39 -04:00 |
|
|
6b7a384e34
|
add solo/mute logic to VCA masters
|
2016-05-31 15:30:39 -04:00 |
|
|
17853bc472
|
ensure that GainControl::get_value() never returns > Config->get_max_gain()
|
2016-05-31 15:30:39 -04:00 |
|
|
0c5e5f54a0
|
change master-record management to use std::map to avoid const iterators; drop connection to master Changed signal when unassigning
|
2016-05-31 15:30:39 -04:00 |
|
|
562ec7df8f
|
probably get the design of VCAs basically correct: use a per-master ratio model
See comments in the code for a bit more detail
|
2016-05-31 15:30:39 -04:00 |
|
|
d07ed3b04f
|
add GainControl::slaved() predicate
|
2016-05-31 15:30:39 -04:00 |
|
|
a4935eca6d
|
forward-propagate Changed signals through VCA master-slave connections
|
2016-05-31 15:30:39 -04:00 |
|
|
a879310349
|
add VCAStatusChange message to GainControl
|
2016-05-31 15:30:39 -04:00 |
|
|
35172bb369
|
change API for GainControl, VCA and VCAManager
This allows sane state save/restore
|
2016-05-31 15:30:39 -04:00 |
|
|
cab88c6aad
|
add VCA debug bit
|
2016-05-31 15:30:38 -04:00 |
|
|
f5df3c291e
|
fix VCA name/number
|
2016-05-31 15:30:38 -04:00 |
|
|
acaaa98bd0
|
start shaping up VCA assign process
|
2016-05-31 15:30:38 -04:00 |
|
|
984f4487e0
|
remove debug output
|
2016-05-31 15:30:38 -04:00 |
|
|
4d14ae4e23
|
mostly restore VCA state on session loading.
This does not restore VCA assignments
|
2016-05-31 15:30:38 -04:00 |
|
|
d2c405416c
|
save/restore VCAManager state
|
2016-05-31 15:30:38 -04:00 |
|
|
0d5705d096
|
reorder destruction of VCAManager and Routes
|
2016-05-31 15:30:38 -04:00 |
|
|
bfd0ba7bf3
|
add a bit of state to VCAManager
|
2016-05-31 15:30:38 -04:00 |
|
|
4478bdc1d1
|
add a bit of state to VCAs
|
2016-05-31 15:30:38 -04:00 |
|
|
f44cac5cc6
|
expand and improve VCA API
|
2016-05-31 15:30:38 -04:00 |
|
|
8eafe8b804
|
vca design: gain controls cannot silently "merge" the master(s) value into their own
|
2016-05-31 15:30:38 -04:00 |
|
|
405f9fc712
|
change VCA model to facilitate Harrison *and* SSL designs
|
2016-05-31 15:30:38 -04:00 |
|
|
3daad04936
|
don't force size allocation to recompute pixfader patterns unless size actually changes
|
2016-05-31 15:30:38 -04:00 |
|
|
99d251de7d
|
first pass at making the GUI for a VCA visible
|
2016-05-31 15:30:38 -04:00 |
|
|
c61a5cabc7
|
Session HAS-A VCAManager
|
2016-05-31 15:30:38 -04:00 |
|
|
ab9bb49f39
|
initial implementation of a VCA Manager object
|
2016-05-31 15:30:38 -04:00 |
|
|
cfc55e392f
|
add name() method to VCA
|
2016-05-31 15:30:38 -04:00 |
|
|
5c658db4bf
|
most of the changes required to add a new master faders tabbable
the visibility button isn't actually working correctly
|
2016-05-31 15:30:38 -04:00 |
|
|
87481a2ee1
|
initially pass at libardour VCA implementation
|
2016-05-31 15:30:38 -04:00 |
|
nick_m
|
829c257f45
|
Make TempoMap::framepos_plus_beats() & TempoMap::framepos_minus_beats() more correct.
|
2016-05-30 11:03:45 +10:00 |
|
|
39e818a03a
|
prototype lua midi generators & filters and port event-rewrite
|
2016-05-29 20:36:32 +02:00 |
|
|
60200bf923
|
bump max number of possible ALSA backend channels
|
2016-05-29 20:36:32 +02:00 |
|
nick_m
|
1316fe6601
|
Make TempoMap::framewalk_to_beats () more correct.
|
2016-05-30 01:23:19 +10:00 |
|
nick_m
|
ecd93207ad
|
Fix bbt dragging wrt audio-locked tempos.
|
2016-05-29 06:58:24 +10:00 |
|
nick_m
|
0d7f73cb27
|
Hopefully finally fix tempo curve flickering.
|
2016-05-29 05:12:07 +10:00 |
|
|
22e031135a
|
Emulate 'log1p()' and 'expm1()' using 'log()' and 'exp()'
(for MSVC which didn't implement those functions until very recent versions).
|
2016-05-28 19:07:22 +01:00 |
|
|
4c4bb98052
|
Accommodate newly introduced source(s) in our MSVC project (cairocanvas)
|
2016-05-28 10:43:50 +01:00 |
|
nick_m
|
a924e938aa
|
Allow non-musical snap when dragging bbt ruler.
- probably not what the user wants,
unless snapping beats to timecode frames.
|
2016-05-28 06:50:22 +10:00 |
|
nick_m
|
3e6c80bbc0
|
Ifdef out some debugging-related code.
|
2016-05-28 04:37:52 +10:00 |
|
|
4aea1285c9
|
fix some false-positive compiler warnings
|
2016-05-27 18:28:26 +02:00 |
|
|
46709de8ab
|
AU tempo API updates
|
2016-05-27 18:28:23 +02:00 |
|
nick_m
|
10228a4bc3
|
Tempo ramps - fix missing rt call.
|
2016-05-28 00:24:02 +10:00 |
|
nick_m
|
78bec77c3e
|
Tempo ramps - fix merge conflicts, add bbt_at_frame_rt().
|
2016-05-28 00:10:53 +10:00 |
|
nick_m
|
bf96a74e96
|
Tempo ramps - more comment fixes.
|
2016-05-27 23:38:18 +10:00 |
|
nick_m
|
7ab9f36c8a
|
Tempo ramps - comments,
|
2016-05-27 23:38:18 +10:00 |
|
nick_m
|
877a0de3a8
|
Tempo ramps - code cleanup.
|
2016-05-27 23:38:18 +10:00 |
|