sowbug / groove

A digital audio workstation (DAW) engine.
Other
18 stars 0 forks source link

All Iced structs should have proper visibility #117

Closed sowbug closed 1 year ago

sowbug commented 1 year ago

Prefer to communicate with them through update(), defining a message for each operation that would be a pub(crate) fn set_. The only pub(crate) methods should be the new() method and the Iced view()/update() etc. methods.