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

Method SetString

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

Source from the content-addressed store, hash-verified

672}
673
674void VSTWrapper::SetString(int opcode, const wxString & str, int index)
675{
676 char buf[256];
677 strcpy(buf, str.Left(255).ToUTF8());
678
679 callDispatcher(opcode, index, 0, buf, 0.0);
680}
681
682intptr_t VSTWrapper::callDispatcher(int opcode,
683 int index, intptr_t value, void *ptr, float opt)

Callers 15

StringToListMethod · 0.80
ReadImportItemsMethod · 0.80
CreateSentryDocumentFunction · 0.80
lofOpenFilesMethod · 0.80
TextualCommandTypeFunction · 0.80
UpdatePrefsMethod · 0.80
UpdatePrefsMethod · 0.80
SetSelectionFormatMethod · 0.80
PopulateMethod · 0.80
UpdatePrefsMethod · 0.80

Calls

no outgoing calls

Tested by 3

UpdatePrefsMethod · 0.64