1
Fork 0
Commit Graph

108 Commits

Author SHA1 Message Date
falkTX 1628f29a98
Do not show resize handle on standalone
Signed-off-by: falkTX <falktx@falktx.com>
2022-04-02 03:18:23 +01:00
falkTX 2dc12fb1ca
Force 32bit alignment for vectorized operations, fixes 32bit build
Signed-off-by: falkTX <falktx@falktx.com>
2022-03-14 23:19:16 +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 341642d8e0 Update rate limit does work on macOS after all 2022-02-28 21:51:18 +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 bb178bb876 Fix resize handle not taking scale factor into account 2022-02-15 23:42:27 +00:00
falkTX 06261deb87 Cleanup 2022-02-14 03:47:19 +00:00
falkTX 69f0ff9084 Do not show update-rate-limit menu options on macOS, does nothing 2022-02-14 03:28:39 +00:00
falkTX 335db79d14
More packaging stuff
Signed-off-by: falkTX <falktx@falktx.com>
2022-02-12 23:38:22 +00:00
falkTX 2a8c80557f
Fix some memory leaks
Signed-off-by: falkTX <falktx@falktx.com>
2022-02-10 13:22:34 +00:00
falkTX be9b5d1612
Fix build
Signed-off-by: falkTX <falktx@falktx.com>
2022-02-10 12:57:54 +00:00
falkTX 31872d74ed Tweak screenshot state size
Signed-off-by: falkTX <falktx@falktx.com>
2022-02-10 04:34:21 +00:00
falkTX a2b917c163
More screenshot tweaks, send blob to remote
Signed-off-by: falkTX <falktx@falktx.com>
2022-02-10 02:32:43 +00:00
falkTX be0ae63541
Send screenshot to remote instance
Signed-off-by: falkTX <falktx@falktx.com>
2022-02-09 17:44:38 +00:00
falkTX fff4d6f61d
Initial experimental work for screenshots
Signed-off-by: falkTX <falktx@falktx.com>
2022-02-09 17:38:25 +00:00
falkTX d7ce0829d9
Update patches
Signed-off-by: falkTX <falktx@falktx.com>
2022-02-08 18:22:14 +00:00
falkTX fdc18bc10f
Fix crash due to non-aligned Port allocation
Signed-off-by: falkTX <falktx@falktx.com>
2022-02-08 18:16:35 +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 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 c1f436eea0 Alternative approach for zero-latency cables 2022-02-06 22:26:13 +00:00
falkTX 5bc42b2d1f Fix build without liblo 2022-02-06 12:25:56 +00:00
falkTX f78879f3e2
Zero latency cables \o/ (please test)
Signed-off-by: falkTX <falktx@falktx.com>
2022-02-05 23:56:14 +00:00
falkTX 0f66ba9b5b
Improve headless performance by not querying unused meters
Signed-off-by: falkTX <falktx@falktx.com>
2022-02-05 21:41:55 +00:00
falkTX 454943f2cf Add file menu option to export uncompressed json file 2022-02-05 01:09:16 +00:00
falkTX c6a5c2e72e Fix macOS build 2022-02-02 00:09:18 +00:00
falkTX 0037795663
Tag our own custom version
Signed-off-by: falkTX <falktx@falktx.com>
2022-01-31 13:30:20 +00:00
falkTX cb26617890
Implement MIDI-Map, finishing all core replacements
Signed-off-by: falkTX <falktx@falktx.com>
2022-01-30 00:33:54 +00:00
falkTX 20aaf47f33
Implement MIDI-CC panel, remove and replace old Rack CC modules
Signed-off-by: falkTX <falktx@falktx.com>
2022-01-29 16:51:50 +00:00
falkTX 377636fa7a
Add Ctrl + 1 and Ctrl + 2 shortcuts for zoom
Signed-off-by: falkTX <falktx@falktx.com>
2022-01-28 21:36:09 +00:00
falkTX 5282da24e9
Use a single widget for resize, always show handle
Signed-off-by: falkTX <falktx@falktx.com>
2022-01-26 18:50:31 +00:00
falkTX 362cf9b2b9
Make TextEditor compatible with Core Notes, drop Core Notes
Signed-off-by: falkTX <falktx@falktx.com>
2022-01-24 20:45:02 +00:00
falkTX e29243af60
Move all liblo stuff to the same file, add crude auto-deploy mode
Signed-off-by: falkTX <falktx@falktx.com>
2022-01-24 11:28:23 +00:00
falkTX c4609cba06
Stop building Rack core audio and midi, setup Cardinal replacements
Signed-off-by: falkTX <falktx@falktx.com>
2022-01-23 22:59:49 +00:00
falkTX 5d39ab42cb
Stop overriding Rack's Core modelMIDI_CV, we have our own now
Signed-off-by: falkTX <falktx@falktx.com>
2022-01-23 22:42:01 +00:00
falkTX 810928190c
Add diffs for the overriden files
Signed-off-by: falkTX <falktx@falktx.com>
2022-01-23 17:19:14 +00:00
falkTX 2c3867ca6a
Cleanup override files to be more like the original
Signed-off-by: falkTX <falktx@falktx.com>
2022-01-23 17:18:41 +00:00
falkTX 623d80da4d
override plugin/Model.cpp in order to avoid link to VCV library
Signed-off-by: falkTX <falktx@falktx.com>
2022-01-23 16:03:37 +00:00
falkTX af637290fa
Make it clear which files are fully custom vs overridden
Signed-off-by: falkTX <falktx@falktx.com>
2022-01-23 00:10:46 +00:00
falkTX 788b45a374
Sort out situation with cf plugins
Signed-off-by: falkTX <falktx@falktx.com>
2022-01-22 23:27:17 +00:00
falkTX 90071b60a4 Stop using problematic or unclear licensed modules for now 2022-01-21 10:48:21 +00:00
falkTX c06768f70f
Implement update rate limit
Closes #117

Signed-off-by: falkTX <falktx@falktx.com>
2022-01-18 09:50:50 +00:00
falkTX 533ec1de2e
Take out a few useless things from the headless build
Signed-off-by: falkTX <falktx@falktx.com>
2022-01-12 08:20:46 +00:00
falkTX 28e0295a4a
Use F7 key as "deploy to MOD" action, make it visible on file menu
Signed-off-by: falkTX <falktx@falktx.com>
2022-01-12 08:06:44 +00:00
falkTX 07a2101158 Fix headless build 2022-01-01 18:17:44 +00:00
falkTX d5d2d5befc Update fundamental and Rack 2022-01-01 16:24:50 +00:00
falkTX 6d8a4e0f15
Update AnimatedCircuits and its license situation
Signed-off-by: falkTX <falktx@falktx.com>
2021-12-30 00:35:30 +00:00
falkTX 8ca43ba4f0 VST3 resize fixes for macOS 2021-12-28 21:30:34 +00:00
falkTX ef2058acee
Remove CLK and CLK/N from MIDI-CV module
We have better timing sources, let's use them and leave this
legacy MIDI pulses silliness behind.

Signed-off-by: falkTX <falktx@falktx.com>
2021-12-18 22:36:59 +00:00
falkTX fd1de47874
Update Fundamental and Rack
Signed-off-by: falkTX <falktx@falktx.com>
2021-12-18 20:05:40 +00:00