-
Notifications
You must be signed in to change notification settings - Fork 3
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
Questions about the API for Score Format Plugins #7
Comments
Yes, this is a problem in current I abstracted However the basic compile methods are quite the same, so I think these methods can be wrapped in a helper class instead of making everyone copy the code. A custom Right now I'm solving other bugs. I'll see if I can make this change in a few days. |
BTW, thanks. |
Something happened two weeks ago so I disappeared from GitHub for two weeks. Anyway, here the point. The compiler design is preserved for score format exchange. It works like this: The exchange I talked about: I wrote a small example: here. |
Looking at the current MilliSim API for Score Format Plugins,
the compiler seems to compile
MilliSim.SourceScore
intoMilliSim.RuntimeScore
.I think that the feature should be in MilliSim and not neccessary for external plugins.
[Example: flow of compile with external plugin]
(the 2nd process is unnecessary for external plugin)
The text was updated successfully, but these errors were encountered: