mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-14 10:39:05 +00:00
21 lines
879 B
C++
21 lines
879 B
C++
#ifndef SPROUT_COMPOST_EFFECTS_HPP
|
|
#define SPROUT_COMPOST_EFFECTS_HPP
|
|
|
|
#include <sprout/config.hpp>
|
|
#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>
|
|
#include <sprout/compost/effects/tremolo.hpp>
|
|
#include <sprout/compost/effects/vibrato.hpp>
|
|
#include <sprout/compost/effects/chorus.hpp>
|
|
#include <sprout/compost/effects/noise_gated.hpp>
|
|
#include <sprout/compost/effects/superposed.hpp>
|
|
#include <sprout/compost/effects/jointed.hpp>
|
|
#include <sprout/compost/effects/copied.hpp>
|
|
|
|
#endif // #ifndef SPROUT_COMPOST_EFFECTS_HPP
|