Skip to content

Testing a USB MIDI controller is working #36

Answered by stonepreston
jshbrntt asked this question in Q&A
Discussion options

You must be logged in to vote

The thing I would start with is running things on a amd64 linux installation first, and seeing if that picks it up. If you don't have that available, you could try going the VM route. If you dont want to do that, then the easiest thing would be forget about cross compilation as its a bit complex, and settle for compiling JUCE and its extras from source on the Pi. 4 GB should be enough RAM to compile JUCE from source.

You can use the BUILD_EXTRAS flag when generating the CMake build directory to build the JUCE extras. Part of these extras is something called the audio plugin host. You can use this host to test out midi receive by using one of the built in plugins which is called a MIDI lis…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by jshbrntt
Comment options

You must be logged in to vote
2 replies
@stonepreston
Comment options

@jshbrntt
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants