1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2024-11-12 21:09:01 +00:00
Sprout/sprout/compost/effects.hpp

22 lines
880 B
C++
Raw Normal View History

#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>
#endif // #ifndef SPROUT_COMPOST_EFFECTS_HPP