Sounds
MelodyMine Sounds API
To use the MelodyMine Sound API, you need to navigate to the path web/client/src/
within the MelodyMine website and open the file sounds.ts
.
In this file you will find a list of JSON objects representing different sounds.
To add a new sound to the client, you simply need to follow a similar procedure to the example provided below:
Sound Events and Managers
You can create and utilize events and sound managers within MelodyMine to handle various functionalities related to sounds.
By navigating to the Sounds Events and Sounds Manager pages in the MelodyMine plugin, you can explore examples of how sound is used within the plugin.
Events
Managers
Last updated