My Tracktion Engine work is coming along nicely. I am at the point of adding a simple button to enable/disable the click track.
I am seeing the following related items;
edit.clickTrackEnabled = true;
edit.clickTrackEmphasiseBars = true;
edit.clickTrackGain = 1.0f;
edit.clickTrackRecordingOnly = false;
edit.setClickTrackRange({ 0.0, edit.getLength() });
edit.setClickTrackVolume(1.0f);
edit.setClickTrackOutput(deviceName);
With these values set, I get no click sound. I am sure I am missing something obvious.
What is the correct way to enable click functionality?
