Test site: Difference between revisions

From Online Sequencer Wiki
Jump to navigation Jump to search
(deleted, per fox this is false)
(Undo revision 1094 by Benvisions (talk) nvm I read it wrong)
Tag: Undo
Line 1: Line 1:
The [https://test.onlinesequencer.net/ '''test site'''] is a separate front-end of the site for testing new instruments and features before pushing them to the main branch. You can access it by adding <code>test.onlinesequencer</code> to the URL of a page. On the test site, profile pictures and playlist thumbnails will not load, the interfaces for sequence pages are older, and the forum/wiki lacks formatting or are not found respectively.
The [https://test.onlinesequencer.net/ '''test site'''] is a separate front-end of the site for testing new instruments and features before pushing them to the main branch. You can access it by adding <code>test.onlinesequencer</code> to the URL of a page. On the test site, profile pictures and playlist thumbnails will not load, the interfaces for sequence pages are older, and the forum/wiki lacks formatting or are not found respectively.
== Synthesizer ==
== Synthesizer ==
Currently being tested is an adjustable synthesizer instrument (ID 55). When selecting the instrument, the synthesizer tab is shown, with the following options:
Currently being tested is an adjustable synthesizer instrument (ID 55). Similar to the 8-bit instruments, it makes use of the Web Audio API instead of samples. When selecting the instrument, the synthesizer tab is shown, with the following options:
[[File:Synthesizertab marked.png|thumb|The synthesizer tab]]
[[File:Synthesizertab marked.png|thumb|The synthesizer tab]]
# Waveform: the base waveform and sound to use for the instrument. Can be sine, square, sawtooth, or triangle.
# Waveform: the base waveform and sound to use for the instrument. Can be sine, square, sawtooth, or triangle.

Revision as of 12:11, 13 October 2023

The test site is a separate front-end of the site for testing new instruments and features before pushing them to the main branch. You can access it by adding test.onlinesequencer to the URL of a page. On the test site, profile pictures and playlist thumbnails will not load, the interfaces for sequence pages are older, and the forum/wiki lacks formatting or are not found respectively.

Synthesizer

Currently being tested is an adjustable synthesizer instrument (ID 55). Similar to the 8-bit instruments, it makes use of the Web Audio API instead of samples. When selecting the instrument, the synthesizer tab is shown, with the following options:

The synthesizer tab
  1. Waveform: the base waveform and sound to use for the instrument. Can be sine, square, sawtooth, or triangle.
  2. Filter: The type of filter pass and frequency to use can be selected with the dropdown menu and slider. A low pass, high pass, and band pass are available.
    • Currently, it seems like the high pass and band pass are mislabeled as each other.
  3. Resonance: A slider controlling the resonance of the filter.
  4. Oscillator waveform: The waveform to use for the oscillator.
  5. Oscillator frequency/toggle: Allows you to turn the oscillator on or off, along with its period relative to a measure or by frequency.
  6. Oscillator type and amplitude: The dropdown menu allows you to select what the oscillators affects; volume, pitch, and the filter intensity can be adjusted. The slider controls the effect of the oscillation.
  7. ADSR: ADSR can be toggled on the left side of the tab. When enabled, the ADSR sliders will control the attack, delay, sustain, and release of the synthesizer.