-
Notifications
You must be signed in to change notification settings - Fork 32
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
MIDI version of In CV? #8
Comments
Hi Graham. It should be fairly easy to get MIDI out instead of CV/gate. I think you just need to:
I'll leave this issue open, so you can write here if you get stuck. I'll be happy to help with specific questions. |
Thanks for the quick reply and helpful advice!
… On 3 Aug 2024, at 15:52, joeSeggiola ***@***.***> wrote:
Hi Graham. It should be fairly easy to get MIDI out instead of CV/gate. I think you just need to:
Discard all the code that manages actual CV/gate outputs, i.e. remove dac1, dac2 and gates instances, and all the code for the calibration procedure.
Replace the CV values map here <https://github.com/joeSeggiola/arduino-eurorack-projects/blob/91674411e60ebbd048648dde172f46c521c8ec17/in-cv/patterns/patterns.h#L12-L31> with corresponding MIDI note numbers (should be easy since I commented with note names).
Rewrite the code here <https://github.com/joeSeggiola/arduino-eurorack-projects/blob/91674411e60ebbd048648dde172f46c521c8ec17/in-cv/in-cv.ino#L608-L619> that updated analog outputs, replacing it with the right combinations of MIDI note on/off, picking note values from the PATTERNS_CV map you changed before.
I'll leave this issue open, so you can write here if you get stuck. I'll be happy to help with specific questions.
—
Reply to this email directly, view it on GitHub <#8 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ANGB25RR7ZY2Y3Z7H4OBY7LZPTVEXAVCNFSM6AAAAABL5YMBO6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENRWG42DKOJQG4>.
You are receiving this because you authored the thread.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Joe, I've only just discovered your In CV project which looks fantastic so was a bit disappointed to discover that the module is no longer available - and I don't have the skills to build my own. I do however have an Arduino and MIDI shield so was wondering how easy it would be to modify your code for MIDI output?
I'm happy to have a go at modding the code myself but I'm not much of a coder (more a dabbler) so just wanted to check if you think it's feasible - and if you'd be happy to offer advice if/when I get stuck?!
Cheers,
Graham
The text was updated successfully, but these errors were encountered: