Your message dated Wed, 23 Mar 2022 20:37:10 +0000 with message-id <[email protected]> and subject line Bug#970631: fixed in calf 0.90.3-3 has caused the Debian Bug report #970631, regarding Pitch bend of Calf Fluidsynth plugin does not work except on channel 1 to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 970631: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=970631 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: calf-plugins Version: 0.90.3-1 Dear Maintainer, Pitch bend of Calf Fluidsynth plugin does not work except on channel 1. I think following patch will do. --- src/calf/modules_dev.h.orig 2019-07-17 01:57:45.000000000 +0900 +++ src/calf/modules_dev.h 2020-09-20 20:09:53.000000000 +0900 @@ -78,7 +78,7 @@ /// Handle pitch bend message. inline void pitch_bend(int channel, int value) { - fluid_synth_pitch_bend(synth, 0, value + 0x2000); + fluid_synth_pitch_bend(synth, channel, value + 0x2000); } /// Handle control change messages. void control_change(int channel, int controller, int value);
--- End Message ---
--- Begin Message ---Source: calf Source-Version: 0.90.3-3 Done: Tiago Bortoletto Vaz <[email protected]> We believe that the bug you reported is fixed in the latest version of calf, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Tiago Bortoletto Vaz <[email protected]> (supplier of updated calf package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Fri, 11 Mar 2022 09:35:56 -0500 Source: calf Architecture: source Version: 0.90.3-3 Distribution: unstable Urgency: medium Maintainer: Debian Multimedia Maintainers <[email protected]> Changed-By: Tiago Bortoletto Vaz <[email protected]> Closes: 970631 Changes: calf (0.90.3-3) unstable; urgency=medium . * Remove old patch 020151018~851af01 alredy present in current upstream release. * Add patch related to pitch bend working only in MIDI channel 1 (Closes: #970631) Checksums-Sha1: 033e201a0844910bfb00167f7ba3f0a285f7e546 2361 calf_0.90.3-3.dsc ef27c917a89ec62936ebb6f37cb3570f4362b402 9936 calf_0.90.3-3.debian.tar.xz 8da8acf8be86abe877a174c96e89370fb98b9396 14510 calf_0.90.3-3_amd64.buildinfo Checksums-Sha256: 1d36bf006cf5a9d8dac9c006ba63b1d093a4ce561e2907b398a4a0bc0350325b 2361 calf_0.90.3-3.dsc 08f6a33f55052b5c9154e528a8c92627491e3844b094ae50b31407a66d34e456 9936 calf_0.90.3-3.debian.tar.xz cdf4c708412b56014f128f7f0293abdabc4cb07bc8ccf25ff583384bcb3cdc99 14510 calf_0.90.3-3_amd64.buildinfo Files: 16fc45ab825787dfe6998422f9f1cd0b 2361 sound optional calf_0.90.3-3.dsc 5d617b75142a2990dfdc2e4c6890b4aa 9936 sound optional calf_0.90.3-3.debian.tar.xz f9718b2488755b4b6f6b4ae1eaa1f16f 14510 sound optional calf_0.90.3-3_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQJFBAEBCAAvFiEEYsAXsSqWkZu7etRd2EdHrOS2gT0FAmI7gYARHHRpYWdvQGRl Ymlhbi5vcmcACgkQ2EdHrOS2gT2R3RAAnQtiANKgC+DVqsZ1hERgxy3F86wPpxoG Y4GW0ydu07NmRjWsfxRpTnjC6WLkg70PuMr1cDFvdYmafZArYgwYjbJDRwA3+lTQ BAxhbcTaZYP3kYgxPprOnyQNVwfwTe6fAqMOc2cOkAgSn0ev755af08E1KDhbtpV vEysXD2qgqZ2D7fZjUvvjYMw5/4ixO3zUkSCridjDCUBFvOlF7Huq+SZtYzO+gUk wHwYadyb/gQQ4hXEbMin9BFAoAcCmIdO3Yx0yz49jK1QZ0uer4eTN6gfgz6T2/x8 ih5w8GAASmmYo9OzdoiuuZ64k1G0rRlzHHTnxBWM+vXpq2hs9lRVm7b/6OVj8lT4 oyUOTaGx4862UzYRA3+WlhvmFnBZ+fhnYX8x/oQhk7QtMLYZeYLgFh2FT7yoTw1t 9oMxKIb/b/NPQhrdPG001zX1LHpI/tpwCCbPJZ/mPZJQdmJbd8b+qJYbXyhCvbia vjyrEE9rSS7lv1oWgU+34Pkr8pNBTzjIZ+EQIulTYp+SePx0xf7gdRq4W03P8UNY 1p+eTXpZ8KPTQLW05Cy8Cl12oAC9u9KPPB/AIkOVumeFMGdLKsqQNI31r1KDP9+Z n+6v8Sm9X4ziwZprLAgMQU+LjJFmmIxuIDXt07B2NtpEj2fkrVy69AmmwQcD6vUl yb/a/Xzh3j4= =NAhr -----END PGP SIGNATURE-----
--- End Message ---

