Exemplo n.º 1
0
    protected void OnCowbellRhythmsBoxChanged(object sender, EventArgs e)
    {
        ComboBox             box        = sender as ComboBox;
        COWBELL_RHYTHMS_TYPE rhythmType =
            CSetup.GetEnumFromStr_CowbellRhythmsType(box.ActiveText);

        SoundLibraryInterface.SetInstrumentRhythm(
            (uint)INSTRUMENTS_TYPE.INSTRUMENT_COWBELL,
            (short)rhythmType);
    }