{ "product": { "name": "Brickworks 2nd-order allpass example", "bundleName": "bw_example_fx_ap2", "buses": [ { "type": "audio", "direction": "input", "channels": "mono", "name": "Input", "shortName": "Input", "id": "input" }, { "type": "audio", "direction": "output", "channels": "mono", "name": "Output", "shortName": "Output", "id": "output" } ], "parameters": [ { "name": "Cutoff", "shortName": "Cutoff", "id": "cutoff", "direction": "input", "defaultValue": 1000.0, "minimum": 20.0, "maximum": 20000.0, "unit": "hz", "map": "logarithmic" }, { "name": "Q", "shortName": "Q", "id": "q", "direction": "input", "defaultValue": 0.5, "minimum": 0.5, "maximum": 10.0, "map": "linear" } ] } }