Synthizer.fromExecutable constructor

Synthizer.fromExecutable()

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

Implementation

factory Synthizer.fromExecutable() =>
    Synthizer(filename: synthizerExecutableFilename);