MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / GetBuildInfoString

Function GetBuildInfoString

Source/SynthGlobals.cpp:125–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125std::string GetBuildInfoString()
126{
127 return
128#if DEBUG
129 "DEBUG BUILD " +
130#endif
131#if BESPOKE_NIGHTLY && !BESPOKE_SUPPRESS_NIGHTLY_LABEL
132 "NIGHTLY " +
133#endif
134 juce::JUCEApplication::getInstance()->getApplicationVersion().toStdString() + " (" + std::string(__DATE__) + " " + std::string(__TIME__) + ")";
135}
136
137void DrawAudioBuffer(float width, float height, ChannelBuffer* buffer, float start, float end, float pos, float vol /*=1*/, ofColor color /*=ofColor::black*/, int wraparoundFrom /*= -1*/, int wraparoundTo /*= 0*/)
138{

Callers 6

initialiseFunction · 0.85
DrawModuleMethod · 0.85
ButtonClickedMethod · 0.85
DumpStatsMethod · 0.85
DrawMethod · 0.85
MainContentComponentMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected