Dplug
Dplug copied to clipboard
Make cheat sheets like for Raylib
Raylib is superbly documented with the cheat sheets.
Make one for dplug:core, dplug:math
documenting:
- readParam
- logmap
- linmap
- normalizePhase
- ~~_mm_pow_ss/_mm_exp_ss/_mm_pow_ps/_mm_exp_ps~~
- fast_cos/fast_sin/fast_xxx
- convertDecibelToLinearGain
- convertLinearGainToDecibel
- convertMIDINoteToFrequency
- convertFrequencyToMIDINote
- using vectors
- using rectangles, inclusing in resizable UI context
- image resizing
- Parameter creation for common types
-
value()
andvalueAtomic()
- using an atomic
things like that. Also will be a good way to check if the APIs are good.