Proof-of-concept synth data-source #1108
octetta
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've been using MA only via the low level API for years.
I'm now graduating to the high level API, and I would appreciate review of how I'm using MA in my code.
A simple one-voice demo of my proof-of-concept synth data-source here:
https://github.com/octetta/skred-mads/blob/main/simple.c
This demo shows off smooth frequency and volume transitions, which I think is kind of neat.
It's probably silly to use a sine wave here since MA already has one, but the point is being able to drop in arbitrary wavetables and samples and to have synthesizer-type controls and effects orthogonal to the voice's sound data.
The repo has a basic REPL (main.c) to play around with 4 voices and filter and delay nodes that you can route the voices to.
Project repo at:
https://github.com/octetta/skred-mads
YouTube video showing me messing around with the REPL is here:
https://youtu.be/zMrHI8vcMDE
Beta Was this translation helpful? Give feedback.
All reactions