mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
add compost stereo, left_channel, right_channel, effected_xxx
This commit is contained in:
parent
7da0aa0343
commit
c33ae70d13
14 changed files with 763 additions and 4 deletions
|
@ -21,7 +21,7 @@ namespace sprout {
|
|||
adaptor_type adaptor_;
|
||||
difference_type distance_;
|
||||
public:
|
||||
explicit SPROUT_CONSTEXPR adapt_drop_holder(adaptor_type const& adaptor, difference_type distance)
|
||||
SPROUT_CONSTEXPR adapt_drop_holder(adaptor_type const& adaptor, difference_type distance)
|
||||
: adaptor_(adaptor), distance_(distance)
|
||||
{}
|
||||
SPROUT_CONSTEXPR adaptor_type const& adaptor() const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue