Skip to content

Add NAM-specific app wrapper #556

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

olilarkin
Copy link
Contributor

This PR takes the iPlug2 APP wrapper code and duplicates it into /app, updating the Xcode and Visual Studio projects to use the NAM-specific code. This means that someone can fix e.g. #157 without having to fix the code in iPlug2 (which needs a more thorough reworking for flexible multichannel support).

It may also be necessary to do the same thing for IPlugAPP.h and IPlugAPP.cpp but I don't think so.

@sdatkinson
Copy link
Owner

Thanks @olilarkin!

An alternative I see would be to go on a fork of the iPlug2 repo and make changes there. The main advantage is that the version control would have better continuity--this PR has lots of "green" which makes it hard to understand what the changes are (Can you lmk if there are any? Or is this just a copy-paste? Otherwise I'll have a look & diff it myself). I imagine that a similar issue would happen in the future if/when we merge back up?

Lmk your thoughts.

@olilarkin
Copy link
Contributor Author

It’s just a copy paste from the iPlug2/IPlug/App folder that is the code currently used by v0.7.3

its up to you… the app wrapper code is just code to host an IPlugApp … if i manage to land a much better app wrapper it shouldn’t be hard to switch back to use that

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

Successfully merging this pull request may close these issues.

2 participants