10
votes
7answers
333 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 inpu …
7
votes
7answers
306 views
MidiUnavailableException in Java?
Hi, 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:
t …
5
votes
3answers
77 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
3answers
452 views
How to convert midi to wav \ mp3 in c#
Hello all,
I've start a small project which includes working with Midi files. I've been wondering, does any of you know of a c# \vb.net code that peforms that cast between midi an …
5
votes
2answers
235 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 a …
4
votes
2answers
192 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 implementatio …
3
votes
2answers
326 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 …
3
votes
4answers
454 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 key …
3
votes
3answers
71 views
Extra bytes in .mid files
Hi everyone.
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 …
3
votes
1answer
171 views
How does Midi TEMPO message apply to other tracks?
A fairly simple question for which I have a guess, but I can't find a definitive answer anywhere.
The background: I have a multi-track midi file with TEMPO controls in the first …
3
votes
1answer
153 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 th …
3
votes
4answers
1k 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 th …
2
votes
1answer
150 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 saf …
2
votes
2answers
98 views
Sending MIDI messages in a Web page
How can I play individual MIDI notes in a Web page?
I know of two ways to do it:
Write an ActiveX control. Then it only works on Windows. I used to write ActiveX controls a lo …
2
votes
1answer
2k views
MIDI player/synthesizer library for the iPhone
Does anyone know if there is a free/cheap MIDI player/synthesizer library that I can incorporate into my iPhone application?
As I understand it the iPhone doesn't have native sup …
