annotate examples/08-PureData/customRender/settings.json @ 555:5ef33a8c9702 prerelease

customRender example: added note to render files, added settings.json
author chnrx <chris.heinrichs@gmail.com>
date Fri, 24 Jun 2016 17:20:23 +0100
parents
children
rev   line source
chris@555 1 {
chris@555 2 "fileName": "main.pd",
chris@555 3 "CLArgs": {
chris@555 4 "-p": "16",
chris@555 5 "-C": "8",
chris@555 6 "-B": "16",
chris@555 7 "-H": "-6",
chris@555 8 "-N": "1",
chris@555 9 "-G": "1",
chris@555 10 "-M": "0",
chris@555 11 "-D": "0",
chris@555 12 "-A": "0",
chris@555 13 "--pga-gain-left": "10",
chris@555 14 "--pga-gain-right": "10",
chris@555 15 "user": "",
chris@555 16 "make": ""
chris@555 17 },
chris@555 18 "breakpoints": []
chris@555 19 }