Bug in `generate_from_jams` when `save_isolated_events` is True, and a `trim` operation was called prior to generating.
pseeth opened this issue · 1 comments
pseeth commented
Through some happenstance, I noticed that this will happen here:
Lines 181 to 196 in 33def12
Should be easy to fix. audio_outfile
should be audio_file
here. I'll make a test, get it to fail, then issue a fix in a PR.
justinsalamon commented
Fixed via #115