|
616ee4e43b
|
OSC: remove unused variable
|
2019-01-18 10:24:13 -08:00 |
|
|
c7787690f6
|
OSC: shorten foldbackbus names
|
2019-01-18 10:24:13 -08:00 |
|
|
9b2612f686
|
Make foldback bus match foldback sends namewise
to avoid confusion with listener sends or monitor bus
|
2018-11-12 22:30:32 -08:00 |
|
|
f27ca29d6c
|
Changed send/deliver role "Personal" to "Foldback" so bus type can match
|
2018-11-12 22:30:32 -08:00 |
|
|
e9013c0f99
|
OSC: New personal monitor buses no longer need to be hidden
|
2018-11-12 22:30:32 -08:00 |
|
|
1b2b3452cb
|
OSC: logic thinko fix
|
2018-11-12 22:30:32 -08:00 |
|
|
894145c527
|
OSC: specify which stiripable type we want
|
2018-11-07 17:00:16 -08:00 |
|
|
f7b67501a9
|
OSC: Allow non-cue surfaces to create personal send and ListenBus
|
2018-10-30 12:15:28 -07:00 |
|
|
777fe3c68f
|
Add personal monitor sends
|
2018-10-19 08:51:29 -07:00 |
|
|
5e21b6633d
|
Option to hide send if aux is hidden
|
2018-10-17 15:59:00 -07:00 |
|
|
1b7cb8aec4
|
OSC: personal monitor can hide the aux bus
|
2018-10-16 13:56:52 -07:00 |
|
|
87ab15c862
|
OSC: personal monitor send hidden follows aux hidden
|
2018-10-16 13:56:52 -07:00 |
|
|
8160fd1348
|
OSC: personal monitor should only send signal present on change
|
2018-10-16 13:56:52 -07:00 |
|
|
b35283caa1
|
OSC: allow personal monitor to add a send.
|
2018-10-14 21:20:57 -07:00 |
|
|
b519434744
|
Adapt our remaining MSVC projects for 'boost::atomic' (in case it later gets extended to the other libs)
Stage 2 of 3 (more to follow)
|
2018-09-30 09:06:25 +01:00 |
|
|
7390b88c2b
|
OSC: Allow personal monitor to change output connection
|
2018-09-18 15:39:14 -07:00 |
|
|
a96aa4e1fd
|
OSC: Personal monitoring can add a new aux
|
2018-09-10 09:58:15 -07:00 |
|
|
79f01bc889
|
Initial changes needed for building Mixbus (with MSVC) as version 5
(Mixbus itself will probably need extra changes)
|
2018-09-10 07:14:59 +01:00 |
|
|
8004b9bb8e
|
OSC: custom mode should turn temp mode off
|
2018-07-06 08:09:03 -07:00 |
|
|
e1ce87956a
|
OSC: record tally should include master record
|
2018-07-06 08:08:29 -07:00 |
|
|
c2af992ac7
|
OSC: Use spill instead of collect
|
2018-07-06 07:35:24 -07:00 |
|
|
3322e6f5a5
|
OSC: make temp modes work with linked surfaces too
|
2018-07-05 23:24:30 -07:00 |
|
|
4b47a4c4cc
|
OSC: Set lowest select meter to -120 for mixbus
|
2018-07-04 19:18:38 -07:00 |
|
|
9d99cc8b01
|
OSC: Make sure group name for select gets updated
|
2018-07-02 08:18:42 -07:00 |
|
|
f30add4c0e
|
OSC: bugfix, select/next\previous sometimes resets to old strip
|
2018-06-30 18:59:37 -07:00 |
|
|
6e082b16b2
|
OSC: Add collect of groups or subgroups
|
2018-06-30 15:25:17 -07:00 |
|
|
87bab9c0f7
|
OSC: make select logic more sensible
|
2018-06-24 20:04:54 -07:00 |
|
|
4b37e248e1
|
OSC: fix pre gcc5 problem
|
2018-06-20 12:39:34 -07:00 |
|
|
e34f006658
|
OSC: Add /select/vca/toggle
|
2018-06-20 12:39:34 -07:00 |
|
|
6edea6064e
|
OSC: reworking of previous/next select
|
2018-06-19 09:46:29 -07:00 |
|
|
2fa49c51b2
|
OSC: Feedback was not making it to surface
|
2018-06-19 09:46:29 -07:00 |
|
|
5ce341c127
|
OSC group sharing should be cleared for VCAs
|
2018-06-19 09:46:29 -07:00 |
|
|
0141700d4b
|
OSC: added context based previous/next select
|
2018-06-19 09:46:29 -07:00 |
|
|
641b8a1139
|
OSC: select should not show expand if invalid
|
2018-06-19 09:46:29 -07:00 |
|
|
cc78d78390
|
OSC expand off should check current sellect
|
2018-06-19 09:46:29 -07:00 |
|
|
fee23d8778
|
OSC: Allow expand to be global
|
2018-06-19 09:46:28 -07:00 |
|
|
293326cd94
|
OSC do not recalc select if still valid
|
2018-06-19 09:46:28 -07:00 |
|
|
518f8108ac
|
OSC make strippable null on drop references
|
2018-04-07 09:16:07 -07:00 |
|
|
0e88eff05c
|
Use precalulated value rather than recalculating
|
2018-04-07 09:16:07 -07:00 |
|
|
b286f4f851
|
OSC: Setting strip types should clear temporary custom modes
|
2018-04-07 09:16:07 -07:00 |
|
|
7b42c7e361
|
MSVC won't allow us to cast directly from float to an enum. We need to kludge it by first casting to an integer type
(is it safe to be casting from float to enum anyway??)
|
2018-03-22 10:54:21 +00:00 |
|
|
c177434669
|
OSC: Change custom mode to enum
|
2018-03-20 14:37:40 -07:00 |
|
|
5385aece94
|
OSC: a strip controlling a send should deactivate other controls
|
2018-03-20 08:43:10 -07:00 |
|
|
bfbab2d0b5
|
OSC: Add feedback for bus_only mode and automation and pan
|
2018-03-20 08:43:10 -07:00 |
|
|
29975638c0
|
OSC: select should have latch too.
|
2018-03-20 08:43:10 -07:00 |
|
|
c768aeabc4
|
OSC: Add bus only mode for gain controls
|
2018-03-20 08:43:10 -07:00 |
|
|
74c4e4a6d8
|
OSC: group commands should feedback all off if no group
|
2018-03-12 16:03:53 -07:00 |
|
|
98d6fe9c91
|
OSC: fix /strip/hidden feedback excess
|
2018-03-10 13:07:13 -08:00 |
|
|
b2259e11d0
|
OSC: change group sharing to individual commands
Send less feedback for group name and sharing
|
2018-03-10 13:07:13 -08:00 |
|
|
ed04660940
|
OSC: set surface should reset custom mode
|
2018-03-10 13:07:13 -08:00 |
|