Tone.js/Tone/core/FromContext.ts
2019-05-23 14:00:49 -04:00

14 lines
381 B
TypeScript

// import { Gain } from "./context/Gain";
// import { isUndef } from "./util/TypeCheck";
// export function fromContext(context) {
// const Tone: any = {};
// // if (isUndef(Gain.prototype.defaultContext)) {
// // Tone.Gain = class extends Gain {
// // get defaultContext(): BaseAudioContext {
// // return context;
// // }
// // };
// // }
// return Tone;
// }