Skip to content
Jamie Bullock edited this page Jun 6, 2013 · 2 revisions

Below is a list of base tags for Integra Modules:

Compulsory:

  • core — the module is a core module provided by the Integra development team

  • simple — the module provides simple processing

OR

  • complex — the module provides complex processing

AND

  • processing — the module provides audio processing (1 or more inputs + 1 or more outputs)

OR

  • synthesis — the module provides synthesis (0 inputs + 1 or more outputs)

OR

  • analysis — the module provides analysis (1 or more inputs + 0 outputs)

Optional

  • delay — the module provides a delay
  • filter — the module provides a filter
  • spectral — the module provides spectral processing
  • granular — the module provides granular processing
  • distortion — the module provides distortion
  • dynamics — the module provides dynamics processing
  • resonance — the module provides a resonant effect
  • pitch — the module modifies or measures pitch
  • panning — the module provides panning
  • reverb — the module provides reverb
  • soundfile — the module deals with sound files
  • input — the module provides an audio input (e.g. StereoAudioIn)
  • output — the module provides an audio output (e.g. StereoAudioOut)