Page 75
create_power_led [Category: Create Music/LED Function]
Format:
void
create_power_led(
int
color,
int
brightness);
The value 0 cases the I/O pwer LED to turn red, 255 to turn green. Brightness ranges from 0 to
255 with 0 representing off.
get_create_song_number [Category: Create Music/LED Function]
Format:
int
get_create_song_number();
Returns the number of the song currently selected (0 to 15).
get_create_song_playing [Category: Create Music/LED Function]
Format:
int
get_create_song_playing();
Returns 1 if a song is playing, 0 otherwise.
create_load_song [Category: Create Music/LED Function]
Format:
void
create_load_song(
int
num);
Loads a song from an internal 16 by 33 working array of integers to the Create, where the first
column for each song is the number of notes (max is 16). The remaining columns alternate
between pitch and duration. See Create Open Interface on the web for details.