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

Method TextEntryComplete

Source/EventCanvas.cpp:372–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370}
371
372void EventCanvas::TextEntryComplete(TextEntry* entry)
373{
374 if (entry == mNumMeasuresEntry)
375 {
376 mCanvas->SetNumCols(TheTransport->CountInStandardMeasure(mInterval) * mNumMeasures);
377 }
378}
379
380void EventCanvas::DropdownUpdated(DropdownList* list, int oldVal, double time)
381{

Callers

nothing calls this directly

Calls 2

SetNumColsMethod · 0.80

Tested by

no test coverage detected