Commit graph

716 commits

Author SHA1 Message Date
falkTX
f3704490f6
Fix MOD builds
Signed-off-by: falkTX <falktx@falktx.com>
2022-02-08 13:07:24 +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
falkTX
3dd4a05852
Remove now useless SKIP_RTAUDIO_FALLBACK=true flag on CI builds
Signed-off-by: falkTX <falktx@falktx.com>
2022-02-08 01:28:56 +00:00
falkTX
d507afdf2c
Cardinal main variant should not use rtaudio fallback
CV ports are treated as audio, should it would be pretty dangerous

Signed-off-by: falkTX <falktx@falktx.com>
2022-02-08 01:27:44 +00:00
falkTX
f330b71810
Simplify resource install rules
Signed-off-by: falkTX <falktx@falktx.com>
2022-02-08 01:21:34 +00:00
falkTX
70cfff0e5b
Fix FreeBSD debug build
Signed-off-by: falkTX <falktx@falktx.com>
2022-02-08 00:36:03 +00:00
falkTX
d66e1cb88e
Final FreeBSD fix
Signed-off-by: falkTX <falktx@falktx.com>
2022-02-08 00:30:10 +00:00
falkTX
4efe110b36
Fix build
Signed-off-by: falkTX <falktx@falktx.com>
2022-02-07 22:23:51 +00:00
falkTX
7fcb46832c
More make tweaks, try to always use correct paths
Signed-off-by: falkTX <falktx@falktx.com>
2022-02-07 22:10:47 +00:00
falkTX
0fc4a61870
Build and documentation tweaks
Signed-off-by: falkTX <falktx@falktx.com>
2022-02-07 21:07:40 +00:00
falkTX
3b7ab5df31
Set the correct plugin version
Signed-off-by: falkTX <falktx@falktx.com>
2022-02-07 20:26:07 +00:00
falkTX
a6e8bef774
FreeBSD related fixes
Signed-off-by: falkTX <falktx@falktx.com>
2022-02-07 19:49:47 +00:00
falkTX
567a264f7f
Revise BUILDING.md document
Closes #107

Signed-off-by: falkTX <falktx@falktx.com>
2022-02-07 17:35:09 +00:00
falkTX
c67e3e13ac
Really remove befaco
Signed-off-by: falkTX <falktx@falktx.com>
2022-02-07 15:08:43 +00:00
falkTX
cff3535efa
Remove befaco
Signed-off-by: falkTX <falktx@falktx.com>
2022-02-07 14:57:25 +00:00
falkTX
cdb62dedff Mention FreeBSD as supported system
Closes #131
2022-02-07 12:57:01 +00:00
falkTX
c1f436eea0 Alternative approach for zero-latency cables 2022-02-06 22:26:13 +00:00
falkTX
7722e5df35 Add back ZZC, clear up some licenses a bit more 2022-02-06 21:37:52 +00:00
falkTX
ccb94fd000 Implement MIDI out expander \o/ 2022-02-06 17:54:51 +00:00
falkTX
d0224fce14 Cleanup input midi expander, add channel option 2022-02-06 15:30:58 +00:00
falkTX
10fe1db762 One IDE filter was wrong 2022-02-06 14:57:59 +00:00
falkTX
889d713536 Add kdev4 project file, for IDE usage 2022-02-06 14:52:51 +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
ca3ea265f0
Small correction to meters
Signed-off-by: falkTX <falktx@falktx.com>
2022-02-05 21:09:29 +00:00
falkTX
5b6a3c245d
Add meters to ildaeil, fixup panel svg
Signed-off-by: falkTX <falktx@falktx.com>
2022-02-05 20:39:49 +00:00
falkTX
4d7b1fc40f
Recreate imgui environment when scale or zoom changes
Signed-off-by: falkTX <falktx@falktx.com>
2022-02-05 20:31:04 +00:00
falkTX
96c64ba7a9
Make NanoMeter usable for generic things
Signed-off-by: falkTX <falktx@falktx.com>
2022-02-05 20:30:16 +00:00
falkTX
7f7d6bd8b2
Reposition some audiofile panel items, fix some general positions
Signed-off-by: falkTX <falktx@falktx.com>
2022-02-05 19:27:07 +00:00
falkTX
ee7ce3b8e2 Cleanup; Separate ildaeil jacks
Signed-off-by: falkTX <falktx@falktx.com>
2022-02-05 18:08:00 +00:00
falkTX
454943f2cf Add file menu option to export uncompressed json file 2022-02-05 01:09:16 +00:00
falkTX
49c7d32727 extend expanders in carla and ildaeil to show active state 2022-02-04 00:11:49 +00:00
falkTX
6fc469123f Make sure a imgui.ini is never created 2022-02-03 22:58:06 +00:00
falkTX
1dec163012 Fix wording
Signed-off-by: falkTX <falktx@falktx.com>
2022-02-03 12:56:39 +00:00
falkTX
c163b40b64 Support midi input expander in Carla; Cleanup 2022-02-03 01:48:32 +00:00
falkTX
4a629b46c3 Add panel for midi in expander 2022-02-03 01:34:57 +00:00
falkTX
54fccf2a9e Fix shortcuts no longer working regression 2022-02-02 23:44:34 +00:00
falkTX
16a753abb2 Initial work for expanders, remove MIDI-in from ildaeil, WIP 2022-02-02 22:47:52 +00:00
falkTX
6bbdf9a63d Move some common code to new header files 2022-02-02 21:43:25 +00:00
falkTX
5c3367299e
TextEditor: Add undo, redo, cut, copy, paste actions
Signed-off-by: falkTX <falktx@falktx.com>
2022-02-02 19:48:06 +00:00
falkTX
cd2dd92549
Implement clipboard for imgui
Signed-off-by: falkTX <falktx@falktx.com>
2022-02-02 19:47:46 +00:00
falkTX
29f9f1092c
Fix glfw alphabet keys conversion
Signed-off-by: falkTX <falktx@falktx.com>
2022-02-02 19:45:58 +00:00
falkTX
718ed4ad90
Update imgui to stable 1.86
Signed-off-by: falkTX <falktx@falktx.com>
2022-02-02 19:09:57 +00:00