mirror of
https://github.com/Tonejs/Tone.js
synced 2025-01-06 00:48:45 +00:00
Merge pull request #45 from lukephills/dev
Updated typescript definitions inline with r3
This commit is contained in:
commit
329fc8409a
3 changed files with 1170 additions and 22 deletions
|
@ -603,7 +603,7 @@ define(function(){
|
|||
_silentNode.connect(audioContext.destination);
|
||||
});
|
||||
|
||||
console.log("%c * Tone.js r3 * ", "background: #000; color: #fff");
|
||||
console.log("%c * Tone.js r4-dev * ", "background: #000; color: #fff");
|
||||
|
||||
return Tone;
|
||||
});
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
"ignore": [
|
||||
"examples",
|
||||
"test",
|
||||
"utils",
|
||||
"grunt"
|
||||
],
|
||||
"authors": [
|
||||
|
|
1189
utils/TypeScript/Tone.d.ts
vendored
1189
utils/TypeScript/Tone.d.ts
vendored
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue