mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
use console
This commit is contained in:
parent
752855420c
commit
3aadf43539
@ -123,7 +123,7 @@ export default class EqProcessorNode extends ProcessorNode {
|
||||
const gainValue = this.state.eqValues[processor.frequency.value].gain
|
||||
|
||||
if (processor.gain.value !== gainValue) {
|
||||
this.console.debug(`[EQ] Applying values to ${processor.frequency.value} Hz frequency with gain ${gainValue}`)
|
||||
console.debug(`[EQ] Applying values to ${processor.frequency.value} Hz frequency with gain ${gainValue}`)
|
||||
processor.gain.value = this.state.eqValues[processor.frequency.value].gain
|
||||
}
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user