Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

notepat-remote: debug prints on [key]/[keyup] + pitch path

+37 -1
+37 -1
ac-m4l/AC-NotepatRemote.amxd.json
··· 25 25 "presentation": 1, 26 26 "presentation_rect": [0, 0, 360, 220], 27 27 "rendermode": 1, 28 - "url": "https://aesthetic.computer/notepat-remote?daw=1&density=1&nogap&v=6" 28 + "url": "https://aesthetic.computer/notepat-remote?daw=1&density=1&nogap&v=7" 29 29 } 30 30 }, 31 31 { ··· 213 213 "patching_rect": [260, 540, 80, 22], 214 214 "text": "pack 0 0" 215 215 } 216 + }, 217 + { 218 + "box": { 219 + "comment": "Debug: did Max [key] fire at all?", 220 + "id": "obj-print-keydown", 221 + "maxclass": "newobj", 222 + "numinlets": 1, 223 + "numoutlets": 0, 224 + "patching_rect": [60, 420, 200, 22], 225 + "text": "print KEY-DOWN" 226 + } 227 + }, 228 + { 229 + "box": { 230 + "comment": "Debug: did Max [keyup] fire?", 231 + "id": "obj-print-keyup", 232 + "maxclass": "newobj", 233 + "numinlets": 1, 234 + "numoutlets": 0, 235 + "patching_rect": [320, 420, 200, 22], 236 + "text": "print KEY-UP" 237 + } 238 + }, 239 + { 240 + "box": { 241 + "comment": "Debug: did mapping produce a pitch?", 242 + "id": "obj-print-keypitch", 243 + "maxclass": "newobj", 244 + "numinlets": 1, 245 + "numoutlets": 0, 246 + "patching_rect": [80, 510, 170, 22], 247 + "text": "print KEY-PITCH" 248 + } 216 249 } 217 250 ], 218 251 "lines": [ ··· 227 260 { "patchline": { "source": ["obj-activate", 0], "destination": ["obj-jweb", 0] } }, 228 261 229 262 { "patchline": { "source": ["obj-key", 0], "destination": ["obj-expr-on", 0] } }, 263 + { "patchline": { "source": ["obj-key", 0], "destination": ["obj-print-keydown", 0] } }, 230 264 { "patchline": { "source": ["obj-expr-on", 0], "destination": ["obj-sel-on", 0] } }, 231 265 { "patchline": { "source": ["obj-sel-on", 1], "destination": ["obj-pack-on", 0] } }, 266 + { "patchline": { "source": ["obj-sel-on", 1], "destination": ["obj-print-keypitch", 0] } }, 232 267 { "patchline": { "source": ["obj-pack-on", 0], "destination": ["obj-noteout", 0] } }, 233 268 234 269 { "patchline": { "source": ["obj-keyup", 0], "destination": ["obj-expr-off", 0] } }, 270 + { "patchline": { "source": ["obj-keyup", 0], "destination": ["obj-print-keyup", 0] } }, 235 271 { "patchline": { "source": ["obj-expr-off", 0], "destination": ["obj-sel-off", 0] } }, 236 272 { "patchline": { "source": ["obj-sel-off", 1], "destination": ["obj-pack-off", 0] } }, 237 273 { "patchline": { "source": ["obj-pack-off", 0], "destination": ["obj-noteout", 0] } }
system/public/m4l/notepat-remote.amxd

This is a binary file and will not be displayed.