Online Sequencer Make music online
  • Sequences
  • Members
  • Chat
  • Forum
  • Wiki

Existing user? Sign In Create account
Login at Online Sequencer Forums

Online Sequencer Forums › Online Sequencer › Online Sequencer Discussion
« Previous 1 … 44 45 46 47 48 … 79 Next »

NEW CONSOLE SCRIPT

Thread tools
NEW CONSOLE SCRIPT
Xephorix Offline
Not A Weeb
19 Posts:
   
#1
Brick  12-10-2020, 10:43 PM (This post was last modified: 12-11-2020, 11:54 PM by Xephorix.)
CHANGELOG
1. fixed error causing the "advanced" tab in instrument options to not open.
2. reformatted options menu to include hidden instruments within its bounds
3. scripted hidden instruments to work with EQ settings.

NOTE: Hidden instruments can only be selected via the instrument options menu, they CANNOT be selected using the drop-down menu. I am still working on getting this ironed out. I should have a new bugfix (hopefully) out by tomorrow.

Code:
document.getElementById("instrument_options_simple").innerHTML = document.getElementById("instrument_options_simple").innerHTML + '<div class="instrument_option"><div><div id="instrument_lock_24" class="instrument_lock btn tooltipstered" onclick="lockInstrument(24, event)"><i class="fas fa-lock-alt" aria-hidden="true"></i></div><span id="instrument_name_24" onclick="selectInstrument(24)">Saxophone</span><div class="chip instrument24"></div></div><div class="row"><div class="slider_line"><input id="instrument_volume_24" class="slider" type="range" min="0" max="2" step="0.01" oninput="audioSystem.setInstrumentVolume(24, this.value)"></div><div id="instrument_delay_24" class="button tooltipstered" onclick="selectDelay(24)">D</div><div id="instrument_reverb_24" class="button tooltipstered" onclick="selectReverb(24)">R</div></div></div><div class="instrument_option"><div><div id="instrument_lock_27" class="instrument_lock btn tooltipstered" onclick="lockInstrument(27, event)"><i class="fas fa-lock-alt" aria-hidden="true"></i></div><span id="instrument_name_27" onclick="selectInstrument(27)">Synth Bass</span><div class="chip instrument27"></div></div><div class="row"><div class="slider_line"><input id="instrument_volume_27" class="slider" type="range" min="0" max="2" step="0.01" oninput="audioSystem.setInstrumentVolume(27, this.value)"></div><div id="instrument_delay_27" class="button tooltipstered" onclick="selectDelay(27)">D</div><div id="instrument_reverb_27" class="button tooltipstered" onclick="selectReverb(27)">R</div></div></div><div class="instrument_option"><div><div id="instrument_lock_28" class="instrument_lock btn tooltipstered" onclick="lockInstrument(28, event)"><i class="fas fa-lock-alt" aria-hidden="true"></i></div><span id="instrument_name_28" onclick="selectInstrument(28)">Church Organ</span><div class="chip instrument28"></div></div><div class="row"><div class="slider_line"><input id="instrument_volume_28" class="slider" type="range" min="0" max="2" step="0.01" oninput="audioSystem.setInstrumentVolume(28, this.value)"></div><div id="instrument_delay_28" class="button tooltipstered" onclick="selectDelay(28)">D</div><div id="instrument_reverb_28" class="button tooltipstered" onclick="selectReverb(28)">R</div></div></div><div class="instrument_option"><div><div id="instrument_lock_30" class="instrument_lock btn tooltipstered" onclick="lockInstrument(30, event)"><i class="fas fa-lock-alt" aria-hidden="true"></i></div><span id="instrument_name_30" onclick="selectInstrument(30)">Pop Synth</span><div class="chip instrument30"></div></div><div class="row"><div class="slider_line"><input id="instrument_volume_30" class="slider" type="range" min="0" max="2" step="0.01" oninput="audioSystem.setInstrumentVolume(30, this.value)"></div><div id="instrument_delay_30" class="button tooltipstered" onclick="selectDelay(30)">D</div><div id="instrument_reverb_30" class="button tooltipstered" onclick="selectReverb(30)">R</div></div></div><div class="instrument_option"><div><div id="instrument_lock_37" class="instrument_lock btn tooltipstered" onclick="lockInstrument(37, event)"><i class="fas fa-lock-alt" aria-hidden="true"></i></div><span id="instrument_name_37" onclick="selectInstrument(37)">808 Bass</span><div class="chip instrument37"></div></div><div class="row"><div class="slider_line"><input id="instrument_volume_37" class="slider" type="range" min="0" max="2" step="0.01" oninput="audioSystem.setInstrumentVolume(37, this.value)"></div><div id="instrument_delay_37" class="button tooltipstered" onclick="selectDelay(37)">D</div><div id="instrument_reverb_37" class="button tooltipstered" onclick="selectReverb(37)">R</div></div></div>';document.getElementById("instrument_options_simple").style.height="460px";


I think Halo is a pretty cool guy. Eh kills aleins and doesnt afraid of anything.
Reply
LucentTear Online
Somebody Who Does A Bit Of Everything
869 Posts:
 
#2
12-10-2020, 10:44 PM
thanks will update lucent guide tomorrow


  • x1
    • x1
    • Xephorix
Reply



Users browsing this thread:   1 Guest(s)


  •  Return to Top
  •  Contact Us
  •   Home
  •  Lite mode
© Rush Crafted with ❤ by iAndrew
Powered By MyBB, © 2002-2025 MyBB Group.
Linear Mode
Threaded Mode
View a Printable Version
Subscribe to this thread
Add Poll to this thread
Send thread to a friend