1.0.0 • Published 8 years ago

triolet.api v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

triolet.api

NPM Version License

base class for triolet API

Installation

$ npm install triolet.api

API

TrioletAPI

  • constructor()

Instance attributes

  • triolet: Triolet (required)

Instance methods

  • setup(opts: object): void
  • start(): void
  • stop(): void
  • sendToDSP(...args: any): void
  • recvFromDSP(data: object): void
  • process(inNumSamples: number): void

Triolet Interface

interface Triolet {
  api: TrioletAPI;
  sendToDSP(...args: any) => void;
}

License

MIT

1.0.0

8 years ago

0.7.0

8 years ago

0.4.0

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago