Synthizer.fromProcess constructor

Synthizer.fromProcess()

Create an instance with the library loaded from the current process.

Implementation

factory Synthizer.fromProcess() =>
    Synthizer(filename: synthizerProcessFilename);