Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

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 ...
4
votes
2answers
65 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 ...
3
votes
1answer
273 views

MIDIPacketList, numPackets is always 1

I'm processing Midi on the iPad and everything is working fine and I can log everything that comes in and all works as expected. However, in trying to recieve long messages (ie Sysex), I can only get ...
2
votes
1answer
689 views

Alesis QS MIDI Sysex Data Conversion

My aim is to convert a stream of byte code sent from an Alesis synthesizer to a human readable format. I need to be able to take a "Program Dump" and read the 10 character string that makes up the ...
0
votes
1answer
33 views

MIDI and XML: Is there a project/community that is modelling MIDI device specifics (MIDI SysEx) using XML?

Is there a project community that is developing a common set of XML languages, toolkits, code libraries for programming specific features of a diverse range of MIDI devices? Specific capabilities of ...