Commit graph

44 commits

Author SHA1 Message Date
falkTX
ca5bfd6270
Tweak mini variant build to allow standalone
Signed-off-by: falkTX <falktx@falktx.com>
2023-02-19 20:34:20 +01:00
falkTX
919e21703b
Send audio input and time values to mini GUI
Signed-off-by: falkTX <falktx@falktx.com>
2022-12-31 11:57:39 +00:00
falkTX
ebaa70b05a
A few more build fixes
Signed-off-by: falkTX <falktx@falktx.com>
2022-12-30 16:02:28 +00:00
falkTX
fec9aef939
Build fixes
Signed-off-by: falkTX <falktx@falktx.com>
2022-12-30 14:49:50 +00:00
falkTX
91cac905cc
More details for mini version, make menubar variant specific
Signed-off-by: falkTX <falktx@falktx.com>
2022-12-29 15:33:16 +00:00
falkTX
b71acc9f22
Move code related to push-to-remote into a central file
Signed-off-by: falkTX <falktx@falktx.com>
2022-12-29 12:16:43 +00:00
falkTX
a53f15af77 A few more details for mini variant
Signed-off-by: falkTX <falktx@falktx.com>
2022-12-27 14:06:17 +00:00
falkTX
a85679758c
Setup mini variant UI, move around more code to accomodate this
Signed-off-by: falkTX <falktx@falktx.com>
2022-12-26 09:10:52 +00:00
falkTX
cf74324568
Initial work towards a mini variant, WIP
Signed-off-by: falkTX <falktx@falktx.com>
2022-12-25 22:28:36 +00:00
falkTX
058ad891d2
Move some code around to help remote tool later
Signed-off-by: falkTX <falktx@falktx.com>
2022-12-24 21:59:04 +00:00
falkTX
e42dc9154f Allow wasm to load patch from url too 2022-08-13 00:40:27 +01:00
falkTX
19878f0097 Allow loading uncompressed plugin state; Allow patch wasm url 2022-08-13 00:01:06 +01:00
falkTX
340e927ae3 More work for native audio variant, add to win and mac installers 2022-08-02 14:30:50 +01:00
falkTX
3af971534c
Allow wasm fetch patchstorage thigns, set system factory template
Signed-off-by: falkTX <falktx@falktx.com>
2022-07-09 00:17:07 +01:00
falkTX
ebb768b713
Cleanup build after last couple of changes
Signed-off-by: falkTX <falktx@falktx.com>
2022-05-28 15:17:31 +01:00
falkTX
cab2aa9862
Optimizations to core modules
Signed-off-by: falkTX <falktx@falktx.com>
2022-03-22 14:37:56 +00:00
falkTX
faeaa5862c Initial bypass implementation, MIDI only for now 2022-03-20 21:24:10 +00:00
falkTX
454943f2cf Add file menu option to export uncompressed json file 2022-02-05 01:09:16 +00:00
falkTX
e3b9858994
Implement midi channel filtering in host midi
Signed-off-by: falkTX <falktx@falktx.com>
2022-01-23 22:28:15 +00:00
falkTX
b863d0e54c
Very crude and dirty first host midi implementation
Signed-off-by: falkTX <falktx@falktx.com>
2022-01-23 19:52:46 +00:00
falkTX
caf5ca5df6 Rework plugin audio processing, use simple builtin module for it 2022-01-19 17:40:57 +00:00
falkTX
1a2c64309b
Make internal plugin context use const; Fix host time
Signed-off-by: falkTX <falktx@falktx.com>
2022-01-14 15:45:36 +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
95c1d3ccfb
Rework MIDI handling, remove output queue
Signed-off-by: falkTX <falktx@falktx.com>
2021-12-10 18:55:43 +00:00
falkTX
28d3ca2d68 Fake parameter change when clicking host parameter module 2021-12-09 20:23:26 +00:00
falkTX
d13e354728
Use host idle call to give idle to Carla and Ildaeil, fixes GL UIs
Signed-off-by: falkTX <falktx@falktx.com>
2021-11-13 12:56:08 +00:00
falkTX
036c8a7c26 Fix headless build 2021-11-12 15:56:35 +00:00
falkTX
fb9909e421 Implement file->export, show error message on failure 2021-11-12 15:53:23 +00:00
falkTX
bcfae94f79 Add host cv module 2021-11-09 19:10:09 +00:00
falkTX
af80d41aef
Store entire time info in context; More ImGui/Ildaeil fixups
Signed-off-by: falkTX <falktx@falktx.com>
2021-11-06 15:19:06 +00:00
falkTX
072f9ee3ca
Get Ildaeil to do some useful things
Signed-off-by: falkTX <falktx@falktx.com>
2021-11-05 23:07:18 +00:00
falkTX
3766f0bd42
Override Engine to 100% ensure proper threading (ie, none)
Signed-off-by: falkTX <falktx@falktx.com>
2021-11-03 20:34:41 +00:00
falkTX
9eb1583671
Add time reset signal when transport relocates
Signed-off-by: falkTX <falktx@falktx.com>
2021-10-29 23:27:30 +01:00
falkTX
3898ea976e
Work a bit on params/time GUI; Implement Time clock signal
Signed-off-by: falkTX <falktx@falktx.com>
2021-10-29 23:16:01 +01:00
falkTX
f34b820000 TESTING: Give up on our own context mutex 2021-10-29 11:00:50 +01:00
falkTX
24ad763bc8 Initial implementation for host tempo module: play, bar and beat 2021-10-29 02:41:22 +01:00
falkTX
738a0c820e
Alternative MIDI output approach that works
Signed-off-by: falkTX <falktx@falktx.com>
2021-10-21 23:54:04 +01:00
falkTX
70d2f63acc
Add MIDI input driver
Signed-off-by: falkTX <falktx@falktx.com>
2021-10-21 22:53:45 +01:00
falkTX
c469dbf76b
Initial work for host parameters module
Signed-off-by: falkTX <falktx@falktx.com>
2021-10-20 20:37:42 +01:00
falkTX
d989bdcc59
Add stubs for host-exposed parameters; Move app scenes to DSP
Signed-off-by: falkTX <falktx@falktx.com>
2021-10-20 14:56:12 +01:00
falkTX
94f6412b4c
Fix crash on close; Set getDefaultDeviceId; Cleanup
Signed-off-by: falkTX <falktx@falktx.com>
2021-10-20 12:02:47 +01:00
falkTX
b5785743e8 Initial attempt at plugin state/restore 2021-10-20 03:05:03 +01:00
falkTX
16be4fcabb
Fix unset audio device; Force never cursor lock; Cleanup
Signed-off-by: falkTX <falktx@falktx.com>
2021-10-18 02:57:42 +01:00
falkTX
e0e50db2bc
Rework to allow multi-context audio, custom driver, custom context
Signed-off-by: falkTX <falktx@falktx.com>
2021-10-18 02:25:35 +01:00