Skip to content

Conversation

@NickFlach
Copy link

Allows running multiple effects in series by specifying them with + separator.

Usage:

# Single effect (unchanged)
./convert echo 0.3 0.3 0.3 0.3 < input.raw > output.raw

# Chained effects (new)
./convert "distortion+chorus+echo" 0.5 0.5 0.5 0.5 < input.raw > output.raw

Supports up to 8 effects in chain. Backward compatible - single effect names still work.

Signed-off-by: The Hand [email protected]

@NickFlach NickFlach force-pushed the feature/effect-chaining branch from bc42ce1 to d818251 Compare January 16, 2026 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants