GetBaseNote		libscale.c	/^GetBaseNote(notename)$/ ;" function 15 { GetJustMajorScale GetJustMinorScale GetPythagoreanScale GetTemperedScale }	{ note_list }
GetJustMajorScale		libscale.c	/^SCALE *GetJustMajorScale(basefreq,basenote,octave)/ ;" function 35 { }	{ GetBaseNote MAJOR_CHRO RatioToPitchBend }
GetJustMinorScale		libscale.c	/^SCALE *GetJustMinorScale(basefreq,basenote,octave)/ ;" function 35 { }	{ GetBaseNote MINOR_CHRO RatioToPitchBend }
GetPythagoreanScale		libscale.c	/^SCALE *GetPythagoreanScale(basefreq,basenote,octav/ ;" function 34 { }	{ GetBaseNote PYTH_CHRO RatioToPitchBend }
GetTemperedScale		libscale.c	/^SCALE *GetTemperedScale(basefreq,basenote,octave)$/ ;" function 29 { }	{ GetBaseNote }
MAJOR_CHRO		libscale.c	/^#define MAJOR_CHRO (25.\/24.)	\/* chromatic half ste/ ;" macro 1 { GetJustMajorScale }	{ }
MINOR_CHRO		libscale.c	/^#define MINOR_CHRO (25.\/24.)	\/* chromatic half ste/ ;" macro 1 { GetJustMinorScale }	{ }
PYTH_CHRO		libscale.c	/^#define PYTH_CHRO (2187.\/2048.)	\/* chromatic half / ;" macro 1 { GetPythagoreanScale }	{ }
PlayPitch		miditune.c	/^PlayPitch(scale,pitchlist,index,octave,duration)$/ ;" function 26 { PlayPitch PlaySequence }	{ PlayPitch }
PlaySequence		miditune.c	/^PlaySequence(scale,pitchlist,octave,duration)$/ ;" function 16 { }	{ PlayPitch }
PrintScale		libscale.c	/^PrintScale(scale,minoct,maxoct)$/ ;" function 31 { }	{ note_list }
PrintSequence		libscale.c	/^PrintSequence(scale,pitchlist,octave)$/ ;" function 34 { }	{ note_list }
RatioToPitchBend		libscale.c	/^RatioToPitchBend(scale)$/ ;" function 28 { GetJustMajorScale GetJustMinorScale GetPythagoreanScale }	{ }
debug		libscale.c	13 ;" global 4 { }	{ }
midi_key_to_pitch		midi_pk.c	/^midi_key_to_pitch(key)$/ ;" function 18 { }	{ }
midi_pitch_to_key		midi_pk.c	/^midi_pitch_to_key(pitch)$/ ;" function 36 { }	{ }
mpu_scale_koff		miditune.c	/^mpu_scale_koff(mpu_nb,chan,scale,key)$/ ;" function 18 { }	{ }
mpu_scale_kon		miditune.c	/^mpu_scale_kon(mpu_nb,chan,scale,key,vel)$/ ;" function 43 { }	{ }
note_list		libscale.c	18 ;" global 2 { GetBaseNote PrintScale PrintSequence }	{ }
