User:Arskari/sandbox: Difference between revisions

From Online Sequencer Wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Instrument Options]] visual:
__FORCETOC__
{|class="wikitable" style="width: 100%; border-spacing: 5px; text-align: center;"
=== WIP [[Main Page]] draft ===
| '''''Instrument'''''
 
Name of the currently selected instrument
<!-- __NOTOC__ should be included on the actual main page -->
| '''''Lock'''''
{|class="wikitable" style="width: 100%; border-spacing: 5px; text-align: center; margin-bottom: .3%;"
Toggles the instrument lock, which prevents the current instrument from being placed or selected.
| <span style="font-size:125%;">Welcome to the '''{{SITENAME}}''', a wiki for using and navigating [https://onlinesequencer.net/ Online Sequencer].</span>
| '''''Copy'''''
'''Online Sequencer''' is a web-based music [[wikipedia:Music_sequencer|sequencer]] that allows users to create music saved online or on their computer and share it with other users.
Copies the settings of the current instrument to the clipboard as a string. The settings string is not instrument exclusive.
|}
| '''''Load'''''
<div style="display: flex; flex-wrap: wrap; column-gap: .3%;">
Reads the contents of the clipboard and parses it to settings, if possible.
<div style="display:inline; margin-left: auto; margin-right: auto; margin-bottom: .3%; flex-grow: 1; ">
| '''''Clone'''''
{|class="wikitable" style="width: 100%; height: 100%; border-spacing: 5px; margin-top: 0px;"
Creates a [[Clone]] of the current instrument and its settings.
| '''''Delete'''''
Deletes a cloned instance of an instrument.
|-
|-
| '''''Mute'''''
| style="vertical-align: top;" |
Mutes the current instrument.
{|class="wikitable" style="width: 100%; border-spacing: 5px; margin-top: 3px;"
| '''''Solo'''''
!style="color:#FFFFFF; background:#254d88; text-align: left;"|'''Getting Started''' <!-- LINK ARTICLES HERE -->
Mutes all other instruments.
|}
| colspan=3|
* [[Features]]
| '''''Reset'''''
* [[Instruments]]
Resets all options to their default values.
** [[Instrument Options]]
** [[Equalizer]]
|}
</div><div style="display:inline; margin-left: auto; margin-right: auto; margin-bottom: .3%; flex-grow: 1;">
{|class="wikitable" style="width: 100%; height: 100%; border-spacing: 5px; margin-top: 0px;"
|-
|-
| colspan=5 | '''''Volume'''''
| style="vertical-align: top;" |
Slider that adjusts the instrument's global volume, before note volume or sequence volume.
{|class="wikitable" style="width: 100%; border-spacing: 5px; margin-top: 3px;"
| '''''Delay'''''
!style="color:#FFFFFF; background:#254d88; text-align: left;"|'''Online Sequencer News''' <!-- For news about the site itself -->
Toggles the delay effect.
|}
* '''[https://test.onlinesequencer.net/ test.onlinesequencer.net]''' : Synthesizer instrument added
* Sequence information moved to sidebar, sequence descriptions added
* Sustained smooth synth added, old sequences not affected
 
{|class="wikitable" style="width: 100%; border-spacing: 5px;"
!style="color:#FFFFFF; background:#254d88; text-align: left";|'''Community''' <!-- For contests, mod applications, other community stuff -->
|}
* [https://test.onlinesequencer.net/forum/ Online Sequencer Forum]
----
[https://onlinesequencer.net/forum/thread-8082.html Current Contest] (9/1/23 – 9/21/2023)
 
Winners announced on 9/30!
 
Theme: Alternative Rock
----
[https://onlinesequencer.net/forum/thread-8016.html Last Contest] (8/1/23 – 8/21/2023)
 
Theme: Eurobeat
 
Winning entries:
# [https://onlinesequencer.net/3538253 blazing heart!! - vocal] by [https://onlinesequencer.net/members/1632 LucentTear]
# [http://onlinesequencer.net/3560649 Power Trip] by [https://onlinesequencer.net/members/26737 Mr. Magicman]
# [https://onlinesequencer.net/3550067 Radiance -End of The Universe -] by [https://onlinesequencer.net/members/101056 N4T]
# [https://onlinesequencer.net/3535122 Pi-canto] by [https://onlinesequencer.net/members/19664 Julesvpraag]
|}
</div>
</div>
====== End Draft ======
'''Deploy-ready version on [[User:Arskari/main page prototype]]'''
 
Eye candy, but for something actually important this time. The main page, right now, is a general overview of the site which makes sense, but doesn't really help with getting around the wiki itself.
Userspace pages aren't private, so contribute if you want.
 
TODO:
* Navigation sections for useful articles
* Link to forum/community sites?
* <s>Current community events bumper (Ongoing, Winner, ?)</s> Needs styling for contests
* <s>Online Sequencer updates/news</s> Started, needs more entries. Changelog documentation page?
* Wiki users/article count?
* <s>Using a single table for both bumpers causes wrapping issues on narrow windows/mobile, hence the div tags. Need a way to set them to the same height each.</s>
** The bumpers are now a flex box containing two inline elements, each with a single table contained in itself. This handles scaling and wrapping.
* Migrate sections currently on [[Main Page]] to their own articles (History, features)
 
====== Wikitext Breakdown ======
<pre>
__NOTOC__
{|class="wikitable" style="width: 100%; border-spacing: 5px; text-align: center; margin-bottom: .3%;"
| <span style="font-size:125%;">Welcome to the '''{{SITENAME}}''', a wiki for using and navigating [https://onlinesequencer.net/ Online Sequencer].</span>
'''Online Sequencer''' is a web-based music [[wikipedia:Music_sequencer|sequencer]] that allows users to create music saved online or on their computer and share it with other users.
|}
</pre>
This is the welcome banner, implemented as a wikitable. <nowiki>__NOTOC__</nowiki> prevents a table of contents from being generated, but a <nowiki>__FORCETOC__</nowiki> could be used after this if wanted for the rest of the main page.
<pre>
<div style="display: flex; flex-wrap: wrap; column-gap: .3%;">
</pre>
Opens a flexbox container to handle the two bumpers. <code>flex-wrap: wrap</code> enables wrapping at narrow screen sizes, such as shrinking a window or on a mobile device. <code>column-gap</code> adds space between items if on the same row.
<pre>
<div style="display:inline; margin-left: auto; margin-right: auto; margin-bottom: .3%; flex-grow: 1; ">
</pre>
Creates an inline element inside the flexbox. <code>flex-grow</code> causes the sections to stretch to fill out all possible width; having both at 1 makes them share the width.
<pre>
{|class="wikitable" style="width: 100%; height: 100%; border-spacing: 5px; margin-top: 0px;"
|-
|-
| colspan=6 | '''''Panning'''''
| style="vertical-align: top;" |
Slider that adjusts the instrument's panning, from 100% left to 100% right.
</pre>
Creates a table inside the inline element, which is what is actually seen. Width and height are set to take up all space in their container. <code>vertical-align</code> must be applied to the row and makes sure content is aligned to the top, rather than centering by default.
<pre>
{|class="wikitable" style="width: 100%; border-spacing: 5px; margin-top: 3px;"
!style="color:#FFFFFF; background:#254d88; text-align: left;"|'''Getting Started''' <!-- LINK ARTICLES HERE -->
|}
</pre>
Banner using a table for color and styling.
<pre>
* [[Features]]
* [[Instruments]]
* [[Equalizer]]
|}
</div></pre>Content in a list, then close the table, and finally close the inline.<pre><div style="display:inline; margin-left: auto; margin-right: auto; margin-bottom: .3%; flex-grow: 1;">
</pre>Second inline element.<pre>
{|class="wikitable" style="width: 100%; height: 100%; border-spacing: 5px; margin-top: 0px;"
|-
|-
| colspan=6 | '''''Detune'''''
| style="vertical-align: top;" |
Set the instrument's detune value, from -1200 (1 octave down) to 1200 (1 octave up). Shift click for finer control.
</pre>Second table.<pre>
|-
{|class="wikitable" style="width: 100%; border-spacing: 5px; margin-top: 3px;"
| '''''Reverb'''''
!style="color:#FFFFFF; background:#254d88; text-align: left;"|'''Online Sequencer News''' <!-- For news about the site itself -->
Select the reverb effect to use.
|}
| colspan=5 | '''''Reverb volume'''''
</pre>Another banner.<pre>
Slider that controls the amount of reverb for the instrument.
* '''[https://test.onlinesequencer.net/ test.onlinesequencer.net]''' : Synthesizer instrument added
|-
* Sustained smooth synth added, old sequences not affected
| '''''Distort'''''
</pre>Content in a list.<pre>
Select the distort effect to use.
{|class="wikitable" style="width: 100%; border-spacing: 5px;"
| colspan=5 | '''''Distort volume'''''
!style="color:#FFFFFF; background:#254d88; text-align: left";|'''Community''' <!-- For contests, mod applications, other community stuff -->
Slider that controls the amount of distort for the instrument.
|}
|-
</pre>Another banner.<pre>
| rowspan=3 | '''''Equalizer'''''
* [https://test.onlinesequencer.net/forum/ Online Sequencer Forum]
Toggle that enables equalizer functions.
</pre>Link to the forum.<pre>
| colspan=5 | '''''High EQ'''''
----
Slider controlling the high EQ pass.
[https://onlinesequencer.net/forum/thread-8016.html Current Contest] (8/1/23 – 8/21/2023)
|-
 
| colspan=5 | '''''Mid EQ'''''
Theme: Eurobeat
Slider controlling the mid EQ pass.
----
|-
[https://onlinesequencer.net/forum/thread-7942.html Last Contest] (7/1/23 – 7/21/2023)
| colspan=5 | '''''Low EQ'''''
 
Slider controlling the low EQ pass.
Theme: Jungle music
 
Winning entries:
# [http://onlinesequencer.net/3509773 jungle jammin'] by [https://onlinesequencer.net/members/26737 Mr. Magicman]
# [https://onlinesequencer.net/3519882 I was inspired by traditional African music] by [https://onlinesequencer.net/members/14215 Lopyt]
# [https://onlinesequencer.net/3498969 Black Mamba] by [https://onlinesequencer.net/members/36102 JOwen]
|}
|}
this is going to get real ugly to edit if more options are added
</div>
</pre>Remainder of the table. <code>----</code> creates a horizontal line to separate sections. Listing items by <code>#</code> creates a numbered list. Close the table and inline.<pre>
</div>
</pre>Close the flexbox.
 
=== Instrument Panel Fix ===
<code>overflow-y: auto</code> on the instrument panel creates a scrollbar that takes up width and makes the instruments arrange into rows of three instead of four like before.
 
[https://files.catbox.moe/7ogwvz.js This] is a quick tampermonkey script that adds some extra width to the panel to fix this.

Latest revision as of 00:07, 21 December 2023

WIP Main Page draft

Welcome to the Online Sequencer Wiki, a wiki for using and navigating Online Sequencer.

Online Sequencer is a web-based music sequencer that allows users to create music saved online or on their computer and share it with other users.

Online Sequencer News
  • test.onlinesequencer.net : Synthesizer instrument added
  • Sequence information moved to sidebar, sequence descriptions added
  • Sustained smooth synth added, old sequences not affected
Community

Current Contest (9/1/23 – 9/21/2023)

Winners announced on 9/30!

Theme: Alternative Rock


Last Contest (8/1/23 – 8/21/2023)

Theme: Eurobeat

Winning entries:

  1. blazing heart!! - vocal by LucentTear
  2. Power Trip by Mr. Magicman
  3. Radiance -End of The Universe - by N4T
  4. Pi-canto by Julesvpraag
End Draft

Deploy-ready version on User:Arskari/main page prototype

Eye candy, but for something actually important this time. The main page, right now, is a general overview of the site which makes sense, but doesn't really help with getting around the wiki itself. Userspace pages aren't private, so contribute if you want.

TODO:

  • Navigation sections for useful articles
  • Link to forum/community sites?
  • Current community events bumper (Ongoing, Winner, ?) Needs styling for contests
  • Online Sequencer updates/news Started, needs more entries. Changelog documentation page?
  • Wiki users/article count?
  • Using a single table for both bumpers causes wrapping issues on narrow windows/mobile, hence the div tags. Need a way to set them to the same height each.
    • The bumpers are now a flex box containing two inline elements, each with a single table contained in itself. This handles scaling and wrapping.
  • Migrate sections currently on Main Page to their own articles (History, features)
Wikitext Breakdown
__NOTOC__
{|class="wikitable" style="width: 100%; border-spacing: 5px; text-align: center; margin-bottom: .3%;"
| <span style="font-size:125%;">Welcome to the '''{{SITENAME}}''', a wiki for using and navigating [https://onlinesequencer.net/ Online Sequencer].</span>
'''Online Sequencer''' is a web-based music [[wikipedia:Music_sequencer|sequencer]] that allows users to create music saved online or on their computer and share it with other users.
|}

This is the welcome banner, implemented as a wikitable. __NOTOC__ prevents a table of contents from being generated, but a __FORCETOC__ could be used after this if wanted for the rest of the main page.

<div style="display: flex; flex-wrap: wrap; column-gap: .3%;">

Opens a flexbox container to handle the two bumpers. flex-wrap: wrap enables wrapping at narrow screen sizes, such as shrinking a window or on a mobile device. column-gap adds space between items if on the same row.

<div style="display:inline; margin-left: auto; margin-right: auto; margin-bottom: .3%; flex-grow: 1; ">

Creates an inline element inside the flexbox. flex-grow causes the sections to stretch to fill out all possible width; having both at 1 makes them share the width.

{|class="wikitable" style="width: 100%; height: 100%; border-spacing: 5px; margin-top: 0px;"
|-
| style="vertical-align: top;" |

Creates a table inside the inline element, which is what is actually seen. Width and height are set to take up all space in their container. vertical-align must be applied to the row and makes sure content is aligned to the top, rather than centering by default.

{|class="wikitable" style="width: 100%; border-spacing: 5px; margin-top: 3px;"
!style="color:#FFFFFF; background:#254d88; text-align: left;"|'''Getting Started''' <!-- LINK ARTICLES HERE -->
|}

Banner using a table for color and styling.

* [[Features]]
* [[Instruments]]
* [[Equalizer]]
|}
</div>

Content in a list, then close the table, and finally close the inline.

<div style="display:inline; margin-left: auto; margin-right: auto; margin-bottom: .3%; flex-grow: 1;">

Second inline element.

{|class="wikitable" style="width: 100%; height: 100%; border-spacing: 5px; margin-top: 0px;" |- | style="vertical-align: top;" |

Second table.

{|class="wikitable" style="width: 100%; border-spacing: 5px; margin-top: 3px;" !style="color:#FFFFFF; background:#254d88; text-align: left;"|'''Online Sequencer News''' <!-- For news about the site itself --> |}

Another banner.

  • '''[https://test.onlinesequencer.net/ test.onlinesequencer.net]''' : Synthesizer instrument added
  • Sustained smooth synth added, old sequences not affected

Content in a list.

{|class="wikitable" style="width: 100%; border-spacing: 5px;" !style="color:#FFFFFF; background:#254d88; text-align: left";|'''Community''' <!-- For contests, mod applications, other community stuff --> |}

Another banner.

  • [https://test.onlinesequencer.net/forum/ Online Sequencer Forum]

Link to the forum.

---- [https://onlinesequencer.net/forum/thread-8016.html Current Contest] (8/1/23 – 8/21/2023)

Theme: Eurobeat ---- [https://onlinesequencer.net/forum/thread-7942.html Last Contest] (7/1/23 – 7/21/2023)

Theme: Jungle music

Winning entries:

  1. [http://onlinesequencer.net/3509773 jungle jammin'] by [https://onlinesequencer.net/members/26737 Mr. Magicman]
  2. [https://onlinesequencer.net/3519882 I was inspired by traditional African music] by [https://onlinesequencer.net/members/14215 Lopyt]
  3. [https://onlinesequencer.net/3498969 Black Mamba] by [https://onlinesequencer.net/members/36102 JOwen]

|} </div>

Remainder of the table. ---- creates a horizontal line to separate sections. Listing items by # creates a numbered list. Close the table and inline.

</div>

Close the flexbox.

Instrument Panel Fix

overflow-y: auto on the instrument panel creates a scrollbar that takes up width and makes the instruments arrange into rows of three instead of four like before.

This is a quick tampermonkey script that adds some extra width to the panel to fix this.