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

Commit

Permalink
Merge pull request #41 from lukewys/main
Browse files Browse the repository at this point in the history
Update bugs in command-line synthesis.
  • Loading branch information
lukewys authored Mar 6, 2022
2 parents 6c3532a + f29b2c2 commit 3238e50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion midi_ddsp/midi_ddsp_synthesize.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,8 @@ def main():
sf2_path=args.sf2_path,
use_fluidsynth=args.use_fluidsynth,
display_progressbar=False,
skip_existing_files=args.skip_existing_files
skip_existing_files=args.skip_existing_files,
save_synth_params=args.save_synth_params
)
elif args.midi_path:
synthesize_midi(
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

setuptools.setup(
name='midi-ddsp',
version='0.2.0',
version='0.2.1',
description='Synthesis of MIDI with DDSP',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 3238e50

Please sign in to comment.