Commit graph

268 commits

Author SHA1 Message Date
falkTX
20e6f30bcc
Enable JSFX plugin support in Ildaeil
Signed-off-by: falkTX <falktx@falktx.com>
2022-05-25 14:19:05 +01:00
falkTX
e861389537
Add Host Parameters Map module, functional but still WIP
Signed-off-by: falkTX <falktx@falktx.com>
2022-05-23 03:56:01 +01:00
falkTX
952304999d
Optimize HostParameters module and also those without audio
Signed-off-by: falkTX <falktx@falktx.com>
2022-05-23 00:18:05 +01:00
falkTX
d8a341be95
Avoid RT-unsafe allocations on HostMIDI-Map
Signed-off-by: falkTX <falktx@falktx.com>
2022-05-22 23:47:08 +01:00
falkTX
7e1da35de7
Fix Sassy Scope freq tooltip
Signed-off-by: falkTX <falktx@falktx.com>
2022-05-18 20:08:08 +01:00
falkTX
e0f12a9998
Fix mouse up event for imgui based widgets
Signed-off-by: falkTX <falktx@falktx.com>
2022-05-18 19:31:32 +01:00
falkTX
fc1fb75123
Save and restore sassy scope state
Signed-off-by: falkTX <falktx@falktx.com>
2022-05-18 18:40:05 +01:00
falkTX
8d68d6e10c
Handle double-click-to-reset on Scope sliders; Cleanup
Signed-off-by: falkTX <falktx@falktx.com>
2022-05-18 18:18:14 +01:00
falkTX
2d42ef5249
Fix sassy scope lines
Signed-off-by: falkTX <falktx@falktx.com>
2022-05-18 17:14:41 +01:00
falkTX
f83b483e82 Bring in Sassy Scope
Signed-off-by: falkTX <falktx@falktx.com>
2022-05-18 14:53:01 +01:00
falkTX
fa1e6a1343
Allow host to not supply CV ports
Signed-off-by: falkTX <falktx@falktx.com>
2022-05-17 19:48:58 +01:00
falkTX
879d0862d8 Mute audio output if bypassed 2022-05-15 00:38:32 +01:00
falkTX
b296259bde
Fix Audio2 meters stuck state when both L & R are disconnected
Signed-off-by: falkTX <falktx@falktx.com>
2022-05-14 22:03:14 +01:00
falkTX
a5ea17fbcf Fix a compiler warning 2022-05-12 08:59:08 +01:00
falkTX
76828eea6b
Fix build
Signed-off-by: falkTX <falktx@falktx.com>
2022-05-08 14:57:53 +01:00
falkTX
c8772d4654 Only print errors of HostMIDI-Map once
Signed-off-by: falkTX <falktx@falktx.com>
2022-05-07 12:46:04 +01:00
falkTX
0cbf3cd166
Finalize modgui details, add example preset
Signed-off-by: falkTX <falktx@falktx.com>
2022-05-06 14:53:32 +01:00
falkTX
1edead1248
Really correct octave
Signed-off-by: falkTX <falktx@falktx.com>
2022-05-01 07:19:39 +01:00
falkTX
bab148c69a
Correct default octave
Signed-off-by: falkTX <falktx@falktx.com>
2022-05-01 07:00:08 +01:00
falkTX
2ae7009b0e
Add in tree aubio
Signed-off-by: falkTX <falktx@falktx.com>
2022-05-01 06:57:49 +01:00
falkTX
0d952f80af
Add Audio to CV Pitch Cardinal module
Signed-off-by: falkTX <falktx@falktx.com>
2022-05-01 06:33:14 +01:00
falkTX
8cbaaab100
Fix Core Blank panel tags
Signed-off-by: falkTX <falktx@falktx.com>
2022-04-30 23:23:24 +01:00
falkTX
73c9f22c5a Update fundamental, all but octave now working
Signed-off-by: falkTX <falktx@falktx.com>
2022-04-30 03:27:09 +01:00
falkTX
c411946ccf
Add retrigger to Host-MIDI
Fixes #200

Signed-off-by: falkTX <falktx@falktx.com>
2022-03-26 13:18:08 +00:00
dingodoppelt
849bacebfd change defaults in HostMIDI.cpp
disable mw/pw smoothing by default, set pwRange to zero so it doesn't unexpectedly affect V/OCT (restores behaviour of previous releases)
2022-03-24 18:09:30 +00:00
falkTX
cab2aa9862
Optimizations to core modules
Signed-off-by: falkTX <falktx@falktx.com>
2022-03-22 14:37:56 +00:00
falkTX
dbbc955df6
Small headless optimizations
Signed-off-by: falkTX <falktx@falktx.com>
2022-03-22 11:46:19 +00:00
falkTX
faeaa5862c Initial bypass implementation, MIDI only for now 2022-03-20 21:24:10 +00:00
falkTX
07e71d7c7b
Tweak full Carla build to match our custom one
Signed-off-by: falkTX <falktx@falktx.com>
2022-03-13 17:36:49 +00:00
Filipe Coelho
a1017be6ea
Packaging fixes (#192)
* Start cleanup for improved packaging

Signed-off-by: falkTX <falktx@falktx.com>

* Use the same folder for VST2 plugins

Signed-off-by: falkTX <falktx@falktx.com>

* Fix static build

Signed-off-by: falkTX <falktx@falktx.com>

* Do not set source-dir in CI builds

Signed-off-by: falkTX <falktx@falktx.com>

* Set a custom fallback systemdir per OS

Signed-off-by: falkTX <falktx@falktx.com>

* CI tweaks

Signed-off-by: falkTX <falktx@falktx.com>

* Build the whole pyqt on windows

Signed-off-by: falkTX <falktx@falktx.com>

* Mention AU in readme and differences docs

Signed-off-by: falkTX <falktx@falktx.com>

* Add specialized utils for macOS packaging

Signed-off-by: falkTX <falktx@falktx.com>

* Fix plugin-validation build

Signed-off-by: falkTX <falktx@falktx.com>

* Fix build

Signed-off-by: falkTX <falktx@falktx.com>

* Do not create window for lv2lint tests

* Start enabling AU builds

* Copy over mod.lv2 specs for validation

* Skip main cardinal lv2lint, the custom CVPorts are not supported

* au build needs carla

* More CI tweaks

* Build headless version for plugin validation

* Fix typo

* Only show missing resources error message once

Signed-off-by: falkTX <falktx@falktx.com>

* Fallback to system path even if using a plugin bundle

Signed-off-by: falkTX <falktx@falktx.com>

* CI fixes, build full carla on Windows

Signed-off-by: falkTX <falktx@falktx.com>

* Rename script

Signed-off-by: falkTX <falktx@falktx.com>

* Silly typo

Signed-off-by: falkTX <falktx@falktx.com>

* More CI tweaks, add windows installer

Signed-off-by: falkTX <falktx@falktx.com>

* Setup Carla paths for Windows

Signed-off-by: falkTX <falktx@falktx.com>

* Yet more tweaks

Signed-off-by: falkTX <falktx@falktx.com>

* Package carla on windows, use xvfb-run

Signed-off-by: falkTX <falktx@falktx.com>

* Test win32 build too

Signed-off-by: falkTX <falktx@falktx.com>

* Finalize rework

Signed-off-by: falkTX <falktx@falktx.com>
2022-03-12 22:12:22 +00:00
falkTX
6c82749f2a Make host audio meters independent from each other 2022-03-07 10:42:47 +00:00
falkTX
5e8a03d3dd
Fix infinite loop, sorry!
Signed-off-by: falkTX <falktx@falktx.com>
2022-02-27 15:20:14 +00:00
falkTX
ad36594b35 Cleanup
Signed-off-by: falkTX <falktx@falktx.com>
2022-02-27 15:19:23 +00:00
falkTX
49842e83e5 Fix a typo 2022-02-27 04:25:22 +00:00
falkTX
80f90ff45a
Fix Host MIDI-CC chan.pressure and pitchbend interfering with CCs
Signed-off-by: falkTX <falktx@falktx.com>
2022-02-27 00:23:40 +00:00
falkTX
5188b50a4f
Update/sync to Rack 2.1
Signed-off-by: falkTX <falktx@falktx.com>
2022-02-27 00:18:43 +00:00
falkTX
1260ca840f Build carla with a custom namespace 2022-02-15 23:39:00 +00:00
falkTX
b867ec094c
Add module documentation
Signed-off-by: falkTX <falktx@falktx.com>
2022-02-13 21:19:54 +00:00
falkTX
310f4e0ee1 Update screenshots, cleanup
Signed-off-by: falkTX <falktx@falktx.com>
2022-02-13 01:33:03 +00:00
falkTX
39540b7dc8
Fix audio file not loading loop and sync state
Signed-off-by: falkTX <falktx@falktx.com>
2022-02-09 17:10:14 +00:00
falkTX
17630ee9a6
Fix MIDI gate 17 and 18
Closes #140

Signed-off-by: falkTX <falktx@falktx.com>
2022-02-08 23:10:15 +00:00
falkTX
56bcbb6b94
Add looping and host sync options to audio file
Signed-off-by: falkTX <falktx@falktx.com>
2022-02-08 19:03:50 +00:00
falkTX
b637cf4c4e Revert a forgotten test change
Signed-off-by: falkTX <falktx@falktx.com>
2022-02-08 14:18:54 +00:00
falkTX
34100d7347
Fix audio-file list for utf8
Signed-off-by: falkTX <falktx@falktx.com>
2022-02-08 05:11:54 +00:00
falkTX
9a9dd654af
Fix host audio left/mono mode
Signed-off-by: falkTX <falktx@falktx.com>
2022-02-08 05:11:12 +00:00
falkTX
ac297f95f4
Fix host time sometimes skipping beats
Closes #104

Turns out that the tick can be just at the end of the audio block
(ie, frame 511 of 512) and we will just barely miss it.
Because the tick is reset from host info on every audio block
(to always keep things in sync), we would miss the event because
of just 1 sample.
So give a little hand to make sure new beat is always triggered.

Signed-off-by: falkTX <falktx@falktx.com>
2022-02-08 04:07:12 +00:00
falkTX
5e2473b6e9
Forgot some tweaks on host cv module, now latency tested too
Signed-off-by: falkTX <falktx@falktx.com>
2022-02-08 03:29:51 +00:00
falkTX
deeecfd3ab
Convert the rest of the host modules for zero latency behaviour
Signed-off-by: falkTX <falktx@falktx.com>
2022-02-08 03:20:26 +00:00
falkTX
0000456cf5
Alternative approach to zero-latency cables; Update patches
Signed-off-by: falkTX <falktx@falktx.com>
2022-02-08 02:50:08 +00:00
falkTX
ff1b592257
Fix a typo
Signed-off-by: falkTX <falktx@falktx.com>
2022-02-08 01:34:36 +00:00