func (m *Mixer) GetAttached() bool { return bool(C.al_get_mixer_attached((*C.ALLEGRO_MIXER)(unsafe.Pointer(m)))) }
// Returns wheter or not the mixer is attached func (self *Mixer) Attached() bool { return cb2b(C.al_get_mixer_attached(self.handle)) }