Description
Sounds
Sounds is a new plugin made by me which allows the user to script simple note block loops. This plugin is more of a proof of concept yet than an actual plugin but I think some people can be creative with it.
Now to script a loop you do the following:
1: Create a file inside of the folder that gets generated and call it: "music.yml"
2: Inside of the file type on each line a different number, this number will be the notes pitch.
for example:

Note the break at the end, that's important.
So what it does is it plays a series of basic notes, but now we are going to delay it so it doesn't spam:

so, it will now loop every 100 ticks, 20 ticks = 1 second.
to switch the type of note type:
Switch Number
like this:

so here's a list of all the numbers: 1: Note_pling 2: Note_bass 3: Note_harp 4: Note_basedrum 5: Note_hat 6: Note_snare
more to be added.


