X-Git-Url: https://git.ao2.it/vidi-player.git/blobdiff_plain/dc31c0305e26e8bb3a7352f70e22f1edea2f2069..6e53c40522a6e258be088dddfcf9af86467442d7:/create_test_videofont.py diff --git a/create_test_videofont.py b/create_test_videofont.py index 40125a6..acde8ab 100755 --- a/create_test_videofont.py +++ b/create_test_videofont.py @@ -37,6 +37,11 @@ FILE_PIPELINE_TEMPLATE = """ def create_test_videofont(pipeline_template, notes_range, destination_dir=None): + print("Silence") + pipeline_string = pipeline_template.format("rest", 0, destination_dir) + player = vidi.Player.from_pipeline_string(pipeline_string) + player.play() + for i, note_number in enumerate(notes_range): note = vidi.SpnNote(note_number)