Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit 3238e50

Browse files
authored
Merge pull request #41 from lukewys/main
Update bugs in command-line synthesis.
2 parents 6c3532a + f29b2c2 commit 3238e50

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

midi_ddsp/midi_ddsp_synthesize.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,8 @@ def main():
319319
sf2_path=args.sf2_path,
320320
use_fluidsynth=args.use_fluidsynth,
321321
display_progressbar=False,
322-
skip_existing_files=args.skip_existing_files
322+
skip_existing_files=args.skip_existing_files,
323+
save_synth_params=args.save_synth_params
323324
)
324325
elif args.midi_path:
325326
synthesize_midi(

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
setuptools.setup(
2323
name='midi-ddsp',
24-
version='0.2.0',
24+
version='0.2.1',
2525
description='Synthesis of MIDI with DDSP',
2626
long_description=long_description,
2727
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)