style: fix formatting and include order in source files
This commit is contained in:
committed by
Loic Coenen (aider)
parent
72839a9e5f
commit
f7f18f9fa7
@@ -83,8 +83,7 @@ int process_callback(jack_nframes_t nframes, void *arg) {
|
||||
const float *f_in = (const float *)in;
|
||||
for (i = 0; i < nframes; i++) {
|
||||
if (channels[c].record_pos < LOOP_BUF_SIZE)
|
||||
channels[c].loop_buffer[channels[c].record_pos++] =
|
||||
f_in[i];
|
||||
channels[c].loop_buffer[channels[c].record_pos++] = f_in[i];
|
||||
f_out[i] = f_in[i];
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user