nwhitehead / pyfluidsynth

Python bindings for FluidSynth
GNU Lesser General Public License v2.1
197 stars 56 forks source link

Fix passing of fluid settings as kwargs to Synth #23

Closed jmaibaum closed 4 years ago

jmaibaum commented 4 years ago

Calling self.setting() in Synth.__init__() only works after assignig self.settings

jmaibaum commented 4 years ago

Since #21 has this fix and way more things on top, I will close this PR.