Skip to content

Useful js helper to automagically script the arguments required to parse dictionaries in MaxMSP / Jitter

Notifications You must be signed in to change notification settings

lysdexic-audio/autodictunpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

Auto Dict Unpack (MaxMSP/Jitter)

Ever lose your mind trying to unpack massive dictionaries in Max8? #bigdata = bigproblems 📊 🤯 📈

Try this useful little js helper tool to automagically script the arguments required to parse dictionaries in MaxMSP / Jitter

  • Checks for types (Float, Int,Symbols)
  • Creates a [dict.unpack] object with an argument for every key in the dictionary
  • Spawns the appropriate UI objects and comment annotations in the parent and in the subpatcher
  1. Save this script as autodictunpack.js in your Search Paths
  2. Instantiate [js autodictunpack.js] in any patch you're working on
  3. Connect the third outlet of a dictionary in your patch
  4. Send it the getkeys message

autodictunpackgit

About

Useful js helper to automagically script the arguments required to parse dictionaries in MaxMSP / Jitter

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published