Radiant Voices
1.0.0-dev
  • Overview of Radiant Voices
  • Installation
  • API Reference
  • Architecture
  • SunVox File Format
  • Contributing
  • Maintenance
  • Changelog
  • Authors
  • Radiant Voices license
Radiant Voices
  • Docs »
  • rv.modules
  • Edit on GitHub

rv.modules¶

Convenient access to classes that represent all SunVox module types.

Although the list below refers to the full Python module names that contain each class, you can use a shorthand notation for easier access.

For example, to refer to the “Analog Generator” SunVox module, you only need to refer to rv.modules.AnalogGenerator (instead of rv.modules.analoggenerator.AnalogGenerator).

Synths¶

  • rv.modules.analoggenerator
  • rv.modules.drumsynth
  • rv.modules.fm
  • rv.modules.generator
  • rv.modules.input
  • rv.modules.kicker
  • rv.modules.sampler
  • rv.modules.spectravoice
  • rv.modules.vorbisplayer

Effects¶

  • rv.modules.amplifier
  • rv.modules.compressor
  • rv.modules.dcblocker
  • rv.modules.delay
  • rv.modules.distortion
  • rv.modules.echo
  • rv.modules.eq
  • rv.modules.filter
  • rv.modules.filterpro
  • rv.modules.flanger
  • rv.modules.lfo
  • rv.modules.loop
  • rv.modules.modulator
  • rv.modules.pitchshifter
  • rv.modules.reverb
  • rv.modules.vibrato
  • rv.modules.vocalfilter
  • rv.modules.waveshaper

Misc¶

  • rv.modules.feedback
  • rv.modules.glide
  • rv.modules.gpio
  • rv.modules.metamodule
  • rv.modules.multictl
  • rv.modules.multisynth
  • rv.modules.output
  • rv.modules.sound2ctl

© Copyright 2016, Matthew Scott Revision 322c21ed.

Built with Sphinx using a theme provided by Read the Docs.