2012-11-09 01:09:49 +09:00
|
|
|
#ifndef SPROUT_COMPOST_EFFECTS_HPP
|
|
|
|
#define SPROUT_COMPOST_EFFECTS_HPP
|
|
|
|
|
|
|
|
#include <sprout/config.hpp>
|
|
|
|
#include <sprout/compost/effects/clip.hpp>
|
2012-11-09 22:33:11 +09:00
|
|
|
#include <sprout/compost/effects/rectify.hpp>
|
2012-11-09 01:09:49 +09:00
|
|
|
#include <sprout/compost/effects/change_volume.hpp>
|
2012-11-09 22:33:11 +09:00
|
|
|
#include <sprout/compost/effects/reverb.hpp>
|
2012-11-09 01:09:49 +09:00
|
|
|
#include <sprout/compost/effects/distort.hpp>
|
2012-11-09 22:33:11 +09:00
|
|
|
#include <sprout/compost/effects/overdrive.hpp>
|
|
|
|
#include <sprout/compost/effects/fuzz.hpp>
|
|
|
|
#include <sprout/compost/effects/compress.hpp>
|
|
|
|
#include <sprout/compost/effects/tremolo.hpp>
|
|
|
|
#include <sprout/compost/effects/vibrato.hpp>
|
2012-11-11 08:26:58 +09:00
|
|
|
#include <sprout/compost/effects/chorus.hpp>
|
2012-11-09 22:33:11 +09:00
|
|
|
#include <sprout/compost/effects/noise_gate.hpp>
|
2012-11-09 01:09:49 +09:00
|
|
|
#include <sprout/compost/effects/synthesize.hpp>
|
|
|
|
|
|
|
|
#endif // #ifndef SPROUT_COMPOST_EFFECTS_HPP
|