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

Method WriteCurrentLocation

Source/LocationZoomer.cpp:79–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79void LocationZoomer::WriteCurrentLocation(char key)
80{
81 mLocations[key].mZoomLevel = gDrawScale;
82 mLocations[key].mOffset = TheSynth->GetDrawOffset();
83}
84
85bool LocationZoomer::HasLocation(char key)
86{

Callers 3

oscMessageReceivedMethod · 0.80
OnClickedMethod · 0.80
SaveStateMethod · 0.80

Calls 1

GetDrawOffsetMethod · 0.80

Tested by

no test coverage detected