Commit Graph

9 Commits

Author SHA1 Message Date
Dean Herbert b6c5797394 Fix `AudioFilter` test not stopping track on forced exit 2021-10-14 12:55:02 +09:00
Dean Herbert 29dfe33465 Rewrite `AudioFilter` to be easier to follow (and fix tests) 2021-10-13 15:17:20 +09:00
Dean Herbert b37096f440 Avoid using bindable for `AudioFilter` cutoff
It doesn't play nicely with screen exiting, as it is automatically
unbound during the exit process. Easiest to just avoid using this for
now.
2021-10-13 13:25:55 +09:00
Dean Herbert ba84da6ef8 Tidy up test scene 2021-10-07 20:08:28 +09:00
Dean Herbert e578046b20 Rename `Filter` -> `AudioFilter` 2021-10-07 18:50:08 +09:00
Dean Herbert 0348c6c7e5 Apply some renaming and code quality fixes 2021-10-07 18:49:22 +09:00
Jamie Taylor fc0c3e8758
Attach filters at load time 2021-10-06 17:32:28 +09:00
Jamie Taylor 2a4a376b87
Refactor Filter to behave closer to a Transformable 2021-10-02 01:32:47 +09:00
Jamie Taylor 1304b55c41
Move visual test to correct namespace 2021-09-30 15:19:15 +09:00