Online Sequencer Forums

Full Version: Fun with JS Console
You're currently viewing a stripped down version of our content. View the full version with proper formatting.


var opt = document.createElement("option");
opt.value = 17;
opt.text = "Option: Value 18";
instrumentSelect.add(opt, instrumentSelect.options[17]);

You can also use the addNote method: song.addNote(new Note(song,piano[48],0,1,17))

I'd like to compliment Jacob_; his code is human readable even in the JS console.

[BY THE WAY I DON'T KNOW JAVASCRIPT VERY WELL BUT I HAVE A DRIVE TO DO STUFF LIKE THIS Sad ]
Wait did Jacob or Burdell code this?
(08-21-2017, 05:58 PM)Frank Wrote: [ -> ]Wait did Jacob or Burdell code this?

burdell is good easter egg click his name
(08-21-2017, 06:00 PM)Arustyteakettle Wrote: [ -> ]
(08-21-2017, 05:58 PM)Frank Wrote: [ -> ]Wait did Jacob or Burdell code this?

burdell is good easter egg click his name

Wow I was *this* close to finding a cool easter egg on my own.
(08-21-2017, 06:35 PM)Frank Wrote: [ -> ]
(08-21-2017, 06:00 PM)Arustyteakettle Wrote: [ -> ]
(08-21-2017, 05:58 PM)Frank Wrote: [ -> ]Wait did Jacob or Burdell code this?

burdell is good easter egg click his name

Wow I was *this* close to finding a cool easter egg on my own.

burdells a ghost/fictional woooo!
(08-21-2017, 05:55 PM)Frank Wrote: [ -> ]

var opt = document.createElement("option");
opt.value = 17;
opt.text = "Option: Value 18";
instrumentSelect.add(opt, instrumentSelect.options[17]);

You can also use the addNote method: song.addNote(new Note(song,piano[48],0,1,17))

I'd like to compliment Jacob_; his code is human readable even in the JS console.

[BY THE WAY I DON'T KNOW JAVASCRIPT VERY WELL BUT I HAVE A DRIVE TO DO STUFF LIKE THIS Sad ]

Online Sequencer:456934:0 D6 1 17;

Paste code (NO CONSOLE YAY!)