// 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; // }