Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ toString
Method
toString
libraries/lib-vst3/VST3Utils.cpp:167–171 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
165
}
166
167
wxString PresetsBufferStream::toString() const
168
{
169
auto str = Base64::Encode(mBuffer, mBuffer.getFillSize());
170
return str;
171
}
Callers
5
GetPath
Method · 0.45
GetCache
Function · 0.45
VST3Wrapper.cpp
File · 0.45
StoreSettings
Method · 0.45
LoadPlugin
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected