aee5d24cfa
a reverb is a reverb is a reverb
2016-08-24 23:45:02 +02:00
bd77b605f6
add missing include
2016-08-24 23:06:52 +02:00
d6e27bd439
fix copy/paste mistake
2016-08-24 22:46:36 +02:00
af786cf444
NO-OP: whitespace
2016-08-24 22:39:44 +02:00
ef59ea849b
lessons learned from a-fluidsynth
2016-08-24 22:37:20 +02:00
7ccbc0ca73
OSC: Add preset loading to OSC GUI
2016-08-24 10:07:21 -07:00
427d9f888a
reduce initial fluidsynth load
2016-08-24 17:51:15 +02:00
7bdf4e12ba
Take process-lock before processor-lock
...
This [hopefully] fixes jack1 zombification on session-load with large
plugin-states. Previously it was possible to block
Route::process_output_buffers().
2016-08-24 17:21:43 +02:00
953b8ac99f
prevent a unlikely race: concurrent restore() + work_response ()
2016-08-24 15:38:36 +02:00
f5602adfe8
tweak a-fluidsynth reinit strategy.
...
reset synth in offline thread, queue panic on deactivate to be
called in run() after first re-activate.
Initial activation does not warrant a panic.
2016-08-24 13:05:47 +02:00
8a3b246bb3
strip down libfluidsynth a bit more
2016-08-24 13:05:47 +02:00
aa349d3f8c
add support for reverb & chorus in a-fluidsynth
2016-08-24 05:33:18 +02:00
8da58c3da0
ARDOUR::FluidSynth automatically assign first 16 channels
2016-08-24 05:31:30 +02:00
870cb19737
a-fluidsynth
2016-08-24 03:18:14 +02:00
30afda5536
properly fix copy/paste typos
2016-08-24 02:26:39 +02:00
07653e13d8
fluidsynth 1.1.6 actually
2016-08-24 02:21:30 +02:00
3ab4f7ef82
fix windows build/runtime
2016-08-23 22:58:03 +02:00
5d597cdfeb
add FluidSynth Lua Bindings
2016-08-23 22:21:03 +02:00
2d5166606b
add basic libardour wrapper for fluidsynth (for Lua bindings)
2016-08-23 22:21:03 +02:00
ac05f05023
Import libfluidsynth into the Ardour codebase
2016-08-23 22:21:03 +02:00
nick_m
88f723e8d8
Tempo marker movement snaps to the future grid, rather than the current one.
...
- fixes jittery tempo movement when snapping within large gradients.
2016-08-24 03:38:46 +10:00
nick_m
9a66e1e2c6
Round to bar correctly in TempoMap::exact_beat_at_frame_locked().
2016-08-24 03:23:04 +10:00
0a975eba29
Nyquist (pronounce it like Klopstock!)
2016-08-23 13:46:11 +02:00
4a831725af
fix threaded state restore (duplicate calls to restore during init)
...
and also allow immediate work during use latency-compute runs.
At session load, Ardour calls a plugins "set default" state (GUI thread).
Some plugins may schedule work during state-restore. Ardour immediately
proceeded to restore the actual session plugin state without processing
the already scheduled work and without calling run() for a plugin
to apply state synchronously.
2016-08-23 13:46:11 +02:00
81c481f975
OSC: Tweak GUI to be more user obvious.
2016-08-22 13:23:04 -07:00
957f59f351
print a warning if CoreAudio falls back to non realtime priority
2016-08-22 17:38:45 +02:00
636522bd79
new libardour API for Session::new_route_from_template to allow specifying insertion point
2016-08-22 09:41:59 -04:00
88e98a63c7
OSC: populate check boxes with default settings at session start
2016-08-21 16:31:22 -07:00
1cfd8b2203
OSC: set global variables in global space - crash fix
2016-08-21 14:15:54 -07:00
adb492b914
OSC GUI: Add Strip types and feedback check boxes
2016-08-21 13:25:11 -07:00
7aa5ada0e0
Lua bind MonitorProcessor
2016-08-21 00:24:23 +02:00
d1ed84e44e
OSC: Add setup to GUI
2016-08-19 14:22:55 -07:00
a83febb268
fix optimized build compilation
2016-08-19 22:38:10 +02:00
0016920347
and another typo gone in in 9702020
2016-08-19 17:22:09 +02:00
adf290446f
fix typo in 9702020
2016-08-19 16:23:49 +02:00
972dc6aaca
ad rest of Stripable API to lua
2016-08-19 09:40:20 -04:00
8e2d1c7f2a
Move 'round()' / 'trunc()' etc so that they won't conflict with any versions already available in MSVC
2016-08-19 14:11:01 +01:00
4ece16f348
For MSVC, 'using namespace whatever' doesn't help us to differentiate between ambiguous type names
...
so... given that 'Rectangle' is a type name that's commonly found in several different namespaces, we'll need to specify explicitly which one we want.
2016-08-19 14:11:00 +01:00
a0b117b948
'roundf()' wasn't introduced in MSVC until VS2013 - so for the time being, let's emulate it using 'floorf()'
2016-08-19 14:11:00 +01:00
cdcccd8101
handle edge-case where jack-meta-data may be NULL, but the call succeeds
...
this fixes #6968
2016-08-19 14:38:37 +02:00
45cd3482a2
fix failure to remove keyvalue from Keyboard::state on key release
2016-08-19 08:32:44 -04:00
26f1578568
MIDI polyphonic pressure, part 2
2016-08-19 08:32:44 -04:00
d6691a80e9
attempt to handle poly-pressure (polyphonic aftertouch) similarly to other MIDI messages
2016-08-19 08:32:44 -04:00
c229e31720
OSC:: needs the .h file too...
2016-08-18 19:16:53 -07:00
7c43d2bb0e
OSC: make remote port setting possible, add default surface variables
2016-08-18 19:15:57 -07:00
756674f4f9
initialize uninitialized variable
2016-08-19 03:32:07 +02:00
ba1058aca6
Update automated Plugin Controlls when seeking and not rolling
2016-08-19 03:32:07 +02:00
ef4facca11
fix Aux-Send Panner Linking
2016-08-19 01:14:21 +02:00
41cc35cf6e
do not allow undo/redo while actively recording
2016-08-17 19:22:26 -04:00
nick_m
9702020929
Report quarter note rather than beat position to AU plugins.
2016-08-18 05:42:30 +10:00