Skip to content

Questions about the API for Score Format Plugins #7

@blueapple25130

Description

@blueapple25130

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions