Skip to content

Commit 7af224e

Browse files
Add missing declaration
1 parent 6289bfa commit 7af224e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ml_tracker_mod.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ void TrackerSetup(uint32_t sample_rate);
5555
void TrackerStartPlayback(void);
5656
void TrackerProcess(uint64_t passed);
5757
void TrackerProcessSamples(Q1_14 *chL, Q1_14 *chR, uint64_t count);
58+
void TrackerProcessSamples(Q1_14 *ch1, Q1_14 *ch2, Q1_14 *ch3, Q1_14 *ch4, uint64_t count);
5859
void TrackerProcessOutput(void);
5960
void TrackerLoadData(const uint8_t *data);
6061

0 commit comments

Comments
 (0)