~ubuntu-branches/ubuntu/trusty/python-pyo/trusty-proposed

« back to all changes in this revision

Viewing changes to doc-sphinx/source/api/alphabetical.rst

  • Committer: Package Import Robot
  • Author(s): Tiago Bortoletto Vaz
  • Date: 2013-09-02 17:25:57 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20130902172557-9mmcx9g59vc031sa
Tags: 0.6.6+svn1132-1
* Added new objects:
  - PVMix, Mix the most prominent components from two phase vocoder streaming
    objects.
  - TableScale, Scales values from a table and writes them into another table.
  - Granule, another granular synthesis generator.
  - PVBufTabLoops, phase vocoder buffer with bin independent speed playback.
  - PVBufLoops, phase vocoder buffer with bin independent speed playback.
  - PVShift, spectral frequency shifter. PVAmpMod and PVFreqMod, frequency
    independent modulations.
  - PVDelay, spectral delays and PVBuffer, pv recorder and playback.
  - PVFilter. Spectral filtering.
  - PVCross, PVMult, PVMorph. Spectral morphing.
  - PVAddSynth, Phase Vocoder additive synthesis object.
* Added E-Pyo binary to the package, accessible via Sound & Video menu.

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
- :py:class:`FreqShift` :     Frequency shifting using single sideband amplitude modulation.
79
79
- :py:class:`Gate` :     Allows a signal to pass only when its amplitude is above a set threshold.
80
80
- :py:class:`Granulator` :     Granular synthesis generator.
 
81
- :py:class:`Granule` :     Another granular synthesis generator.
81
82
- :py:class:`HannTable` :     Generates Hanning window function. 
82
83
- :py:class:`HarmTable` :     Harmonic waveform generator.
83
84
- :py:class:`Harmonizer` :     Generates harmonizing voices in synchrony with its audio input.
132
133
- :py:class:`OscSend` :     Sends values over a network via the Open Sound Control protocol.
133
134
- :py:class:`OscTrig` :     An oscillator reading a waveform table with sample accurate reset signal.
134
135
- :py:class:`Osc` :     A simple oscillator reading a waveform table.
 
136
- :py:class:`PVAddSynth` :     Phase Vocoder additive synthesis object.
 
137
- :py:class:`PVAmpMod` :     Performs frequency independent amplitude modulations.
 
138
- :py:class:`PVAnal` :     Phase Vocoder analysis object.
 
139
- :py:class:`PVBufLoops` :     Phase vocoder buffer with bin independent speed playback.
 
140
- :py:class:`PVBufTabLoops` :     Phase vocoder buffer with bin independent speed playback.
 
141
- :py:class:`PVBuffer` :     Phase vocoder buffer and playback with transposition.
 
142
- :py:class:`PVCross` :     Performs cross-synthesis between two phase vocoder streaming object.
 
143
- :py:class:`PVDelay` :     Spectral delays.
 
144
- :py:class:`PVFilter` :     Spectral filter.
 
145
- :py:class:`PVFreqMod` :     Performs frequency independent frequency modulations.
 
146
- :py:class:`PVGate` :     Spectral gate.
 
147
- :py:class:`PVMorph` :     Performs spectral morphing between two phase vocoder streaming object.
 
148
- :py:class:`PVMult` :     Multiply magnitudes from two phase vocoder streaming object.
 
149
- :py:class:`PVShift` :     Spectral domain frequency shifter.
 
150
- :py:class:`PVSynth` :     Phase Vocoder synthesis object.
 
151
- :py:class:`PVTranspose` :     Transpose the frequency components of a pv stream.
 
152
- :py:class:`PVVerb` :     Spectral domain reverberation.
135
153
- :py:class:`Pan` :     Cosinus panner with control on the spread factor.
136
154
- :py:class:`ParaTable` :     Generates parabola window function. 
137
155
- :py:class:`Pattern` :     Periodically calls a Python function.