ERIS CORE

◆ onFocus()

void FLASHMEM AppAudioToPolyphonic::onFocus ( )
inlinevirtual

Event handler called when the app gains focus.

Reimplemented from AppBaseClass.

Definition at line 270 of file AppAudioToPolyphonic.h.

270  {
272  if (am != NULL) am->sendMessage(this,"CQT","ENABLE");
273  }
void FLASHMEM makeAudioConnections()
AppManager * am
Definition: AppBaseClass.h:38
bool sendMessage(AppBaseClass *sender, const char *to_app, const char *message)
provides an interface for apps to send messages to other apps
Definition: AppManager.cpp:469

References AppBaseClass::am, makeAudioConnections(), and AppManager::sendMessage().

+ Here is the call graph for this function: