falkTX
fbae2fe934
1 more sfzero file builds
6 years ago
falkTX
d5e33fe685
Initial commit of sfzero code. WIP, does not build fully yet
6 years ago
falkTX
8d1b48b72c
Don't install base python scripts in dist-packages
Often ends up in wrong dir, and did not prove useful in the end
Fixes #678
6 years ago
falkTX
64c1660aeb
print engine started details on log tab, not on terminal
6 years ago
falkTX
b4e3cb9190
Print engine details on start; Ignore RtAudio+JACK rate mismatch
6 years ago
falkTX
5aa7eb09cd
Fixed reverse logic in a previous commit
6 years ago
falkTX
429b27c200
Be consistent with ourselves, dont change engine settings if live
6 years ago
falkTX
a0761932ca
Convert num-periods int option to triple-buffer bool
6 years ago
falkTX
d636a81494
Don't build rtaudio/midi dummy backend
6 years ago
falkTX
ec6ed0b95c
RtAudio: Allow custom numBuffers with minimize-latency flag set
6 years ago
falkTX
3631de90fa
Update rtaudio patch file
6 years ago
falkTX
c03571a9ef
Forgot to bump version in a script
6 years ago
falkTX
6a6f4782e5
Bump version to beta7
6 years ago
falkTX
ffcbe6e682
Update submodule
6 years ago
falkTX
7992c96f53
Don't show option regarding qutting carla in carla plugin settings
6 years ago
falkTX
549124aadd
Don't show quit confirmation dialog when running as plugin
6 years ago
falkTX
8aa5781d6e
More aggressive hacks around linuxsampler
6 years ago
falkTX
9aca398cd7
Fix spelling
6 years ago
falkTX
2a5b714a1e
Fix SharedResourcePointer includes
6 years ago
falkTX
008f3383ef
Allow CarlaMutex to be constructed on the heap
6 years ago
falkTX
8129b0f6c4
Minor compiler warning fix
6 years ago
falkTX
f95f81ff51
unzipfx: force C locale, fixes #623
6 years ago
falkTX
fe5ebc12cc
Revert "Build unzipfx on linux without unicode"
This reverts commit 793cc7ddea
.
6 years ago
falkTX
e60c1ab09c
More linux build fixes
6 years ago
falkTX
e81df4e02e
Update linux build script to use static aria2, fix certs
6 years ago
FilipeCSnuk
ae577e26c9
Merge branch 'master' of falktxgh:falkTX/Carla
6 years ago
FilipeCSnuk
ec2cc61a70
Cherry-pick a small water lib change
Not sure if it makes any difference, but won't hurt to add it in
6 years ago
falkTX
73c765d16e
Add script to build and zip all windows releases
6 years ago
falkTX
981d11f739
More tweaks to linux build script
6 years ago
falkTX
c580758220
Fix build with old linux
6 years ago
falkTX
c586050d74
Fix rsyslog not installable on linux chroot in new systems
6 years ago
falkTX
5548df2b2a
Tweak to linux build script, per latest changes in beta7
6 years ago
falkTX
ef24285af7
Bump kxstudio repos win32 versions on linux build script
6 years ago
falkTX
793cc7ddea
Build unzipfx on linux without unicode
Attempting to get around #623
6 years ago
falkTX
1363741f27
Simplify linux build script for win32 versions
6 years ago
falkTX
e183b1d54f
Less optimizations for no-sse build
6 years ago
falkTX
ed61465d5c
Define some variables instead of hardcoding numbers
6 years ago
falkTX
5fa3c7ba92
Fix mouse mid button release initiating rubberband selection
Closes #667
6 years ago
Patrick Desaulniers
8836e41c57
Add confirmation dialog for Remove All and New File ( #662 )
* Add confirmation dialog for Remove All
* Show Remove All confirmation dialog only when clicking the action
* Add confirmation dialog for New File as well
* Simplify slot_fileNew
* Tweak return indentation
* Remove slot_ prefix and decoration
6 years ago
Milk Brewster
5c693588af
MIDI Channel A/B ( #622 )
* Create midi-channel-ab.c
midi-channel-filter.c + bits of midi-split.c = an attempt at a per channel output A/B routing
* Update Makefile for ab plugin
* Update midi-channel-ab.c
fixed incorrect copy/paste
* add A/B plugin
* Add A/B plugin
* Add A/B plugin
* Add A/B plugin
* Add A/B plugin
* Rename and reorder binary options
* Fix output order
* Fix order(?)
* Fix order
* More efficient code, floats to booleans, comparison fixes
* Revert mistake
* Fix midi output port numbers
* Fix maker name
* Add copyright header line
6 years ago
Patrick Desaulniers
74f7458330
Add confirmation dialog for quitting Carla; can be disabled in settings ( #663 )
* Add confirmation dialog for quitting Carla
* Make exit confirmation dialog configurable
* Don't save confirmExit in the host object
* Don't set host.confirmExit in loadHostSettings either
* Modify .ui file using qt4 designer
* Change config ui back to original size
* Put check for exit prompt on multiple lines
* Convert (not ==) to (!=)
6 years ago
John Zimmermann
e68b310b23
Do also check if __aarch64__ is defined instead of only __arm64__ ( #660 )
6 years ago
John Zimmermann
7015d2076c
Only use GNU-specific char *strerror on systems with GLIBC
6 years ago
falkTX
e9a252d69f
Bump API bridge version
6 years ago
falkTX
6d2e35d842
Increase polling rate for non-gui mode (30 Hz)
6 years ago
falkTX
aab1e828fa
Forgot to apply lv2-state-restore on plugin bridges, now fixed
6 years ago
falkTX
056ce15d1a
Force-fix window position offset of Carla-embed mouse events
6 years ago
falkTX
a0e5dd5cec
Dont assume python pipe write is always successful
6 years ago
falkTX
710f69148a
Fix carla as plugin not receiving midi input (regression)
Triggered by 8b1fd1f537
Closes #655
6 years ago
falkTX
3807173356
Fix some bridge parameters after first state load
Closes #640
6 years ago