Commit graph

2873 commits

Author SHA1 Message Date
Jean Pierre Cimalando
186942a588 Add ghc::filesystem as a submodule 2020-12-14 11:01:23 +01:00
JP Cimalando
bfabfba3dc
Merge pull request #581 from jpcima/sfz-paths
Search the SFZ folders defined by variable SFZ_PATH
2020-12-14 10:47:44 +01:00
Jean Pierre Cimalando
361160dfc8 Search the SFZ folders defined by variable SFZ_PATH 2020-12-14 10:31:02 +01:00
JP Cimalando
b63f7eee9c
Merge pull request #580 from jpcima/cmake
Some CMake cleanup
2020-12-14 09:19:17 +01:00
Jean Pierre Cimalando
3a9accba4b Put dependency libraries in namespaces 2020-12-14 08:20:01 +01:00
Jean Pierre Cimalando
96dc4791e4 Fix the preprocessor, cxxopts missing 2020-12-14 07:53:34 +01:00
Jean Pierre Cimalando
8b56f89688 Update cmake files formatting 2020-12-14 07:49:02 +01:00
Jean Pierre Cimalando
61c0791d71 Mark the submodules as shallow 2020-12-14 07:40:41 +01:00
JP Cimalando
751c2664df
Merge pull request #579 from jpcima/gnu-warnings
Detected compiler warnings
2020-12-13 16:26:52 +01:00
Jean Pierre Cimalando
b19ab25af3 Use only GNU warnings recognized by compiler 2020-12-13 16:26:17 +01:00
Jean Pierre Cimalando
88e7dc0526 Add CMake helper for GNU warnings 2020-12-13 16:26:01 +01:00
JP Cimalando
f6f398101b
Merge pull request #578 from jpcima/faligned-new
Check the existence of flag -faligned-new and add it
2020-12-13 16:19:49 +01:00
Jean Pierre Cimalando
4b0e4383a4 Check the existence of flag -faligned-new and add it 2020-12-13 14:35:30 +01:00
Jean Pierre Cimalando
9331ff504f Disable fileicon, rejected by code-signing 2020-12-13 13:11:51 +01:00
JP Cimalando
cec22ecf71
Merge pull request #577 from jpcima/apple-dmg
Improve DMG and code-sign
2020-12-13 13:00:58 +01:00
Jean Pierre Cimalando
64480f50a9 Improve DMG and code-sign 2020-12-13 12:51:46 +01:00
JP Cimalando
7b9b7c226e
Merge pull request #576 from jpcima/apple-dmg
Apple DMG
2020-12-13 10:21:53 +01:00
Jean Pierre Cimalando
f2523f8b38 Prepare a basic macOS package with DMG format 2020-12-13 10:08:47 +01:00
Jean Pierre Cimalando
118f1cc21b Remove old icon for macOS 2020-12-13 09:33:07 +01:00
Jean Pierre Cimalando
dab5944755 Add vel2 tests 2020-12-13 08:06:24 +01:00
JP Cimalando
7321ceac94
Merge pull request #575 from jpcima/vel2
Simplify the processing of vel2 opcodes
2020-12-12 14:16:59 +01:00
JP Cimalando
d13dbe5bd3
Merge pull request #553 from jpcima/beat-lfo
Add lfoN_beats
2020-12-12 14:14:03 +01:00
Jean Pierre Cimalando
ec12e97a88 Simplify the processing of vel2 opcodes 2020-12-12 13:46:33 +01:00
JP Cimalando
53d102b964
Merge pull request #555 from paulfd/osc-region-introspection
Test region values through the OSC interface
2020-12-12 11:59:07 +01:00
Jean Pierre Cimalando
7ddf89bf5e Add comment regarding performance [ci skip] 2020-12-12 11:55:54 +01:00
Jean Pierre Cimalando
686f285294 Clean up indentation 2020-12-12 11:52:09 +01:00
Jean Pierre Cimalando
c8e5483c59 Clean up ccModDepth/ccModParameters 2020-12-12 11:48:47 +01:00
Paul Ferrand
171a5e5083 Initial 2020-12-12 11:13:20 +01:00
Paul Ferrand
31103d11a2 Add moves to the ModKey::Parameters 2020-12-12 11:08:48 +01:00
JP Cimalando
09333b3cec
Merge pull request #574 from jpcima/auwrapper-static
Static link strategy for AudioUnit
2020-12-11 19:49:16 +01:00
Jean Pierre Cimalando
bfbcdb2b43 Static link strategy for AudioUnit 2020-12-11 19:12:00 +01:00
JP Cimalando
4a71aeb081
Merge pull request #573 from jpcima/weak-ptr
vst: do not keep a strong reference on the editor
2020-12-11 10:17:52 +01:00
Jean Pierre Cimalando
219babcb7a Avoid making the controller take a reference on the editor 2020-12-11 09:32:33 +01:00
Jean Pierre Cimalando
66dec90846 Weak pointer for VST 2020-12-11 09:32:27 +01:00
Jean Pierre Cimalando
0d6f1b0837 vst: workaround in case the documents folder is missing 2020-12-11 02:53:20 +01:00
JP Cimalando
7aad600db9
Merge pull request #572 from jpcima/user-path
Add a possibility to set the user path
2020-12-09 17:39:26 +01:00
Jean Pierre Cimalando
cc24203f2d Log the found file with full path 2020-12-09 17:08:27 +01:00
Jean Pierre Cimalando
a848d8e94e Fix the file search by filename key 2020-12-09 17:06:43 +01:00
Jean Pierre Cimalando
ccdba9d6c7 Add ability in the editor to change the user directory 2020-12-09 16:36:52 +01:00
Jean Pierre Cimalando
0cb1b67bfa Use a custom SFZ path set in user configuration 2020-12-09 16:36:43 +01:00
JP Cimalando
de637fc058
Merge pull request #571 from jpcima/settings
Global settings access for VST
2020-12-09 11:48:34 +01:00
Jean Pierre Cimalando
0acbce5274 Global settings access for VST 2020-12-09 11:05:20 +01:00
JP Cimalando
901e053f25
Merge pull request #570 from jpcima/actions
Move some builds and deployments to github actions
2020-12-08 11:04:26 +01:00
Jean Pierre Cimalando
872cebd74a Remove old travis jobs 2020-12-08 05:44:13 +01:00
Jean Pierre Cimalando
4d4ffdeb46 Move some builds and deployments to github actions 2020-12-08 05:30:24 +01:00
JP Cimalando
1da74935ea
Merge pull request #564 from jpcima/vst-editor
Delayed UI updates with locking
2020-12-07 10:15:33 +01:00
Jean Pierre Cimalando
bea7195c65 Add more thread-safety in VST 2020-12-07 09:41:36 +01:00
JP Cimalando
859092bc99
Merge pull request #567 from jpcima/fp-fast
Enable the fast-math equivalent of MSVC
2020-11-29 18:10:09 +01:00
Jean Pierre Cimalando
a0e6abceda Enable the fast-math equivalent of MSVC 2020-11-27 00:08:08 +01:00
JP Cimalando
9142aaed7b
Merge pull request #565 from jpcima/st-audiofile-fix
Fix uninitialized memory with sndfile
2020-11-24 20:56:45 +01:00