You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improved UI architecture (#115, #129, #134, #145 and many individual commits). Only the MainController is shared as a Rc. Each controller is paired with an XXXDispatcher which handles registration of signals and callbacks. Messages are passed for some controller interactions.
Used new types in place of raw numeric variables for timestamps, sample indices, sample ranges and durations (#141). This should help readability and correctness.