Hi - I am pretty new to getting the local OwlProgram environment going, running it in WSL as @antisvin kindly suggested so was wondering if anyone got the FirmwareSender working correctly for loading patches on a device. I followed the instructions, i think, but get what looks like wrong location lookup for ALSA after building and loading a patch.
Maybe I missed something…
rebel@DESKTOP-L34213B:/mnt/e/OwlProgram$ make GEN=MIDItestMinMax clean load
Building patch MIDItestMinMax
Sending patch MIDItestMinMax to OWL-* to load
JUCE v5.2.1
ALSA lib seq_hw.c:466:(snd_seq_hw_open) open /dev/snd/seq failed: No such file or directory
FirmwareSender: seq.c:1153: snd_seq_nonblock: Assertion `seq' failed.
Aborted
make: *** [Makefile:143: load] Error 134
rebel@DESKTOP-L34213B:/mnt/e/OwlProgram$
when I built firmware sender, I had a couple of warnings but maybe they aren’t important. I followed the instructions for building the sender as well.
rebel@DESKTOP-L34213B:/mnt/e/FirmwareSender/Builds/Linux$ make
Compiling FirmwareSender.cpp
Compiling crc32.c
cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C
Compiling sysex.c
cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C
Compiling include_juce_audio_basics.cpp
Compiling include_juce_audio_devices.cpp
Compiling include_juce_core.cpp
Compiling include_juce_events.cpp
Linking FirmwareSender - ConsoleApp
rebel@DESKTOP-L34213B:/mnt/e/FirmwareSender/Builds/Linux$ cp build/FirmwareSender ../../../OwlProgram/Tools
any things come to mind ?