Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make cheat sheets like for Raylib #784

Open
p0nce opened this issue Jul 31, 2023 · 0 comments
Open

Make cheat sheets like for Raylib #784

p0nce opened this issue Jul 31, 2023 · 0 comments
Labels
Documentation This issue is about documentation. Mental load Is related to API usability.

Comments

@p0nce
Copy link
Collaborator

p0nce commented Jul 31, 2023

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 p0nce added Documentation This issue is about documentation. Mental load Is related to API usability. labels Jul 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation This issue is about documentation. Mental load Is related to API usability.
Projects
None yet
Development

No branches or pull requests

1 participant