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

Method getInt

include/RemotePlugin.h:503–506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

501#endif
502
503 inline int getInt( int _p = 0 ) const
504 {
505 return atoi( data[_p].c_str() );
506 }
507
508 inline float getFloat( int _p ) const
509 {

Callers 7

processMessageMethod · 0.80
processMessageMethod · 0.80
setParameterDumpMethod · 0.80
processMessageMethod · 0.80
processMessageMethod · 0.80
isUIVisibleFunction · 0.80
processMessageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected