Paul Fd
dac20eac20
Fix LV2 manifest when using PSA
...
lv2lint was giving out errors
2022-07-30 22:46:43 +02:00
Paul Ferrand
b6aea989d3
Merge pull request #1104 from paulfd/submodule-updates-2207
...
Submodule updates - 2022-07
2022-07-29 02:50:02 +02:00
Paul Ferrand
8ace080aea
Update ghc::filesystem to v1.5.12
2022-07-29 02:35:11 +02:00
Paul Ferrand
960fc6de1c
Update abseil
2022-07-29 02:35:11 +02:00
Paul Ferrand
a6686ad6a4
Update pugixml
2022-07-29 02:35:11 +02:00
Paul Ferrand
b7d50e46a6
Update Catch2
2022-07-29 02:35:11 +02:00
Paul Ferrand
9657da11aa
Capitalize manufacturer
2022-07-28 17:54:30 +02:00
Paul Ferrand
1f76a8c2c4
Merge pull request #1109 from sfztools/remove-lfs
...
Move from LFS...
2022-07-27 12:18:34 +02:00
Paul Ferrand
f09247018c
Switch CI to macos 11 (10.15 is deprecated)
2022-07-27 11:12:48 +02:00
Paul Ferrand
8edd3d8e80
Run CI on develop/master branches only
2022-07-27 11:07:40 +02:00
Paul Ferrand
83be63f172
Remove lfs from CI
2022-07-27 11:05:32 +02:00
Paul Ferrand
1859e66ea1
Move from LFS...
2022-07-27 11:01:07 +02:00
Paul Ferrand
52f06b503b
Added suffix to multi-out VST3
2022-07-25 23:16:09 +02:00
Paul Ferrand
a6c6a626e2
Fix Macos tests with lfs
2022-07-25 23:00:16 +02:00
Paul Ferrand
ae42f4a882
Merge pull request #1106 from sfztools/lfs-migration
...
Migrate audio files to LFS
2022-07-25 15:01:30 +02:00
Paul Ferrand
fc1afb1480
Merge pull request #1087 from michaelwillis/macos-installer
...
Mac OS Installer
2022-07-25 13:41:19 +02:00
Paul Ferrand
f2f37d73b0
Correct plugin descriptions/versions
2022-07-25 13:32:37 +02:00
Paul Ferrand
dd0d3b2327
Fix macos tests and run them in CI
2022-07-25 12:05:01 +02:00
Paul Ferrand
0953936184
Correct some clang warnings
2022-07-25 12:05:01 +02:00
Paul Ferrand
cb2c1e9650
Correct AU bundle vendor; match the other plugins
2022-07-25 12:05:01 +02:00
Paul Ferrand
9cd56f90b9
Retire travis and appveyor
2022-07-25 12:05:01 +02:00
Michael Willis
f1fed9462e
Build MacOS installer
2022-07-25 12:05:01 +02:00
Michael Willis
00e334d56c
Add MacOS build to github build.yml
2022-07-25 12:05:01 +02:00
Paul Ferrand
68241717ae
Fix MOD build
2022-07-24 01:27:07 +02:00
Paul Ferrand
eb7e4b08f6
Add lfs checkout to CI
2022-07-24 00:46:43 +02:00
Paul Ferrand
af866f126b
Update gitattributes for lfs
2022-07-24 00:37:54 +02:00
Paul Ferrand
ed3c05b4d6
tests/TestFiles/36-CajonCenter-1.wav,tests/TestFiles/36-CajonCenter-2.wav,tests/TestFiles/36-CajonCenter-3.wav,tests/TestFiles/36-CajonCenter-4.wav,tests/TestFiles/36-CajonCenter-5.wav,tests/TestFiles/closedhat.wav,tests/TestFiles/dummy16.wav,tests/TestFiles/dummy1.wav,tests/TestFiles/dummy2.wav,tests/TestFiles/kick.wav,tests/TestFiles/looped_flute.wav,tests/TestFiles/mono_sample.wav,tests/TestFiles/ramp_wave.wav,tests/TestFiles/root_key_38.wav,tests/TestFiles/root_key_62.wav,tests/TestFiles/short_non_wavetable.wav,tests/TestFiles/silence.wav,tests/TestFiles/snare.wav,tests/TestFiles/stereo_sample.wav,tests/TestFiles/wavetable_with_loop_at_endings.wav,benchmarks/sample.wav,benchmarks/sample.flac: convert to Git LFS
2022-07-24 00:25:45 +02:00
Paul Ferrand
871e1b948c
Merge pull request #1075 from paulfd/submodule-fixes
...
Remove shallowness and target the sfztools/master branch in vstgui
2022-07-21 02:06:29 +02:00
Paul Ferrand
03dda271dd
Merge pull request #1103 from paulfd/eg-lfo-target
...
Add LFO frequency as an EG target
2022-07-21 01:44:02 +02:00
Python Blue
935be2e55a
Add LFO frequency as an EG target
2022-07-20 02:24:46 +02:00
Paul Ferrand
1eb728c8d2
Merge pull request #1097 from ColinKinloch:cli_thread_join
...
jack: Wait for CLI thread to finish on quit
2022-07-14 10:55:01 +02:00
Colin Kinloch
bbc7a0ff3b
jack: Wait for CLI thread to finish on quit
2022-07-09 15:29:12 +01:00
Paul Ferrand
77fbfa5039
Merge pull request #1088 from paulfd/correct-offtime-dynamic-bug
...
Correct a bug with dynamic updates on offed EGs
2022-06-27 00:55:13 +02:00
Paul Fd
897ddc1a8f
Correct a bug with dynamic updates on offed EGs
...
When offing a voice, the release time is cut to a minimum. Dynamic
updates would reset this to the original value. The commit adds a way to
disable dynamic EG updates and does so when offing the voice.
The engine will also steal the oldest offed voice as a last resort to
hopefully sound the newly played note every time.
2022-05-15 14:13:43 +02:00
Paul Ferrand
a652e513bc
Merge pull request #1084 from atsushieno/lv2-multi-naming
...
LV2 Sfizz-multi plugin should have doap:name as Sfizz-multi too.
2022-05-14 22:39:08 +02:00
atsushieno
ef0990ca1d
LV2 Sfizz-multi plugin should have doap:name as Sfizz-multi too.
2022-05-11 17:18:43 +09:00
Paul Fd
d4a360bde6
Remove shallowness and target the sfztools/master branch in vstgui
2022-01-21 11:41:32 +01:00
Paul Ferrand
0eceacee86
Merge pull request #1073 from paulfd/sfizz-render-0-vel-note-ons
...
Parse 0-valued note ons as note offs
2022-01-19 00:38:14 +01:00
Paul Fd
fd370a48af
Parse 0-valued note ons as note offs
2022-01-17 12:36:50 +01:00
Paul Fd
92434b8bb2
Correct test disabling
2022-01-17 12:35:43 +01:00
Paul Fd
a661569244
Fully disable the embedded sample test
2022-01-17 12:28:50 +01:00
Paul Ferrand
0461f6e5e2
Merge pull request #1064 from paulfd/version-1.2.0
...
Version bump to 1.2.0
2022-01-15 23:21:51 +01:00
Paul Ferrand
1a793c8c7b
Merge pull request #1069 from paulfd/lv2-default-bug
...
Add a resync cc flag for the main callback to update the CC state
2022-01-15 22:54:07 +01:00
Paul Fd
45827a1446
Ignore embedded test on windows
2022-01-15 21:53:39 +01:00
Paul Fd
9d61fe629d
Add a resync cc flag for the main callback to update the CC state
2022-01-14 22:41:33 +01:00
Paul Ferrand
71345b4357
Merge pull request #1066 from paulfd/veltrack-cc-ui
...
Propagate veltracks to the used CCs
2022-01-13 10:51:10 +01:00
Paul Ferrand
a3cfbd4d23
Merge pull request #1068 from paulfd/32bit-embedded-test-fail
...
Changed test format to see the error
2022-01-12 16:58:35 +01:00
Paul Fd
b16a8f25ad
Propagate veltracks to the used CCs
2022-01-12 16:49:31 +01:00
Paul Fd
a0546b7e0f
Changed test format to see the error
2022-01-12 15:47:57 +01:00
Paul Fd
e9ff0e6088
Version bumps
2022-01-08 12:29:01 +01:00