Home

Newb Oscillator Filterer Enveloper Player Modder Twiddler BassHead Sweeper Composer Controller Mixer

Oscillator Role

The Oscillator role gives you access to all the Voyager's oscillator commands.

Oscillator Commands

Oscillators

Oscillators are the main sound source of the Voyager. There are 3 oscillators you can control. All oscillators have an octave and waveform control, additionally, oscillators 2 & 3 have a frequency control.

*** During the alpha phase all commands in this role must be prefaced with "moog". So, !osc2Wave 2000 needs to be entered as !moog osc2Wave 2000 ***

Command Command Usage Variables Example
  • Adjust Oscillator 1 Octave
  • Adjust Oscillator 2 Octave
  • Adjust Oscillator 3 Octave
  • !osc1Octave OCTAVE
  • !osc2Octave OCTAVE
  • !osc3Octave OCTAVE
OCTAVE = { _32 | _16 | _8 | _4 | _2 | _1 } !osc1Octave _16
  • Adjust Oscillator 1 Waveform
  • Adjust Oscillator 2 Waveform
  • Adjust Oscillator 3 Waveform
  • !osc1Wave WAVE
  • !osc2Wave WAVE
  • !osc3Wave WAVE
WAVE = uint14 = 0-16383 !osc2Wave 10000
  • Adjust Oscillator 2 Frequency
  • Adjust Oscillator 3 Frequency
  • !osc2Frequency FREQUENCY
  • !osc3Frequency FREQUENCY
FREQUENCY = uint14 = 0-16383 !osc3Frequency 5200
  • Oscillator 1-2 Sync
  • !osc12Sync SWITCH
SWITCH = { ON | OFF } !osc12Sync ON
  • Oscillator 3-1 FM
  • !osc31FM SWITCH
SWITCH = { ON | OFF } !osc31FM ON
  • Oscillator 3 Keyboard Control
  • !osc31KeyboardControl SWITCH
SWITCH = { ON | OFF } !osc31KeyboardControl OFF
  • Oscillator Frequency Range
  • !osc31HiLo SWITCH
SWITCH = { ON | OFF } !osc31HiLo ON