CapRat
3f3d8ec9f2
Merge branch 'master' into master
6 years ago
falkTX
1e9e2067ca
Merge branch 'develop'
6 years ago
falkTX
de8ace2f30
Only use -mtune=generic on intel-based architectures
Signed-off-by: falkTX <falktx@falktx.com>
6 years ago
CapRat
adfb8fde10
CrossPlatform and check
Duplicates the substraction, but check is executed and its crossplatform (ssize_t isnt)
6 years ago
CapRat
6d619325eb
Added Support for MinGW on Windows. Also Fixes bug with lv2 (had to change Memoryallocation to iso c++ (malloc for cstrings)
6 years ago
CapRat
34edd4654b
forgot to add new cmake stuff for versining and cxx standard
6 years ago
CapRat
e63fb3b557
Added insource build and Doxygen doku
6 years ago
CapRat
f465fee1f4
Moved Functions to main CMakeLists.txt and changed Style to normal CMake
style.
6 years ago
CapRat
6e8577130e
Fix standalone LV2. To run smoothly cmake add directly
DISHRO_WANT_DIRECT_ACESS if needed, so there is no need to extra include
it in Headerfile. Fix some style things(more will follow)
6 years ago
CapRat
3f1dfcb0be
Test with MINGW Build (LatencyPlugin)
6 years ago
CapRat
8c40e0c3f4
Added support for cmake Status Variables, which indicates, which plugin
can be build.
Also added stuff to build with visual Studio. The new changes in the
code, are just because array allocation with dynamic variables arent iso
c++. So That wont work in MSVC... No Comment on that -> Microsoft <3 ...
yeah , but enough of that. It works und MSVC on windows. MinGW does
compile, but somehow windows cant load the library, except its built
with minGW... So Tracktion says no to the Plugin with MinGW :/ See if i
can fix that.
6 years ago
CapRat
cc1cfc7fde
Add optional Installtarget and build all DSSI Targets.
6 years ago
CapRat
dde4e6b887
Updated GitIgnore for ignoring QTCreator CMakeLists-Files and updated FindCairo and FindJack to relay on pkgconfig. Also changed fallback from Haiku to X11
6 years ago
Benjamin
22bda5cd25
added Jack support
6 years ago
Benjamin
ba420940ec
First ready to use CMake Port, there are some Problems with DSSI
6 years ago
Benjamin
2fb0ece23d
Added CMAKE Support
6 years ago
JP Cimalando
4e180a77ec
lv2: request the optional ui:parent feature
6 years ago
JP Cimalando
a927593824
lv2: require the idleInterface feature
6 years ago
falkTX
07bfa0adbf
Fix AudioMidiSyncHelper against hosts that keep same buffer
Signed-off-by: falkTX <falktx@falktx.com>
6 years ago
Olivier Humbert
9566221636
sort alphabeticaly and done/WIP
6 years ago
Olivier Humbert
460af6dfd6
Add Shiro-plugins
6 years ago
JP Cimalando
4c3b7d9630
Fix user-resizable embedded window in Reaper Mac
This will inhibit applying the auto-resize mask until
the initial size has been set in the PuglView. Initially,
DPF would set this size to (1, 1).
6 years ago
falkTX
07d5018f60
Merge branch 'develop'
6 years ago
Christopher Arndt
30ba386bc6
Export LV2 scalePoint for integer ports as integer values not float ( #195 )
* Export LV2 scalePoint for integer ports as integer values not float
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
* Round int scale point value instead of truncating
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
* Name roundedValue properly and make it const
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
6 years ago
JP Cimalando
a40eafdf18
Detect the processor type, enable SSE2 only when possible ( #191 )
* Detect the processor type, enable SSE2 on Intel only
* Add some default optimizations for ARM
6 years ago
Christopher Arndt
4b375f7a5f
List Uhhyou plugins in readme
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
6 years ago
falkTX
d2d3a43776
Only enable Info modgui if building for MOD
Signed-off-by: falkTX <falktx@falktx.com>
6 years ago
JP Cimalando
e69074ebfc
Fix setting the bypass parameter at init ( #185 )
* Fix setting the bypass parameter at init
* Rewrite the bypass patch with suggestions
6 years ago
falkTX
d164873893
Add modgui to Info plugin
Signed-off-by: falkTX <falktx@falktx.com>
6 years ago
falkTX
3a0f7e13c7
Being pedantic
6 years ago
falkTX
a7a7b47e9a
Fix build without opengl
6 years ago
Olivier Humbert
14842be64b
Made with dpf: + stone-phaser
6 years ago
JP Cimalando
7070042590
Fix macOS crash on editor closed and reopened
On Minihost Modular, the window will not be recreated correctly after
closing. It's because the host does not send the effEditClose opcode.
When effEditOpen is reentered, fVstUI!=nullptr would short-circuit the
initialization of the editor, and continue without an existing window.
6 years ago
JP Cimalando
8ed673ee16
Add the `VERBOSE` option to makefiles
6 years ago
falkTX
335cb08628
Fix build without set-DGL-namespace
6 years ago
falkTX
4a3327e011
Test build with no DGL namespace too
6 years ago
falkTX
acbf535cff
Fix build with custom prefix
6 years ago
falkTX
4c5da3f954
Test no namespace and custom namespace on CI
6 years ago
JP Cimalando
7c82a93925
Fix the build in case the DISTRHO namespace is not used
6 years ago
JP Cimalando
98b29fd867
Allow generic units to pass validation
6 years ago
falkTX
06340e3c16
More haiku tests & changes (full mouse tracking, lock looper)
6 years ago
JP Cimalando
945ee9a2f4
Suppress the copy methods of ParameterEnumerationValues ( fixes #177 ) ( #178 )
* Suppress the copy methods of ParameterEnumerationValues
* Provide a C++98 definition of DISTRHO_DECLARE_NON_COPY_STRUCT
6 years ago
falkTX
20a464142a
Incomplete but sorta working initial Haiku support, WIP
See https://nextcloud.falktx.com/s/SGsiLLHJ7Qn4PDj/preview
and https://nextcloud.falktx.com/s/w7qsZigFNTHFrmw/preview
Great times ahead!
6 years ago
falkTX
700762a5b5
Fix haiku.cpp file to use unix line endings
6 years ago
falkTX
b24777bce0
Fix previous commit; Enable cairo in CI Linux builds
6 years ago
falkTX
14b4536aad
Reorder some code and add stubs for HaikuOS support
Signed-off-by: falkTX <falktx@falktx.com>
6 years ago
Patrick Desaulniers
94a198544a
Update README.md
Tweak Wolf Shaper and Wolf Spectrum labels; Remove Wolf LFO
6 years ago
Michael Willis
5327dc7891
Update dragonfly reverb link
6 years ago
Olivier Humbert
cc7e5e89c0
Update README.md ( #174 )
* Update README.md
* Update README.md
* Update README.md
6 years ago
falkTX
cbcd93ad76
Cleanup
6 years ago