mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 16:48:00 +00:00
commit
da60cbdfea
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ define(["Tone/core/Tone", "Tone/event/Event", "Tone/type/Type", "Tone/core/Trans
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @class Tone.Part is a collection Tone.Events which can be
|
* @class Tone.Part is a collection Tone.Events which can be
|
||||||
* started/stoped and looped as a single unit.
|
* started/stopped and looped as a single unit.
|
||||||
*
|
*
|
||||||
* @extends {Tone.Event}
|
* @extends {Tone.Event}
|
||||||
* @param {Function} callback The callback to invoke on each event
|
* @param {Function} callback The callback to invoke on each event
|
||||||
|
@ -526,4 +526,4 @@ define(["Tone/core/Tone", "Tone/event/Event", "Tone/type/Type", "Tone/core/Trans
|
||||||
};
|
};
|
||||||
|
|
||||||
return Tone.Part;
|
return Tone.Part;
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue