Robin Gareus
|
7512692e79
|
Fix initial cycle noise with dummy-loopback
|
2017-10-28 15:45:08 +02:00 |
|
Robin Gareus
|
d1b5a9ed3d
|
relax zita-resampler's relative ratio
|
2017-10-28 15:45:08 +02:00 |
|
John Emmas
|
6e017eff22
|
Accommodate newly added/removed source(s) in our MSVC project (libpbd)
|
2017-10-27 13:08:32 +01:00 |
|
Robin Gareus
|
1aa96dc0a1
|
Add a RAII SpinLock (using boost's spinlock)
|
2017-10-26 22:33:46 +02:00 |
|
Paul Davis
|
eeb148bb61
|
NO-OP: whitespace cleanup
|
2017-10-26 15:46:00 -04:00 |
|
Paul Davis
|
155f48fc7c
|
move mixbus-only variable declaration
|
2017-10-26 15:45:16 -04:00 |
|
Paul Davis
|
3161ccee43
|
remove unused variable
|
2017-10-26 15:44:32 -04:00 |
|
Paul Davis
|
79374df84e
|
fix preprocessor error on some/many systems
|
2017-10-26 15:44:09 -04:00 |
|
Paul Davis
|
ceecbf2f4f
|
switch from std::auto_ptr<> (deprecated) to boost::scoped_ptr<>
|
2017-10-26 15:43:49 -04:00 |
|
Paul Davis
|
8a0839f332
|
remove unused variable
|
2017-10-26 15:43:31 -04:00 |
|
Paul Davis
|
4250940ad8
|
switch from std::auto_ptr<> (deprecated) to boost::scoped_ptr<>
|
2017-10-26 15:43:08 -04:00 |
|
Paul Davis
|
33af0b0d3d
|
optimization for track with zero audio channels should not short-circuit MIDI disk reading
|
2017-10-26 15:15:05 -04:00 |
|
Paul Davis
|
ea0807d4aa
|
remove unnecessary calls
|
2017-10-26 10:46:42 -04:00 |
|
Len Ovens
|
33c9772fda
|
OSC: fix mixed types keeps from building on server
|
2017-10-25 23:00:41 -07:00 |
|
Len Ovens
|
27c8c82076
|
OSC: Provide click level control
|
2017-10-25 21:56:29 -07:00 |
|
Len Ovens
|
a2965f585a
|
OSC: add feedback for punch in/out, click and click level
|
2017-10-25 21:56:29 -07:00 |
|
Len Ovens
|
aba52ad8a2
|
OSC: add feedback for toggle_roll
|
2017-10-25 21:56:29 -07:00 |
|
Len Ovens
|
8f13a0a13b
|
OSC: fix monitor input/disk buttons so both can be on
|
2017-10-25 08:34:02 -07:00 |
|
Len Ovens
|
ea1f0ba825
|
OSC: fix /strip/receives to have the original ssid like /strip/sends
|
2017-10-24 20:50:22 -07:00 |
|
Len Ovens
|
e28a080651
|
OSC: fix refresh surface
|
2017-10-24 20:34:40 -07:00 |
|
Len Ovens
|
da4454751d
|
OSC: remove duplicate code.
|
2017-10-24 17:28:35 -07:00 |
|
Len Ovens
|
a546003457
|
OSC: cleaned up select
|
2017-10-24 13:30:55 -07:00 |
|
Len Ovens
|
7aacd5d71a
|
OSC: fix add and remove tracks to update without bank change.
|
2017-10-24 12:44:09 -07:00 |
|
Robin Gareus
|
d6a3db1ac7
|
lv2 compat for liblilv < 1.10.0
|
2017-10-23 19:22:16 +02:00 |
|
Len Ovens
|
de9ae19d8c
|
OSC: fix various crash points
|
2017-10-22 21:25:30 -07:00 |
|
John Emmas
|
63b6ab1101
|
'Route::tape_drive_controllable()' needs to return something
|
2017-10-21 11:23:05 +01:00 |
|
Robin Gareus
|
1f842cf994
|
Add Lua bindings for new VCA/Slavable API
|
2017-10-20 02:54:28 +02:00 |
|
Robin Gareus
|
5dc54c91c7
|
Prevent recursive VCA assignments
The GUI so far only prevents direct connections VCA 1 > VCA 2 > VCA 1,
but does not recurse VCA 1 > VCA 2 > VCA 3 > VCA 1
|
2017-10-20 02:54:28 +02:00 |
|
Robin Gareus
|
b83e011a40
|
Remove not implemented API
|
2017-10-20 02:54:28 +02:00 |
|
Robin Gareus
|
ade3ea190c
|
Lua: Fix Slavable & Automatable inheritance
This allows to cast VCAs into Slavables.
|
2017-10-20 02:54:28 +02:00 |
|
Ben Loftis
|
2a310e5f79
|
US2400: Mark controls dirty and send them from the periodic update thread.
|
2017-10-19 11:54:36 -05:00 |
|
Ben Loftis
|
ee09ae1c6b
|
US2400: allow selecting the master bus. LED does not respond, though :(
|
2017-10-19 11:53:55 -05:00 |
|
Ben Loftis
|
48c520a4ef
|
US2400: explicitly toggle switch state in some cases where everything should reset.
|
2017-10-19 11:53:55 -05:00 |
|
Ben Loftis
|
23c2b751aa
|
US2400: map knobs for mixbus strips, when selected.
|
2017-10-19 11:53:55 -05:00 |
|
Len Ovens
|
618020424e
|
OSC: Cue observer simplified.
|
2017-10-19 08:48:25 -07:00 |
|
Len Ovens
|
dabe7474b3
|
OSC: remove unused function.
|
2017-10-19 08:48:25 -07:00 |
|
Robin Gareus
|
f87e996013
|
FP8: unhardcode IDs and strip-count
|
2017-10-19 16:57:26 +02:00 |
|
Robin Gareus
|
706805e0ba
|
Consolidate session + template file extensions
|
2017-10-18 19:22:23 +02:00 |
|
Robin Gareus
|
5c6e2b5802
|
Fix g_stat() for 64bit windows/mingw64
|
2017-10-18 17:54:39 +02:00 |
|
Len Ovens
|
4c1feac16e
|
OSC: Move observers to surface based for less traffic.
|
2017-10-17 14:57:47 -07:00 |
|
Damien Zammit
|
124092d139
|
Update ptformat to upstream 72bd66b
- Fix a wrong assumption in the xor code
- Find start of wav list more consistently
- Fix long long constants
|
2017-10-15 17:14:59 +11:00 |
|
Len Ovens
|
f0f822feff
|
OSC: fix crash for wrong number of parameters in set_surface
|
2017-10-12 13:18:21 -07:00 |
|
Robin Gareus
|
5c24db2402
|
Fix pre-roll cycle-split
previously this worked as long as the cycle was only
needed to be split once.
|
2017-10-12 01:49:05 +02:00 |
|
Robin Gareus
|
47246c86e2
|
add missing lock (for audition + mon section)
|
2017-10-10 22:12:54 +02:00 |
|
Len Ovens
|
514c43278b
|
OSC clean up route observer
|
2017-10-07 20:23:48 -07:00 |
|
John Emmas
|
ad226cf2bb
|
For 'Route::send_pan_azi_controllable()' (when building non-Mixbus) I'm assuming the intention was to return an empty object
(i.e. similar to 'Route::send_enable_controllable()')
|
2017-10-07 10:11:12 +01:00 |
|
Ben Loftis
|
2107d09454
|
US2400: add us2400 files to repository.
|
2017-10-05 10:55:45 -05:00 |
|
Ben Loftis
|
0e12c967ea
|
US2400: add us2400 to surfaces.
|
2017-10-05 10:03:09 -05:00 |
|
Ben Loftis
|
28d8f2f6b9
|
US2400: send_pan_azimuth lookup function (currently mb-only)
|
2017-10-05 09:59:03 -05:00 |
|
Ben Loftis
|
e156ec28bb
|
US2400: add debug bits
|
2017-10-05 09:55:32 -05:00 |
|