MCPcopy Create free account
hub / github.com/DamRsn/NeuralNote / Playhead

Method Playhead

NeuralNote/Source/Components/Playhead.cpp:6–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5#include "Playhead.h"
6Playhead::Playhead(NeuralNoteAudioProcessor* inProcessor, double inNumPixelsPerSecond)
7 : mProcessor(inProcessor)
8 , mVBlankAttachment(this, [this]() { _onVBlankCallback(); })
9 , mBaseNumPixelsPerSecond(inNumPixelsPerSecond)
10{
11 setInterceptsMouseClicks(false, false);
12}
13
14void Playhead::resized()
15{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected