Skip to content

Commit 283204d

Browse files
committed
Fix example
1 parent 13100ee commit 283204d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

caw/examples/electric_organ_menu.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ fn virtual_key_events_bass(
193193
})
194194
}
195195

196-
fn sig(_input: Input, channel: Channel) -> SigBoxed<f32> {
196+
fn sig(_input: Input, channel: Channel) -> Sig<SigBoxed<f32>> {
197197
let effects = Effects::new();
198198
let _hat_closed = 1 << 0;
199199
let snare = 1 << 1;

0 commit comments

Comments
 (0)