Skip to content

Commit

Permalink
Update to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
williamngan committed Apr 10, 2019
1 parent ec82978 commit 9868a3a
Show file tree
Hide file tree
Showing 11 changed files with 205 additions and 63 deletions.
37 changes: 29 additions & 8 deletions dist/es2015/Play.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions dist/es2015/Space.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

70 changes: 53 additions & 17 deletions dist/es5.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/files/Play.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export declare class Sound {
protected _playing: boolean;
constructor(type: SoundType);
static from(node: AudioNode, ctx: AudioContext, type?: SoundType, stream?: MediaStream): Sound;
static load(source: HTMLMediaElement | string): Sound;
static load(source: HTMLMediaElement | string, crossOrigin?: string): Promise<Sound>;
static generate(type: OscillatorType, val: number | PeriodicWave): Sound;
protected _gen(type: OscillatorType, val: number | PeriodicWave): Sound;
static input(constraint?: MediaStreamConstraints): Promise<Sound>;
Expand Down
37 changes: 29 additions & 8 deletions dist/files/Play.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/files/Space.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,5 @@ export declare abstract class MultiTouchSpace extends Space {
protected _mouseOver(evt: MouseEvent | TouchEvent): boolean;
protected _mouseOut(evt: MouseEvent | TouchEvent): boolean;
protected _touchMove(evt: TouchEvent): boolean;
protected _touchStart(evt: TouchEvent): boolean;
}
9 changes: 7 additions & 2 deletions dist/files/Space.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9868a3a

Please sign in to comment.