Created
December 19, 2010 21:30
-
-
Save leepike/747711 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdbool.h> | |
#include <stdint.h> | |
void CopilotSing(); | |
extern struct { /* copilotStateCopilotSing */ | |
struct { /* CopilotSing */ | |
int32_t prophVal__idx[2]; | |
bool playNote; | |
int32_t odd; | |
int32_t notes; | |
int32_t idx; | |
int32_t even; | |
int32_t duration; | |
uint64_t updateIndex__idx; | |
uint64_t outputIndex__idx; | |
int32_t tmpSampleVal__notes_Varidx; | |
int32_t tmpSampleVal__beats_Varidx; | |
} CopilotSing; | |
} copilotStateCopilotSing; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment