falkTX
8672df82ad
Fix some strict compiler warnings
Fixes #821
Fixes #822
Signed-off-by: falkTX <falktx@gmail.com>
5 years ago
falkTX
b93b877fa1
Do not build external plugins in DEBUG mode
They make bigger binaries, take longer to build and sometimes even fail.
We do not need them in DEBUG mode, since they are assumed to be tested and work well
Signed-off-by: falkTX <falktx@gmail.com>
5 years ago
falkTX
7f81fe0a0c
Drop support for PyQt4 in frontend
Signed-off-by: falkTX <falktx@gmail.com>
5 years ago
falkTX
497e8d545e
Bump maximum value of LFO speed
Signed-off-by: falkTX <falktx@gmail.com>
5 years ago
bencrossman
c7fef93f8b
New native plugin for forcing all midi to a particular channel ( #780 )
* New native plugin for forcing all midi to a particular channel
* Update midi-channelize.c
* Update _data.cpp
* Update midi-channelize.c
6 years ago
falkTX
ee0a4e5fdf
Start a big cleanup, WIP
6 years ago
falkTX
ed329d98eb
Big cleanup now that embed ui is gone
6 years ago
falkTX
7b3a871d58
Cleanup
6 years ago
falkTX
5af074b399
Move frontend code to its own folder
6 years ago
falkTX
84151c5e20
Fix embed UI covering window controls under certain hosts
Fixes #725
6 years ago
falkTX
fb3132cabf
Get rid of *.base.* for internal plugins, now unused
6 years ago
FilipeCSnuk
08683468ff
Fix linking of carla-bridge against all internal plugins
6 years ago
falkTX
489a861b07
Fix small minor issue when rescanning as carla-plugin
6 years ago
falkTX
2355f147b3
Fix build with -std=c++98 and adjustments for old Mac OS
6 years ago
falkTX
b9ba5e5d01
Fix typo
6 years ago
falkTX
349651db3a
Fix build, remove some test code
6 years ago
falkTX
4c04b0e15a
Expose carla-plugin in plugin bridge
6 years ago
falkTX
7f89b7574a
2 more small memory issues fixed, caught by valgrind
6 years ago
falkTX
3a270f573c
Always build DGL, even if not using external plugins
6 years ago
falkTX
1df3888c51
Fix carla-plugin-patchbay detection under windows
6 years ago
falkTX
20040f9db7
Build pyqt external uis for windows
6 years ago
falkTX
ce234b92c1
Remove mention of experimental plugins, no longer in use
6 years ago
falkTX
4b3c681985
Implement scale-points for internal DPF plugins
6 years ago
falkTX
3248f8019d
Working loop-mode for audio-file plugin, turn it on by default
6 years ago
falkTX
b7515417d3
Small corrections to audio-file plugin
6 years ago
falkTX
4458590275
Fix for +1 frame offset in libsndfile
6 years ago
falkTX
ffcbe6e682
Update submodule
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
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
a8c5ddd1d5
Fix file filter of MIDI file plugin, small cleanup
6 years ago
falkTX
8b1fd1f537
Properly handle internal plugins with multi MIDI inputs
Fixes #635
6 years ago
falkTX
86a27bd68b
Misc fixes detected by static analyzer
6 years ago
falkTX
2bfcf5b56e
Add external plugins as optional submodule
6 years ago
falkTX
7cfeb809ee
Automatically enable external plugins when its repo is available
6 years ago
falkTX
dbc6acfd78
Remove external plugins from source
6 years ago
Olivier Humbert
934b5226d9
Update midi-file.cpp
6 years ago
HeyCitizen
0519e91eca
replaced necessary breaks
6 years ago
HeyCitizen
2c5414c5e5
hardcoded parameter count
6 years ago
HeyCitizen
bd7618fb42
removed unnecessary breaks
6 years ago
HeyCitizen
55dff89bf7
corrected indentation
6 years ago
HeyCitizen
69229d7b58
corrected indentation
6 years ago
HeyCitizen
ed7ae51d68
added semitones to midi-transpose
6 years ago
HeyCitizen
c162fc2105
added semitones parameter to midi-transpose
6 years ago
HeyCitizen
a671765e72
ensured breaks in switch cases
6 years ago
HeyCitizen
054bd2db1f
add semitones parameter
6 years ago
falkTX
2cc7f3b250
Move the rest of plugins to external folder
6 years ago
falkTX
fe620b3969
Move zyn to external folder
6 years ago
falkTX
12d955a618
Move some files around
6 years ago
falkTX
40fa6bfe45
Remove unused code
6 years ago