|
TR123e Version 1.0
Open Instrument Research Project Translation from gen~ to embedded Moog synth
|
TR-123e is a monophonic embedded bass synthesiser built on the
Bela real-time audio
platform: a Zero Delay Feedback four-pole Moog ladder architecture, translated from
a Max/MSP gen~ patch into modular C++ running at approximately 1 ms
latency on ARM, with an eight-parameter hardware control surface.
The design problem the project addresses is the loss that usually occurs when
software synthesis is moved into hardware: the expressiveness and responsiveness of
the patch rarely survive the translation. TR-123e treats the translation itself as
the research object — a systematic port from gen~ to embedded DSP
that preserves the sonic behaviour of the source while gaining the immediacy of a
dedicated physical instrument. It is the built groundwork of a wider research
practice in open instrument design, documented at
cybernics.co.uk.
zdf_moogladder_v2), amplitude and filter envelopes, and the
audio callback structure.PortamentoFilter / PortamentoPlayer.