phosphor-app 0.3.5

Shared business logic for Phosphor DAW frontends
Documentation
1
2
3
4
5
6
7
8
9
//! 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 session;
pub mod state;