Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BillyDM/Firewheel
/ DemoApp
Class
DemoApp
examples/custom_nodes/src/ui.rs:7–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
use crate::system::AudioSystem;
6
7
pub struct DemoApp {
8
audio_system: AudioSystem,
9
}
10
11
impl DemoApp {
12
pub fn new() -> Self {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected