GetCorrectionControl

OmrEngine.GetCorrectionControl method

Creates the CorrectionControl instance that allows working with OMR API using GUI. Takes TemplateProcessor as a parameter and only works with images created using specified template

public CorrectionControl GetCorrectionControl(TemplateProcessor processor)
ParameterTypeDescription
processorTemplateProcessorThe template processor

Return Value

The CorrectionControl instance

See Also