libpsynth 0.2.1
Classes | Namespaces
/home/raskolnikov/dev/psynth/trunk/src/psynth/synth/simple_envelope.hpp File Reference

Time-stamp: <2011-06-18 21:15:01 raskolnikov> More...

#include <psynth/sound/forwards.hpp>
#include <psynth/sound/algorithm.hpp>
#include <psynth/synth/envelope.hpp>
Include dependency graph for simple_envelope.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  psynth::synth::simple_envelope< Range >
 Simplistic evenlope implementation with only two points. More...

Namespaces

namespace  psynth
namespace  psynth::synth

Detailed Description

Time-stamp: <2011-06-18 21:15:01 raskolnikov>

Author:
Juan Pedro BolĂ­var Puente <raskolnikov@es.gnu.org>
Date:
Fri Mar 18 23:04:45 2011

Very minimalistic envelope.

Todo:
Check that we do not break anything by changing float sample to std::size_t sample in the update () parameter.