diff --git a/sampler.py b/sampler.py index ccdb2ea..b6fd6c8 100644 --- a/sampler.py +++ b/sampler.py @@ -97,6 +97,7 @@ def width_option(default=1024, **attrs): return int_option("--width", default=default, **attrs) #gli estremi frame start e frame stop sono esclusi +# python sampler.py genframes --width 666 --height 666 --preset bubble-machine --framestart 1 --framestop 55 @main.command()