
help-string:  HBP10GM 0.21

title-string: HBP10GM

initialisation-code: HBP10GM_initialise

finalisation-code: HBP10GM_finalise

command-keyword-table: HBP10GM_commands

  HBP10GM_Config(min-args:0, max-args:2,
      help-text: "Configures the synthesizer.\nSyntax:\t*HBP10GM_Config [<name> <value>]\n"),
  HBP10GM_RealTime(min-args:0, max-args:1,
      help-text: "Selects how realtime scheduling of MIDI-events is handled.\nSyntax:\t*HBP10GM_RealTime [<drivertype>]\n"),
  HBP10GM_Playback(min-args:1, max-args:1,
      help-text: "Enables/disables playback through the internal sound system (16 bits).\nSyntax:\t*HBP10GM_Playback [0 | 1]\n"),
  HBP10GM_LoadPatch(min-args:1, max-args:1,
      help-text: "Loads a patch-file.\nSyntax:\t*HBP10GM_LoadPatch <file>\n"),
  HBP10GM_Patches(min-args:0, max-args:1,
      help-text: "Lists the patches that have been named.\nSyntax:\t*HBP10GM_Patches [<bank>]\n")

swi-chunk-base-number: 0x54f00

swi-handler-code: HBP10GM_swi_handler

swi-decoding-table: HBP10GM,
		    TxBytes, ReadSamples, TxCommand, Ticker, Schedule,
		    Playback, ControlSamples, Control, Monitor,
                    ControlChannel, ControlPatches, ExternalVoice,
		    Info, Ports, Events

service-call-handler: HBP10GM_service &58

generic-veneers: midisupp_driver_info/midisupp_driver_info_code,
                 midisupp_driver_init/midisupp_driver_init_code,
                 midisupp_driver_rx/midisupp_driver_rx_code,
                 midi500_rx_driver_service/midi500_rx_driver_service_code,
                 midi500_rx_driver/midi500_rx_driver_code

