falkTX
137a3e6fe6
Adjust UI a bit for logs tab, also I was wrong :P
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
Térence Clastres
27e688c148
Add Save, Clear and toggle autoscroll to the Logs tab ( #1129 )
New options:
- Save: save the log to a file (default to carla_log.txt)
- Clear: clear the console log (also accessible via CTRL+L)
- Auto-Scroll (default on): chooses wether it should scroll to keep up with new log
entries or stay where it is
Misc:
- Small carla_host.ui cleanup (from Qt Designer)
- Do not show the console scrollbars when there is nothing to scroll
- Add some margin to the console to give it a more "console-like" feel
Signed-off-by: Térence Clastres <t.clastres@gmail.com>
4 years ago
falkTX
674bfedf6e
Initial go at category filters
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
82bea67fe9
Allow to drag&drop vst3 folders for any OS
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
53c52cb3cf
Move standalone juce init/idle/cleanup to new file, expose an API
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
f6c9559067
Final details for scanning etc vst3 linux stuff
Closes #1094
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
215103c05d
Host API calls now require handle as first argument
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
c79e178105
Set version as 2.1.0
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
0f10d81c59
Use PORT_TYPE_PARAMETER for CV ports (brown color)
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
86acfaaf6f
Remove old patchcanvas.py file that was still there by mistake
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
8491fb91ff
Debug pixel ratio information
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
76e50bf2fe
Bump version
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
a48ebd3bdc
Add sf3 to default soundfont path
Closes #905
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
991b184ddb
Fix for unconventional mouse releases while line is dragging
Closes #880
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
c87c948a17
Reduce pipe allocations for pyqt plugin ui and simple values
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
9a6c17dc56
Optimize pipe reads, by reducing allocations
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
a511bb259e
Try to prevent flooding logs with nan warning
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
7ced536c88
Try to catch NaN values in gui
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
12318879c6
Implement lv2ui background/foreground color
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
ce0cac7d62
Fix MIDI CC assignment showing wrong selected value (base 16 vs 10)
Fixes #1018
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
4544d8559e
Fix right-click custom value dialog on skin knobs
Fixes #997
4 years ago
falkTX
cf50b929c1
Do not allow to enable canvas inline-displays in carla-control
4 years ago
falkTX
57d29b421b
Fixup carla-control to be in sync with main carla
4 years ago
falkTX
ed9ecac943
Final tweaks for osx menu roles
4 years ago
falkTX
36de0cc079
Set version as 2.0-RC1
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
9bdcee2283
Do not restrict ranges when mapped to CV
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
9640c93150
Ensure only correct parameters can be cv controlled
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
b99fc3c418
Fix offset to cv controlled parameters; Dont show range if unmapped
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
7703a681c6
Allow user to set ranges; Better render of "set value" dialog text
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
82d83a5678
Improve wording
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
0ac2667115
Fix wrong data type for python-side mapped range
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
357745c099
Show mapped range in edit dialog, tweak MIDI CC list
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
50bf13f6a4
Tweak linux build script; Add option for custom MIDI CC mapping
4 years ago
falkTX
45fc5b7d96
Don't allow NSM without project, be clear when NSM cant be used
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
9de958461e
Add option to clear xrun after project load
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
3af5915de9
Backwards-compatible QFontMetrics horizontalAdvance/width call
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
9a1874745e
Forgot a destructor; Make some functions inline
4 years ago
falkTX
8bdf27448f
Link zynaddsubfx-ui in resources too
4 years ago
falkTX
913ad29ea8
Fix missing link to zynaddsubfx resources
4 years ago
falkTX
a98fbe51b1
Move some files around, fixes #984
4 years ago
falkTX
9d33eab740
Delete old stuff
4 years ago
falkTX
80580d364b
Update gitignore; Add missing C++ file
4 years ago
falkTX
1fffd7c663
Fix build (remove bin/resources link, use signal on unix, not linux)
4 years ago
falkTX
1e72ee7ff5
Fixup c++ frontend for strict warnings, actually works..
4 years ago
falkTX
682dcdfbbf
Make C++ frontend optional, by use of "make cpp"
4 years ago
falkTX
5fed7a05d7
Implement add-jack in c++, start plugin refresh
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
ed335301e9
Add definitions of carla_database.py in c++
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
20d450554a
Bunch more c++ stuff, WIP
4 years ago
falkTX
0aaf2f97b9
Define all functions for HostWindow in c++
4 years ago
falkTX
60608bb2b0
Implement most of settings in c++
4 years ago