Drake Champagne

Results 1 comments of Drake Champagne

at the top of the delay module you need to **import the filter class**. Also where you're setting your defaults it shouldn't have ".node" `filter.setFilterType('lowpass'); filter.setFrequency(1000);` not `filter.node.setFilterType or filter.node.setFrequency`...