2012-11-08 16:09:49 +00:00
|
|
|
#ifndef SPROUT_COMPOST_EFFECTS_HPP
|
|
|
|
#define SPROUT_COMPOST_EFFECTS_HPP
|
|
|
|
|
|
|
|
#include <sprout/config.hpp>
|
2012-11-17 09:44:24 +00:00
|
|
|
#include <sprout/compost/effects/clipped.hpp>
|
|
|
|
#include <sprout/compost/effects/rectified.hpp>
|
|
|
|
#include <sprout/compost/effects/changed_volume.hpp>
|
|
|
|
#include <sprout/compost/effects/reverbed.hpp>
|
|
|
|
#include <sprout/compost/effects/distorted.hpp>
|
|
|
|
#include <sprout/compost/effects/overdrived.hpp>
|
|
|
|
#include <sprout/compost/effects/fuzzed.hpp>
|
|
|
|
#include <sprout/compost/effects/compressed.hpp>
|
2012-11-09 13:33:11 +00:00
|
|
|
#include <sprout/compost/effects/tremolo.hpp>
|
|
|
|
#include <sprout/compost/effects/vibrato.hpp>
|
2012-11-10 23:26:58 +00:00
|
|
|
#include <sprout/compost/effects/chorus.hpp>
|
2012-11-17 09:44:24 +00:00
|
|
|
#include <sprout/compost/effects/noise_gated.hpp>
|
|
|
|
#include <sprout/compost/effects/synthesized.hpp>
|
|
|
|
#include <sprout/compost/effects/jointed.hpp>
|
|
|
|
#include <sprout/compost/effects/copied.hpp>
|
2012-11-08 16:09:49 +00:00
|
|
|
|
|
|
|
#endif // #ifndef SPROUT_COMPOST_EFFECTS_HPP
|