I need to develop a performance evaluator for piano playing. Based on a midi generated from sheet music, I need to evaluate the midi of the actual playing (midi keyboard). I\'m planning to evaluate th
I am currently programming a Piano Keyboard editor, much like the one you can find in Cubase, Logic, Reason etc..
I have started working on a software synthesizer (or keyboard).I have decided to use Java because of the available Jfugue API.I am trying to figure out how to go about creating the actual keys (notes)
The problem is: Android doesn\'t implement javax.sound.midi. I need a simple free library that allows me to create simple 1-track midi files.
I\'ve used the following code from this link. Getting signals from a MIDI port in C# I\'m wondering what I need to add to able to get a list of device names.
I\'ve keep having an exception thrown, on and on. When i try to make a new Sequencer object, i keep getting the javax.sound.midi.MidiUnavailableException: Audio Device Unavailable exception.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Strangely I find no support for Midi in Android. The only thing that comes close is the Jetplayer, but this only takes a existing .jet file.
I\'m trying to write some software to read a MIDI file into an internal data format and use it to cont开发者_开发知识库rol 3D simulated instruments.
If I have a soundbank stored in a JAR, how would I load that soundbank into my application using resource loading...?