Dplug icon indicating copy to clipboard operation
Dplug copied to clipboard

Make cheat sheets like for Raylib

Open p0nce opened this issue 1 year ago • 0 comments

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() and valueAtomic()
  • using an atomic

things like that. Also will be a good way to check if the APIs are good.

p0nce avatar Jul 31 '23 12:07 p0nce