Antares ATR-1 Specifikace Strana 47

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 54
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 46
47
MIDI System Exclusive Message Examples
The following examples are Scripts from Opcodes Galaxy. They show
System Exclusive Messages which communicate with the ATR-1a.
This message will cause the ATR-1a to select Program Mode.
Put $F0 into Sys_Ex;
Put 0 1 $26 into Antares;
Put 0 into Device_Num;
Put 0 into Mode;
Put $F7 into End_Sys_Ex;
Send Sys_Ex Antares Device_Num ¬
Mode ¬
End_Sys_Ex;
This message will cause the ATR-1a to select Song Mode.
Put $F0 into Sys_Ex;
Put 0 1 $26 into Antares;
Put 0 into Device_Num;
Put 1 into Mode;
Put $F7 into End_Sys_Ex;
Send Sys_Ex Antares Device_Num ¬
Mode ¬
End_Sys_Ex;
This message sets System data in the ATR-1a.
Put $F0 into Sys_Ex;
Put 0 1 $26 into Antares;
Put $F7 into End_Sys_Ex;
Put 0 into Device_Num;
Put 4 into Mode;
Put 14 into Msg_Length;
Put 0 into MIDI_Channel;
Put 0 into MIDI_Sustain;
Put 0 into Pgm_Change;
Put 0 into MIDI_Note;
Put 0 into Pitch_Bend;
Put 0 into Mod_Wheel;
Put 0 into Foot_Switch;
Put 13 into Speed_Controller;
Put 13 into Vib_Rate_Controller;
Put 13 into Vib_Delay_Controller;
Zobrazit stránku 46
1 2 ... 42 43 44 45 46 47 48 49 50 51 52 53 54

Komentáře k této Příručce

Žádné komentáře