Added
- get() added to bus mode mixin. returns the current bus mode.
- support for all strip level modes in observable thread
- effects parameters mixed into physicalstrip, physicalbus, virtualbus classes
- fx class to potato remote kind (for toggling reverb, delay)
- test_configs to unit tests
- test_factory to unit tests
- fx, xy tests added to higher tests.
Changed
- observer example switched from strip to bus. easier to test a single input for several buses.
Fixed
- is_updated in strip/bus levels now returns a bool, is level dirty or not?
- for basic kind only, virtual bus now subclasses physical bus, since it is the only version you may
attach a physical device to a virtual out.
Removed
- type checks