File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,16 @@ V2 introduces some breaking changes.
17
17
18
18
### Changed
19
19
20
- - Removed Get prefix from field getters in Bus, Strip, Vban, Button and Output types.
20
+ - Removed Get prefix from getters in Bus, Strip, Vban, Button and Output types.
21
21
- Pooler now communicates event updates over a channel.
22
- - strip.comp now references comp struct type
23
- - strip.gate now references gate struct type
24
- - strip.eq, bus.eq now reference eQ struct type
22
+ - strip.comp now references comp struct type. (see readme for changes in setting comp parameters)
23
+ - strip.gate now references gate struct type. (see readme for changes in setting gate parameters)
24
+ - strip.eq, bus.eq now reference eQ struct type. (see readme for changes in setting eq parameters)
25
25
- All examples and tests have been updated to reflect the changes.
26
26
27
27
### Added
28
28
29
+ - denoiser type to strip types.
29
30
- XY parameters added to strip type
30
31
- extra logging added to getters/setters in iRemote type.
31
32
- InitPooler to Remote type in case the Pooler needs reinitiating. (perhaps the GUI closed unexpectedly)
You can’t perform that action at this time.
0 commit comments