Tagged Questions

MIDI (Musical Instrument Digital Interface) is a protocol used to allow music hardware, software and other equipment to communicate with each other.

learn more… | top users | synonyms

358
votes
27answers
11k views

Using a piano keyboard as a computer keyboard

I have RSI problems and have tried 30 different computer keyboards which all caused me pain. Playing piano does not cause me pain. I would like to know if there is a way to capture MIDI from a MIDI ...
11
votes
1answer
263 views

midi keyboard not working on all platforms

I made a keyboard application a while ago that gets a midi soundbank as a resource from a jar, and uses it to get the instrument names contained in the soundbank. This seems to work fine on machines ...
11
votes
8answers
565 views

Meta-composition during music performances

A couple of weeks ago, my piano teacher and I were bouncing ideas off of each other concerning meta-composing music software. The idea was this: There is a system taking midi input from a bunch of ...
9
votes
3answers
2k views

How can I convert between midi to wav/mp3 in c#?

I started a small project which includes working with MIDI files. I've been wondering, is there any C# or VB.Net code that peforms that cast between MIDI and WAV files?
8
votes
5answers
515 views

.NET API for music programming?

In short words I am looking for a .NET translation of JFugue. Update I realize that there is no real .NET alternative for JFugue, the posts bellow are always great as a guideline for one who wants to ...
8
votes
2answers
2k views

How to “slow down” a MIDI file (ideally in Python)?

I have background music for some songs available in both .MID and .KAR formats, but in each case it's being played somewhat faster than I'd like. What's the simplest way to create either .MID or .KAR ...
8
votes
3answers
6k views

C/C++ library for reading MIDI signals from a USB MIDI device

I want to write C/C++ programs that take input from a MIDI device. The MIDI device connects to my PC using a USB connector. I'm looking for a (C/C++ implemented) library that I can use to read ...
7
votes
1answer
308 views

retrieving detailed usb midi device information on windows xp

The function midiOutGetDevCaps returns a structure MIDIOUTCAPS. I'd need more specific information when querying a usb midi device on windows xp, in particular I'd need the information displayed under ...
7
votes
3answers
639 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 ...
7
votes
2answers
935 views

Precision timing in .NET

I've just seen this question, where one of the answers indicates that System.Diagnostics.Stopwatch should only be used for diagnosing performance and not in production code. In that case, what would ...
7
votes
2answers
414 views

Midi implementation within .Net

Does anyone have any guidance or recommendations for writing a MIDI-based application in C# Winforms? I have recently bought a new effects pedal that has a full MIDI implementation (or so I'm led to ...
7
votes
6answers
10k views

Best way to play MIDI sounds using C#

I'm trying to rebuild an old metronome application that was originally written using MFC in C++ to be written in .NET using C#. One of the issues I'm running into is playing the midi files that are ...
6
votes
3answers
138 views

Superposing music tracks in Mathematica & MIDI pedal events

All of the following refers to music/MIDI (SoundNote objects), not sampled sounds. Unfortunately Mathematica doesn't seem to be able to import MIDI. I'm trying to make a simple MIDI importer based ...
6
votes
2answers
169 views

How to add “Arabian” or “Microtone” or “Quarter-tone” support to jMusic?

I have been working lately on a program that transcribes WAV files having a single and monophonic instrument, more likely this instrument is Vocal. This program converts the given WAV file into Sheet ...
6
votes
1answer
237 views

Play MIDI file from Common Lisp

Is it possible to play a MIDI file (existing on the hard drive) from Common Lisp? If so, how?
6
votes
4answers
618 views

Firing events at microsecond resolution for midi sequencer

Is there a way to fire events in C# at a resolution of a few microseconds? I am building a MIDI sequencer, and it requires an event to be fired every MIDI tick, which will then play any note ...
6
votes
3answers
667 views

Generate live MIDI from Javascript

I made some research and it seems that Javascript and MIDI are not going well together these days. At least so Google says. As stated in this topic: ...
6
votes
5answers
2k views

generating MIDI in javascript

I'd like to generate a sequence of MIDI notes in javascript and then play it. Many plugins support MIDI, but I'm not aware of any supporting "data:" URL. Generating MIDI content is not a big deal - ...
6
votes
7answers
2k views

Audio programming in C++

How can I create sounds in Linux with different frequencies using C++ libraries? Is there any library for audio programming (specially creating sounds with different frequencies) in C++? How can I ...
6
votes
4answers
5k views

Arduino : sending MIDI up the USB

I'm interested in making an Arduino based MIDI controller to talk to my computer. Looking at other examples of Arduino MIDI (eg. http://itp.nyu.edu/physcomp/Labs/MIDIOutput), they all seem to wire up ...
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.
5
votes
1answer
131 views

Separate MIDI song events from initial setup events

I am playing a MIDI song using a Java Sequencer. The song is designed to be looped continuously, which I can do easily with sequencer.setLoopCount(Sequencer.LOOP_CONTINUOUSLY) When played through the ...
5
votes
2answers
115 views

WAV-MIDI matching

let's consider a variation of the "WAV to MIDI" conversion problem. I'm aware of the complexity of such a problem and I know that a vast literature about the more general Music Information Retrieval ...
5
votes
2answers
249 views

SDL_Mixer MIDI Volume issues on Windows Vista/7

I'm not actually well versed in C++ or SDL_Mixer, but I'm asking this question anyway on behalf on the Doom community. Put simply, nobody writing Doom source ports can seem to figure out how to ...
5
votes
2answers
354 views

What is the structure of a MIDI file?

I want to manually have a function that creates a MIDI file according to users demands, for example. User write 2 patches that contain 8 bars of 4 quarters of A4 (Concert A - 440hz) and C4 (each as a ...
5
votes
4answers
2k views

How to read MIDI file in C#?

Do you know any library in C# that I can use in order to read an existing *.mid file? I want to draw the sound frequency graph for the MIDI file, but I cannot get the inner data. I tried using NAudio ...
5
votes
3answers
309 views

Generate mp3 from midi

I need to generate MP3 files from MIDI files in batch. Is there a library that can do that? Preferably open source and written in .NET
5
votes
2answers
472 views

Play a single note with DirectMusic

I'm using DirectMusic for MIDI playback in an application I'm developing. Does anyone know if it's possible to use DirectMusic to play individual notes? Currently, I'm converting an in-memory data ...
4
votes
2answers
67 views

Porting a win32 MIDI SysEx application to MacOSX

What is the easiest way to port a win32 MIDI SysEx application (a configuration program), to MacOSX ? The application itself is written in Qt, but I have no experience in OSX MIDI APIs. Are there ...
4
votes
1answer
91 views

Java MIDI instrument listing?

I have recently implemented a MIDI Beatbox from the code in Head First Java and would really like to do more with Java's MIDI capabilities. I thought that I might start by adding more, non-percussive ...
4
votes
1answer
140 views

VST instrument multiple in and out

I want to create a VST instrument that has 16 MIDI inputs and at least 16 audio outputs. Similar to how kontakt or halion do this. Any ideas?
4
votes
3answers
81 views

MIDIHDR Problems

I am trying to write a wrapper library for MIDI functions in WinMM.dll, but I am having trouble with MIDI long messages. I found this in PIvnoke.net (I added the first line myself): ...
4
votes
1answer
152 views

realtime midi input and synchronisation with audio

I have built a standalone app version of a project that until now was just a VST/audiounit. I am providing audio support via rtaudio. I would like to add MIDI support using rtmidi but it's not clear ...
4
votes
1answer
244 views

Programming a music sequencer

I would like to build an audio multitrack sequencer similar to a drum machine. What do you think is the best way to implement this? At the moment I have 2 tracks represented by 2 arrays: 2 x [tick, ...
4
votes
5answers
162 views

Implementing Thread in Java from a C# background

I'm trying to implement multithreading in my Java GUI application to free up the interface when a couple of intensive methods are run. I'm primarily from a C# development background and have used ...
4
votes
5answers
694 views

Reading a MIDI file in Python

I want to be able to read events from a MIDI file in Python. I have looked for libraries, but can't find one that works with my MIDI file in windows. I do not need to do anything real time, and just ...
4
votes
9answers
8k views

iPhone USB transfer cable->MIDI?

I'm just wondering if this is possible (I think not)... The iPhone has a 30 pin connector cable to USB. It "talks" USB already. Is it possible to talk to a MIDI device (i.e. a keyboard with USB) ...
4
votes
2answers
2k views

Reading MIDI Files

What is the best way to read a MIDI file (chronologically) with multiple tracks? (Java) Note: I don't want to play the MIDI file, just read the messages. Couple ideas: Is it safe to assume there ...
4
votes
3answers
132 views

Extra bytes in .mid files

I'm trying to read information from a .mid file, but I keep seeing extra bytes that don't seem to be part of any midi messages. I'm not sure how to predict/deal with these and it's throwing everything ...
4
votes
9answers
2k views

MidiUnavailableException in Java?

I'm having some trouble playing MIDI files in Java. What I get is a MidiUnavailableException (MIDI OUT transmitter not available) when I try to play it. My code is standard: try { midiseq = ...
4
votes
6answers
4k views

Simple, Cross Platform MIDI Library for Python

I want to do build a small app that creates MIDI sounds. I've never dealt with sound in programming so I'd like to start with something that's basic and has good documentation. I want to stick with ...
4
votes
5answers
2k views

Simple Java MIDI example not producing any sound

This simple code is not producing any sound on a couple of machines that I've used to test it. I'm running the code from within Eclipse, but I've also tried using the command line to no avail. ...
3
votes
1answer
50 views

java sequencer playlist

I currently have a very simple class: public class Music { private Sequence sequence; private Sequencer sequencer; public Music(String music) { try { this.sequence = ...
3
votes
3answers
81 views

How to loop a Midi sequence Java

I am fairly new to Java programming, and would like to know how to properly loop a MIDI sequence whilst a game is playing. I have some code and I know that I should use setLoopCount() in order to do ...
3
votes
1answer
93 views

How to detect specific MIDI controller in Java MIDI?

I am experimenting with following code: http://www.jsresources.org/examples/MidiNote.java.html to operate my Novation Launchpad MIDI Controller. Basically I am interested in turning on the leds ...
3
votes
3answers
178 views

How do I send Midi events to Software Synth in C++

Hi looking for some advice. I am writing some music composition software. I have cobbled together tools to read write and send midi data, they work fine. However I stumped on the following: I'm trying ...
3
votes
2answers
124 views

convert millisecond with decimal into millisecond

In Midi timing, I have calculated to convert MIDI time to millisecond but contains decimal numbers (e.g. 2000.5454545454). To reduce the loss of precision, what is the best solution to convert into ...
3
votes
1answer
220 views

How can I generate musical notes on iOS and play them ?

I am creating a musical app which generate some music. I already used MIDI functions on Mac to create a MIDI file with MIDI events (unfortunately, I don't remember names of those functions). I am ...
3
votes
1answer
82 views

MIDI Outputs for VST Plugin

I remember this vaguely from the Hypersonic 2 VST instrument. Basically, it's a normal VST instrument, but if you had it in your project, you can assign its MIDI output (which was equal to the input, ...
3
votes
2answers
209 views

Are there any open source software or c# libraries to extract piano chords from polyphonic music file?

I'm new to this field, so kindly requesting your help. Are there any C# libraries that could extract piano chords from a polyphonic music file? I want to create a midi file using this piano chords. Is ...

1 2 3 4 5 8