1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

ARAModelObjects: Fix docstring typos

This commit is contained in:
luz paz 2022-06-21 19:48:20 -04:00 committed by reuk
parent c254a71383
commit 0e66bb5203

View file

@ -458,7 +458,7 @@ public:
}
/** Called before the musical context is destroyed.
@param musicalContext The musical context that will be destoyed.
@param musicalContext The musical context that will be destroyed.
*/
virtual void willDestroyMusicalContext (ARAMusicalContext* musicalContext)
{
@ -559,7 +559,7 @@ public:
}
/** Called before the playback region is destroyed.
@param playbackRegion The playback region that will be destoyed.
@param playbackRegion The playback region that will be destroyed.
*/
virtual void willDestroyPlaybackRegion (ARAPlaybackRegion* playbackRegion)
{
@ -706,7 +706,7 @@ public:
}
/** Called before the region sequence is destroyed.
@param regionSequence The region sequence that will be destoyed.
@param regionSequence The region sequence that will be destroyed.
*/
virtual void willDestroyRegionSequence (ARARegionSequence* regionSequence)
{
@ -898,7 +898,7 @@ public:
}
/** Called before the audio source is destroyed.
@param audioSource The audio source that will be destoyed.
@param audioSource The audio source that will be destroyed.
*/
virtual void willDestroyAudioSource (ARAAudioSource* audioSource)
{
@ -1072,7 +1072,7 @@ public:
}
/** Called before the audio modification is destroyed.
@param audioModification The audio modification that will be destoyed.
@param audioModification The audio modification that will be destroyed.
*/
virtual void willDestroyAudioModification (ARAAudioModification* audioModification)
{