Replies: 3 comments 13 replies
-
Good idea, actually. I wonder if such an implementation would work on all OSs, i.e., Windows, Linux and Mac. I'll have a look at it sometime soon. |
Beta Was this translation helpful? Give feedback.
-
@thijstriemstra I just implemented something which will be very interesting for you. It is currently on my branch use_pytemidi but it will be merged to main, soon. You can now run: |
Beta Was this translation helpful? Give feedback.
-
I just changed the default for edrumulus_gui.py so that it should work with the direct serial connection on each platform (Windows, Linux, Mac) without having to use any command line argument. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I don't not it is viable or not, but when using edrumulus you have first be sure that you create EdrumulusIn and Out port before start this program. And in mac you have also to use another program to convert serial to midi messages like hairless midi etc..
Looking for a replacement on mac I found this, https://github.com/RuudMulder/SerialMidiBridge/blob/main/SerialMidiBridge.py
So, you can create midi in and out port and also connect to serial to use edrumulus
Instead of having 2 programs, and since edrumulus use python, we could only start edrumulusGui and it would take charge to create ports needed and serial connection.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions