nhthn/canvas

Turbo mode

Closed this issue · 0 comments

nhthn commented

As a user, I would like a batch mode that lets me import or export sounds and images and apply filters to them.

As a developer, I would like a command-line interface to assist with integration testing.

Acceptance criteria:

  • Refactor to separate App from loading and saving functionality
  • App supports --batch command-line mode
  • Batch mode supports image and sound import/export
  • Batch mode supports filters via --filter argument: --filter subharmonics(0.5,0.3,0.2,0.1,true)
  • Multiple filters supported: --filter reverb(0.5,0.4) --filter scale_filter(C#,harmonic_minor)