ERIS CORE

◆ ~AppAudioToPolyphonic()

AppAudioToPolyphonic::~AppAudioToPolyphonic ( )
inline

Definition at line 47 of file AppAudioToPolyphonic.h.

47  {
48  uint8_t si = 0;
49  for (uint16_t i=0;i<sizeof(s)/16;i+=1){
50  button = (ControlButton*)am->getAppByName(s[si]);//new ControlButton(this); //reuse the button var to create many instances
51  if(button!=NULL) delete(button);
52  }
53  if(slider!=NULL) delete(slider);
54  };
const char PROGMEM s[][16]
Definition: Eris.h:246
AppManager * am
Definition: AppBaseClass.h:38
AppBaseClass * getAppByName(const char *appName)
Get the App pointer By Name. Returns NULL if not found.
Definition: AppManager.cpp:489

References AppBaseClass::am, button, AppManager::getAppByName(), s, and slider.

+ Here is the call graph for this function: