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

Don't know how to compile OPN2 #81

Open
ks202005 opened this issue Oct 14, 2021 · 2 comments
Open

Don't know how to compile OPN2 #81

ks202005 opened this issue Oct 14, 2021 · 2 comments

Comments

@ks202005
Copy link

I'm attempting to compile on Linux and am struggling to understand the instructions for building the OPN2 plugin.

From README.md:
to build the OPN2 variant, define the option ADLplug_CHIP to OPN2.

I could only assume the syntax was
cmake -DCMAKE_BUILD_TYPE=Release .. #<ADLplug_CHIP=OPN2>
given that the fourth line of the compiling instructions showed this method of inserting additional build options like so:
cmake -DCMAKE_BUILD_TYPE=Release .. #<more build options...>

I tried this, and it didn't work. It created the standalone ADLplug and it's VST versions, but not OPNplug. How exactly do I define these options?

@jpcima
Copy link
Owner

jpcima commented Oct 14, 2021

The syntax is -DADLplug_CHIP=OPN2.
These options are listed in the table under the section "Compiling".

@AztrexDX
Copy link

AztrexDX commented Oct 2, 2023

HI jpcima, can you tell when does 100% cpu usage repainting occurs. I have been trying to compile but facing issues. If it is commonly occurring issue I will try to compile or use already available.

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