madamow / pymoogi

python wrapper for MOOG. All plots are handled with matplotlib.
10 stars 4 forks source link

Explicitly call finish in synth. Fixes #5 #17

Closed Xarthisius closed 2 years ago

Xarthisius commented 2 years ago

In the synth driver finish() was never called and as a result open file descriptors were never closed. On certain operating systems that resulted in truncated output files.