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

Method Setup

Source/MultitrackRecorder.cpp:382–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380}
381
382void MultitrackRecorderTrack::Setup(MultitrackRecorder* recorder, int minLength)
383{
384 mRecorder = recorder;
385 mRecordingLength = minLength;
386}
387
388void MultitrackRecorderTrack::SetRecording(bool record)
389{

Callers 2

AddTrackMethod · 0.45
LoadLayoutMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected