Commit graph

3621 commits

Author SHA1 Message Date
Jean Pierre Cimalando
9952d28b97 Volume meter for plugin editors 2021-04-26 15:52:29 +02:00
Jean Pierre Cimalando
9411bd458d Specify the LV2 main output 2021-04-26 11:11:21 +02:00
JP Cimalando
5cf0c13d87
Merge pull request #858 from jpcima/lv2-misc
Minor LV2 things
2021-04-26 10:54:01 +02:00
Jean Pierre Cimalando
c046c63014 Fix a typo 2021-04-26 10:53:04 +02:00
Jean Pierre Cimalando
e17b6e7d52 Put LV2 stereo outputs in a group 2021-04-26 10:52:19 +02:00
Jean Pierre Cimalando
38b36522ef Add min/max specifications for LV2 controllers 2021-04-26 10:45:06 +02:00
JP Cimalando
6e901c2eb2
Merge pull request #857 from jpcima/buffer-fix
Fix copy and move operations of Buffer
2021-04-25 09:13:41 +02:00
Jean Pierre Cimalando
11abec50ba Fix copy and move operations of Buffer 2021-04-25 08:11:42 +02:00
JP Cimalando
954ae4c286
Merge pull request #856 from jpcima/build-time-optimization
Build time optimization: resources
2021-04-25 07:14:07 +02:00
Jean Pierre Cimalando
508dae298d Compile ghc::filesystem implementations once only 2021-04-25 06:48:49 +02:00
Jean Pierre Cimalando
8a5e4f4fe0 Try building with ninja generator 2021-04-25 06:02:16 +02:00
Jean Pierre Cimalando
cd1e4567f2 Add cmake option for -ftime-trace 2021-04-25 05:49:45 +02:00
Jean Pierre Cimalando
41ab126549 Remove header dependency Parser from Synth 2021-04-25 05:33:42 +02:00
Jean Pierre Cimalando
8551caebf6 Build time optimization: resources 2021-04-25 04:55:30 +02:00
Paul Ferrand
f5bed98356
Merge pull request #854 from paulfd/extended-ccs-2
Store extended CCs in the midistate
2021-04-25 00:31:49 +02:00
Paul Fd
e2c667c42f Store extended CCs in the midistate
for those targets that do not rely on the modmatrix
2021-04-24 17:29:49 +02:00
Paul Ferrand
acd866fd3d
Merge pull request #850 from paulfd/pkg-config-libdir-fix
Use better variables for the pkg-config file
2021-04-20 12:57:26 +02:00
Paul Fd
57eb4ca87a Use better variables for the pkg-config file
The previous version created problems when setting manually CMAKE_INSTALL_LIBDIR on configure, e.g. for OBS/Debian packages.
The `libdir` value ended up as `libdir=${exec_prefix}//usr/lib` in this case, leading pkg-config to complain (obviously).
2021-04-20 12:28:47 +02:00
JP Cimalando
2d95852bcb
Merge pull request #849 from jpcima/libsfizz-static-name
Fix MSVC duplicate target sfizz.lib
2021-04-17 21:22:12 +02:00
Jean Pierre Cimalando
f8f41fab1f Fix MSVC duplicate target sfizz.lib 2021-04-17 21:02:38 +02:00
redtide
9c7eca288d Missing link in README [ci skip] 2021-04-17 11:27:15 +02:00
redtide
cea8981f74 Update README about audio libraries 2021-04-17 11:21:22 +02:00
Jean Pierre Cimalando
5da137a8d6 Add deployments for Windows installers 2021-04-16 21:02:11 +02:00
redtide
4921a9ea79 Misc Doxygen fixes 2021-04-16 20:33:27 +02:00
Paul Ferrand
83b9c86692
Merge pull request #847 from paulfd/struct-messaging-comment
Comment struct members
2021-04-16 17:20:56 +02:00
Paul Ferrand
1466cdb792
Update src/sfizz_message.h
Co-authored-by: JP Cimalando <jp-dev@inbox.ru>
2021-04-16 17:20:44 +02:00
Paul Fd
80adfbac00 Comment struct members 2021-04-16 16:58:32 +02:00
Jean Pierre Cimalando
312c0bc730 Apple, new attempt 2021-04-16 16:55:32 +02:00
Jean Pierre Cimalando
212e2ffc02 Enter Apple signing information in CI 2021-04-16 16:36:57 +02:00
redtide
ba0fad99b3
Merge pull request #844 from redtide/doxygen-update
Fix/update Doxygen documentation
2021-04-16 16:11:22 +02:00
JP Cimalando
cd4562c560
Merge pull request #845 from jpcima/pkgconfig
Make pkgconfig such that sndfile is only linked if required
2021-04-16 15:52:14 +02:00
Jean Pierre Cimalando
423aebaafc Make pkgconfig such that sndfile is only linked if required 2021-04-16 15:50:34 +02:00
redtide
fb210da22c Fix/update Doxygen documentation 2021-04-16 15:32:22 +02:00
Jean Pierre Cimalando
5912b97cee Display more plugin formats of wrappers 2021-04-16 03:22:23 +02:00
JP Cimalando
48b9bccc71
Merge pull request #842 from jpcima/midnam-cpp-2
Midnam C++ tests with new API
2021-04-16 02:40:53 +02:00
Jean Pierre Cimalando
f1573ecb03 Silence some unused parameter warnings 2021-04-16 02:25:27 +02:00
Jean Pierre Cimalando
bd68a4fbb0 Expose a function to free memory allocated by the library 2021-04-16 02:23:11 +02:00
Jean Pierre Cimalando
bc4cf8a5ad Update Midnam C++ API 2021-04-16 02:09:10 +02:00
Paul Fd
2d3b62b69c Add Midnam bindings in C++
And a couple tests...
2021-04-16 02:09:10 +02:00
JP Cimalando
c96700937b
Merge pull request #843 from jpcima/tests-ci
CI update to get to tests faster
2021-04-16 02:05:44 +02:00
Jean Pierre Cimalando
69ffa27d78 CI update to get to tests faster 2021-04-16 01:50:36 +02:00
Paul Ferrand
fb0600c94f
Merge pull request #839 from paulfd/deprecate-some-apis
Update channel aftertouch API
2021-04-15 23:50:57 +02:00
JP Cimalando
5e0c745220
Merge pull request #841 from jpcima/audio-unit
Format detection for Audio Unit
2021-04-15 23:39:33 +02:00
Jean Pierre Cimalando
e727d21431 Format detection for Audio Unit 2021-04-15 23:33:20 +02:00
Paul Fd
ac08fe0150 Deprecate the setLoggingPrefix 2021-04-15 23:29:17 +02:00
Paul Fd
93f907f0ca Update channel aftertouch API
and version numbers in new APIs
2021-04-15 23:17:46 +02:00
JP Cimalando
45f1ebff9b
Merge pull request #838 from jpcima/version-updates
Version updates
2021-04-15 22:58:48 +02:00
Jean Pierre Cimalando
1e46b619a2 Update the LV2 version 2021-04-15 22:47:52 +02:00
Jean Pierre Cimalando
be3e3fd871 Bump sfizz version, along with the so version 2021-04-15 22:47:40 +02:00
JP Cimalando
e307e7b282
Merge pull request #836 from jpcima/api-updates
Api updates
2021-04-15 22:37:29 +02:00