phosphor-app 0.3.21

Shared business logic for Phosphor DAW frontends
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Shared business logic for Phosphor DAW frontends.
//!
//! This crate contains the application state, data models, navigation logic,
//! undo/redo system, session serialization, and all types needed by both
//! the TUI and GUI frontends. It has no dependency on any rendering framework.

pub mod actions;
pub mod discrete;
pub mod preset;
pub mod session;
pub mod state;