Tagged Questions
The midi-instrument tag has no wiki summary.
7
votes
3answers
637 views
Java sound api - Scanning for midi devices
I'm working on a java project that receives midi events from midi hardware using the javax.sound.midi library. In the documentation, it says that MidiSystem.getMidiDeviceInfo() returns a list of all ...
6
votes
3answers
404 views
Can Silverlight communicate with a MIDI instrument?
Can Silverlight communicate with a MIDI instrument connected to the machine running the Silverlight application? In- or out-browser.
3
votes
1answer
102 views
midi | How to tell the difference between different String tools (Violin, Cello, Bass)
I am trying to visualise in flash midi file (using an external midi-to-flash library)
Is there a way to tell the difference between Violin, Viola, Cello & Contrabass in a midi file. I get these ...
1
vote
2answers
660 views
Java MIDI Synthesizer - Can't change instruments
I can't seem to get the instrument to change. I switch the value of the instrument but get nothing different on the output. I can only get a piano instrument to play no matter what value I try. ...
1
vote
1answer
324 views
Free software physically modeled piano?
Is there any free code online for a physically modeled (i.e. not sample-based) piano sound? Examples of commercial software include Pianoteq and the firmware for Roland's V-Piano. This is for an ...
0
votes
0answers
25 views
Generative music program wants to host Alchemy vst/au plugin.
I have a python program that generates music. (It creates tuning systems, note sequences, and rhythms based on sound spectra.) I want to pipe its midi output to the Alchemy softsynth. Alchemy can be ...
0
votes
2answers
58 views
Class similar to javax.microedition.media.control.MIDIControl in Android API?
Does the Android API have a class similar to javax.microedition.media.control.MIDIControl? I want to generate midi sounds as drums, notes and chords.
0
votes
1answer
180 views
controlling VST instruments from Ruby
I've recently bought a copy of EZDrummer, a VST plugin that acts as a virtual drumkit. I'd really like to hook into it from Ruby code so that I can create loops and drum patterns programmatically. To ...