Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/17cupsofcoffee/digidist
/ functions
Functions
8 in github.com/17cupsofcoffee/digidist
⨍
Functions
8
◇
Types & classes
1
Method
default
()
src/lib.rs:11
Method
get_info
(&self)
src/lib.rs:19
Method
get_parameter
(&self, index: i32)
src/lib.rs:33
Method
get_parameter_label
(&self, index: i32)
src/lib.rs:63
Method
get_parameter_name
(&self, index: i32)
src/lib.rs:48
Method
get_parameter_text
(&self, index: i32)
src/lib.rs:55
Method
process
(&mut self, buffer: AudioBuffer<f32>)
src/lib.rs:70
Method
set_parameter
(&mut self, index: i32, value: f32)
src/lib.rs:40