class Track


Contains pure virtuals
Definition#include <track.h>
InheritsCompound [public ]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Public Static Methods

Protected Members


Detailed Description

PrTrack * _pr

_pr

[protected]

 Track ()

Track

 Track (const Track&,Type)

Track

 ~Track ()

~Track

String *  name ()

name

[const]

bool  mute ()

mute

[const]

bool  lock ()

lock

[const]

int  pitch (Note * n)

pitch

[const]

int  vel (Note * n)

vel

[const]

int  delay ()

delay

[const]

int  channel ()

channel

[const]

int  program ()

program

[const]

void  setName (String*)

setName

void  setName (const char*)

setName

void  setMute (bool m)

setMute

void  setLock (bool l)

setLock

Arts::Environment::InstrumentItem  envInstrument ()

envInstrument

[const]

PrTrack *  presentation ()

presentation

[const]

void  add (Element *)

add

[virtual]

Reimplemented from Compound.

void  hide ()

hide

[virtual]

Reimplemented from Compound.

void  show ()

show

[virtual]

Reimplemented from Compound.

ostream &  printOptions (int,ostream&)

printOptions

[const pure virtual]

ostream &  print (int,ostream&)

print

[const virtual]

Reimplemented from Compound.

void  flush (const char*)

flush

[const virtual]

Reimplemented from Compound.

Element *  copy ()

copy

[const pure virtual]

Reimplemented from Compound.

void  loadOpt (ifstream*&)

loadOpt

[virtual]

Element *  load (char*,ifstream*&,Element*)

load

[static]

bool  isTrack ()

isTrack

[const virtual]

Reimplemented from Compound.

bool  isMixable ()

isMixable

[const virtual]

const char *  eventType ()

eventType

[virtual]

Reimplement this for a new Addon's track type. This should always return the same as the Addon's global c-function _name()

EVENTLOAD  eventLoad ()

eventLoad

[virtual]

reimplement this for a new Addon's track type. This should return the address of the event's static load function used, like "&MyEvent::load", which has to be implemented as

static Element * load(char*,ifstream*&,Element*);


Generated by: wuerthne on al on Sun Jan 6 22:32:42 2002, using kdoc 2.0a53.