Online Sequencer Forums

Full Version: Make audioSystem.setReverb() Save Server-Side
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Please.
Use selectReverb(id) instead and it will.
ooh thanks, I didn't realize this
What the hell do all these mathy words mean?
(06-20-2019, 02:58 PM)Sir_Guy Wrote: [ -> ]What the hell do all these mathy words mean?

audioSystem -> https://onlinesequencer.net/app/audioSystem.js Copyright 2013 Chris Wilson
setReverb / selectReverb -> reverb is a thing you can do to a sound that makes it sound like it's bouncing off walls
Save Server-Side -> that magic thing where when you refresh the page it's still there
id -> id(entification) number of the instrument, it's easier to keep track of instruments with a numerical id than with their name
(06-20-2019, 12:33 PM)Jacob_ Wrote: [ -> ]Use selectReverb(id) instead and it will.

Thanks for this. No wonder the reverbs for test instruments weren't being saved.

But why is audioSystem.setDelay() saving server-side and not audioSystem.setReverb()? Would be great if there was some sort of consistency.
btw https://offline-os.glitch.me has all the unused instruments enabled by default (shameless plug)