Closed cyberic99 closed 10 months ago
//Oops, so sorry. I missed your comments...
It seems that this error messages comes from MIDI API. Do you know the Wine can handle MIDI API?
And also, I would like to port Linux and Mac, however it's premature...
//Oops, so sorry. I missed your comments...
no problem
It seems that this error messages comes from MIDI API. Do you know the Wine can handle MIDI API?
yes, it seems so: https://wiki.winehq.org/MIDI
Why does MAmidiMEmo need a software synthesizer?
can you try to compile a 'mini/light' version of MAmidiMEmo
And also, I would like to port Linux and Mac, however it's premature...
OK, good news. I am not familiar at all with dotnet nor visual studio, but I can help you with wine or native compilation.
Thanks
Hi,
Why does MAmidiMEmo need a software synthesizer?
Now, you can play a MIDI file to drop the [Player] tab. You don't need a sequencer anymore to play music.
can you try to compile a 'mini/light' version of MAmidiMEmo OK, good news. I am not familiar at all with dotnet nor visual studio, but I can help you with wine or native compilation.
Yes, multi-platform is one of the my goal. However, it is hard to create Linux/Mac version due to using other library.... But, I think that the dream come true in the near future.
Thanks,
Hello!
Thanks for sharing this project. Do you plan or intend to support building on Linux?
I tried to run the app with
wine
, I get this error:And I get this in the terminal:
.NET seems supported on linux now, so I tried to compile the project.
I get several errors looking like this:
Thank you for your answers!