Results 67 issues of ycollet

Voc fails to build on Fedora 38 with JUCE 7.0.6. It looks like a cpp file is missing to build the VST3 plugin.

An update of the dpf submodule should be done, the git// protocol seems to have benn removed from github; https works fine.

I am trying to build mapmap 0.6.2 on Fedora 40 using gcc 14.0.1 and liblo-0.32. I met an error message during the change. A small change in the liblo library...

In Ray Session, a very useful port is proposed on the GUI: ![image](https://github.com/rncbc/qtractor/assets/1255536/700583d1-2edc-45a4-a8de-29fd65a6e945) With this port, it's easy to draw a mono to mono / mono to stereo wire, you...

I am trying to build cmajor for Fedora 40 and I've got a lot of "use after free" errors while compiling with gcc 14.1.1. Here is an example: ``` In...

I am trying to build toobamp on Fedora 40 with cairo 1.18.0 and I meet the following error: ``` [ 39%] Building CXX object src/CMakeFiles/ToobAmp.dir/LsNumerics/BinaryReader.cpp.o cd /home/collette/rpmbuild/BUILD/ToobAmp/redhat-linux-build/src && /usr/bin/g++ -DNAM_SAMPLE_FLOAT...

I am trying to build CMBNEX on Fedora. I downloaded vst3sdk but it looks like the version of vst3sdk is important to build the plugin. Add some information on how...

I use tuxguitar 1.6.2 on Fedora 38 with pipewire-jack. pipewire-jack is version 1.0.3. I selected "jack sequencer" and a fluidsynth output on tuxguitar. When I played a score, the sound...

I am trying to build Fire 1.0.1 on Fedora 40 using gcc-14.1.1. I met an error during link: ``` /usr/bin/ld: /tmp/ccyXj6FF.ltrans43.ltrans.o: in function `FireAudioProcessorEditor::~FireAudioProcessorEditor()': /builddir/build/BUILD/Fire/Source/PluginEditor.cpp:184:(.text+0x321a): undefined reference to `SpectrumBackground::~SpectrumBackground()' /usr/bin/ld:...

I would like to have some tracks using audio output via fluidsynth and others to use MIDI output. For example, on a score, I want to add a track with...

enhancement