Commit graph

632 commits

Author SHA1 Message Date
falkTX
3d7195a875 Do not hide audio8 module 2021-12-22 20:13:52 +00:00
falkTX
d6f151fc92
Fix last commit
Signed-off-by: falkTX <falktx@falktx.com>
2021-12-22 19:04:15 +00:00
falkTX
026cde3807
Use 8 audio IO in main variant
Signed-off-by: falkTX <falktx@falktx.com>
2021-12-22 18:56:08 +00:00
falkTX
1314aeebb5
Update README and DIFFERENCES files
Signed-off-by: falkTX <falktx@falktx.com>
2021-12-18 22:56:01 +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
2745482670
Implement START/STOP/CONT messages for midi-cv usage
Signed-off-by: falkTX <falktx@falktx.com>
2021-12-18 21:46:10 +00:00
falkTX
52d1bffd5c
Remove an entry from the readme known-not-to-work list, now done
Signed-off-by: falkTX <falktx@falktx.com>
2021-12-18 20:06:36 +00:00
falkTX
fd1de47874
Update Fundamental and Rack
Signed-off-by: falkTX <falktx@falktx.com>
2021-12-18 20:05:40 +00:00
falkTX
3943e4c1e9
Update plugins to support cardinal async APIs
Signed-off-by: falkTX <falktx@falktx.com>
2021-12-18 19:23:54 +00:00
falkTX
d13dcde0f5
Update Fundamental (save&load wavetable), disable Credit module
Signed-off-by: falkTX <falktx@falktx.com>
2021-12-18 13:10:36 +00:00
falkTX
730cee0029
TextEditor: implement/expose syntax highlight options
Signed-off-by: falkTX <falktx@falktx.com>
2021-12-18 12:24:39 +00:00
falkTX
31adcb5622
Fix headless build
Signed-off-by: falkTX <falktx@falktx.com>
2021-12-18 11:49:08 +00:00
falkTX
6f9013da16
Make text editor a bit more useful, and resizable
Signed-off-by: falkTX <falktx@falktx.com>
2021-12-17 20:55:51 +00:00
falkTX
268c31c029
Add text editor module for cardinal
Signed-off-by: falkTX <falktx@falktx.com>
2021-12-17 14:21:23 +00:00
falkTX
bba168ecc6
Do not set _NET_WM_WINDOW_TYPE_DIALOG hint for standalones
Signed-off-by: falkTX <falktx@falktx.com>
2021-12-16 14:00:23 +00:00
falkTX
b63dcf087f
Fix build
Signed-off-by: falkTX <falktx@falktx.com>
2021-12-16 12:01:26 +00:00
falkTX
06d28731d6 Add Lomas Modules 2021-12-16 00:40:27 +00:00
Simon-L
e42953561c Simple cardinal red theme for Ildaeil 2021-12-16 00:04:20 +00:00
falkTX
36ff7ddf71 macOS related fixes 2021-12-15 23:27:56 +00:00
falkTX
ddfb6a3e14
Set mouse cursor under windows too
Signed-off-by: falkTX <falktx@falktx.com>
2021-12-15 17:52:51 +00:00
falkTX
d3a682411f
Fix UI window minimum size
Signed-off-by: falkTX <falktx@falktx.com>
2021-12-15 16:23:33 +00:00
falkTX
fed5823bc7
Cleanup ResizeHandle code
Signed-off-by: falkTX <falktx@falktx.com>
2021-12-15 12:02:57 +00:00
falkTX
e226cbe101
Set up resize cursor under resize handle (X11 only for now)
Signed-off-by: falkTX <falktx@falktx.com>
2021-12-15 11:15:27 +00:00
falkTX
b29c5ee81d Invert horizontal scroll 2021-12-15 00:49:57 +00:00
falkTX
a7dc4bc21c Ildaeil: Dont show bridge option if listing internal plugins 2021-12-14 23:07:48 +00:00
falkTX
ed285a13b6 Fix minimum size 2021-12-14 23:00:37 +00:00
falkTX
36f144e501
Draw resize handle in UI rather than custom opengl; Set min size
Signed-off-by: falkTX <falktx@falktx.com>
2021-12-14 22:16:52 +00:00
Filipe Coelho
43951635e9
Setup PawPaw and let it be used for CI extra deps (#93)
* Setup PawPaw and let it be used for CI extra deps

* Fix ci file

* Update readme

* Fix a typo

* Fix another typo

* Let PawPaw handle the build setup/env

* Fix typo

* One more fix

* Update AudibleInstruments

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

* Cleanup/Improve CardinalModuleWidget hackery

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

* Use LTO in PawPaw, fix build setup again

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

* Install libglib2.0-dev on CI static builds; Fix Prism conflicts

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

* Investigate why CI fails to install arch ports

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

* Ignore glib/fluidsynth for now

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

* Cleanup

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

* Fix a typo

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

* Fix another typo

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

* Use -m32 in linux-i686 builds

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

* Try using g++-multilib instead of g++-i686-linux-gnu

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

* Force fix macOS build

* Use shasum5.28
2021-12-14 22:16:37 +00:00
falkTX
f998ee2ec3 Fix duplicated character input on VST host key up
Fixes #54
Closes #40
2021-12-12 19:57:42 +00:00
falkTX
9bd0d805fd Fix text offset in some areas, cleanup 2021-12-12 18:39:18 +00:00
falkTX
6dba9ae701 Fix macOS build 2021-12-12 17:42:05 +00:00
falkTX
353594a1af ZZC is back! :) 2021-12-12 17:08:38 +00:00
falkTX
1223e5eaf4 Revert "Remove ZZC modules due to license conflict"
This reverts commit 48a20826c1.
2021-12-12 17:03:08 +00:00
falkTX
359ee8baed Hide audio8 and audio16 modules 2021-12-12 17:01:58 +00:00
falkTX
ccb97ee618 Ship with a custom blendish.c so we can place fixes on it 2021-12-12 16:56:14 +00:00
falkTX
b554380422 Tweak colors for 21kHz 2021-12-12 15:03:59 +00:00
falkTX
26f9484f66
Add 21kHz
Signed-off-by: falkTX <falktx@falktx.com>
2021-12-12 14:15:59 +00:00
falkTX
9ca26fade7
Add LifeFormModular, fix a few name conflicts
Signed-off-by: falkTX <falktx@falktx.com>
2021-12-12 14:02:18 +00:00
falkTX
48a20826c1
Remove ZZC modules due to license conflict
Signed-off-by: falkTX <falktx@falktx.com>
2021-12-12 13:17:30 +00:00
falkTX
1d9d22d7b4
Update Fundamental
Signed-off-by: falkTX <falktx@falktx.com>
2021-12-12 12:57:55 +00:00
falkTX
62a9be13af
Update AS, Atelier and AudibleInstruments
Signed-off-by: falkTX <falktx@falktx.com>
2021-12-12 12:50:47 +00:00
falkTX
e236aa9140
Update Extratone, fixes conflicting resources
Signed-off-by: falkTX <falktx@falktx.com>
2021-12-12 12:18:00 +00:00
falkTX
df6df767a4
Custom selection menu, so we can use async dialogs
Closes #85

Signed-off-by: falkTX <falktx@falktx.com>
2021-12-12 11:54:11 +00:00
falkTX
2de11d4a24
Do not build internal zynaddsubfx
Fixes #86

Signed-off-by: falkTX <falktx@falktx.com>
2021-12-12 11:32:48 +00:00
falkTX
18f6e9a9b4
Make preset save/load actions work, requires rebuild
Signed-off-by: falkTX <falktx@falktx.com>
2021-12-12 01:40:01 +00:00
falkTX
6be9bac686
Update Bidoo, now with async dialogs; Fix cf dialogs too
Signed-off-by: falkTX <falktx@falktx.com>
2021-12-11 23:09:30 +00:00
falkTX
e662a279ca
Fix windows build
Signed-off-by: falkTX <falktx@falktx.com>
2021-12-11 22:15:05 +00:00
falkTX
efb17836a9
Update cf modules
Signed-off-by: falkTX <falktx@falktx.com>
2021-12-11 22:12:21 +00:00
falkTX
ce64476fa4
Define custom Cardinal API for async dialogs
Closes #51

Signed-off-by: falkTX <falktx@falktx.com>
2021-12-11 21:53:50 +00:00
falkTX
b6ac2766dc
Cleanup and credits
Signed-off-by: falkTX <falktx@falktx.com>
2021-12-11 17:59:08 +00:00