VOOZH about

URL: https://www.geeksforgeeks.org/javascript/p5-js-clearcues-function/

⇱ p5.js | clearCues() Function - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

p5.js | clearCues() Function

Last Updated : 12 Jul, 2025
The clearCues() function is an inbuilt function in p5.js library. This function is used to remove all the task which is specified by the addCue() function. syntax:
clearCues()
Note: All the sound-related functions only work when the sound library is included in the head section of the index.html file. Parameter: This function does not accept any parameter:
Comment