1
0
Fork 0
mirror of https://github.com/vbatts/bitorchestra.git synced 2024-11-27 11:05:38 +00:00
bitorchestra/f4.c

13 lines
164 B
C
Raw Normal View History

#include "audio.h"
2011-11-14 15:13:02 +00:00
int main(int t) {
init();
2011-11-14 15:13:02 +00:00
for (t = 0;;t++) {
int i;
i = (t>>7-(t>>15)&-t>>7-(t>>15));
if (i==0)
continue;
p(t>>4|t&(t>>5)/i);
2011-11-14 15:13:02 +00:00
}
}