public RESULT getPitch(ref float pitch)
 {
     return(ChannelGroup.FMOD_ChannelGroup_GetPitch(channelgroupraw, ref pitch));
 }