themidibus icon indicating copy to clipboard operation
themidibus copied to clipboard

A simple MIDI Library for Processing

Results 9 themidibus issues
Sort by recently updated
recently updated
newest added

Hi there! I'm very new to coding especially with Processing. After researching through this i've tried the first step of connecting my MIDI device and found an error : ------------...

Sending and receiving SysEx data on macos is still not working. The MMJ solution is not viable anymore, since MMJ is dead (the link you provide in readme drives to...

On OS X 10.8.5 and Processing 2.2.1 (Java 1.7.0_55) there's no Java Sound Synthesizer anymore in order to play notes without external synthesizer. Is that caused by themidibus? Is there...

Hi there, i searching a lib to connect a Processing sketch inside android device by usb/midi to external gear such synthesizers and drum machine, it is possible? Thanks!

Should provide some basic unit tests for the system, probably using JUnit

I have run this example code on many installs of 4.3 using theMidiBus library from the package manager but on this particular system (windows 11 pro) I can't get the...

sorry for this bad question i use this code alone and it works fine. ``` import themidibus.*; //Import the library MidiBus myBus; // The MidiBus int nModuleL = 2; int...

I'm using Processing 3.5.4 and downloaded the library from: http://www.smallbutdigital.com/releases/themidibus/themidibus-latest.zip In order to test the Basic example I had to change the MIDI device name. All works well. But... as...