OSWORD &07

From BeebWiki
Revision as of 23:58, 28 August 2013 by WikiSysop (talk | contribs) (1 revision)
Jump to: navigation, search

{{#customtitle:OSWORD 7 (7) - Generate a sound}}

Specification

On entry:
  XY+0..1=channel
  XY+2..3=volume or envelope
  XY+4..5=pitch
  XY+6..7=duration

Calling from BBC BASIC

  • SOUND channel,volume,pitch,duration calls OSWORD &07.

See Also

Implementations

The high byte of the channel number specifies what type of sound to generate. Unrecognised channel numbers pass the call to sideways ROMs as an unrecognised OSWORD.

  &0xxx - Internal Sound system
  &1xxx - Internal Sound system
  &FExx - MIDI
  &FFxx - Speech

Jgharston 13:15, 26 May 2009 (UTC)