Skip to content

Commit

Permalink
More things in the prelude
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikNatanael committed Jan 6, 2024
1 parent 7ccf185 commit 777d1ce
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion knyst/src/prelude.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ pub use crate::graph::{
gen, Connection, Graph, GraphInput, GraphSettings, Mult, NodeId, ParameterChange,
RunGraphSettings,
};
pub use crate::handles::{bus, graph_input, graph_output, handle, Handle, HandleData};
pub use crate::handles::{
bus, graph_input, graph_output, handle, GenericHandle, GraphHandle, Handle, HandleData,
};
pub use crate::inputs;
pub use crate::modal_interface::knyst_commands;
pub use crate::resources::{IdOrKey, WavetableId, WavetableKey};
pub use crate::resources::{Resources, ResourcesSettings};
pub use crate::sphere::{KnystSphere, SphereSettings};
Expand Down

0 comments on commit 777d1ce

Please sign in to comment.