falkTX
8ac99a697e
Rename vestige header and update it, adjust code as needed
7 years ago
falkTX
3dad6fc926
Update jackey.h file
7 years ago
falkTX
df44adbebe
Remove an unused file
7 years ago
falkTX
7673150223
Allow output/read-only params to go out of bounds
7 years ago
falkTX
aac9b5943e
ParamSpinBox: Don't allow to change values of read-only params
7 years ago
falkTX
2680128ee1
Revert "Revert "Delete code that ended up not being needed""
This reverts commit d28fafb840 .
7 years ago
falkTX
4458590275
Fix for +1 frame offset in libsndfile
7 years ago
falkTX
7e3f25b41b
Add old sfzsample code in case we need to compare
7 years ago
falkTX
32486a99a4
previous ad_soundfile code was correct
7 years ago
falkTX
d28fafb840
Revert "Delete code that ended up not being needed"
This reverts commit 3870412e57 .
7 years ago
falkTX
58a76670cd
Minor sfzero fixes
7 years ago
falkTX
c5db45ca16
Cleanup
7 years ago
falkTX
6a986c0630
Fully remove gig and LS stuff; Cleanup
7 years ago
falkTX
1286793a53
Start getting rid of linuxsampler
7 years ago
falkTX
3870412e57
Delete code that ended up not being needed
7 years ago
falkTX
31304048c1
Make sfzero use ad lib instead of water for file reading
7 years ago
falkTX
de564b56ea
Forgot to commit the important file :)
7 years ago
falkTX
780c611fb3
Import more files for water, needed by SFZero
7 years ago
falkTX
56c05b4952
SFZero stuff working, only final details needed now
7 years ago
falkTX
d19547ca12
Import more water code, almost all sfzero builds now
7 years ago
falkTX
08901df28f
sfzero Sound class almost done
7 years ago
falkTX
159b205e66
Import HasMap into water, and a few String methods
7 years ago
falkTX
485a73a4cb
More sfz build stuff. now all modules, but without new code yet
7 years ago
falkTX
fbae2fe934
1 more sfzero file builds
7 years ago
falkTX
d5e33fe685
Initial commit of sfzero code. WIP, does not build fully yet
7 years ago
falkTX
64c1660aeb
print engine started details on log tab, not on terminal
7 years ago
falkTX
b4e3cb9190
Print engine details on start; Ignore RtAudio+JACK rate mismatch
7 years ago
falkTX
5aa7eb09cd
Fixed reverse logic in a previous commit
7 years ago
falkTX
429b27c200
Be consistent with ourselves, dont change engine settings if live
7 years ago
falkTX
a0761932ca
Convert num-periods int option to triple-buffer bool
7 years ago
falkTX
d636a81494
Don't build rtaudio/midi dummy backend
7 years ago
falkTX
ec6ed0b95c
RtAudio: Allow custom numBuffers with minimize-latency flag set
7 years ago
falkTX
3631de90fa
Update rtaudio patch file
7 years ago
falkTX
6a6f4782e5
Bump version to beta7
7 years ago
falkTX
ffcbe6e682
Update submodule
7 years ago
falkTX
7992c96f53
Don't show option regarding qutting carla in carla plugin settings
7 years ago
falkTX
549124aadd
Don't show quit confirmation dialog when running as plugin
7 years ago
falkTX
8aa5781d6e
More aggressive hacks around linuxsampler
7 years ago
falkTX
9aca398cd7
Fix spelling
7 years ago
falkTX
2a5b714a1e
Fix SharedResourcePointer includes
7 years ago
falkTX
008f3383ef
Allow CarlaMutex to be constructed on the heap
7 years ago
falkTX
8129b0f6c4
Minor compiler warning fix
7 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
7 years ago
falkTX
c580758220
Fix build with old linux
7 years ago
falkTX
e183b1d54f
Less optimizations for no-sse build
7 years ago
falkTX
ed61465d5c
Define some variables instead of hardcoding numbers
7 years ago
falkTX
5fa3c7ba92
Fix mouse mid button release initiating rubberband selection
Closes #667
7 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
7 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
7 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 (!=)
7 years ago