falkTX
cda831ffcd
Add 'midiCC' hint to Parameter, use in as DSSI code already
This provides the initial work for #12 .
We need to export this info for LV2s as well.
8 years ago
falkTX
e0a6ebf251
Ignore warnings caused by nanovg and sofd
Fixes #8
8 years ago
falkTX
8773ce8480
Don't allow to mix LADSPA_HINT_TOGGLED with other hints.
Fix needed for non-mixer
8 years ago
Filipe Coelho
7bb15cd6c7
Merge pull request #13 from FaTony/master
Added DSSI pitch bend handling.
8 years ago
FaTony
76b7a34dfd
Fixed indentation.
8 years ago
FaTony
bf8f1ff54b
Added DSSI pitch bend handling.
8 years ago
falkTX
affa0c3a50
Revert "Add ability to set scrolling step on knobs, does not apply to drag"
This reverts commit 2b27a7ab1e
.
Closes #7
9 years ago
Filipe Coelho
7c701ac7d5
Merge pull request #6 from zamaudio/scrollstep
Add ability to set scrolling step on knobs, does not apply to drag
9 years ago
falkTX
95ca7b0f7d
Minor MacOS build fixes
9 years ago
Damien Zammit
2b27a7ab1e
Add ability to set scrolling step on knobs, does not apply to drag
- Fine tuning with CTRL-scroll is 1/10 of the scroll step set
- Set the major scroll step with setScrollStep(<float>)
Signed-off-by: Damien Zammit <damien@zamaudio.com>
9 years ago
falkTX
70e3780a63
Reporting LV2 latency port to the UI is not fatal
9 years ago
falkTX
d5d4d94182
Add notOnGUI property to lv2 latency port
9 years ago
falkTX
bf3b77fd13
Use C/LDFLAGS when building lv2 generator
9 years ago
falkTX
79dfcc97e4
Fix new OSX build
9 years ago
falkTX
97fb4236d0
Proper signal class implementation
9 years ago
falkTX
a94a9948fc
Final fix
9 years ago
falkTX
793c9f658c
Fix previous commits
9 years ago
falkTX
32730ebfe2
Really fix FreeBSD build
9 years ago
falkTX
dc12c0cf30
Remove test code
9 years ago
falkTX
60d8fad890
Limit String base64 stack size
9 years ago
falkTX
c255436ab6
Treat FreeBSD and GNU (Hurd) as if they were linux
9 years ago
falkTX
94f2f5087a
Use a signal to wait for thread start
9 years ago
falkTX
663f30a047
Add Signal class alongside Mutex
9 years ago
falkTX
87217454c3
Update some comments
9 years ago
falkTX
3775c92208
Fix graphical issues when closing UIs in Ableton Live
9 years ago
falkTX
21dfb8dd91
Fix Old OSX build
Closes #5
9 years ago
falkTX
588651f390
Add link to glBars
9 years ago
falkTX
662ca8a751
Fix external-ui build on OSX; Fix non-embed external-ui
9 years ago
falkTX
f726245325
Pass LV2 UI bundle path to external UIs
9 years ago
falkTX
ba4e240464
Make PTHREAD_PRIO_INHERIT optional
9 years ago
falkTX
fd34de63e4
Mutex: Use PTHREAD_PRIO_INHERIT protocol
9 years ago
falkTX
2d865dae20
Fix typo
9 years ago
falkTX
277d2de600
Fix for some very picky warnings
9 years ago
falkTX
1e83d2a9ce
OSX related fixes; Add 'MACOS_OLD=true' if using apple-gcc4.2
9 years ago
falkTX
1123468ccf
Cleanup
9 years ago
falkTX
0ceb33b004
Fix OSX build
9 years ago
falkTX
4c3550366d
Remove deprecated widget header files
9 years ago
falkTX
bb05e224bf
Fix build without blendish stuff
9 years ago
falkTX
c3e5d51999
Remove blendish and NanoWidgets code
9 years ago
falkTX
867dd9bd95
Remove blender icons (they're GPL)
9 years ago
falkTX
5d70c8a977
Update copyright dates; Add license header comment to utility code
9 years ago
falkTX
f40b419e37
Update doxygen file and some copyright dates
9 years ago
falkTX
8e7dcb4358
Fix unused variable
9 years ago
falkTX
a82e260a1b
Return -1 for VST canDo features we don't need
9 years ago
falkTX
81529dd0aa
Fix VST chunk save
Thanks fundamental for spotting it
9 years ago
falkTX
d1e127289c
Allow to store window title in external windows
9 years ago
falkTX
720d681a09
Don't report LV2 touch or resize features if UI is pure external
9 years ago
falkTX
502d3359fb
Report some status of external window to host
9 years ago
falkTX
8358893bf3
Define DISTRHO_OS_UNIX if building for linux or osx
9 years ago
falkTX
c96969c56e
ExternalWindow: Add code for managing external process
9 years ago