\"\" \"\" \"\"
Go up to Score Classes
Go forward to Control Classes
RISC-Linz logo

Concert Instruments

class Instrument
{
  ...
  start();            // start process
  stop();             // terminate process

  async();            // independent mode
  leader(Instrument); // back to leader mode

  String wait();      // wait for next beat
  wait(String)        // wait for named beat
  ...
}

class SlideViewer extends Instrument
{
  ...
  hide();             // hide presentation
  show();             // show presentation
  ...
}

Author: Wolfgang Schreiner
Last Modification: June 12, 1997

\"\" \"\" \"\"