MCPcopy Create free account
hub / github.com/LabSound/LabSound / sp_conv_create

Function sp_conv_create

src/core/_SoundPipe_FFT.cpp:328–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326}
327
328int sp_conv_create(sp_conv ** p)
329{
330 *p = (sp_conv *) malloc(sizeof(sp_conv));
331 return SP_OK;
332}
333
334int sp_conv_destroy(sp_conv ** p)
335{

Callers 1

_activateNewImpulseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected