fillmaster / fillMaster

FillMaster: A drum idea generator / improvisation trainer! - Open Source, always looking for more contributors :)
https://fillmaster.app/
GNU General Public License v3.0
31 stars 7 forks source link

Refactor PatternMaker #2

Closed dcallus closed 2 years ago

dcallus commented 2 years ago

Refactor the PatternMaker class so it uses create functions that are separate from the getters and setters, so it's clearer to follow the flow of logic and easier to build upon.

Also make it easier to transition to non 4/4 timings.

dcallus commented 2 years ago

removed accidental 'good first issue'.

dcallus commented 2 years ago

Done