ventosus
ventosus
Same issue on IMX6DL # cog --version 0.10.0 (WPE WebKit 2.32.1) # uname -a Linux gtv 5.4.77 #1 SMP Tue Jun 22 12:41:11 CEST 2021 armv7l GNU/Linux # glmark2-es2-wayland =======================================================...
# cog --version 0.12.4 (WPE WebKit 2.36.3)
if port has JACKEY_ORDER metadata order according to atoi(metadata value) else if port has PRETTY_NAME metadata order according to strcasecmp(metadata value) (and properly handle numerals in names) else order according...
This fixes the issue for me: diff --git a/src/jackpatch.c b/src/jackpatch.c index bc9303b..c5d6ec9 100644 --- a/src/jackpatch.c +++ b/src/jackpatch.c @@ -328,8 +328,18 @@ connect_path ( struct patch_record *pr ) { int r...
jackpatch crashes, it's obviously the clients fault, the line number is in the GDB log. `connect_path` on pipewire-jack is obviously called before `REAL_JACK_PORT_NAME_SIZE` is set, so snprintf tries to write...
The changes are related, they both concern 'REAL_JACK_PORT_NAME_SIZE'. If a fixed buffer size of 512 bytes is ok (which I don't think it is), then there is no need for...
@chrisvollorenew dbus ist set up just fine on my side. my problem is addressing multiple instances of cog. addressing a single instance works just fine.
> Hm, what's your use case to use it on a loopback device? Automated building on a machine I have no physical access to.
@schoelpi this works with the git version, forgot to close the issue. Make sure to load your loopback module with support for loopback partitions (default off). modprobe loop max_loop=8 max_part=8
Hi There currently are at least 2 projects already doing OSC via JACK, afaik. * zynaddsubfx (stable) * synthpod (unstable) They just reuse the JACK MIDI ports and API unchanged....