aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
Diffstat (limited to 'audio')
-rw-r--r--audio/baresip/Makefile49
-rw-r--r--audio/baresip/distinfo6
-rw-r--r--audio/baresip/files/patch-cmake_FindGST.cmake44
-rw-r--r--audio/baresip/pkg-plist4
-rw-r--r--audio/cardinal/Makefile5
-rw-r--r--audio/cardinal/distinfo6
-rw-r--r--audio/cardinal/files/patch-dpf_Makefile.base.mk14
-rw-r--r--audio/cardinal/files/patch-plugins_MindMeldModular_src_MixMaster_AuxExpander.cpp40
-rw-r--r--audio/cardinal/files/patch-src_Rack_src_system.cpp12
-rw-r--r--audio/cardinal/pkg-plist562
-rw-r--r--audio/emms/Makefile3
-rw-r--r--audio/emms/distinfo6
-rw-r--r--audio/ganv/Makefile2
-rw-r--r--audio/go-librespot/Makefile2
-rw-r--r--audio/gonic/Makefile5
-rw-r--r--audio/gonic/distinfo10
-rw-r--r--audio/gtultra/Makefile2
-rw-r--r--audio/kaldi/Makefile1
-rw-r--r--audio/mac/Makefile7
-rw-r--r--audio/mac/distinfo6
-rw-r--r--audio/mac/files/patch-Shared_All.h14
-rw-r--r--audio/mac/files/patch-Source_Shared_All.h27
-rw-r--r--audio/mac/files/patch-Source_Shared_CPUFeatures.cpp46
-rw-r--r--audio/murmur-cli/Makefile2
-rw-r--r--audio/py-pylast/Makefile6
-rw-r--r--audio/py-pylast/distinfo6
-rw-r--r--audio/re/Makefile4
-rw-r--r--audio/re/distinfo6
-rw-r--r--audio/re/pkg-plist4
-rw-r--r--audio/schismtracker/Makefile2
-rw-r--r--audio/schismtracker/distinfo6
-rw-r--r--audio/sonicradio/Makefile2
-rw-r--r--audio/sonicradio/distinfo10
-rw-r--r--audio/spek/Makefile2
-rw-r--r--audio/spek/files/patch-fix-ffmpeg873
-rw-r--r--audio/unflac/Makefile2
-rw-r--r--audio/visp-go/Makefile2
-rw-r--r--audio/zrythm/Makefile2
38 files changed, 736 insertions, 266 deletions
diff --git a/audio/baresip/Makefile b/audio/baresip/Makefile
index de1658fd029c..ef9b896de476 100644
--- a/audio/baresip/Makefile
+++ b/audio/baresip/Makefile
@@ -1,27 +1,39 @@
PORTNAME= baresip
DISTVERSIONPREFIX= v
-DISTVERSION= 4.1.0
+DISTVERSION= 4.2.0
CATEGORIES= audio
-MAINTAINER= herbert@gojira.at
+MAINTAINER= zarychtam@plan-b.pwste.edu.pl
COMMENT= Small SIP client
WWW= https://github.com/baresip
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= re>=${DISTVERSION:R}:audio/re
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+LIB_DEPENDS= libre.so:audio/re
+
+FLAVORS= default nox11
+default_CONFLICTS_INSTALL= barsip-nox11
+nox11_PKGNAMESUFFIX= -nox11
+nox11_CONFLICTS_INSTALL= baresip
USES= cmake pkgconfig ssl
USE_GITHUB= yes
GH_ACCOUNT= baresip
-PORTDOCS= ChangeLog CONTRIBUTING.md THANKS
+PORTDOCS= CONTRIBUTING.md ChangeLog THANKS
OPTIONS_DEFINE= ALSA AV1 AVCODEC AVFILTER AVFORMAT CTRL_DBUS DOCS \
- EXAMPLES G711 G722 G726 GST GTK3 MQTT OPUS OPUS_MS PLC \
- PORTAUDIO PULSEAUDIO SDL SNAPSHOT SNDFILE SWSCALE V4L2 \
- VPX X11
+ EXAMPLES G711 G722 G726 GST GTK3 JACK MQTT OPUS OPUS_MS \
+ PLC PORTAUDIO PULSEAUDIO SDL SNAPSHOT SNDFILE SWSCALE \
+ V4L2 VPX X11
+OPTIONS_DEFAULT= ALSA AV1 AVCODEC AVFILTER AVFORMAT CTRL_DBUS G711 G722 \
+ G726 GST GTK3 OPUS PLC PORTAUDIO SDL SNAPSHOT SNDFILE \
+ SWSCALE V4L2 VPX X11
+.if ${FLAVOR:U} == nox11
+COMMENT+= (without X11 and video calls)
+OPTIONS_EXCLUDE= AV1 AVCODEC AVFILTER AVFORMAT CTRL_DBUS GST GTK3 SDL \
+ SNAPSHOT SWSCALE V4L2 VPX X11
+.endif
OPTIONS_SUB= yes
ALSA_DESC= ALSA audio driver
@@ -34,6 +46,7 @@ G711_DESC= G.711 audio codec
G722_DESC= G.722 audio codec
G726_DESC= G.726 audio codec
GST_DESC= Gstreamer audio module
+JACK_DESC= JACK audio module
MQTT_DESC= Message Queue Telemetry Transport (MQTT) client
OPUS_MS_DESC= Opus Multistream audio codec
PLC_DESC= Packet Loss Concealment
@@ -46,10 +59,10 @@ VPX_DESC= VP8/VP9 video codecs
X11_DESC= X11 video output
_MODULES_LIST= account aubridge auconv aufile auresamp ausine cons contact \
- ctrl_tcp debug_cmd dtls_srtp echo fakevideo httpd \
- httpreq ice l16 menu mixausrc mixminus mwi natpmp netroam pcp \
- presence rtcpsummary selfview serreg srtp stdio stun syslog \
- turn uuid vidbridge vidinfo vumeter
+ ctrl_tcp debug_cmd dtls_srtp echo fakevideo httpd httpreq ice \
+ l16 menu mixausrc mixminus mwi natpmp netroam pcp presence \
+ rtcpsummary selfview serreg srtp stdio stun syslog turn uuid \
+ vidbridge vidinfo vumeter
ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib
ALSA_VARS= _MODULES_LIST+=alsa
@@ -69,9 +82,13 @@ G722_VARS= _MODULES_LIST+=g722
G726_LIB_DEPENDS= libspandsp.so:comms/spandsp
G726_VARS= _MODULES_LIST+=g726
GST_USES= gnome gstreamer:1
-GST_VARS= USE_GNOME+=glib20
+GST_VARS= _MODULES_LIST+=gst \
+ USE_GNOME+=glib20
GTK3_USES= gnome
-GTK3_VARS= USE_GNOME+=gtk30 _MODULES_LIST+=gtk
+GTK3_VARS= _MODULES_LIST+=gtk \
+ USE_GNOME+=gtk30
+JACK_LIB_DEPENDS= libjack.so:audio/jack
+JACK_VARS= _MODULES_LIST+=jack
MQTT_LIB_DEPENDS= libmosquitto.so:net/mosquitto
MQTT_VARS= _MODULES_LIST+=mqtt
OPUS_LIB_DEPENDS= libopus.so:audio/opus
@@ -109,6 +126,10 @@ CMAKE_ARGS+= -DMODULES="$(_MODULES_LIST:ts;)" \
-DRE_INCLUDE_DIR:STRING="${LOCALBASE}/include/re" \
-DREM_INCLUDE_DIR:STRING="${LOCALBASE}/include/rem"
+post-patch:
+ ${REINPLACE_CMD} 's|%%LOCALBASE%%|${LOCALBASE}|' \
+ ${WRKSRC}/cmake/FindGST.cmake
+
post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:C|^|${WRKSRC}/docs/|} ${STAGEDIR}${DOCSDIR}
diff --git a/audio/baresip/distinfo b/audio/baresip/distinfo
index ceb973463746..9fe1957758f4 100644
--- a/audio/baresip/distinfo
+++ b/audio/baresip/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1757536377
-SHA256 (baresip-baresip-v4.1.0_GH0.tar.gz) = ef8663b95caf187edd5062136230be02bd6815090da410b2fe6b7e1341312133
-SIZE (baresip-baresip-v4.1.0_GH0.tar.gz) = 1185261
+TIMESTAMP = 1760646436
+SHA256 (baresip-baresip-v4.2.0_GH0.tar.gz) = 4b9fba7c53cabec4cc702bf47fb421f078d6f31421b7bea8f3f0fdbe1a671674
+SIZE (baresip-baresip-v4.2.0_GH0.tar.gz) = 1181348
diff --git a/audio/baresip/files/patch-cmake_FindGST.cmake b/audio/baresip/files/patch-cmake_FindGST.cmake
new file mode 100644
index 000000000000..51e347e884de
--- /dev/null
+++ b/audio/baresip/files/patch-cmake_FindGST.cmake
@@ -0,0 +1,44 @@
+--- cmake/FindGST.cmake.orig 2025-10-17 17:11:22 UTC
++++ cmake/FindGST.cmake
+@@ -2,14 +2,14 @@ find_path(GST_INCLUDE_DIR
+ NAMES gst/gst.h
+ HINTS
+ "${GST_INCLUDE_DIRS}"
+- PATHS /usr/include/gstreamer-1.0
++ PATHS %%LOCALBASE%%/include/gstreamer-1.0
+ )
+
+ find_path(GL_INCLUDE_DIR
+ NAMES glib.h
+ HINTS
+ "${GL_INCLUDE_DIRS}"
+- PATHS /usr/include/glib-2.0
++ PATHS %%LOCALBASE%%/include/glib-2.0
+ )
+
+ find_path(GLIB_INCLUDE_DIR
+@@ -19,21 +19,21 @@ find_path(GLIB_INCLUDE_DIR
+ PATHS /usr/lib/x86_64-linux-gnu/glib-2.0
+ /usr/lib/x86_64-linux-gnu/glib-2.0/include
+ /usr/lib64/glib-2.0
+- /usr/lib/glib-2.0
++ %%LOCALBASE%%/lib/glib-2.0/include
+ )
+
+ find_library(GST_LIBRARY
+ NAMES gstreamer-1.0
+ HINTS
+ "${GST_LIBRARY_DIRS}"
+- PATHS /usr/lib/x86_64-linux-gnu
++ PATHS %%LOCALBASE%%/lib
+ )
+
+ find_library(GL_LIBRARY
+ NAMES glib-2.0
+ HINTS
+ "${GL_LIBRARY_DIRS}"
+- PATHS /usr/lib/x86_64-linux-gnu
++ PATHS %%LOCALBASE%%/lib
+ )
+
+ include(FindPackageHandleStandardArgs)
diff --git a/audio/baresip/pkg-plist b/audio/baresip/pkg-plist
index ab895ca6e1d9..23c8bc72fd46 100644
--- a/audio/baresip/pkg-plist
+++ b/audio/baresip/pkg-plist
@@ -22,10 +22,12 @@ lib/baresip/modules/fakevideo.so
%%G711%%lib/baresip/modules/g711.so
%%G722%%lib/baresip/modules/g722.so
%%G726%%lib/baresip/modules/g726.so
+%%GST%%lib/baresip/modules/gst.so
%%GTK3%%lib/baresip/modules/gtk.so
lib/baresip/modules/httpd.so
lib/baresip/modules/httpreq.so
lib/baresip/modules/ice.so
+%%JACK%%lib/baresip/modules/jack.so
lib/baresip/modules/l16.so
lib/baresip/modules/menu.so
lib/baresip/modules/mixausrc.so
@@ -63,7 +65,7 @@ lib/baresip/modules/vumeter.so
%%X11%%lib/baresip/modules/x11.so
lib/libbaresip.so
lib/libbaresip.so.22
-lib/libbaresip.so.22.1.0
+lib/libbaresip.so.22.2.0
libdata/pkgconfig/libbaresip.pc
share/applications/com.github.baresip.desktop
%%DATADIR%%/autoanswer.wav
diff --git a/audio/cardinal/Makefile b/audio/cardinal/Makefile
index afb8670f373c..25cf42cffe30 100644
--- a/audio/cardinal/Makefile
+++ b/audio/cardinal/Makefile
@@ -1,8 +1,7 @@
# CAVEAT cross-compilation (ex. CPUTYPE=znver3) fails, upstream needs to fix this: https://github.com/DISTRHO/Cardinal/issues/646
PORTNAME= cardinal
-DISTVERSION= 24.09
-PORTREVISION= 1
+DISTVERSION= 25.06
CATEGORIES= audio
MASTER_SITES= https://github.com/DISTRHO/Cardinal/releases/download/${DISTVERSION}/
@@ -14,8 +13,6 @@ WWW= https://cardinal.kx.studio/ \
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
-BROKEN_FreeBSD_13= compilation fails, error: static assertion failed due to requirement 'is_arithmetic<rack::simd::Vector<float, 4>>::value', see https://github.com/DISTRHO/Cardinal/issues/726
-BROKEN_FreeBSD_15= compilation fails, error: static assertion failed due to requirement 'is_arithmetic<rack::simd::Vector<float, 4>>::value', see https://github.com/DISTRHO/Cardinal/issues/726
BROKEN_armv7= compilation fails due to the variable name conflict with base header, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279134
BUILD_DEPENDS= ${LOCALBASE}/include/FuzzySearchDatabase.hpp:textproc/fuzzysearchdatabase \
diff --git a/audio/cardinal/distinfo b/audio/cardinal/distinfo
index f6f1f4bfb3a3..c2dd09d14a19 100644
--- a/audio/cardinal/distinfo
+++ b/audio/cardinal/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1727482060
-SHA256 (cardinal-24.09.tar.xz) = d0dcbe623e77634b6a2f87827b3196c394863f75a09cf1b38082622afb75a038
-SIZE (cardinal-24.09.tar.xz) = 475941020
+TIMESTAMP = 1760177506
+SHA256 (cardinal-25.06.tar.xz) = 52b45b5d9be42d95b671d6a333ecafcc64d2b6a934091d4c63f016062c27d446
+SIZE (cardinal-25.06.tar.xz) = 517038140
diff --git a/audio/cardinal/files/patch-dpf_Makefile.base.mk b/audio/cardinal/files/patch-dpf_Makefile.base.mk
deleted file mode 100644
index b8394c0e0b20..000000000000
--- a/audio/cardinal/files/patch-dpf_Makefile.base.mk
+++ /dev/null
@@ -1,14 +0,0 @@
-
-- workaround for https://github.com/DISTRHO/Cardinal/issues/641
-
---- dpf/Makefile.base.mk.orig 2024-04-08 16:00:03 UTC
-+++ dpf/Makefile.base.mk
-@@ -373,7 +373,7 @@ endif
- # ---------------------------------------------------------------------------------------------------------------------
- # Check for optional libraries
-
--HAVE_LIBLO = $(shell $(PKG_CONFIG) --exists liblo && echo true)
-+HAVE_LIBLO = $(shell $(PKG_CONFIG) --exists liblo && echo $(WITH_LIBLO))
-
- ifneq ($(SKIP_NATIVE_AUDIO_FALLBACK),true)
- ifneq ($(SKIP_RTAUDIO_FALLBACK),true)
diff --git a/audio/cardinal/files/patch-plugins_MindMeldModular_src_MixMaster_AuxExpander.cpp b/audio/cardinal/files/patch-plugins_MindMeldModular_src_MixMaster_AuxExpander.cpp
new file mode 100644
index 000000000000..05247b99561d
--- /dev/null
+++ b/audio/cardinal/files/patch-plugins_MindMeldModular_src_MixMaster_AuxExpander.cpp
@@ -0,0 +1,40 @@
+- fix build error:
+- /usr/include/c++/v1/__type_traits/promote.h:32:3: error: static assertion failed due to requirement 'is_arithmetic<rack::simd::Vector<float, 4>>::value'
+- static_assert((is_arithmetic<_Args>::value && ...));
+- ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
+- /usr/include/c++/v1/complex:1110:47: note: in instantiation of template class 'std::__promote<rack::simd::Vector<float, 4>, int>' requested here
+- inline _LIBCPP_HIDE_FROM_ABI complex<typename __promote<_Tp, _Up>::type> pow(const complex<_Tp>& __x, const _Up& __y) {
+- ^
+- MindMeldModular/src/MixMaster/AuxExpander.cpp:612:19: note: while substituting deduced template arguments into function template 'pow' [with _Tp = rack::simd::Vector<float, 4>, _Up = int, $2 = (no value)]
+- globalSends = simd::pow<simd::float_4>(globalSends, GlobalConst::globalAuxSendScalingExponent);
+- ^
+
+--- plugins/MindMeldModular/src/MixMaster/AuxExpander.cpp.orig 2025-06-22 11:38:40 UTC
++++ plugins/MindMeldModular/src/MixMaster/AuxExpander.cpp
+@@ -609,7 +609,7 @@ struct AuxExpander : Module {
+ globalSends = clamp(globalSends, 0.0f, maxAGGlobSendFader);
+ globalSendsWithCV = globalSends;// can put here since unused when cv disconnected
+ }
+- globalSends = simd::pow<simd::float_4>(globalSends, GlobalConst::globalAuxSendScalingExponent);
++ globalSends = simd::pow(globalSends, GlobalConst::globalAuxSendScalingExponent);
+
+ // Indiv mute sends (20 or 10 instances)
+ for (int gi = 0; gi < (N_TRK + N_GRP); gi++) {
+@@ -648,7 +648,7 @@ struct AuxExpander : Module {
+ }
+ trackSendVcaGains[trk][auxi] = val;
+ }
+- trackSendVcaGains[trk] = simd::pow<simd::float_4>(trackSendVcaGains[trk], GlobalConst::individualAuxSendScalingExponent);
++ trackSendVcaGains[trk] = simd::pow(trackSendVcaGains[trk], (float)GlobalConst::individualAuxSendScalingExponent);
+ trackSendVcaGains[trk] *= globalSends * simd::float_4(sendMuteSlewers[trk >> 2].out[trk & 0x3]);
+ }
+ // vca the aux send knobs with the track's sound
+@@ -677,7 +677,7 @@ struct AuxExpander : Module {
+ groupSendVcaGains[grp][auxi] = 0.0f;
+ }
+ }
+- groupSendVcaGains[grp] = simd::pow<simd::float_4>(groupSendVcaGains[grp], GlobalConst::individualAuxSendScalingExponent);
++ groupSendVcaGains[grp] = simd::pow(groupSendVcaGains[grp], (float)GlobalConst::individualAuxSendScalingExponent);
+ groupSendVcaGains[grp] *= globalSends * simd::float_4(sendMuteSlewers[N_TRK >> 2].out[grp]);
+ }
+ // vca the aux send knobs with the group's sound
diff --git a/audio/cardinal/files/patch-src_Rack_src_system.cpp b/audio/cardinal/files/patch-src_Rack_src_system.cpp
index 26cc3b7a8a38..64f2ccf4b856 100644
--- a/audio/cardinal/files/patch-src_Rack_src_system.cpp
+++ b/audio/cardinal/files/patch-src_Rack_src_system.cpp
@@ -1,8 +1,8 @@
- CLOCK_MONOTONIC_RAW is not available on FreeBSD
---- src/Rack/src/system.cpp.orig 2022-02-06 00:32:17 UTC
+--- src/Rack/src/system.cpp.orig 2025-06-22 11:39:38 UTC
+++ src/Rack/src/system.cpp
-@@ -742,7 +742,11 @@ static void initTime() {
+@@ -770,7 +770,11 @@ static void initTime() {
#endif
#if defined ARCH_LIN
struct timespec ts;
@@ -14,9 +14,9 @@
startTime = int64_t(ts.tv_sec) * 1000000000LL + ts.tv_nsec;
#endif
#if defined ARCH_MAC
-@@ -763,7 +767,11 @@ double getTime() {
- #endif
- #if defined ARCH_LIN
+@@ -790,7 +794,11 @@ double getTime() {
+ return (counter.QuadPart - startCounter) * counterTime;
+ #elif defined ARCH_LIN
struct timespec ts;
+#ifdef __FreeBSD__
+ clock_gettime(CLOCK_MONOTONIC_PRECISE, &ts);
@@ -25,4 +25,4 @@
+#endif
int64_t time = int64_t(ts.tv_sec) * 1000000000LL + ts.tv_nsec;
return (time - startTime) / 1e9;
- #endif
+ #elif defined ARCH_MAC
diff --git a/audio/cardinal/pkg-plist b/audio/cardinal/pkg-plist
index 54cd76c6a979..d3ff70672d33 100644
--- a/audio/cardinal/pkg-plist
+++ b/audio/cardinal/pkg-plist
@@ -610,11 +610,16 @@ lib/vst/Cardinal.vst/CardinalSynth.so
%%DATADIR%%/Befaco/res/components/SwitchTallVert_fg.svg
%%DATADIR%%/Befaco/res/components/SwitchWideHoriz_bg.svg
%%DATADIR%%/Befaco/res/components/SwitchWideHoriz_fg.svg
+%%DATADIR%%/Befaco/res/components/VCVBezelBig.svg
%%DATADIR%%/Befaco/res/fonts/Segment7Standard.otf
%%DATADIR%%/Befaco/res/fonts/miso.otf
%%DATADIR%%/Befaco/res/panels/ABC.svg
%%DATADIR%%/Befaco/res/panels/ADSR.svg
+%%DATADIR%%/Befaco/res/panels/Atte.svg
+%%DATADIR%%/Befaco/res/panels/AxBC.svg
+%%DATADIR%%/Befaco/res/panels/Bandit.svg
%%DATADIR%%/Befaco/res/panels/Burst.svg
+%%DATADIR%%/Befaco/res/panels/Bypass.svg
%%DATADIR%%/Befaco/res/panels/ChoppingKinky.svg
%%DATADIR%%/Befaco/res/panels/DualAtenuverter.svg
%%DATADIR%%/Befaco/res/panels/EvenVCO.svg
@@ -623,8 +628,10 @@ lib/vst/Cardinal.vst/CardinalSynth.so
%%DATADIR%%/Befaco/res/panels/Mex.svg
%%DATADIR%%/Befaco/res/panels/MidiThing.svg
%%DATADIR%%/Befaco/res/panels/Mixer.svg
+%%DATADIR%%/Befaco/res/panels/Mixer2.svg
%%DATADIR%%/Befaco/res/panels/Morphader.svg
%%DATADIR%%/Befaco/res/panels/MotionMTR.svg
+%%DATADIR%%/Befaco/res/panels/MuDi.svg
%%DATADIR%%/Befaco/res/panels/Muxlicer.svg
%%DATADIR%%/Befaco/res/panels/NoisePlethora.svg
%%DATADIR%%/Befaco/res/panels/Octaves.svg
@@ -633,6 +640,7 @@ lib/vst/Cardinal.vst/CardinalSynth.so
%%DATADIR%%/Befaco/res/panels/Rampage.svg
%%DATADIR%%/Befaco/res/panels/STMix.svg
%%DATADIR%%/Befaco/res/panels/SamplingModulator.svg
+%%DATADIR%%/Befaco/res/panels/Slew.svg
%%DATADIR%%/Befaco/res/panels/SlewLimiter.svg
%%DATADIR%%/Befaco/res/panels/SpringReverb.svg
%%DATADIR%%/Befaco/res/panels/StereoStrip.svg
@@ -724,7 +732,11 @@ lib/vst/Cardinal.vst/CardinalSynth.so
%%DATADIR%%/Bidoo/res/ComponentLibrary/btnorange.svg
%%DATADIR%%/Bidoo/res/ComponentLibrary/btnred.svg
%%DATADIR%%/Bidoo/res/ComponentLibrary/btnwhite.svg
+%%DATADIR%%/Bidoo/res/ComponentLibrary/clockshiftBtn_0.svg
+%%DATADIR%%/Bidoo/res/ComponentLibrary/clockshiftBtn_1.svg
%%DATADIR%%/Bidoo/res/ComponentLibrary/design.svg
+%%DATADIR%%/Bidoo/res/ComponentLibrary/divBtn_0.svg
+%%DATADIR%%/Bidoo/res/ComponentLibrary/divBtn_1.svg
%%DATADIR%%/Bidoo/res/ComponentLibrary/ledblue.svg
%%DATADIR%%/Bidoo/res/ComponentLibrary/leddimmedblue.svg
%%DATADIR%%/Bidoo/res/ComponentLibrary/ledgreen.svg
@@ -734,6 +746,16 @@ lib/vst/Cardinal.vst/CardinalSynth.so
%%DATADIR%%/Bidoo/res/ComponentLibrary/miniLEDButton.svg
%%DATADIR%%/Bidoo/res/ComponentLibrary/octave_0.svg
%%DATADIR%%/Bidoo/res/ComponentLibrary/octave_1.svg
+%%DATADIR%%/Bidoo/res/ComponentLibrary/probBtn_0.svg
+%%DATADIR%%/Bidoo/res/ComponentLibrary/probBtn_1.svg
+%%DATADIR%%/Bidoo/res/ComponentLibrary/pulsewidthBtn_0.svg
+%%DATADIR%%/Bidoo/res/ComponentLibrary/pulsewidthBtn_1.svg
+%%DATADIR%%/Bidoo/res/ComponentLibrary/speedBtn_0.svg
+%%DATADIR%%/Bidoo/res/ComponentLibrary/speedBtn_1.svg
+%%DATADIR%%/Bidoo/res/ComponentLibrary/stepBtn_0.svg
+%%DATADIR%%/Bidoo/res/ComponentLibrary/stepBtn_1.svg
+%%DATADIR%%/Bidoo/res/ComponentLibrary/timeshiftBtn_0.svg
+%%DATADIR%%/Bidoo/res/ComponentLibrary/timeshiftBtn_1.svg
%%DATADIR%%/Bidoo/res/ComponentLibrary/ziNCBlueKnobBidoo.svg
%%DATADIR%%/Bidoo/res/DFUZE.svg
%%DATADIR%%/Bidoo/res/DIKTAT.svg
@@ -765,6 +787,7 @@ lib/vst/Cardinal.vst/CardinalSynth.so
%%DATADIR%%/Bidoo/res/PILOT.svg
%%DATADIR%%/Bidoo/res/POUPRE.svg
%%DATADIR%%/Bidoo/res/RABBIT.svg
+%%DATADIR%%/Bidoo/res/RATEAU.svg
%%DATADIR%%/Bidoo/res/REI.svg
%%DATADIR%%/Bidoo/res/SIGMA.svg
%%DATADIR%%/Bidoo/res/SPORE.svg
@@ -1271,6 +1294,8 @@ lib/vst/Cardinal.vst/CardinalSynth.so
%%DATADIR%%/CVfunk/presets/Syncro/03_Multiples.vcvm
%%DATADIR%%/CVfunk/presets/Syncro/04_Divs.vcvm
%%DATADIR%%/CVfunk/presets/Syncro/05_Polyrhythms.vcvm
+%%DATADIR%%/CVfunk/res/Arrange-dark.svg
+%%DATADIR%%/CVfunk/res/Arrange.svg
%%DATADIR%%/CVfunk/res/Collatz-dark.svg
%%DATADIR%%/CVfunk/res/Collatz.svg
%%DATADIR%%/CVfunk/res/Decima-dark.svg
@@ -1293,18 +1318,24 @@ lib/vst/Cardinal.vst/CardinalSynth.so
%%DATADIR%%/CVfunk/res/Ouros.svg
%%DATADIR%%/CVfunk/res/PentaSequencer-dark.svg
%%DATADIR%%/CVfunk/res/PentaSequencer.svg
+%%DATADIR%%/CVfunk/res/PreeeeeeeeeeessedDuck-dark.svg
+%%DATADIR%%/CVfunk/res/PreeeeeeeeeeessedDuck.svg
%%DATADIR%%/CVfunk/res/PressedDuck-dark.svg
%%DATADIR%%/CVfunk/res/PressedDuck.svg
%%DATADIR%%/CVfunk/res/Ranges-dark.svg
%%DATADIR%%/CVfunk/res/Ranges.svg
%%DATADIR%%/CVfunk/res/Signals-dark.svg
%%DATADIR%%/CVfunk/res/Signals.svg
+%%DATADIR%%/CVfunk/res/StepWave-dark.svg
+%%DATADIR%%/CVfunk/res/StepWave.svg
%%DATADIR%%/CVfunk/res/Steps-dark.svg
%%DATADIR%%/CVfunk/res/Steps.svg
%%DATADIR%%/CVfunk/res/Strings-dark.svg
%%DATADIR%%/CVfunk/res/Strings.svg
%%DATADIR%%/CVfunk/res/Syncro-dark.svg
%%DATADIR%%/CVfunk/res/Syncro.svg
+%%DATADIR%%/CVfunk/res/TriDelay-dark.svg
+%%DATADIR%%/CVfunk/res/TriDelay.svg
%%DATADIR%%/CVfunk/res/fonts/DejaVuSansMono.ttf
%%DATADIR%%/Cardinal/res/AIDA-X.svg
%%DATADIR%%/Cardinal/res/AudioFile.svg
@@ -1854,125 +1885,6 @@ lib/vst/Cardinal.vst/CardinalSynth.so
%%DATADIR%%/DHE-Modules/svg/xylfo/thumb-switch-3-1.svg
%%DATADIR%%/DHE-Modules/svg/xylfo/thumb-switch-3-2.svg
%%DATADIR%%/DHE-Modules/svg/xylfo/thumb-switch-3-3.svg
-%%DATADIR%%/DrumKit/res/BD9.svg
-%%DATADIR%%/DrumKit/res/Baronial.svg
-%%DATADIR%%/DrumKit/res/CR78.svg
-%%DATADIR%%/DrumKit/res/ClosedHH.svg
-%%DATADIR%%/DrumKit/res/DMX.svg
-%%DATADIR%%/DrumKit/res/Gnome.svg
-%%DATADIR%%/DrumKit/res/Marionette.svg
-%%DATADIR%%/DrumKit/res/OpenHH.svg
-%%DATADIR%%/DrumKit/res/SBD.svg
-%%DATADIR%%/DrumKit/res/Sequencer.svg
-%%DATADIR%%/DrumKit/res/Snare.svg
-%%DATADIR%%/DrumKit/res/Tomi.svg
-%%DATADIR%%/DrumKit/res/component/Knob.svg
-%%DATADIR%%/DrumKit/res/component/NovaMono.ttf
-%%DATADIR%%/DrumKit/res/component/Port.svg
-%%DATADIR%%/DrumKit/res/component/led-down-off.svg
-%%DATADIR%%/DrumKit/res/component/led-down-on.svg
-%%DATADIR%%/DrumKit/res/component/led-up-off.svg
-%%DATADIR%%/DrumKit/res/component/led-up-on.svg
-%%DATADIR%%/DrumKit/res/component/pad-off.svg
-%%DATADIR%%/DrumKit/res/component/pad-on.svg
-%%DATADIR%%/DrumKit/res/component/switch_0.svg
-%%DATADIR%%/DrumKit/res/component/switch_1.svg
-%%DATADIR%%/DrumKit/res/samples/bd9/01.raw
-%%DATADIR%%/DrumKit/res/samples/bd9/02.raw
-%%DATADIR%%/DrumKit/res/samples/bd9/03.raw
-%%DATADIR%%/DrumKit/res/samples/bd9/04.raw
-%%DATADIR%%/DrumKit/res/samples/bd9/05.raw
-%%DATADIR%%/DrumKit/res/samples/bd9/06.raw
-%%DATADIR%%/DrumKit/res/samples/bd9/07.raw
-%%DATADIR%%/DrumKit/res/samples/bd9/08.raw
-%%DATADIR%%/DrumKit/res/samples/bd9/09.raw
-%%DATADIR%%/DrumKit/res/samples/bd9/10.raw
-%%DATADIR%%/DrumKit/res/samples/bd9/11.raw
-%%DATADIR%%/DrumKit/res/samples/bd9/12.raw
-%%DATADIR%%/DrumKit/res/samples/bd9/13.raw
-%%DATADIR%%/DrumKit/res/samples/bd9/14.raw
-%%DATADIR%%/DrumKit/res/samples/bd9/15.raw
-%%DATADIR%%/DrumKit/res/samples/bd9/16.raw
-%%DATADIR%%/DrumKit/res/samples/closedhh/01.raw
-%%DATADIR%%/DrumKit/res/samples/closedhh/02.raw
-%%DATADIR%%/DrumKit/res/samples/closedhh/03.raw
-%%DATADIR%%/DrumKit/res/samples/closedhh/04.raw
-%%DATADIR%%/DrumKit/res/samples/closedhh/05.raw
-%%DATADIR%%/DrumKit/res/samples/closedhh/06.raw
-%%DATADIR%%/DrumKit/res/samples/closedhh/07.raw
-%%DATADIR%%/DrumKit/res/samples/closedhh/08.raw
-%%DATADIR%%/DrumKit/res/samples/closedhh/09.raw
-%%DATADIR%%/DrumKit/res/samples/closedhh/10.raw
-%%DATADIR%%/DrumKit/res/samples/closedhh/11.raw
-%%DATADIR%%/DrumKit/res/samples/closedhh/12.raw
-%%DATADIR%%/DrumKit/res/samples/closedhh/13.raw
-%%DATADIR%%/DrumKit/res/samples/closedhh/14.raw
-%%DATADIR%%/DrumKit/res/samples/closedhh/15.raw
-%%DATADIR%%/DrumKit/res/samples/cr78/01.raw
-%%DATADIR%%/DrumKit/res/samples/cr78/02.raw
-%%DATADIR%%/DrumKit/res/samples/cr78/03.raw
-%%DATADIR%%/DrumKit/res/samples/cr78/04.raw
-%%DATADIR%%/DrumKit/res/samples/cr78/05.raw
-%%DATADIR%%/DrumKit/res/samples/cr78/06.raw
-%%DATADIR%%/DrumKit/res/samples/cr78/07.raw
-%%DATADIR%%/DrumKit/res/samples/dmx/01.raw
-%%DATADIR%%/DrumKit/res/samples/dmx/02.raw
-%%DATADIR%%/DrumKit/res/samples/dmx/03.raw
-%%DATADIR%%/DrumKit/res/samples/dmx/04.raw
-%%DATADIR%%/DrumKit/res/samples/dmx/05.raw
-%%DATADIR%%/DrumKit/res/samples/dmx/06.raw
-%%DATADIR%%/DrumKit/res/samples/dmx/07.raw
-%%DATADIR%%/DrumKit/res/samples/dmx/08.raw
-%%DATADIR%%/DrumKit/res/samples/dmx/09.raw
-%%DATADIR%%/DrumKit/res/samples/dmx/10.raw
-%%DATADIR%%/DrumKit/res/samples/dmx/11.raw
-%%DATADIR%%/DrumKit/res/samples/dmx/12.raw
-%%DATADIR%%/DrumKit/res/samples/kick/01.raw
-%%DATADIR%%/DrumKit/res/samples/kick/02.raw
-%%DATADIR%%/DrumKit/res/samples/openhh/01.raw
-%%DATADIR%%/DrumKit/res/samples/openhh/02.raw
-%%DATADIR%%/DrumKit/res/samples/openhh/03.raw
-%%DATADIR%%/DrumKit/res/samples/openhh/04.raw
-%%DATADIR%%/DrumKit/res/samples/openhh/05.raw
-%%DATADIR%%/DrumKit/res/samples/openhh/06.raw
-%%DATADIR%%/DrumKit/res/samples/openhh/07.raw
-%%DATADIR%%/DrumKit/res/samples/openhh/08.raw
-%%DATADIR%%/DrumKit/res/samples/openhh/09.raw
-%%DATADIR%%/DrumKit/res/samples/openhh/10.raw
-%%DATADIR%%/DrumKit/res/samples/openhh/11.raw
-%%DATADIR%%/DrumKit/res/samples/openhh/12.raw
-%%DATADIR%%/DrumKit/res/samples/openhh/13.raw
-%%DATADIR%%/DrumKit/res/samples/openhh/14.raw
-%%DATADIR%%/DrumKit/res/samples/snare/01.raw
-%%DATADIR%%/DrumKit/res/samples/snare/02.raw
-%%DATADIR%%/DrumKit/res/samples/snare/03.raw
-%%DATADIR%%/DrumKit/res/samples/snare/04.raw
-%%DATADIR%%/DrumKit/res/samples/snare/05.raw
-%%DATADIR%%/DrumKit/res/samples/snare/06.raw
-%%DATADIR%%/DrumKit/res/samples/snare/07.raw
-%%DATADIR%%/DrumKit/res/samples/snare/08.raw
-%%DATADIR%%/DrumKit/res/samples/snare/09.raw
-%%DATADIR%%/DrumKit/res/samples/snare/10.raw
-%%DATADIR%%/DrumKit/res/samples/snare/11.raw
-%%DATADIR%%/DrumKit/res/samples/snare/12.raw
-%%DATADIR%%/DrumKit/res/samples/snare/13.raw
-%%DATADIR%%/DrumKit/res/samples/snare/14.raw
-%%DATADIR%%/DrumKit/res/samples/snare/15.raw
-%%DATADIR%%/DrumKit/res/samples/snare/16.raw
-%%DATADIR%%/DrumKit/res/samples/tomi/01.raw
-%%DATADIR%%/DrumKit/res/samples/tomi/02.raw
-%%DATADIR%%/DrumKit/res/samples/tomi/03.raw
-%%DATADIR%%/DrumKit/res/samples/tomi/04.raw
-%%DATADIR%%/DrumKit/res/samples/tomi/05.raw
-%%DATADIR%%/DrumKit/res/samples/tomi/06.raw
-%%DATADIR%%/DrumKit/res/samples/tomi/07.raw
-%%DATADIR%%/DrumKit/res/samples/tomi/08.raw
-%%DATADIR%%/DrumKit/res/samples/tomi/09.raw
-%%DATADIR%%/DrumKit/res/samples/tomi/10.raw
-%%DATADIR%%/DrumKit/res/samples/tomi/11.raw
-%%DATADIR%%/DrumKit/res/samples/tomi/12.raw
-%%DATADIR%%/DrumKit/res/samples/tomi/13.raw
-%%DATADIR%%/DrumKit/res/samples/tomi/14.raw
%%DATADIR%%/ESeries/res/E340.svg
%%DATADIR%%/EnigmaCurry/res/10hp.svg
%%DATADIR%%/EnigmaCurry/res/3hp.svg
@@ -2317,6 +2229,7 @@ lib/vst/Cardinal.vst/CardinalSynth.so
%%DATADIR%%/HetrickCV/res/2To4.svg
%%DATADIR%%/HetrickCV/res/ASR.svg
%%DATADIR%%/HetrickCV/res/AnalogToDigital.svg
+%%DATADIR%%/HetrickCV/res/BinaryCounter.svg
%%DATADIR%%/HetrickCV/res/BinaryGate.svg
%%DATADIR%%/HetrickCV/res/BinaryNoise.svg
%%DATADIR%%/HetrickCV/res/Bitshift.svg
@@ -2363,6 +2276,7 @@ lib/vst/Cardinal.vst/CardinalSynth.so
%%DATADIR%%/HetrickCV/res/PhasorBurstGen.svg
%%DATADIR%%/HetrickCV/res/PhasorDivMult.svg
%%DATADIR%%/HetrickCV/res/PhasorEuclidean.svg
+%%DATADIR%%/HetrickCV/res/PhasorFreezer.svg
%%DATADIR%%/HetrickCV/res/PhasorGates.svg
%%DATADIR%%/HetrickCV/res/PhasorGates32.svg
%%DATADIR%%/HetrickCV/res/PhasorGates64.svg
@@ -2372,6 +2286,7 @@ lib/vst/Cardinal.vst/CardinalSynth.so
%%DATADIR%%/HetrickCV/res/PhasorHumanizer.svg
%%DATADIR%%/HetrickCV/res/PhasorMixer.svg
%%DATADIR%%/HetrickCV/res/PhasorOctature.svg
+%%DATADIR%%/HetrickCV/res/PhasorProbability.svg
%%DATADIR%%/HetrickCV/res/PhasorQuadrature.svg
%%DATADIR%%/HetrickCV/res/PhasorRandom.svg
%%DATADIR%%/HetrickCV/res/PhasorRanger.svg
@@ -2379,6 +2294,7 @@ lib/vst/Cardinal.vst/CardinalSynth.so
%%DATADIR%%/HetrickCV/res/PhasorRhythmGroup.svg
%%DATADIR%%/HetrickCV/res/PhasorShape.svg
%%DATADIR%%/HetrickCV/res/PhasorShift.svg
+%%DATADIR%%/HetrickCV/res/PhasorSplitter.svg
%%DATADIR%%/HetrickCV/res/PhasorStutter.svg
%%DATADIR%%/HetrickCV/res/PhasorSubstepShape.svg
%%DATADIR%%/HetrickCV/res/PhasorSwing.svg
@@ -2443,7 +2359,9 @@ lib/vst/Cardinal.vst/CardinalSynth.so
%%DATADIR%%/ImpromptuModular/res/panels/Variations.svg
%%DATADIR%%/ImpromptuModular/res/panels/WriteSeq32.svg
%%DATADIR%%/ImpromptuModular/res/panels/WriteSeq64.svg
+%%DATADIR%%/JW-Modules/res/AbcdSeq.svg
%%DATADIR%%/JW-Modules/res/Add5.svg
+%%DATADIR%%/JW-Modules/res/Arrange.svg
%%DATADIR%%/JW-Modules/res/BlankPanel1hp.svg
%%DATADIR%%/JW-Modules/res/BlankPanelLarge.svg
%%DATADIR%%/JW-Modules/res/BlankPanelMedium.svg
@@ -2460,6 +2378,7 @@ lib/vst/Cardinal.vst/CardinalSynth.so
%%DATADIR%%/JW-Modules/res/DownButton.svg
%%DATADIR%%/JW-Modules/res/DownButtonDown.svg
%%DATADIR%%/JW-Modules/res/EightSeq.svg
+%%DATADIR%%/JW-Modules/res/FullScope.svg
%%DATADIR%%/JW-Modules/res/GridSeq.svg
%%DATADIR%%/JW-Modules/res/Hairball.svg
%%DATADIR%%/JW-Modules/res/LeftButton.svg
@@ -2472,6 +2391,7 @@ lib/vst/Cardinal.vst/CardinalSynth.so
%%DATADIR%%/JW-Modules/res/PT.svg
%%DATADIR%%/JW-Modules/res/Patterns.svg
%%DATADIR%%/JW-Modules/res/Pres1t.svg
+%%DATADIR%%/JW-Modules/res/Quantizer.svg
%%DATADIR%%/JW-Modules/res/RepButton.svg
%%DATADIR%%/JW-Modules/res/RepButtonDown.svg
%%DATADIR%%/JW-Modules/res/RightButton.svg
@@ -2480,6 +2400,7 @@ lib/vst/Cardinal.vst/CardinalSynth.so
%%DATADIR%%/JW-Modules/res/RndButtonDown.svg
%%DATADIR%%/JW-Modules/res/Screw_J.svg
%%DATADIR%%/JW-Modules/res/Screw_W.svg
+%%DATADIR%%/JW-Modules/res/SimpleClock.svg
%%DATADIR%%/JW-Modules/res/SmallButtonDown.svg
%%DATADIR%%/JW-Modules/res/SmallButtonUp.svg
%%DATADIR%%/JW-Modules/res/SmallWhiteKnob.svg
@@ -2489,6 +2410,8 @@ lib/vst/Cardinal.vst/CardinalSynth.so
%%DATADIR%%/JW-Modules/res/Switch_Horizontal_1.svg
%%DATADIR%%/JW-Modules/res/Switch_Vertical_0.svg
%%DATADIR%%/JW-Modules/res/Switch_Vertical_1.svg
+%%DATADIR%%/JW-Modules/res/ThingThing.svg
+%%DATADIR%%/JW-Modules/res/Timer.svg
%%DATADIR%%/JW-Modules/res/TinyButtonDown.svg
%%DATADIR%%/JW-Modules/res/TinyButtonUp.svg
%%DATADIR%%/JW-Modules/res/TinyPJ301M.svg
@@ -2499,12 +2422,88 @@ lib/vst/Cardinal.vst/CardinalSynth.so
%%DATADIR%%/JW-Modules/res/TinyPJ301M_yellow.svg
%%DATADIR%%/JW-Modules/res/TinyWhiteGrayKnob.svg
%%DATADIR%%/JW-Modules/res/TinyWhiteKnob.svg
+%%DATADIR%%/JW-Modules/res/Tree.svg
%%DATADIR%%/JW-Modules/res/Trigs.svg
%%DATADIR%%/JW-Modules/res/UpButton.svg
%%DATADIR%%/JW-Modules/res/UpButtonDown.svg
%%DATADIR%%/JW-Modules/res/WavHeadPanel.svg
%%DATADIR%%/JW-Modules/res/WavHeadSmall.svg
%%DATADIR%%/JW-Modules/res/XYPad.svg
+%%DATADIR%%/JW-Modules/res/dark/AbcdSeq.svg
+%%DATADIR%%/JW-Modules/res/dark/Add5.svg
+%%DATADIR%%/JW-Modules/res/dark/Arrange.svg
+%%DATADIR%%/JW-Modules/res/dark/BlankPanel1hp.svg
+%%DATADIR%%/JW-Modules/res/dark/BlankPanelLarge.svg
+%%DATADIR%%/JW-Modules/res/dark/BlankPanelMedium.svg
+%%DATADIR%%/JW-Modules/res/dark/BlankPanelSmall.svg
+%%DATADIR%%/JW-Modules/res/dark/BouncyBalls.svg
+%%DATADIR%%/JW-Modules/res/dark/Bowl-food.svg
+%%DATADIR%%/JW-Modules/res/dark/Bowl-no-food.svg
+%%DATADIR%%/JW-Modules/res/dark/CDM.svg
+%%DATADIR%%/JW-Modules/res/dark/Cat.svg
+%%DATADIR%%/JW-Modules/res/dark/CoolBreeze.svg
+%%DATADIR%%/JW-Modules/res/dark/D1v1de.svg
+%%DATADIR%%/JW-Modules/res/dark/DivSeq-blue.svg
+%%DATADIR%%/JW-Modules/res/dark/DivSeq.svg
+%%DATADIR%%/JW-Modules/res/dark/DownButton.svg
+%%DATADIR%%/JW-Modules/res/dark/DownButtonDown.svg
+%%DATADIR%%/JW-Modules/res/dark/EightSeq-blue.svg
+%%DATADIR%%/JW-Modules/res/dark/EightSeq.svg
+%%DATADIR%%/JW-Modules/res/dark/GridSeq-blue.svg
+%%DATADIR%%/JW-Modules/res/dark/GridSeq.svg
+%%DATADIR%%/JW-Modules/res/dark/Hairball.svg
+%%DATADIR%%/JW-Modules/res/dark/LeftButton.svg
+%%DATADIR%%/JW-Modules/res/dark/LeftButtonDown.svg
+%%DATADIR%%/JW-Modules/res/dark/MinMax.svg
+%%DATADIR%%/JW-Modules/res/dark/NoteSeq.svg
+%%DATADIR%%/JW-Modules/res/dark/NoteSeq16-colored.svg
+%%DATADIR%%/JW-Modules/res/dark/NoteSeq16.svg
+%%DATADIR%%/JW-Modules/res/dark/NoteSeqFu.svg
+%%DATADIR%%/JW-Modules/res/dark/OnePattern.svg
+%%DATADIR%%/JW-Modules/res/dark/PT.svg
+%%DATADIR%%/JW-Modules/res/dark/Patterns-colored.svg
+%%DATADIR%%/JW-Modules/res/dark/Patterns.svg
+%%DATADIR%%/JW-Modules/res/dark/Pres1t.svg
+%%DATADIR%%/JW-Modules/res/dark/Quantizer.svg
+%%DATADIR%%/JW-Modules/res/dark/RepButton.svg
+%%DATADIR%%/JW-Modules/res/dark/RepButtonDown.svg
+%%DATADIR%%/JW-Modules/res/dark/RightButton.svg
+%%DATADIR%%/JW-Modules/res/dark/RightButtonDown.svg
+%%DATADIR%%/JW-Modules/res/dark/RndButton.svg
+%%DATADIR%%/JW-Modules/res/dark/RndButtonDown.svg
+%%DATADIR%%/JW-Modules/res/dark/Screw_J.svg
+%%DATADIR%%/JW-Modules/res/dark/Screw_W.svg
+%%DATADIR%%/JW-Modules/res/dark/SimpleClock.svg
+%%DATADIR%%/JW-Modules/res/dark/SmallButtonDown.svg
+%%DATADIR%%/JW-Modules/res/dark/SmallButtonUp.svg
+%%DATADIR%%/JW-Modules/res/dark/SmallWhiteKnob.svg
+%%DATADIR%%/JW-Modules/res/dark/SnowFlake.svg
+%%DATADIR%%/JW-Modules/res/dark/Str1ker.svg
+%%DATADIR%%/JW-Modules/res/dark/Switch_Horizontal_0.svg
+%%DATADIR%%/JW-Modules/res/dark/Switch_Horizontal_1.svg
+%%DATADIR%%/JW-Modules/res/dark/Switch_Vertical_0.svg
+%%DATADIR%%/JW-Modules/res/dark/Switch_Vertical_1.svg
+%%DATADIR%%/JW-Modules/res/dark/Timer.svg
+%%DATADIR%%/JW-Modules/res/dark/TinyButtonDown.svg
+%%DATADIR%%/JW-Modules/res/dark/TinyButtonUp.svg
+%%DATADIR%%/JW-Modules/res/dark/TinyPJ301M.svg
+%%DATADIR%%/JW-Modules/res/dark/TinyPJ301M_blue.svg
+%%DATADIR%%/JW-Modules/res/dark/TinyPJ301M_orange.svg
+%%DATADIR%%/JW-Modules/res/dark/TinyPJ301M_purple.svg
+%%DATADIR%%/JW-Modules/res/dark/TinyPJ301M_white.svg
+%%DATADIR%%/JW-Modules/res/dark/TinyPJ301M_yellow.svg
+%%DATADIR%%/JW-Modules/res/dark/TinyWhiteGrayKnob.svg
+%%DATADIR%%/JW-Modules/res/dark/TinyWhiteKnob.svg
+%%DATADIR%%/JW-Modules/res/dark/Trigs-colored.svg
+%%DATADIR%%/JW-Modules/res/dark/Trigs.svg
+%%DATADIR%%/JW-Modules/res/dark/UpButton.svg
+%%DATADIR%%/JW-Modules/res/dark/UpButtonDown.svg
+%%DATADIR%%/JW-Modules/res/dark/WavHeadPanel.svg
+%%DATADIR%%/JW-Modules/res/dark/WavHeadSmall.svg
+%%DATADIR%%/JW-Modules/res/dark/XYPad.svg
+%%DATADIR%%/JW-Modules/res/fader.svg
+%%DATADIR%%/JW-Modules/res/faderbg.svg
+%%DATADIR%%/JW-Modules/res/fonts/ShareTechMono-Regular.ttf
%%DATADIR%%/LifeFormModular/res/AdditiveVibration.svg
%%DATADIR%%/LifeFormModular/res/BurstIntegrator.svg
%%DATADIR%%/LifeFormModular/res/ComplexOsc.svg
@@ -2574,11 +2573,13 @@ lib/vst/Cardinal.vst/CardinalSynth.so
%%DATADIR%%/LyraeModules/presets/Vega/60bpm.vcvm
%%DATADIR%%/LyraeModules/res/BD383238.svg
%%DATADIR%%/LyraeModules/res/BD383238gen.svg
+%%DATADIR%%/LyraeModules/res/Beta.svg
%%DATADIR%%/LyraeModules/res/Bolt.svg
%%DATADIR%%/LyraeModules/res/Gamma.svg
%%DATADIR%%/LyraeModules/res/HexKnob.svg
%%DATADIR%%/LyraeModules/res/Jack.svg
%%DATADIR%%/LyraeModules/res/MedHexKnob.svg
+%%DATADIR%%/LyraeModules/res/Sheliak.svg
%%DATADIR%%/LyraeModules/res/SmallHexKnob.svg
%%DATADIR%%/LyraeModules/res/SmallHexKnobInverted.svg
%%DATADIR%%/LyraeModules/res/Sulafat.svg
@@ -2791,6 +2792,59 @@ lib/vst/Cardinal.vst/CardinalSynth.so
%%DATADIR%%/MSM/res/Switch/VioMSwitchVert_1.svg
%%DATADIR%%/MSM/res/Switch/VioMSwitch_0.svg
%%DATADIR%%/MSM/res/Switch/VioMSwitch_1.svg
+%%DATADIR%%/MUS-X/presets/Synth/Band Pass Sweep.vcvm
+%%DATADIR%%/MUS-X/presets/Synth/Bass.vcvm
+%%DATADIR%%/MUS-X/presets/Synth/Birds at the beach.vcvm
+%%DATADIR%%/MUS-X/presets/Synth/Brass Pad.vcvm
+%%DATADIR%%/MUS-X/presets/Synth/Dynamic envelopes, mod wheel morph.vcvm
+%%DATADIR%%/MUS-X/presets/Synth/Everything.vcvm
+%%DATADIR%%/MUS-X/presets/Synth/Evolving Pad.vcvm
+%%DATADIR%%/MUS-X/presets/Synth/FM Bells.vcvm
+%%DATADIR%%/MUS-X/presets/Synth/FM E-Piano.vcvm
+%%DATADIR%%/MUS-X/presets/Synth/Flanger.vcvm
+%%DATADIR%%/MUS-X/presets/Synth/INIT Best Quality.vcvm
+%%DATADIR%%/MUS-X/presets/Synth/INIT Low CPU.vcvm
+%%DATADIR%%/MUS-X/presets/Synth/INIT Serial Filters.vcvm
+%%DATADIR%%/MUS-X/presets/Synth/INIT.vcvm
+%%DATADIR%%/MUS-X/presets/Synth/Karplus Harpsichord.vcvm
+%%DATADIR%%/MUS-X/presets/Synth/Karplus Violin.vcvm
+%%DATADIR%%/MUS-X/presets/Synth/LFO as envelope.vcvm
+%%DATADIR%%/MUS-X/presets/Synth/Laser.vcvm
+%%DATADIR%%/MUS-X/presets/Synth/Leslie Transistor Organ.vcvm
+%%DATADIR%%/MUS-X/presets/Synth/LoFi.vcvm
+%%DATADIR%%/MUS-X/presets/Synth/Mini Lead.vcvm
+%%DATADIR%%/MUS-X/presets/Synth/Pad.vcvm
+%%DATADIR%%/MUS-X/presets/Synth/Sine like.vcvm
+%%DATADIR%%/MUS-X/presets/Synth/Stereo Pad.vcvm
+%%DATADIR%%/MUS-X/presets/Synth/Sync.vcvm
+%%DATADIR%%/MUS-X/presets/Synth/The HX.vcvm
+%%DATADIR%%/MUS-X/presets/Synth/template.vcvm
+%%DATADIR%%/MUS-X/res/ADSR-dark.svg
+%%DATADIR%%/MUS-X/res/ADSR.svg
+%%DATADIR%%/MUS-X/res/Delay-dark.svg
+%%DATADIR%%/MUS-X/res/Delay.svg
+%%DATADIR%%/MUS-X/res/Drift-dark.svg
+%%DATADIR%%/MUS-X/res/Drift.svg
+%%DATADIR%%/MUS-X/res/Filter-dark.svg
+%%DATADIR%%/MUS-X/res/Filter.svg
+%%DATADIR%%/MUS-X/res/LFO-dark.svg
+%%DATADIR%%/MUS-X/res/LFO.svg
+%%DATADIR%%/MUS-X/res/Last-dark.svg
+%%DATADIR%%/MUS-X/res/Last.svg
+%%DATADIR%%/MUS-X/res/ModMatrix-dark.svg
+%%DATADIR%%/MUS-X/res/ModMatrix.svg
+%%DATADIR%%/MUS-X/res/OnePole-dark.svg
+%%DATADIR%%/MUS-X/res/OnePole.svg
+%%DATADIR%%/MUS-X/res/OnePoleLP-dark.svg
+%%DATADIR%%/MUS-X/res/OnePoleLP.svg
+%%DATADIR%%/MUS-X/res/Oscillators-dark.svg
+%%DATADIR%%/MUS-X/res/Oscillators.svg
+%%DATADIR%%/MUS-X/res/SplitStack-dark.svg
+%%DATADIR%%/MUS-X/res/SplitStack.svg
+%%DATADIR%%/MUS-X/res/Synth-dark.svg
+%%DATADIR%%/MUS-X/res/Synth.svg
+%%DATADIR%%/MUS-X/res/Tuner-dark.svg
+%%DATADIR%%/MUS-X/res/Tuner.svg
%%DATADIR%%/Meander/res/Bravura.otf
%%DATADIR%%/Meander/res/DejaVu-LICENSE.txt
%%DATADIR%%/Meander/res/DejaVuSansMono.ttf
@@ -2801,6 +2855,16 @@ lib/vst/Cardinal.vst/CardinalSynth.so
%%DATADIR%%/Meander/res/Meander-light.svg
%%DATADIR%%/Meander/res/Meander.png
%%DATADIR%%/Meander/res/Meander.svg
+%%DATADIR%%/Meander/res/ModeScaleProgressions-dark.png
+%%DATADIR%%/Meander/res/ModeScaleProgressions-dark.svg
+%%DATADIR%%/Meander/res/ModeScaleProgressions-light.png
+%%DATADIR%%/Meander/res/ModeScaleProgressions-light.svg
+%%DATADIR%%/Meander/res/ModeScaleProgressions.png
+%%DATADIR%%/Meander/res/ModeScaleQuant-dark.png
+%%DATADIR%%/Meander/res/ModeScaleQuant-dark.svg
+%%DATADIR%%/Meander/res/ModeScaleQuant-light.png
+%%DATADIR%%/Meander/res/ModeScaleQuant-light.svg
+%%DATADIR%%/Meander/res/ModeScaleQuant.png
%%DATADIR%%/Meander/res/OFL.txt
%%DATADIR%%/Meander/res/Progression-Edit-Panel-Help.png
%%DATADIR%%/Meander/res/TinyPJ301M.svg
@@ -4046,7 +4110,6 @@ lib/vst/Cardinal.vst/CardinalSynth.so
%%DATADIR%%/PluginManifests/ChowDSP.json
%%DATADIR%%/PluginManifests/Computerscare.json
%%DATADIR%%/PluginManifests/DHE-Modules.json
-%%DATADIR%%/PluginManifests/DrumKit.json
%%DATADIR%%/PluginManifests/ESeries.json
%%DATADIR%%/PluginManifests/EnigmaCurry.json
%%DATADIR%%/PluginManifests/ExpertSleepers-Encoders.json
@@ -4067,6 +4130,7 @@ lib/vst/Cardinal.vst/CardinalSynth.so
%%DATADIR%%/PluginManifests/LyraeModules.json
%%DATADIR%%/PluginManifests/ML_modules.json
%%DATADIR%%/PluginManifests/MSM.json
+%%DATADIR%%/PluginManifests/MUS-X.json
%%DATADIR%%/PluginManifests/Meander.json
%%DATADIR%%/PluginManifests/MindMeldModular.json
%%DATADIR%%/PluginManifests/MockbaModular.json
@@ -4081,13 +4145,16 @@ lib/vst/Cardinal.vst/CardinalSynth.so
%%DATADIR%%/PluginManifests/Sapphire.json
%%DATADIR%%/PluginManifests/StarlingVia.json
%%DATADIR%%/PluginManifests/ValleyAudio.json
+%%DATADIR%%/PluginManifests/WSTD-Drums.json
%%DATADIR%%/PluginManifests/WhatTheRack.json
%%DATADIR%%/PluginManifests/ZZC.json
%%DATADIR%%/PluginManifests/ZamAudio.json
%%DATADIR%%/PluginManifests/ZetaCarinaeModules.json
+%%DATADIR%%/PluginManifests/admiral.json
%%DATADIR%%/PluginManifests/alefsbits.json
%%DATADIR%%/PluginManifests/cf.json
%%DATADIR%%/PluginManifests/dBiz.json
+%%DATADIR%%/PluginManifests/eightfold.json
%%DATADIR%%/PluginManifests/forsitan-modulare.json
%%DATADIR%%/PluginManifests/h4n4-modules.json
%%DATADIR%%/PluginManifests/ihtsyn.json
@@ -4157,14 +4224,53 @@ lib/vst/Cardinal.vst/CardinalSynth.so
%%DATADIR%%/RebelTech/res/panels/Stoicheia_drk.svg
%%DATADIR%%/RebelTech/res/panels/Tonic.svg
%%DATADIR%%/RebelTech/res/panels/Tonic_drk.svg
+%%DATADIR%%/Sapphire/res/chaops.svg
+%%DATADIR%%/Sapphire/res/clock_button_0.svg
+%%DATADIR%%/Sapphire/res/clock_button_1.svg
+%%DATADIR%%/Sapphire/res/echo.svg
+%%DATADIR%%/Sapphire/res/echo_clock.svg
+%%DATADIR%%/Sapphire/res/echo_clock_sel.svg
+%%DATADIR%%/Sapphire/res/echo_dck.svg
+%%DATADIR%%/Sapphire/res/echo_dck_sel.svg
+%%DATADIR%%/Sapphire/res/echo_env.svg
+%%DATADIR%%/Sapphire/res/echo_env_sel.svg
+%%DATADIR%%/Sapphire/res/echo_flp.svg
+%%DATADIR%%/Sapphire/res/echo_flp_sel.svg
+%%DATADIR%%/Sapphire/res/echo_rev.svg
+%%DATADIR%%/Sapphire/res/echo_rev_sel.svg
+%%DATADIR%%/Sapphire/res/echo_voct.svg
+%%DATADIR%%/Sapphire/res/echo_voct_sel.svg
+%%DATADIR%%/Sapphire/res/echoout.svg
+%%DATADIR%%/Sapphire/res/echotap.svg
+%%DATADIR%%/Sapphire/res/echotap_dck.svg
+%%DATADIR%%/Sapphire/res/echotap_dck_sel.svg
+%%DATADIR%%/Sapphire/res/echotap_env.svg
+%%DATADIR%%/Sapphire/res/echotap_env_sel.svg
+%%DATADIR%%/Sapphire/res/echotap_flp.svg
+%%DATADIR%%/Sapphire/res/echotap_flp_sel.svg
+%%DATADIR%%/Sapphire/res/echotap_rev.svg
+%%DATADIR%%/Sapphire/res/echotap_rev_sel.svg
%%DATADIR%%/Sapphire/res/elastika.svg
+%%DATADIR%%/Sapphire/res/elastika_in_l2.svg
+%%DATADIR%%/Sapphire/res/elastika_in_lr.svg
+%%DATADIR%%/Sapphire/res/elastika_in_r2.svg
+%%DATADIR%%/Sapphire/res/elastika_out_2.svg
+%%DATADIR%%/Sapphire/res/elastika_out_lr.svg
+%%DATADIR%%/Sapphire/res/env.svg
+%%DATADIR%%/Sapphire/res/extender_button.svg
%%DATADIR%%/Sapphire/res/frolic.svg
%%DATADIR%%/Sapphire/res/galaxy.svg
%%DATADIR%%/Sapphire/res/glee.svg
+%%DATADIR%%/Sapphire/res/gravy.svg
%%DATADIR%%/Sapphire/res/hiss.svg
+%%DATADIR%%/Sapphire/res/interval_button_0.svg
+%%DATADIR%%/Sapphire/res/interval_button_1.svg
+%%DATADIR%%/Sapphire/res/lark.svg
%%DATADIR%%/Sapphire/res/moots.svg
%%DATADIR%%/Sapphire/res/moots_label_gate.svg
%%DATADIR%%/Sapphire/res/moots_label_trigger.svg
+%%DATADIR%%/Sapphire/res/mute_button_0.svg
+%%DATADIR%%/Sapphire/res/mute_button_1.svg
%%DATADIR%%/Sapphire/res/nucleus.svg
%%DATADIR%%/Sapphire/res/nucleus_label_audio.svg
%%DATADIR%%/Sapphire/res/nucleus_label_control.svg
@@ -4174,8 +4280,15 @@ lib/vst/Cardinal.vst/CardinalSynth.so
%%DATADIR%%/Sapphire/res/polynucleus_label_control.svg
%%DATADIR%%/Sapphire/res/pop.svg
%%DATADIR%%/Sapphire/res/port.svg
+%%DATADIR%%/Sapphire/res/remove_button.svg
%%DATADIR%%/Sapphire/res/rotini.svg
%%DATADIR%%/Sapphire/res/sam.svg
+%%DATADIR%%/Sapphire/res/sauce.svg
+%%DATADIR%%/Sapphire/res/stereo_in_l2.svg
+%%DATADIR%%/Sapphire/res/stereo_in_lr.svg
+%%DATADIR%%/Sapphire/res/stereo_in_r2.svg
+%%DATADIR%%/Sapphire/res/stereo_out_2.svg
+%%DATADIR%%/Sapphire/res/stereo_out_lr.svg
%%DATADIR%%/Sapphire/res/tin.svg
%%DATADIR%%/Sapphire/res/tout.svg
%%DATADIR%%/Sapphire/res/tricorder.svg
@@ -4356,6 +4469,125 @@ lib/vst/Cardinal.vst/CardinalSynth.so
%%DATADIR%%/ValleyAudio/res/v2/Small/Rogan1PSYellowSmall-fg.svg
%%DATADIR%%/ValleyAudio/res/v2/Small/Rogan1PSYellowSmall.svg
%%DATADIR%%/ValleyAudio/res/valleySliderBackground.svg
+%%DATADIR%%/WSTD-Drums/res/BD9.svg
+%%DATADIR%%/WSTD-Drums/res/Baronial.svg
+%%DATADIR%%/WSTD-Drums/res/CR78.svg
+%%DATADIR%%/WSTD-Drums/res/ClosedHH.svg
+%%DATADIR%%/WSTD-Drums/res/DMX.svg
+%%DATADIR%%/WSTD-Drums/res/Gnome.svg
+%%DATADIR%%/WSTD-Drums/res/Marionette.svg
+%%DATADIR%%/WSTD-Drums/res/OpenHH.svg
+%%DATADIR%%/WSTD-Drums/res/SBD.svg
+%%DATADIR%%/WSTD-Drums/res/Sequencer.svg
+%%DATADIR%%/WSTD-Drums/res/Snare.svg
+%%DATADIR%%/WSTD-Drums/res/Tomi.svg
+%%DATADIR%%/WSTD-Drums/res/component/Knob.svg
+%%DATADIR%%/WSTD-Drums/res/component/NovaMono.ttf
+%%DATADIR%%/WSTD-Drums/res/component/Port.svg
+%%DATADIR%%/WSTD-Drums/res/component/led-down-off.svg
+%%DATADIR%%/WSTD-Drums/res/component/led-down-on.svg
+%%DATADIR%%/WSTD-Drums/res/component/led-up-off.svg
+%%DATADIR%%/WSTD-Drums/res/component/led-up-on.svg
+%%DATADIR%%/WSTD-Drums/res/component/pad-off.svg
+%%DATADIR%%/WSTD-Drums/res/component/pad-on.svg
+%%DATADIR%%/WSTD-Drums/res/component/switch_0.svg
+%%DATADIR%%/WSTD-Drums/res/component/switch_1.svg
+%%DATADIR%%/WSTD-Drums/res/samples/bd9/01.raw
+%%DATADIR%%/WSTD-Drums/res/samples/bd9/02.raw
+%%DATADIR%%/WSTD-Drums/res/samples/bd9/03.raw
+%%DATADIR%%/WSTD-Drums/res/samples/bd9/04.raw
+%%DATADIR%%/WSTD-Drums/res/samples/bd9/05.raw
+%%DATADIR%%/WSTD-Drums/res/samples/bd9/06.raw
+%%DATADIR%%/WSTD-Drums/res/samples/bd9/07.raw
+%%DATADIR%%/WSTD-Drums/res/samples/bd9/08.raw
+%%DATADIR%%/WSTD-Drums/res/samples/bd9/09.raw
+%%DATADIR%%/WSTD-Drums/res/samples/bd9/10.raw
+%%DATADIR%%/WSTD-Drums/res/samples/bd9/11.raw
+%%DATADIR%%/WSTD-Drums/res/samples/bd9/12.raw
+%%DATADIR%%/WSTD-Drums/res/samples/bd9/13.raw
+%%DATADIR%%/WSTD-Drums/res/samples/bd9/14.raw
+%%DATADIR%%/WSTD-Drums/res/samples/bd9/15.raw
+%%DATADIR%%/WSTD-Drums/res/samples/bd9/16.raw
+%%DATADIR%%/WSTD-Drums/res/samples/closedhh/01.raw
+%%DATADIR%%/WSTD-Drums/res/samples/closedhh/02.raw
+%%DATADIR%%/WSTD-Drums/res/samples/closedhh/03.raw
+%%DATADIR%%/WSTD-Drums/res/samples/closedhh/04.raw
+%%DATADIR%%/WSTD-Drums/res/samples/closedhh/05.raw
+%%DATADIR%%/WSTD-Drums/res/samples/closedhh/06.raw
+%%DATADIR%%/WSTD-Drums/res/samples/closedhh/07.raw
+%%DATADIR%%/WSTD-Drums/res/samples/closedhh/08.raw
+%%DATADIR%%/WSTD-Drums/res/samples/closedhh/09.raw
+%%DATADIR%%/WSTD-Drums/res/samples/closedhh/10.raw
+%%DATADIR%%/WSTD-Drums/res/samples/closedhh/11.raw
+%%DATADIR%%/WSTD-Drums/res/samples/closedhh/12.raw
+%%DATADIR%%/WSTD-Drums/res/samples/closedhh/13.raw
+%%DATADIR%%/WSTD-Drums/res/samples/closedhh/14.raw
+%%DATADIR%%/WSTD-Drums/res/samples/closedhh/15.raw
+%%DATADIR%%/WSTD-Drums/res/samples/cr78/01.raw
+%%DATADIR%%/WSTD-Drums/res/samples/cr78/02.raw
+%%DATADIR%%/WSTD-Drums/res/samples/cr78/03.raw
+%%DATADIR%%/WSTD-Drums/res/samples/cr78/04.raw
+%%DATADIR%%/WSTD-Drums/res/samples/cr78/05.raw
+%%DATADIR%%/WSTD-Drums/res/samples/cr78/06.raw
+%%DATADIR%%/WSTD-Drums/res/samples/cr78/07.raw
+%%DATADIR%%/WSTD-Drums/res/samples/dmx/01.raw
+%%DATADIR%%/WSTD-Drums/res/samples/dmx/02.raw
+%%DATADIR%%/WSTD-Drums/res/samples/dmx/03.raw
+%%DATADIR%%/WSTD-Drums/res/samples/dmx/04.raw
+%%DATADIR%%/WSTD-Drums/res/samples/dmx/05.raw
+%%DATADIR%%/WSTD-Drums/res/samples/dmx/06.raw
+%%DATADIR%%/WSTD-Drums/res/samples/dmx/07.raw
+%%DATADIR%%/WSTD-Drums/res/samples/dmx/08.raw
+%%DATADIR%%/WSTD-Drums/res/samples/dmx/09.raw
+%%DATADIR%%/WSTD-Drums/res/samples/dmx/10.raw
+%%DATADIR%%/WSTD-Drums/res/samples/dmx/11.raw
+%%DATADIR%%/WSTD-Drums/res/samples/dmx/12.raw
+%%DATADIR%%/WSTD-Drums/res/samples/kick/01.raw
+%%DATADIR%%/WSTD-Drums/res/samples/kick/02.raw
+%%DATADIR%%/WSTD-Drums/res/samples/openhh/01.raw
+%%DATADIR%%/WSTD-Drums/res/samples/openhh/02.raw
+%%DATADIR%%/WSTD-Drums/res/samples/openhh/03.raw
+%%DATADIR%%/WSTD-Drums/res/samples/openhh/04.raw
+%%DATADIR%%/WSTD-Drums/res/samples/openhh/05.raw
+%%DATADIR%%/WSTD-Drums/res/samples/openhh/06.raw
+%%DATADIR%%/WSTD-Drums/res/samples/openhh/07.raw
+%%DATADIR%%/WSTD-Drums/res/samples/openhh/08.raw
+%%DATADIR%%/WSTD-Drums/res/samples/openhh/09.raw
+%%DATADIR%%/WSTD-Drums/res/samples/openhh/10.raw
+%%DATADIR%%/WSTD-Drums/res/samples/openhh/11.raw
+%%DATADIR%%/WSTD-Drums/res/samples/openhh/12.raw
+%%DATADIR%%/WSTD-Drums/res/samples/openhh/13.raw
+%%DATADIR%%/WSTD-Drums/res/samples/openhh/14.raw
+%%DATADIR%%/WSTD-Drums/res/samples/snare/01.raw
+%%DATADIR%%/WSTD-Drums/res/samples/snare/02.raw
+%%DATADIR%%/WSTD-Drums/res/samples/snare/03.raw
+%%DATADIR%%/WSTD-Drums/res/samples/snare/04.raw
+%%DATADIR%%/WSTD-Drums/res/samples/snare/05.raw
+%%DATADIR%%/WSTD-Drums/res/samples/snare/06.raw
+%%DATADIR%%/WSTD-Drums/res/samples/snare/07.raw
+%%DATADIR%%/WSTD-Drums/res/samples/snare/08.raw
+%%DATADIR%%/WSTD-Drums/res/samples/snare/09.raw
+%%DATADIR%%/WSTD-Drums/res/samples/snare/10.raw
+%%DATADIR%%/WSTD-Drums/res/samples/snare/11.raw
+%%DATADIR%%/WSTD-Drums/res/samples/snare/12.raw
+%%DATADIR%%/WSTD-Drums/res/samples/snare/13.raw
+%%DATADIR%%/WSTD-Drums/res/samples/snare/14.raw
+%%DATADIR%%/WSTD-Drums/res/samples/snare/15.raw
+%%DATADIR%%/WSTD-Drums/res/samples/snare/16.raw
+%%DATADIR%%/WSTD-Drums/res/samples/tomi/01.raw
+%%DATADIR%%/WSTD-Drums/res/samples/tomi/02.raw
+%%DATADIR%%/WSTD-Drums/res/samples/tomi/03.raw
+%%DATADIR%%/WSTD-Drums/res/samples/tomi/04.raw
+%%DATADIR%%/WSTD-Drums/res/samples/tomi/05.raw
+%%DATADIR%%/WSTD-Drums/res/samples/tomi/06.raw
+%%DATADIR%%/WSTD-Drums/res/samples/tomi/07.raw
+%%DATADIR%%/WSTD-Drums/res/samples/tomi/08.raw
+%%DATADIR%%/WSTD-Drums/res/samples/tomi/09.raw
+%%DATADIR%%/WSTD-Drums/res/samples/tomi/10.raw
+%%DATADIR%%/WSTD-Drums/res/samples/tomi/11.raw
+%%DATADIR%%/WSTD-Drums/res/samples/tomi/12.raw
+%%DATADIR%%/WSTD-Drums/res/samples/tomi/13.raw
+%%DATADIR%%/WSTD-Drums/res/samples/tomi/14.raw
%%DATADIR%%/WhatTheRack/res/BoomButton/question_bw.svg
%%DATADIR%%/WhatTheRack/res/BoomButton/question_color.svg
%%DATADIR%%/WhatTheRack/res/WhatTheJack.svg
@@ -4444,6 +4676,13 @@ lib/vst/Cardinal.vst/CardinalSynth.so
%%DATADIR%%/ZetaCarinaeModules/res/RosenchancePlate.svg
%%DATADIR%%/ZetaCarinaeModules/res/RosslerRustlerPlate.svg
%%DATADIR%%/ZetaCarinaeModules/res/WarblerPlate.svg
+%%DATADIR%%/admiral/res/ComponentLibrary/HorizontalBefacoSwitch_0.svg
+%%DATADIR%%/admiral/res/ComponentLibrary/HorizontalBefacoSwitch_1.svg
+%%DATADIR%%/admiral/res/ComponentLibrary/HorizontalBefacoSwitch_2.svg
+%%DATADIR%%/admiral/res/Divisions.svg
+%%DATADIR%%/admiral/res/Shifts.svg
+%%DATADIR%%/admiral/res/Tables.svg
+%%DATADIR%%/admiral/res/Watches.svg
%%DATADIR%%/alefsbits/res/blank6hp.svg
%%DATADIR%%/alefsbits/res/fibb.svg
%%DATADIR%%/alefsbits/res/logic.svg
@@ -4667,6 +4906,27 @@ lib/vst/Cardinal.vst/CardinalSynth.so
%%DATADIR%%/dBiz/res/component/VerboXS-bg.svg
%%DATADIR%%/dBiz/res/component/VerboXS-cap.svg
%%DATADIR%%/dBiz/res/component/VerboXS.svg
+%%DATADIR%%/eightfold/res/SDComparator.svg
+%%DATADIR%%/eightfold/res/SDFormation.svg
+%%DATADIR%%/eightfold/res/SDLines.svg
+%%DATADIR%%/eightfold/res/SDOrcasHeartV2.svg
+%%DATADIR%%/eightfold/res/SDTransgate.svg
+%%DATADIR%%/eightfold/res/shared/SDMediumKnob.svg
+%%DATADIR%%/eightfold/res/shared/SDMonoPort.svg
+%%DATADIR%%/eightfold/res/shared/SDPolyPort.svg
+%%DATADIR%%/eightfold/res/shared/SDScaleButton_off.svg
+%%DATADIR%%/eightfold/res/shared/SDScaleButton_on.svg
+%%DATADIR%%/eightfold/res/shared/SDScaleKnob.svg
+%%DATADIR%%/eightfold/res/shared/SDScalePort.svg
+%%DATADIR%%/eightfold/res/shared/SDSmallKnob.svg
+%%DATADIR%%/eightfold/res/shared/SDSmallScaleButton_off.svg
+%%DATADIR%%/eightfold/res/shared/SDSmallScaleButton_on.svg
+%%DATADIR%%/eightfold/res/shared/SDSmallestKnob.svg
+%%DATADIR%%/eightfold/res/shared/SDThreeSwitch1.svg
+%%DATADIR%%/eightfold/res/shared/SDThreeSwitch2.svg
+%%DATADIR%%/eightfold/res/shared/SDThreeSwitch3.svg
+%%DATADIR%%/eightfold/res/shared/SDTwoSwitch1.svg
+%%DATADIR%%/eightfold/res/shared/SDTwoSwitch2.svg
%%DATADIR%%/fonts/DSEG7ClassicMini-Bold.ttf
%%DATADIR%%/fonts/DSEG7ClassicMini-BoldItalic.ttf
%%DATADIR%%/fonts/DSEG7ClassicMini-Italic.ttf
@@ -4700,6 +4960,7 @@ lib/vst/Cardinal.vst/CardinalSynth.so
%%DATADIR%%/ihtsyn/res/nyTapperUp12.svg
%%DATADIR%%/ihtsyn/res/nyTapperUp16.svg
%%DATADIR%%/kocmoc/res/DDLY.svg
+%%DATADIR%%/kocmoc/res/DIOD.svg
%%DATADIR%%/kocmoc/res/LADR.svg
%%DATADIR%%/kocmoc/res/MUL.svg
%%DATADIR%%/kocmoc/res/OP.svg
@@ -4707,6 +4968,8 @@ lib/vst/Cardinal.vst/CardinalSynth.so
%%DATADIR%%/kocmoc/res/SKF.svg
%%DATADIR%%/kocmoc/res/SVF.svg
%%DATADIR%%/kocmoc/res/TRG.svg
+%%DATADIR%%/kocmoc/res/uLADR.svg
+%%DATADIR%%/kocmoc/res/uSVF.svg
%%DATADIR%%/mscHack/res/ARP700.svg
%%DATADIR%%/mscHack/res/ASAF8.svg
%%DATADIR%%/mscHack/res/Alienz.svg
@@ -4770,47 +5033,49 @@ lib/vst/Cardinal.vst/CardinalSynth.so
%%DATADIR%%/myth-modules/res/Mavka.svg
%%DATADIR%%/myth-modules/res/Molphar.svg
%%DATADIR%%/myth-modules/res/Template.svg
+%%DATADIR%%/nonlinearcircuits/res/1050MixSeq.afdesign
+%%DATADIR%%/nonlinearcircuits/res/1050MixSeq.svg
+%%DATADIR%%/nonlinearcircuits/res/32to1.afdesign
+%%DATADIR%%/nonlinearcircuits/res/32to1.svg
+%%DATADIR%%/nonlinearcircuits/res/4seq.afdesign
+%%DATADIR%%/nonlinearcircuits/res/4seq.svg
+%%DATADIR%%/nonlinearcircuits/res/8BitCipher.afdesign
+%%DATADIR%%/nonlinearcircuits/res/8BitCipher.svg
%%DATADIR%%/nonlinearcircuits/res/Audiowide-Regular.ttf
%%DATADIR%%/nonlinearcircuits/res/BOOLs.afdesign
%%DATADIR%%/nonlinearcircuits/res/BOOLs.svg
-%%DATADIR%%/nonlinearcircuits/res/BOOLs2.svg
+%%DATADIR%%/nonlinearcircuits/res/BOOLsOld.svg
+%%DATADIR%%/nonlinearcircuits/res/DivideConquer.afdesign
+%%DATADIR%%/nonlinearcircuits/res/DivideConquer.svg
+%%DATADIR%%/nonlinearcircuits/res/DivideConquerNoCircles.afdesign
+%%DATADIR%%/nonlinearcircuits/res/DivineCMOS.afdesign
+%%DATADIR%%/nonlinearcircuits/res/DivineCMOS.svg
+%%DATADIR%%/nonlinearcircuits/res/DoubleNeuron.svg
%%DATADIR%%/nonlinearcircuits/res/DoubleNeuronBright.svg
%%DATADIR%%/nonlinearcircuits/res/DoubleNeuronDark.svg
-%%DATADIR%%/nonlinearcircuits/res/DoubleNeuronRef.svg
+%%DATADIR%%/nonlinearcircuits/res/GENiE.afdesign
+%%DATADIR%%/nonlinearcircuits/res/GENiE.svg
%%DATADIR%%/nonlinearcircuits/res/LetsSplosh.svg
-%%DATADIR%%/nonlinearcircuits/res/NLC - 1050 MIXER SEQUENCER.afdesign
-%%DATADIR%%/nonlinearcircuits/res/NLC - 1050 MIXER SEQUENCER.svg
-%%DATADIR%%/nonlinearcircuits/res/NLC - 32to1.afdesign
-%%DATADIR%%/nonlinearcircuits/res/NLC - 32to1.svg
-%%DATADIR%%/nonlinearcircuits/res/NLC - 4seq.afdesign
-%%DATADIR%%/nonlinearcircuits/res/NLC - 4seq.svg
-%%DATADIR%%/nonlinearcircuits/res/NLC - 8 BIT CIPHER.afdesign
-%%DATADIR%%/nonlinearcircuits/res/NLC - 8 BIT CIPHER.svg
-%%DATADIR%%/nonlinearcircuits/res/NLC - DIVIDE & CONQUER.afdesign
-%%DATADIR%%/nonlinearcircuits/res/NLC - DIVIDE & CONQUER.svg
-%%DATADIR%%/nonlinearcircuits/res/NLC - DIVIDE & CONQUERNoCircles.afdesign
-%%DATADIR%%/nonlinearcircuits/res/NLC - DIVINE CMOS.afdesign
-%%DATADIR%%/nonlinearcircuits/res/NLC - DIVINE CMOS.svg
-%%DATADIR%%/nonlinearcircuits/res/NLC - GENiE.afdesign
-%%DATADIR%%/nonlinearcircuits/res/NLC - GENiE.svg
-%%DATADIR%%/nonlinearcircuits/res/NLC - NEURON.afdesign
-%%DATADIR%%/nonlinearcircuits/res/NLC - NEURON.svg
-%%DATADIR%%/nonlinearcircuits/res/NLC - NUMBERWANG.afdesign
-%%DATADIR%%/nonlinearcircuits/res/NLC - NUMBERWANG.svg
-%%DATADIR%%/nonlinearcircuits/res/NLC - ROUTER.afdesign
-%%DATADIR%%/nonlinearcircuits/res/NLC - ROUTER.svg
-%%DATADIR%%/nonlinearcircuits/res/NLC - SEGUE.afdesign
-%%DATADIR%%/nonlinearcircuits/res/NLC - SEGUE.svg
-%%DATADIR%%/nonlinearcircuits/res/NLC - STATUES.afdesign
-%%DATADIR%%/nonlinearcircuits/res/NLC - STATUES.svg
+%%DATADIR%%/nonlinearcircuits/res/Neuron.afdesign
+%%DATADIR%%/nonlinearcircuits/res/Neuron.svg
+%%DATADIR%%/nonlinearcircuits/res/Numberwang.afdesign
+%%DATADIR%%/nonlinearcircuits/res/Numberwang.svg
+%%DATADIR%%/nonlinearcircuits/res/Router.afdesign
+%%DATADIR%%/nonlinearcircuits/res/Router.svg
+%%DATADIR%%/nonlinearcircuits/res/Segue.afdesign
+%%DATADIR%%/nonlinearcircuits/res/Segue.svg
%%DATADIR%%/nonlinearcircuits/res/SlothApathy.svg
%%DATADIR%%/nonlinearcircuits/res/SlothInertia.svg
%%DATADIR%%/nonlinearcircuits/res/SlothTorpor.svg
+%%DATADIR%%/nonlinearcircuits/res/Splish.afdesign
+%%DATADIR%%/nonlinearcircuits/res/Splish.svg
+%%DATADIR%%/nonlinearcircuits/res/SquidAxon.svg
+%%DATADIR%%/nonlinearcircuits/res/Statues.afdesign
+%%DATADIR%%/nonlinearcircuits/res/Statues.svg
%%DATADIR%%/nonlinearcircuits/res/TripleSloth.svg
%%DATADIR%%/nonlinearcircuits/res/squid-axon-original-panel.svg
%%DATADIR%%/nonlinearcircuits/res/squid-axon-papernoise-panel.afdesign
%%DATADIR%%/nonlinearcircuits/res/squid-axon-papernoise-panel.svg
-%%DATADIR%%/nonlinearcircuits/res/squid-axon-papernoise-panel2.svg
%%DATADIR%%/patches/examples/DRMR_-_BassGrowl.vcv
%%DATADIR%%/patches/examples/DRMR_-_Etherpad.vcv
%%DATADIR%%/patches/examples/DRMR_-_Gabberswing.vcv
@@ -4819,6 +5084,7 @@ lib/vst/Cardinal.vst/CardinalSynth.so
%%DATADIR%%/patches/examples/SpotlightKid_-_Classic-Polysynth.vcv
%%DATADIR%%/patches/examples/VT_-_Jupiter_Ascent.vcv
%%DATADIR%%/patches/examples/falkTX_-_Divide-no-Conquer.vcv
+%%DATADIR%%/patches/examples/falkTX_-_Mini-Arp-Seq.vcv
%%DATADIR%%/patches/examples/falkTX_-_Random-Progress-Pluck-Rev.vcv
%%DATADIR%%/patches/examples/falkTX_-_Salomonis-MonoRegen.vcv
%%DATADIR%%/patches/mini/falkTX_-_Moogy.vcv
diff --git a/audio/emms/Makefile b/audio/emms/Makefile
index e5bb5c634f33..36a2cfc373d4 100644
--- a/audio/emms/Makefile
+++ b/audio/emms/Makefile
@@ -1,6 +1,5 @@
PORTNAME= emms
-DISTVERSION= 23
-PORTREVISION= 1
+DISTVERSION= 24
CATEGORIES= audio elisp
MASTER_SITES= https://elpa.gnu.org/packages/
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
diff --git a/audio/emms/distinfo b/audio/emms/distinfo
index 4d163c96671a..44a57e6452c2 100644
--- a/audio/emms/distinfo
+++ b/audio/emms/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1753558753
-SHA256 (emms-23.tar) = 2d4d1572aaeac83a42f3062aef3418614be58e71ed6ee73acb1adc3431234023
-SIZE (emms-23.tar) = 1484800
+TIMESTAMP = 1760308810
+SHA256 (emms-24.tar) = 6f35b0b3919b8b367b2b5d1944204780db3f7617e5fd26dec0dde723b62881da
+SIZE (emms-24.tar) = 1484800
diff --git a/audio/ganv/Makefile b/audio/ganv/Makefile
index d306d35b91e3..a19b223c2324 100644
--- a/audio/ganv/Makefile
+++ b/audio/ganv/Makefile
@@ -1,6 +1,6 @@
PORTNAME= ganv
DISTVERSION= 1.8.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= https://download.drobilla.net/
diff --git a/audio/go-librespot/Makefile b/audio/go-librespot/Makefile
index 4388105dde14..c03a4c482ba9 100644
--- a/audio/go-librespot/Makefile
+++ b/audio/go-librespot/Makefile
@@ -1,7 +1,7 @@
PORTNAME= go-librespot
DISTVERSIONPREFIX= v
DISTVERSION= 0.5.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MAINTAINER= ale@biancalanas.net
diff --git a/audio/gonic/Makefile b/audio/gonic/Makefile
index 0a6ad1d6b34c..9d31aa792ad0 100644
--- a/audio/gonic/Makefile
+++ b/audio/gonic/Makefile
@@ -1,6 +1,6 @@
PORTNAME= gonic
DISTVERSIONPREFIX= v
-DISTVERSION= 0.18.0
+DISTVERSION= 0.19.0
PORTREVISION= 1
CATEGORIES= audio net
@@ -11,11 +11,10 @@ WWW= https://github.com/sentriz/gonic
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
-LIB_DEPENDS= libtag.so:audio/taglib
RUN_DEPENDS= ffmpeg:multimedia/ffmpeg \
mpv:multimedia/mpv
-USES= go:1.25,modules pkgconfig sqlite
+USES= go:1.25,modules
USE_RC_SUBR= ${PORTNAME}
diff --git a/audio/gonic/distinfo b/audio/gonic/distinfo
index 438d658eb8c4..5a98857aeab2 100644
--- a/audio/gonic/distinfo
+++ b/audio/gonic/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1758591774
-SHA256 (go/audio_gonic/gonic-v0.18.0/v0.18.0.mod) = e656b0b3dbd56412cc6759d8cd3218e80259fefb27318350056f5f9a7bb9dd19
-SIZE (go/audio_gonic/gonic-v0.18.0/v0.18.0.mod) = 2720
-SHA256 (go/audio_gonic/gonic-v0.18.0/v0.18.0.zip) = 2a5e4f142c868cb4afff859b1a8e081482056d803a2e5659f5ef3c4b0883cf0b
-SIZE (go/audio_gonic/gonic-v0.18.0/v0.18.0.zip) = 2071202
+TIMESTAMP = 1760338422
+SHA256 (go/audio_gonic/gonic-v0.19.0/v0.19.0.mod) = 7d193a72639f4874cfcbf00b5ed7c204138976a74e34b2899218563bc567585e
+SIZE (go/audio_gonic/gonic-v0.19.0/v0.19.0.mod) = 2887
+SHA256 (go/audio_gonic/gonic-v0.19.0/v0.19.0.zip) = bef4170e3514b132c72e35f48977aec7a9bf5a7cf93b07e88da4a1563a104ab9
+SIZE (go/audio_gonic/gonic-v0.19.0/v0.19.0.zip) = 2074307
diff --git a/audio/gtultra/Makefile b/audio/gtultra/Makefile
index 140b63918bcc..97fc539a05f1 100644
--- a/audio/gtultra/Makefile
+++ b/audio/gtultra/Makefile
@@ -3,7 +3,7 @@ DISTVERSIONPREFIX= v
DISTVERSION= 1.5.5
CATEGORIES= audio
-MAINTAINER= zirias@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Music tracker for the C64, fork of goattracker
WWW= https://github.com/jpage8580/GTUltra
diff --git a/audio/kaldi/Makefile b/audio/kaldi/Makefile
index dacf5fef6762..5591f97a51a0 100644
--- a/audio/kaldi/Makefile
+++ b/audio/kaldi/Makefile
@@ -16,6 +16,7 @@ LIB_DEPENDS= libcblas.so:math/cblas \
liblapack.so:math/lapack
USES= cmake compiler:c++17-lang localbase:ldflags python:build
+USE_GCC= yes # clang-19 fails to compile it due to math/openfst headers
USE_GITHUB= yes
GH_ACCOUNT= kaldi-asr
diff --git a/audio/mac/Makefile b/audio/mac/Makefile
index 2a99619bd084..cd5891747773 100644
--- a/audio/mac/Makefile
+++ b/audio/mac/Makefile
@@ -1,5 +1,6 @@
PORTNAME= mac
-PORTVERSION= 11.54
+PORTVERSION= 11.62
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= https://www.monkeysaudio.com/files/
DISTNAME= ${PORTNAME:tu}_${PORTVERSION:S|.||}_SDK
@@ -14,7 +15,9 @@ LICENSE_FILE= ${WRKSRC}/License.txt
USES= cmake dos2unix zip
DOS2UNIX_FILES= Shared/*.h \
- Source/Console/Console.cpp
+ Source/Console/*.cpp \
+ Source/Shared/*.cpp \
+ Source/Shared/*.h
NO_WRKSUBDIR= yes
diff --git a/audio/mac/distinfo b/audio/mac/distinfo
index c420dbd014e0..bb534eecf5d4 100644
--- a/audio/mac/distinfo
+++ b/audio/mac/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1759128267
-SHA256 (MAC_1154_SDK.zip) = 6f825a606e474a03729eb50d8b6967c74dbd1863c172e0732d836bebd9813dfc
-SIZE (MAC_1154_SDK.zip) = 1704471
+TIMESTAMP = 1760517847
+SHA256 (MAC_1162_SDK.zip) = 9945408555424f1f81d69d8bba46f191331219c144b7576158f1e4d9cff67024
+SIZE (MAC_1162_SDK.zip) = 1705126
diff --git a/audio/mac/files/patch-Shared_All.h b/audio/mac/files/patch-Shared_All.h
index 03e25dc1defc..10b574e7d180 100644
--- a/audio/mac/files/patch-Shared_All.h
+++ b/audio/mac/files/patch-Shared_All.h
@@ -1,6 +1,9 @@
We need to define PLATFORM_LINUX as the default if consumers don't do so.
---- Shared/All.h.orig 2025-02-07 08:39:49 UTC
+Fix runtime for little endian archs. At least on amd64, _BIG_ENDIAN is defined
+somewhere in the toolchain, causing the byte order to be reversed.
+
+--- Shared/All.h.orig 2025-10-15 08:20:58 UTC
+++ Shared/All.h
@@ -10,8 +10,8 @@ PLATFORM_ANDROID
PLATFORM_ANDROID
@@ -13,3 +16,12 @@ We need to define PLATFORM_LINUX as the default if consumers don't do so.
#endif
#ifdef PLATFORM_ANDROID
+@@ -311,7 +311,7 @@ Byte order
+ #define APE_LITTLE_ENDIAN 1234
+ #define APE_BIG_ENDIAN 4321
+
+-#if defined(_BIG_ENDIAN) || defined(__BIG_ENDIAN__) || (defined(__BYTE_ORDER__) && (__BYTE_ORDER__ == __ORDER_BIG_ENDIAN__))
++#if defined(__BIG_ENDIAN__) || (defined(__BYTE_ORDER__) && (__BYTE_ORDER__ == __ORDER_BIG_ENDIAN__))
+ #define APE_BYTE_ORDER APE_BIG_ENDIAN
+ #else
+ #define APE_BYTE_ORDER APE_LITTLE_ENDIAN
diff --git a/audio/mac/files/patch-Source_Shared_All.h b/audio/mac/files/patch-Source_Shared_All.h
new file mode 100644
index 000000000000..d7748cd159f8
--- /dev/null
+++ b/audio/mac/files/patch-Source_Shared_All.h
@@ -0,0 +1,27 @@
+We need to define PLATFORM_LINUX as the default if consumers don't do so.
+
+Fix runtime for little endian archs. At least on amd64, _BIG_ENDIAN is defined
+somewhere in the toolchain, causing the byte order to be reversed.
+
+--- Source/Shared/All.h.orig 2025-10-15 08:20:58 UTC
++++ Source/Shared/All.h
+@@ -10,8 +10,8 @@ PLATFORM_ANDROID
+ PLATFORM_ANDROID
+ **************************************************************************************************/
+ #if !defined(PLATFORM_WINDOWS) && !defined(PLATFORM_APPLE) && !defined(PLATFORM_LINUX) && !defined(PLATFORM_ANDROID)
+- #pragma message("No platform set for MACLib, defaulting to Windows")
+- #define PLATFORM_WINDOWS
++ #pragma message("No platform set for MACLib, defaulting to Linux")
++ #define PLATFORM_LINUX
+ #endif
+
+ #ifdef PLATFORM_ANDROID
+@@ -311,7 +311,7 @@ Byte order
+ #define APE_LITTLE_ENDIAN 1234
+ #define APE_BIG_ENDIAN 4321
+
+-#if defined(_BIG_ENDIAN) || defined(__BIG_ENDIAN__) || (defined(__BYTE_ORDER__) && (__BYTE_ORDER__ == __ORDER_BIG_ENDIAN__))
++#if defined(__BIG_ENDIAN__) || (defined(__BYTE_ORDER__) && (__BYTE_ORDER__ == __ORDER_BIG_ENDIAN__))
+ #define APE_BYTE_ORDER APE_BIG_ENDIAN
+ #else
+ #define APE_BYTE_ORDER APE_LITTLE_ENDIAN
diff --git a/audio/mac/files/patch-Source_Shared_CPUFeatures.cpp b/audio/mac/files/patch-Source_Shared_CPUFeatures.cpp
index 3713b9bb9152..4c89888d95e9 100644
--- a/audio/mac/files/patch-Source_Shared_CPUFeatures.cpp
+++ b/audio/mac/files/patch-Source_Shared_CPUFeatures.cpp
@@ -1,26 +1,26 @@
--- Source/Shared/CPUFeatures.cpp.orig 2025-08-04 20:52:19 UTC
+++ Source/Shared/CPUFeatures.cpp
@@ -4,7 +4,7 @@
- #if defined(PLATFORM_LINUX)
- #include <sys/auxv.h>
-
-- #if defined(__arm__)
-+ #if defined(__arm__) && defined(__linux__)
- #include <asm/hwcap.h>
-
- #ifndef HWCAP_NEON
-@@ -187,7 +187,14 @@ bool GetNeonSupported()
- #if defined(__ARM_NEON) || defined(__ARM_NEON__) || defined(__aarch64__) || defined(_M_ARM64) || defined(_M_ARM64EC)
- return true;
- #elif defined(__arm__) && defined(PLATFORM_LINUX)
-+#ifdef __linux__
- return getauxval(AT_HWCAP) & HWCAP_NEON;
-+#elif defined(__FreeBSD__)
-+ long hwcap = 0;
-+
-+ elf_aux_info(AT_HWCAP, &hwcap, sizeof hwcap);
-+ return (hwcap & HWCAP_NEON);
-+#endif
- #else
- return false;
- #endif
+ #if defined(PLATFORM_LINUX)
+ #include <sys/auxv.h>
+
+- #if defined(__arm__)
++ #if defined(__arm__) && defined(__linux__)
+ #include <asm/hwcap.h>
+
+ #ifndef HWCAP_NEON
+@@ -187,7 +187,14 @@ bool GetNeonSupported()
+ #if defined(__ARM_NEON) || defined(__ARM_NEON__) || defined(__aarch64__) || defined(_M_ARM64) || defined(_M_ARM64EC)
+ return true;
+ #elif defined(__arm__) && defined(PLATFORM_LINUX)
++#ifdef __linux__
+ return getauxval(AT_HWCAP) & HWCAP_NEON;
++#elif defined(__FreeBSD__)
++ long hwcap = 0;
++
++ elf_aux_info(AT_HWCAP, &hwcap, sizeof hwcap);
++ return (hwcap & HWCAP_NEON);
++#endif
+ #else
+ return false;
+ #endif
diff --git a/audio/murmur-cli/Makefile b/audio/murmur-cli/Makefile
index 849989c6e249..e238c78c656b 100644
--- a/audio/murmur-cli/Makefile
+++ b/audio/murmur-cli/Makefile
@@ -1,6 +1,6 @@
PORTNAME= murmur-cli
PORTVERSION= 0.0.0.20200528
-PORTREVISION= 30
+PORTREVISION= 31
CATEGORIES= audio
MAINTAINER= ports@FreeBSD.org
diff --git a/audio/py-pylast/Makefile b/audio/py-pylast/Makefile
index 6df454f04e5d..334429b8b94c 100644
--- a/audio/py-pylast/Makefile
+++ b/audio/py-pylast/Makefile
@@ -1,5 +1,5 @@
PORTNAME= pylast
-PORTVERSION= 5.5.0
+PORTVERSION= 6.0.0
CATEGORIES= audio python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,13 +13,13 @@ LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0:devel/py-hatch-vcs@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}hatchling>=1.27:devel/py-hatchling@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httpx>=0:www/py-httpx@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httpx>=0.26:www/py-httpx@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flaky>=0:devel/py-flaky@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-random-order>=0:devel/py-pytest-random-order@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyyaml>=0:devel/py-pyyaml@${PY_FLAVOR}
-USES= python:3.9+
+USES= python:3.10+
USE_PYTHON= autoplist concurrent pep517 pytest
NO_ARCH= yes
diff --git a/audio/py-pylast/distinfo b/audio/py-pylast/distinfo
index 3c8a06f660a5..188072da62ca 100644
--- a/audio/py-pylast/distinfo
+++ b/audio/py-pylast/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1742070314
-SHA256 (pylast-5.5.0.tar.gz) = b6e95cf11fb99779cd451afd5dd68c4036c44f88733cf2346ba27317c1869da4
-SIZE (pylast-5.5.0.tar.gz) = 45569
+TIMESTAMP = 1759816620
+SHA256 (pylast-6.0.0.tar.gz) = 09748dcdb97ddc812c65460bea73f7cce578b2b8ed4d9f6a0d1da122f8b05c5c
+SIZE (pylast-6.0.0.tar.gz) = 45408
diff --git a/audio/re/Makefile b/audio/re/Makefile
index f97b9a3f13cd..7aad8c3e29b8 100644
--- a/audio/re/Makefile
+++ b/audio/re/Makefile
@@ -1,9 +1,9 @@
PORTNAME= re
DISTVERSIONPREFIX= v
-DISTVERSION= 4.1.0
+DISTVERSION= 4.2.0
CATEGORIES= audio devel
-MAINTAINER= herbert@gojira.at
+MAINTAINER= zarychtam@plan-b.pwste.edu.pl
COMMENT= Library for real-time comms with async IO support
WWW= https://github.com/baresip/re
diff --git a/audio/re/distinfo b/audio/re/distinfo
index 38a3c364eb49..40c84618d97d 100644
--- a/audio/re/distinfo
+++ b/audio/re/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1757535159
-SHA256 (baresip-re-v4.1.0_GH0.tar.gz) = 96fe5776d14aad6a4801bad8052e2cee8911d8498cac9c455b0f303210449e0a
-SIZE (baresip-re-v4.1.0_GH0.tar.gz) = 625614
+TIMESTAMP = 1760646660
+SHA256 (baresip-re-v4.2.0_GH0.tar.gz) = db60a89641c39092269c77fdb6340bb8f6292c3a2f807a1446a694fd16cdd81d
+SIZE (baresip-re-v4.2.0_GH0.tar.gz) = 626620
diff --git a/audio/re/pkg-plist b/audio/re/pkg-plist
index 5a69137e5653..23557cac532b 100644
--- a/audio/re/pkg-plist
+++ b/audio/re/pkg-plist
@@ -88,6 +88,6 @@ lib/cmake/libre/libre-targets.cmake
lib/cmake/re/re-config.cmake
lib/libre.a
lib/libre.so
-lib/libre.so.37
-lib/libre.so.37.1.0
+lib/libre.so.38
+lib/libre.so.38.2.0
libdata/pkgconfig/libre.pc
diff --git a/audio/schismtracker/Makefile b/audio/schismtracker/Makefile
index 3b4048de61be..698df4470c0d 100644
--- a/audio/schismtracker/Makefile
+++ b/audio/schismtracker/Makefile
@@ -1,5 +1,5 @@
PORTNAME= schismtracker
-DISTVERSION= 20250825
+DISTVERSION= 20251014
CATEGORIES= audio
MAINTAINER= ehaupt@FreeBSD.org
diff --git a/audio/schismtracker/distinfo b/audio/schismtracker/distinfo
index 7a4d7d376645..0b9bd1c0b294 100644
--- a/audio/schismtracker/distinfo
+++ b/audio/schismtracker/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1757176147
-SHA256 (schismtracker-schismtracker-20250825_GH0.tar.gz) = 67d1217ca00081bd28da2c130ccfd383310226c2864b94ccd3c4ffaf5ea83978
-SIZE (schismtracker-schismtracker-20250825_GH0.tar.gz) = 1347120
+TIMESTAMP = 1760594907
+SHA256 (schismtracker-schismtracker-20251014_GH0.tar.gz) = 84e9977770a131f3bbc699c2d6cae8b3471e44a4ae1e62024f697caa6bf19d96
+SIZE (schismtracker-schismtracker-20251014_GH0.tar.gz) = 1368830
diff --git a/audio/sonicradio/Makefile b/audio/sonicradio/Makefile
index e17285052a23..c39748c545cf 100644
--- a/audio/sonicradio/Makefile
+++ b/audio/sonicradio/Makefile
@@ -1,6 +1,6 @@
PORTNAME= sonicradio
DISTVERSIONPREFIX= v
-DISTVERSION= 0.8.4
+DISTVERSION= 0.8.5
CATEGORIES= audio
MAINTAINER= nivit@FreeBSD.org
diff --git a/audio/sonicradio/distinfo b/audio/sonicradio/distinfo
index 8e7239a62e99..aaae1ff7ae52 100644
--- a/audio/sonicradio/distinfo
+++ b/audio/sonicradio/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1757144161
-SHA256 (go/audio_sonicradio/sonicradio-v0.8.4/v0.8.4.mod) = c3d6fb914b773066e02f024e166e02a16db329491472ba5b448ad6b3a046978e
-SIZE (go/audio_sonicradio/sonicradio-v0.8.4/v0.8.4.mod) = 1520
-SHA256 (go/audio_sonicradio/sonicradio-v0.8.4/v0.8.4.zip) = 7761a64bf8a6fc33c588af29f464214602dce25a3c06af5cf26d267076ade57c
-SIZE (go/audio_sonicradio/sonicradio-v0.8.4/v0.8.4.zip) = 1270261
+TIMESTAMP = 1760252968
+SHA256 (go/audio_sonicradio/sonicradio-v0.8.5/v0.8.5.mod) = c3d6fb914b773066e02f024e166e02a16db329491472ba5b448ad6b3a046978e
+SIZE (go/audio_sonicradio/sonicradio-v0.8.5/v0.8.5.mod) = 1520
+SHA256 (go/audio_sonicradio/sonicradio-v0.8.5/v0.8.5.zip) = 3aee0d1725abe16604ba74febc06e0a2df1d7e56267ec62ad75e040effcec937
+SIZE (go/audio_sonicradio/sonicradio-v0.8.5/v0.8.5.zip) = 1270273
diff --git a/audio/spek/Makefile b/audio/spek/Makefile
index e58390938e26..1b7b9acaf1b9 100644
--- a/audio/spek/Makefile
+++ b/audio/spek/Makefile
@@ -1,6 +1,6 @@
PORTNAME= spek
DISTVERSION= 0.8.5
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= audio
MASTER_SITES= https://github.com/alexkay/${PORTNAME}/releases/download/v${DISTVERSION}/
diff --git a/audio/spek/files/patch-fix-ffmpeg8 b/audio/spek/files/patch-fix-ffmpeg8
new file mode 100644
index 000000000000..207ceb785198
--- /dev/null
+++ b/audio/spek/files/patch-fix-ffmpeg8
@@ -0,0 +1,73 @@
+From df8402575f1550d79c751051e9006fd3b7fa0fe0 Mon Sep 17 00:00:00 2001
+From: Hannes Braun <hannes@hannesbraun.net>
+Date: Thu, 9 Oct 2025 20:28:34 +0200
+Subject: [PATCH] Fix compatibility with FFmpeg 8
+
+---
+ src/spek-fft.cc | 25 ++++++++++++++++---------
+ 1 file changed, 16 insertions(+), 9 deletions(-)
+
+diff --git src/spek-fft.cc src/spek-fft.cc
+index 3105213f..00d4fa5c 100644
+--- src/spek-fft.cc
++++ src/spek-fft.cc
+@@ -2,7 +2,7 @@
+
+ #define __STDC_CONSTANT_MACROS
+ extern "C" {
+-#include <libavcodec/avfft.h>
++#include <libavutil/tx.h>
+ }
+
+ #include "spek-fft.h"
+@@ -16,7 +16,10 @@ class FFTPlanImpl : public FFTPlan
+ void execute() override;
+
+ private:
+- struct RDFTContext *cx;
++ struct AVTXContext *cx;
++ av_tx_fn tx;
++ float* tmp;
++ const int len;
+ };
+
+ std::unique_ptr<FFTPlan> FFT::create(int nbits)
+@@ -24,27 +27,31 @@ std::unique_ptr<FFTPlan> FFT::create(int nbits)
+ return std::unique_ptr<FFTPlan>(new FFTPlanImpl(nbits));
+ }
+
+-FFTPlanImpl::FFTPlanImpl(int nbits) : FFTPlan(nbits), cx(av_rdft_init(nbits, DFT_R2C))
++FFTPlanImpl::FFTPlanImpl(int nbits) : FFTPlan(nbits), len(1 << nbits)
+ {
++ const float scale = 1.0;
++ av_tx_init(&this->cx, &this->tx, AV_TX_FLOAT_RDFT, 0, this->len, &scale, 0);
++ this->tmp = (float*) av_malloc((this->len + 2) * sizeof(float));
+ }
+
+ FFTPlanImpl::~FFTPlanImpl()
+ {
+- av_rdft_end(this->cx);
++ av_tx_uninit(&this->cx);
++ av_freep(&this->tmp);
+ }
+
+ void FFTPlanImpl::execute()
+ {
+- av_rdft_calc(this->cx, this->get_input());
++ this->tx(this->cx, this->tmp, this->get_input(), sizeof(AVComplexFloat));
+
+ // Calculate magnitudes.
+ int n = this->get_input_size();
+ float n2 = n * n;
+- this->set_output(0, 10.0f * log10f(this->get_input(0) * this->get_input(0) / n2));
+- this->set_output(n / 2, 10.0f * log10f(this->get_input(1) * this->get_input(1) / n2));
++ this->set_output(0, 10.0f * log10f(this->tmp[0] * this->tmp[0] / n2));
+ for (int i = 1; i < n / 2; i++) {
+- float re = this->get_input(i * 2);
+- float im = this->get_input(i * 2 + 1);
++ float re = this->tmp[i * 2];
++ float im = this->tmp[i * 2 + 1];
+ this->set_output(i, 10.0f * log10f((re * re + im * im) / n2));
+ }
++ this->set_output(n / 2, 10.0f * log10f(this->tmp[this->len] * this->tmp[this->len] / n2));
+ }
diff --git a/audio/unflac/Makefile b/audio/unflac/Makefile
index f632e3566e0d..a89ec1651b91 100644
--- a/audio/unflac/Makefile
+++ b/audio/unflac/Makefile
@@ -1,6 +1,6 @@
PORTNAME= unflac
DISTVERSION= 1.3
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= audio
MAINTAINER= bsd@abinet.ru
diff --git a/audio/visp-go/Makefile b/audio/visp-go/Makefile
index bfa7e2581c61..ae975019f173 100644
--- a/audio/visp-go/Makefile
+++ b/audio/visp-go/Makefile
@@ -1,6 +1,6 @@
PORTNAME= visp-go
DISTVERSION= g20210723
-PORTREVISION= 31
+PORTREVISION= 32
CATEGORIES= audio
MAINTAINER= lcook@FreeBSD.org
diff --git a/audio/zrythm/Makefile b/audio/zrythm/Makefile
index da96df2c503c..da3c4cc8d3fe 100644
--- a/audio/zrythm/Makefile
+++ b/audio/zrythm/Makefile
@@ -1,7 +1,7 @@
PORTNAME= zrythm
DISTVERSIONPREFIX= v
DISTVERSION= 1.0.0-alpha.26.0.13
-PORTREVISION= 14
+PORTREVISION= 15
CATEGORIES= audio
MAINTAINER= yuri@FreeBSD.org