Tone.js/Tone/core/FromContext.ts

15 lines
381 B
TypeScript
Raw Normal View History

2019-05-23 18:00:49 +00:00
// import { Gain } from "./context/Gain";
// import { isUndef } from "./util/TypeCheck";
2019-04-12 14:37:47 +00:00
2019-05-23 18:00:49 +00:00
// export function fromContext(context) {
// const Tone: any = {};
// // if (isUndef(Gain.prototype.defaultContext)) {
// // Tone.Gain = class extends Gain {
// // get defaultContext(): BaseAudioContext {
// // return context;
// // }
// // };
// // }
// return Tone;
// }