Ok, made some progress with MEC on the Bela, though it’s still not working.
Ok, made some progress with MEC on the Bela, though it’s still not working. The key to get MEC to build was to flash a new Bela image. (In fact, the most recent image is from Tuesday.) So, now, the MEC project builds on my BeagleBone Black with Bela cape. Woohoo! After adapting the `mec.json` file, tried `~/projects/MEC/build/release/bin/mec-app`. Got the same “libusb … busy” error as on the Pi (even after following the directions in `RUNNING.md`). But, of course, there’s a normal Bela project in mec-bela. Tried the `ln` command, but the Bela didn’t accept a hard link. Tried a symbolic link (`ln -s`) and that made the project visible in the Web IDE. But running this project produces the following errors: ```` Build finishedIn file render.cpp: no member named 'MidiProcessor' in namespace 'mec'; did you mean 'Midi_Processor'? column: 24, line: 129In file render.cpp: use of undeclared identifier 'output_' column: 29, line: 127In file render.cpp: use of unde...