Line | |
---|
1 | int load_module(char *filename); |
---|
2 | |
---|
3 | void play_start(void); |
---|
4 | void play_prev_pattern(void); |
---|
5 | void play_next_pattern(void); |
---|
6 | |
---|
7 | void play_pattern(void); |
---|
8 | char * get_song_text(void); |
---|
9 | char * get_voice_text(void); |
---|
10 | char * get_pattern_text(int patnum); |
---|
11 | int get_song_pattern(int index); |
---|
12 | char * get_pattern_line(int patnum,int note); |
---|
13 | void where_am_i(int *songpos,int * patnum,int * notenum); |
---|
14 | char * get_sample_name(int index); |
---|
15 | int get_nb_sample(void); |
---|
16 | int get_sample_size(int index); |
---|
17 | int get_sample_hit(int index); |
---|
18 | int get_sample_pitch_hit(int index); |
---|
19 | |
---|
20 | float* get_sample_preview(int index,int size,int step); |
---|
Note: See
TracBrowser
for help on using the repository browser.