8 original functions (Div / Div 2):
get_song_line();see example[returns the line number of the musical module]get_song_pos();see example
[returns the current position of the musical module which is being played]is_playing_song();see example
[returns 0 if the sound module is stopped and 1 if it is playing]load_song(filename, cyclic);see example
- cyclic: 0 to beep 1 time; 1 to ring being repeated indefinitelyset_song_pos(position of the module);
[fixes the position of the music module playback (the "pattern" number)]song(identifier of the module);see example stop_song();see example unload_song(identifier of the module);see example