dsacre / mididings

A MIDI router/processor based on Python
http://das.nasophon.de/mididings/
GNU General Public License v2.0
120 stars 40 forks source link

Using mididings engine from C++ #39

Open jofemodo opened 2 years ago

jofemodo commented 2 years ago

Hi @dsacre!

I'm @jofemodo from zynthian project. We are thinking of using mididings for our new "core", that it's planned to be C++. I can't find anything about how to use mididings engine as a C++ library, but i don't see any reason for not doing so. Please, could you give me some tips or examples of how can we use the mididings engine from C++, without using the "Python UI"?

Thanks!

stefets commented 2 years ago

Hi @jofemodo

We are waiting for about 8 years for any news from the author, good luck.

But your project is interesting. I think depending on the license, you can fork and create your own layer that would replace the Python one. Why not ? And if you go ahead with this project, you'll probably have to put it on Github as open source. Moreover, this new feature would ensure the perinity of this awesome application.

jofemodo commented 2 years ago

Perhaps in the future we consider forking the mididings. No problem at all with licenses. Zynthian is fully free software ;-)

https://github.com/zynthian

Thanks!