Dan MacDonald

Results 246 comments of Dan MacDonald

I'd really like to see JACK ported to Haiku. Haiku doesn't have a DAW yet. It does have a Qt port so when we have both Qt and JACK it...

That's how bug reporting is supposed to be done ie solving the problem for the devs. Thanks for the updates Nick!

I didn't get as far as a successful `configure` unfortunately under Debian Testing: ``` $ ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes...

Is there anything more to building the JUCE version than running: ./autogen.sh ./configure ./make I've just ran `configure` but it looks like its still going to build with gtk2 instead...

The latest git version builds and runs fine on my RPi 4 under Raspberry Pi OS (Debian Buster).

Raspberry Pi OS is still armhf / 32 bit whilst Manjaro ARM for the RPi 4 is aarch64 but I think both use mesa now instead of a binary blob...

Actually, I'm having the same problem at 1080p. I can only use the controller mapping screen on a less than FullHD res display without resorting to using a straight edge...

I found this about JUCE under FreeBSD. Apparently some guy has got it working but decided to fork it into something called BEAST. Dunno how easy it will be for...

Looks like most of his patches for JUCE under FreeBSD are here: https://forum.juce.com/t/freebsd/10638/7 I'd like to build helm as an LV2 plugin so that I've got a good softsynth to...

I have applied all the JUCE FreeBSD patches in the link from my previous post to the JUCE code in the Helm tree and added `-D "JUCE_BSD=1"` to the Release...