Midi To Bytebeat Patched [ Quick FIX ]
Play a melody. Notice how the waveform does not follow the melody. It follows the index of the melody. You are no longer playing music; you are playing a function.
| MIDI event | Bytebeat parameter | Effect | |-------------------|-----------------------------------|-----------------------------------| | Note number | Base frequency (multiplier on t) | Pitch change | | Velocity | Amplitude or bit depth | Volume + tone | | CC 1 (mod wheel) | XOR mask: (t * f) ^ (cc << 8) | Timbre shift | | CC 2 | Right shift amount: >> cc | Spectral tilt | | Pitch bend | Phase offset or FM index | Detuning / wobble | | Note on + aftertouch | Feedback: (t * f) & (vel * after) | Growl / resonance | midi to bytebeat patched
To understand the "patched" concept, we first need to understand the natural incompatibility. Play a melody