You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just glanced over the API. Since you use raw pointers (in 2014 ;D) it would be nice if the ownership transfer semantics were clarified in the API docs..
e.g. Synthesizer::addSound, does the Synthesizer take ownership of the pointer (i.e. does it delete it upon destruction of the Synthesizer object?)
The text was updated successfully, but these errors were encountered:
Hi,
I just glanced over the API. Since you use raw pointers (in 2014 ;D) it would be nice if the ownership transfer semantics were clarified in the API docs..
e.g. Synthesizer::addSound, does the Synthesizer take ownership of the pointer (i.e. does it delete it upon destruction of the Synthesizer object?)
The text was updated successfully, but these errors were encountered: