mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
add missing gain node to butterchurn (#1475)
This commit is contained in:
@@ -83,8 +83,9 @@ const VisualizerInner = () => {
|
||||
width,
|
||||
}) as ButterchurnVisualizer;
|
||||
|
||||
// Connect to audio gains (use the first gain node)
|
||||
butterchurnInstance.connectAudio(gains[0]);
|
||||
for (const gain of gains) {
|
||||
butterchurnInstance.connectAudio(gain);
|
||||
}
|
||||
|
||||
// Load preset from settings or default
|
||||
const presets = butterchurnPresets.getPresets();
|
||||
|
||||
Reference in New Issue
Block a user