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