-
Notifications
You must be signed in to change notification settings - Fork 110
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
Feature Request - Additional Midi support #45
Comments
Hi! Thanks for the feedback, and also the offer for testing. While I totally understand the request, unfortunately, it's not very high on my priority list. Real-time recording (as you mentioned) opens up a whole can of worm related to latency, which is not a problem I'm interesting in tackling at the moment. Especially considering that we need to support all 3 platforms. In the mean time, the workflow I use is something like this (granted its far from ideal...) :
I'll keep the issue open in the meantime and let you know if there are any updates. -Mat |
I totally understand this not being your priority and thank you for keeping the issue open. |
Thanks man, let me know if you find a way to reduce the current latency on Windows. If find it odd that your Mac has a lot less than Windows, this doesnt sound right to me! |
I don't really see how velocity would benefit composing for NES, since you are using instruments mostly. |
Good point here, and this makes me think of another idea... 🤔 What if there was a way to map MIDI performance (w/ velocity) to NES instruments. So, given a set of instruments that already exist and are predefined (enough of them), can you take a performance and programmatically map the notes over to the corresponding data for FamiStudio, where you are preserving as close to the same sound as possible.
This is certainly outside the scope of this GH Issue but just want to explore and get feedback on it. 😸 |
First of all, I have greatly enjoyed using FamiStudio and I think it's incredible.
I've been teaching myself 6502 asm on and off for the past year, in part by reading the nesdev.com forums.
I have a feature request for FamiStudio which I know is non-trivial.
I would like to be able to record midi performances into a track in FamiStudio.
There are a few key elements I think would enable this :
In this way, I could :
I could also simply record a drum fill with my midi controller pads.
If you need a bug tester for anything midi related, I am setup with midi controllers and usb audio interfaces in Linux, Windows, and OSX environments.
The text was updated successfully, but these errors were encountered: