lcontarino / midi-dot-net

Automatically exported from code.google.com/p/midi-dot-net
0 stars 0 forks source link

Latency Issue #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Hooked up a keyboard to my Computer
2. In code, Added the keyboard as input device and created the noteOn and 
noteOff event
3. Added the standard windows midi output device
4. In the noteOn and noteOff event, i sent the message as is to the midi output 
device

What is the expected output? What do you see instead?
I was expecting that there is no latency at all, since i am just forwarding the 
midi messages to my midi output device. I got about a half second delay, which 
makes it impossible to play the keyboard. Is there a way of minimizing the 
delay?

What version of the product are you using? On what operating system?
The latest version i just downloaded yesterday. (1.1.0) Windows 8 64bit

Please provide any additional information below.
My plan was to receive the midi signals from my keyboard, make some changes and 
send it to my output device. Everything in real time. Do you think that is 
possible?

Original issue reported on code.google.com by henryham...@gmail.com on 10 Apr 2014 at 3:36

GoogleCodeExporter commented 9 years ago
I got latency when sending to my computer's MIDI output device (Microsoft GS 
Wavetable Synth). I only used that for some testing. However, I get zero 
latency sending to any outboard MIDI hardware such as my MidiSport USB.

Original comment by jjbut...@gmail.com on 17 Sep 2014 at 7:52