Simon Gündling
Simon Gündling
Actually one should be able to wire the internal ScriptProcessorNode to any WebAudio sink. So you could use a [GainNode](https://developer.mozilla.org/en-US/docs/Web/API/GainNode) to control volume. I'll think about ways of doing so....
@KingPossum Here is how `set_render_param` is called to configure libopenmpt. https://github.com/deskjet/chiptune2.js/blob/05349a0b4a83e3e5192ef287eb769fd23210a1e9/chiptune2.js#L146-L147 Try `RENDER_MASTERGAIN_MILLIBEL` as the first parameter. If that is not defined use the value `1` as that's what it...
Ok, thank you for clarifying. I'll figure out a different way to integrate with MobX. Feel free to close this, if you feel like issue falls under "user error". 🙂