15 lines
251 B
C++
15 lines
251 B
C++
/**
|
|
* @author Edouard DUPIN
|
|
*
|
|
* @copyright 2014, Edouard DUPIN, all right reserved
|
|
*
|
|
* @license BSD v3 (see license file)
|
|
*/
|
|
|
|
#include <eaudiofx/core/Processing.h>
|
|
|
|
|
|
int32_t eaudiofx::Processing::process(void) {
|
|
|
|
return eaudiofx::ERR_NONE;
|
|
} |