-
-
Notifications
You must be signed in to change notification settings - Fork 81
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
separate audio stream per midi channel #101
Comments
I'm doing it in my code to support effects per channel.
|
Thx, that`s a good entry, but i get only crazy noise. So far I had used the following code:
i change it to:
and get crazy noise i don`t understand the logic of voice and channels, is it the same? Can you explain it please and the use of effect support. thank you very much - greetings - kmatze |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
i use your formidable tsf.h without tml.h.
with
i play midi note (on/off)
and with
i get the actual audio stream for the whole tsf backend.
Is it possible to get an separate audio stream for a (midi) channel? So I can use my own audio effects per MIDI channel and then mix them finally.
thx - kmatze
The text was updated successfully, but these errors were encountered: