mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 16:48:00 +00:00
14 lines
381 B
TypeScript
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;
|
|
// }
|