MCPcopy Create free account
hub / github.com/LMMS/lmms / sendCurrentProgramName

Method sendCurrentProgramName

plugins/vst_base/RemoteVstPlugin.cpp:1058–1064  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1056
1057
1058void RemoteVstPlugin::sendCurrentProgramName()
1059{
1060 char presName[64];
1061 sprintf( presName, "%d/%d: %s", pluginDispatch( effGetProgram ) + 1, m_plugin->numPrograms, programName() );
1062
1063 sendMessage( message( IdVstCurrentProgramName ).addString( presName ) );
1064}
1065
1066
1067

Callers

nothing calls this directly

Calls 2

addStringMethod · 0.80
messageFunction · 0.50

Tested by

no test coverage detected