Home
last modified time | relevance | path

Searched refs:BristolOP (Results 1 – 2 of 2) sorted by relevance

/dports/audio/bristol/bristol-0.60.10/include/bristol/
H A Dbristol.h418 struct BristolOP *owner; /* Pointer to the operator that owns this IO */
479 int (*operate)(struct BristolOP *, bristolVoice *,
490 typedef struct BristolOP { struct
493 struct BristolOP *next; /* Next operator on list */ argument
494 struct BristolOP *last; /* Previous operator on list */ argument
506 int (*param)(struct BristolOP *, bristolOPParams *, unsigned char, float); argument
507 int (*operate)(struct BristolOP *, bristolVoice *, bristolOPParams *, argument
/dports/audio/bristol/bristol-0.60.10/libbristol/
H A Dopmgt.c104 (*operator)->last = (struct BristolOP *) NULL; /* filled in by parent */ in bristolOPinit()
105 (*operator)->next = (struct BristolOP *) NULL; /* filled in by parent */ in bristolOPinit()