mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-17 01:11:45 +00:00
d'oh. anyway, with midi, sounds great (so long as jackd isn't suffering xruns)
This commit is contained in:
parent
b4cb4afdb0
commit
ee12f44ff6
1 changed files with 0 additions and 2 deletions
|
@ -88,8 +88,6 @@ snd_jack_xfer (int endtime)
|
|||
*output[0]++ = snd_paintbuffer[i].left / 65536.0;
|
||||
*output[1]++ = snd_paintbuffer[i].right / 65536.0;
|
||||
}
|
||||
output[0] += count;
|
||||
output[1] += count;
|
||||
}
|
||||
|
||||
static int
|
||||
|
|
Loading…
Reference in a new issue