Skip to content

Instantly share code, notes, and snippets.

@leepike
Created December 19, 2010 21:30
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save leepike/747711 to your computer and use it in GitHub Desktop.
#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