This is an updates to csound-7.0.0beta14. There are some new features and a couple of bugfixes.
Changelog: https://github.com/csound/csound/releases/tag/7.0.0-beta.14 All tests pass except for the one that failed previously. ok? Index: Makefile =================================================================== RCS file: /cvs/ports/audio/csound/Makefile,v retrieving revision 1.2 diff -u -p -u -p -r1.2 Makefile --- Makefile 8 Feb 2026 20:53:02 -0000 1.2 +++ Makefile 5 Mar 2026 20:53:01 -0000 @@ -1,12 +1,12 @@ COMMENT = sound and music computing system -DIST_TUPLE = github csound csound 7.0.0-beta.13 . +DIST_TUPLE = github csound csound 7.0.0-beta.14 . -PKGNAME = csound-7.0.0beta13 +PKGNAME = csound-7.0.0beta14 CATEGORIES = audio -SHARED_LIBS += csound64 0.0 # 0.0 +SHARED_LIBS += csound64 1.0 # 0.0 HOMEPAGE = https://csound.com Index: distinfo =================================================================== RCS file: /cvs/ports/audio/csound/distinfo,v retrieving revision 1.2 diff -u -p -u -p -r1.2 distinfo --- distinfo 8 Feb 2026 20:53:02 -0000 1.2 +++ distinfo 5 Mar 2026 20:53:01 -0000 @@ -1,2 +1,2 @@ -SHA256 (csound-csound-7.0.0-beta.13.tar.gz) = pLumTgzv6h0pMZtTDHbjF6CsEQyy3tFMaFVR5rtYcN4= -SIZE (csound-csound-7.0.0-beta.13.tar.gz) = 26181788 +SHA256 (csound-csound-7.0.0-beta.14.tar.gz) = qXTOXqbJ1H5AcQlYAYvrZgnGjgNL+UwE2e+W4YRASYI= +SIZE (csound-csound-7.0.0-beta.14.tar.gz) = 26295451
