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

Use Arpie with my own arduino #34

Open
billyjoker opened this issue Sep 23, 2017 · 6 comments
Open

Use Arpie with my own arduino #34

billyjoker opened this issue Sep 23, 2017 · 6 comments

Comments

@billyjoker
Copy link

Hi, i've tried loading this code with my Arduino with a MIDI breakout, but i can not get it work. So, i would have to modify some code? Some help would be very appreciated.

Thanks!!

@hotchk155
Copy link
Owner

hotchk155 commented Sep 23, 2017 via email

@billyjoker
Copy link
Author

Hi, thanks for your answer, i understand the point, but my goal was only to get it work with limited (lite?) functions, like to have a bypass mode and some arpeggios defined by me triggered with a midi keyboard.

@vskabelkin
Copy link

Hi, I wonder if there is open code for "synch in" function with PIC MCU for this project? I suppose it is programmed separatly. Thanks for sharing such a cool device!

@hotchk155
Copy link
Owner

Hi - the code for the PIC is available here
https://github.com/hotchk155/MIDI-Synch-Decoder/tree/master/src
Cheers
Jason

@hotchk155
Copy link
Owner

@billyjoker - yeah you can probably get a cut down firmware working but you would probably need to strip out all code that reads the inputs (a good start would be disabling the interrupt handlers) since otherwise it could be getting random inputs from nonexistent buttons which would interfere with arpeggiation

@billyjoker
Copy link
Author

Thanks i will try in that way!!

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

No branches or pull requests

3 participants