Marco Bavagnoli
Results
172
comments of
Marco Bavagnoli
I ended up using one [enhanced enum](https://dart.dev/language/enums#declaring-enhanced-enums) for each filter type. This could be useful for pattern matching for example. The enums look like this: ```dart enum PitchShiftFilter { wet,...
@misterfourtytwo I opened a new issue for that! Thank you.