mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 04:06:45 +01:00
define midi ins and audio outs in project
This commit is contained in:
parent
58cd51dfbf
commit
c4c1271c32
5 changed files with 56 additions and 35 deletions
|
|
@ -56,10 +56,10 @@ pub struct App {
|
|||
/// Paths to user directories
|
||||
xdg: Option<Arc<XdgApp>>,
|
||||
/// Main audio outputs.
|
||||
audio_outs: Vec<Arc<Port<Unowned>>>,
|
||||
pub audio_outs: Vec<Arc<Port<Unowned>>>,
|
||||
/// Number of frames requested by process callback
|
||||
chunk_size: usize,
|
||||
|
||||
/// Transport model and view.
|
||||
pub transport: TransportToolbar,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue