gentoo-audio / audio-overlay

Gentoo overlay for music production
https://gentoo-audio.github.io/audio-overlay
GNU General Public License v2.0
41 stars 22 forks source link

Add ADLMIDI and OPNMIDI plugins? #229

Closed simonvanderveldt closed 3 years ago

simonvanderveldt commented 5 years ago

See https://github.com/jpcima/ADLplug

jpcima commented 5 years ago

Of course you should. :wink: I've just tagged the beta.3 and will put the released files out as soon as time permits. Let me know if I can help in any way.

Just a thing: please do not name the package "ADLMIDI". That name designated is the original MIDI file player software. ADLplug is in fact software based on a fork "libADLMIDI", which rewraps that library as instrument plugin, pretty much. At the core is still the ADLMIDI code of Joel Yliluoma, with a pile of enhancements made on our side.

simonvanderveldt commented 5 years ago

@jpcima Wow, props for noticing this issue so quickly! :D

Thanks for the pointer on the name, we'll make sure to name it correctly. I'll make sure to create an issue if we run into problems. Thanks for being proactive about this! :)

spinnylights commented 4 years ago

@simonvanderveldt Hihi, how far along did this get? I recently switched to Gentoo and need ADLplug+OPNplug for an in-progress music project. I'm happy to write an ebuild + submit a pull request if you don't already have this going.

simonvanderveldt commented 4 years ago

@spinnylights didn't really get far with it, so if you'd want to create a PR that would be great! :) It's using CMake so should be relatively easy to create an ebuild for.

spinnylights commented 4 years ago

@simonvanderveldt Okay, sure thing! Yeah, I built it from source a while ago and remember it not being too bad. I suppose I'm off to it then ^_^

spinnylights commented 4 years ago

All right, here we are: https://github.com/gentoo-audio/audio-overlay/pull/290