midi

Python 3 Library for Realtime Midi Communication

Hi, Can anyone suggest a good Python 3 Library for sending / receiving reatime MIDI? ...

iPhone midi implementation

i want to synchronize my app to an external midi clock. does anyone know of any code base to do this on the iphone? i dont want to generate midi events i just want to respond to timing information ...

Getting started with MIDI

Hi, I'd like to write an application that reads USB MIDI data from my midi piano and quite possibly anything else MIDI I can find. Looking for a library that works with .NET and also allows me to 'intercept' this data even if another application is using the MIDI. Thanks ...

Extract specified channel from MIDI file with Quicktime framework

The task is to extract a specific MIDI channel and save it to WAV file using MacOS X APIs Is it possible? If "yes", please advice where to start dig on it? ...

wav to midi conversion

Are there any Open source APIs available for wav to midi conversion? You find many open source software, but I couldn't find APIs. Is there any way I can find them? Also are there any Open source APIs available for music transcription? (i.e. generating a digital version of a music sheet). Greatly appreciate any form of direction or assis...

Get ID from MIDI devices in C++

Hi all I'm a musician and a programmer and would like to create my own program to make music. I'll start with a console application in C++ before I make a GUI. I'm quiet new to C/C++ and know how to make a basic console application and have read about the Win32 API. I was looking into MSDN for multimedia in Win32 applications and I fo...

Audio Programming in C++

I wanna know 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 freqs ) in C++ ? How can I simulate piano and other musical instruments(MIDI) sounds using C++. [EDIT] for example I want to create A Major with different ...

C++: Get data from MIDI message (DWORD)

Hello I've written a simple MIDI console application in C++. Here's the whole thing: #include <windows.h> #include <iostream> #include <math.h> using namespace std; void CALLBACK midiInputCallback(HMIDIIN hMidiIn, UINT wMsg, DWORD_PTR dwInstance, DWORD_PTR dwParam1, DWORD_PTR dwParam2) { switch (wMsg) { case MIM_MOREDATA: case MIM...

Getting signals from a MIDI port in C#

I bought a MIDI keyboard for my birthday. I found a program (MidiPiano) that gets signals from the MIDI input and translates it into music, but I'd rather like to write one myself. Where can I find documentation for doing such a task? The MIDI protocol is well documented, but not the MIDI ports. I checked two projects from CodeProject ...

MIDI Patchbay for Windows? / How to send MIDI from app to Reason in real-time on WinXP

MIDI Patchbay is a utility for Mac OSX that lets you pass MIDI data between musical hardware and software. Is there an equivalent utility for Windows operating systems? (I've done due diligence, and haven't found anything worthwhile) My use case: I'd like to write a program that generates MIDI data and sends it to Propellerhead Reason...

play midi files in flash

is there a way to play midi files in flash? using actionscript 3? ...

How to change pitch continuously in Java sound?

I'm working with midi using the Java sound API. Basically I'm trying to achieve a portamento effect where I can slide between different notes. The closest I've gotten is using the setPitchBend() method in MidiChannel. However, this only allows a range of 2 semitones from the note I started with. Is there another way to achieve this porta...

Midi Ticks to Actual PlayBack Seconds !!! ( Midi Music)

i am working on midi project and i wanted to visualize the midi Music like Spectrography of Mp3 music... I want to know how to convert Midi Ticks to Actual playback seconds...Like if there is a midi tick in PPQ ( Pulse per quarter note) for example 1120.is there a formula to convert it into real world playback seconds ? ...

Mac/Windows MIDI application programming language

What is the best programming language for writing MIDI-interactive musical application that would be run on MAC and on Windows? ...

Max for Live vs. JVAP Tools

I am considering audio and MIDI application in Max (or Max for Live, really), but I am totally comfortable in Java, so something like this also seems attractive. Does anybody have any experience with Max? Is it really geared to people who do not code, or is the goofy/friendly looking UI much more efficient than writing straight code in, ...

do any scripting languages support midi?

like the question says... are there any scripting languages i can learn that let you use midi? ...

Problem using MIDI streams in Windows

Hello, I'm writing a Windows program using C++ and the Windows API, and, am trying to queue MIDI messages in a MIDI stream, but am receiving a strange error when I try to do so. If I use midiOutShortMsg to send a non-queued MIDI message to the stream, it works correctly. However, midiStreamOut always returns error code 68, which is #def...

wav-to-midi conversion

I'm new to this field - but I need to perform a WAV-to-MIDI conversion in java. Is there a way to know what exactly are the steps involved in WAV-to-MIDI conversion? I have a very rough idea as in you need to; sample the wav file, filter it, use FFT for spectral analysis, feature extraction and then write the extracted features on to MID...

Using timidity lib on iPhone

Hi all, My iPhone app should play midi files, unfortunelly iPhone does not supported them. I ported timidity for my project. It successfully compiles and installs on device. But when i try to convert midi to wav - get the following message in debugging console: /usr/local/share/timidity/timidity.cfg: No such file or directory timidity:...

MIDI NETWORKING MAC OS X 10.6

Midi networking OS X 10.6 / Bonjour sample code? ...