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

Usability focus in Dplug Meeting #861

Open
9 tasks
p0nce opened this issue Oct 3, 2024 · 0 comments
Open
9 tasks

Usability focus in Dplug Meeting #861

p0nce opened this issue Oct 3, 2024 · 0 comments
Labels
Documentation This issue is about documentation. Mental load Is related to API usability.

Comments

@p0nce
Copy link
Collaborator

p0nce commented Oct 3, 2024

Here are the difficulties Dplug users have reported 04/10/2024:

  • identifier nextBuffer dislike, would expect processBuffer (process?)
  • have never read the code of UIElement, relying on DDoc on arsd instead
  • difficulties with struct and the fact they are copied not reference types. eg. in a foreach
  • believe they can't allocate, or that they can allocate with reallocBuffer in audio thread. In reality we can with Vec since capacity maxing, but not reallocBuffer. Clarify.
  • doesn't manage to find mouse release, the way to do it is starting a drag operation and catch onStopDrag
  • miss nothrow @nogc in class/struct, then create closures using stdlib
  • do not know about debugLogf
  • general difficulty to debug or profile
  • do not always know build types of DUB
@p0nce p0nce added Documentation This issue is about documentation. Mental load Is related to API usability. labels Oct 4, 2024
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