-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Looking at the current MilliSim API for Score Format Plugins,
the compiler seems to compile MilliSim.SourceScore
into MilliSim.RuntimeScore
.
I think that the feature should be in MilliSim and not neccessary for external plugins.
[Example: flow of compile with external plugin]
1. (plugin).ScoreReader.ReadAsSourceScore
(something source file)
-> (plugin).SourceScore
(convert by (plugin).Extensions.ToMilliSimSourceScore)
-> MilliSim.SourceScore
2. (plugin).ScoreCompiler.Compile
(MilliSim.SourceScore)
-> MilliSim.RuntimeScore
(the 2nd process is unnecessary for external plugin)
Metadata
Metadata
Assignees
Labels
No labels