view Source/ClassicAmbiDecMain.cpp @ 12:87dc3d84c120

Addressed the load program defaults over user settings 'feature'. Removed isChild on objects that are added before the frame creation since a)they're always there and b) doesn't write to all displays present.
author martinm_home <martin.morrell@eecs.qmul.ac.uk>
date Thu, 27 Sep 2012 23:29:16 +0100
parents
children
line wrap: on
line source

#ifndef __ClassicAmbiDec__
#include "ClassicAmbiDec.h"
#endif

//-------------------------------------------------------------------------------------------------------
AudioEffect* createEffectInstance (audioMasterCallback audioMaster) //Start a new instance of our effect
{
	return new ClassicAmbiDec (audioMaster);
}