Package echonest :: Package remix :: Module audio :: Class ModifiedRenderable
[hide private]
[frames] | no frames]

Class ModifiedRenderable

source code


Class that contains any AudioRenderable, but overrides the render() method with nested effects, called sequentially on the result of the preceeding effect.
Instance Methods [hide private]
 
__init__(self, original, effects=[])
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
render(self, start=0.0, to_audio=None, with_source=None) source code
 
toxml(self, context=None) source code

Inherited from AudioRenderable: encode, resolve_source

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods [hide private]

Inherited from AudioRenderable: init_audio_data

Properties [hide private]
  duration
  source
  sources

Inherited from object: __class__

Method Details [hide private]

__init__(self, original, effects=[])
(Constructor)

source code 
x.__init__(...) initializes x; see help(type(x)) for signature
Overrides: object.__init__
(inherited documentation)

Property Details [hide private]

duration

Get Method:
unreachable.duration(self)

source

Get Method:
unreachable.source(self)

sources

Get Method:
unreachable.sources(self)