tmhglnd / mercury-playground

The Mercury live coding environment running in the browser
GNU General Public License v3.0
63 stars 6 forks source link

add tutorial for sample granulation #56

Closed HighHarmonics2 closed 3 days ago

HighHarmonics2 commented 6 days ago

new tutorial added this is based on an example found in ~/Max 8/Projects/mercury/examples/07_granular-playback.txt

It seems like a good addition to the Tutorial series

tmhglnd commented 4 days ago

Thanks for this, will give it a check soon! Just wanted to point out that the actual tutorials/examples are stored as separate files here: https://github.com/tmhglnd/mercury-playground/tree/main/public/assets

The .json file is build from these textfiles when running $ npm run data or $ npm run build.

So I'll probably move the example to an individual file, or you can do it when you have the time.

I was also not yet sure if this should be a new chapter 8. But now I'm thinking maybe is nice to have a chapter that has some more advanced techniques like granulation.

HighHarmonics2 commented 4 days ago

Thanks. I see the tutorials now. I put this as a new chapter 8 only because I couldn't figure out where to put it. I think it is good to have more advanced examples.

I reverted the first commit and added a new one.

tmhglnd commented 3 days ago

I included the example, but also added a page to introduce chapter 8, so the granulation tutorial became 801.