Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latency Issue #8

Open
GoogleCodeExporter opened this issue Mar 18, 2015 · 1 comment
Open

Latency Issue #8

GoogleCodeExporter opened this issue Mar 18, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant