A compendium of Node-for-Max projects meant to be a supplement to the main n4m-examples repository.
*Note: The repository is constantly under construction.*
*Check back for updates. Currently in the process of documenting each project. If you have ideas for projects post them in Issues. Thank you!*
- archive-search -> Example of searching Archive.org.
- audio-encryption -> Example of encrypting and decrypting an audio buffer.
- bootstrap -> Example of various Bootstrap components on a static-site served by Express.
- cat-wall -> Example of image sonification using the Cat API.
- crypto -> Data encryption examples using the crypto library.
- dominos -> Example of ordering Dominos using IFTTT.
- halloween -> Synchronizing the "Halloween" theme with a LIFX bulb.
- ifttt-gsheets -> Example of sending data to a Google Sheet using IFTTT.
- input-form -> Example of using the tag for sending data from a web page to Max.
- lifx -> Example of how to use the lifx-http-api library.
- MaxCards -> Creativity cards for alleviating blocks in the style of Magic: The Gathering. [WIP]
- node-reel -> Example of creating cron jobs using the node-reel library.
- raffle -> Random number generator for selecting a raffle winner.
- receive-internet-sounds -> Example how upload a file to Max from anywhere around the earth using ngrok tunneling.
- usgs -> Example of getting earthquake data from the USGS and various sonification techniques.
- workshop-materials -> Materials meant for Node-for-Max workshop free-time. [WIP]
- ws-fm-synth -> Example of how to control Max using a browser with WebSockets.js.
- xeno-canto -> Example of how to create a global bird sampler using xeno-canto, FFmpeg, & shelljs