MCPcopy Create free account
hub / github.com/audacity/audacity / GetString

Method GetString

libraries/lib-vst/VSTWrapper.cpp:651–663  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

649}
650
651int VSTWrapper::GetString(wxString & outstr, int opcode, int index) const
652{
653 char buf[256];
654
655 memset(buf, 0, sizeof(buf));
656
657 // Assume we are passed a read-only dispatcher function code
658 constCallDispatcher(opcode, index, 0, buf, 0.0);
659
660 outstr = wxString::FromUTF8(buf);
661
662 return 0;
663}
664
665wxString VSTWrapper::GetString(int opcode, int index) const
666{

Callers 15

parseEffectFunction · 0.45
parseEffectGroupFunction · 0.45
GetEffectsFunction · 0.45
UpdateUserDataMethod · 0.45
AuthorisePasswordMethod · 0.45
AuthoriseRefreshTokenMethod · 0.45
AuthoriseCodeMethod · 0.45
AuthorizeMethod · 0.45
RegisterMethod · 0.45
ParseTokenResponseMethod · 0.45
AcknowledgeTaskMethod · 0.45
SendResultMethod · 0.45

Calls 1

GetStringFunction · 0.85

Tested by

no test coverage detected