synthpop
synthpop copied to clipboard
synthpop.general_synthesizer
Hello,
I was trying out one of the demos (https://github.com/UDST/synthpop/blob/master/demos/simple_synthesis.ipynb) and noticed, that the there used module synthpop.general_synthesizer
doesn't seem to exist in the current version :
Was the module discarded or simply replaced?
Thanks for the help :)
Thanks for reporting this @stelehm. Looks like the notebook may be a bit out of date, as general_synthesizer was renamed to zone_synthesizer
. Could you please try:
import synthpop.zone_synthesizer
It works with that change. Thank you