pd-remote-vscode READMEThis extension aims to mirror the features of Albert Gräf's Emacs-based Pd-Remote as a Visual Studio Code Extension. Pre-requisitesThe @vscode/vsce module needs to be installed globally, or nothing will work. To these ends, run Packaging the extensionRun
|
Command Prompt Name | Default Keybinding | Message Sent |
---|---|---|
Pd-Remote: Create pdsend Process | Starts the pdsend process | |
Pd-Remote: Kill pdsend Process | Kills the pdsend process | |
Pd-Remote: Send Start | ctrl+c ctrl+s | Start (sends a play 1 message) |
Pd-Remote: Send Stop | ctrl+c ctrl+t | Stop (sends a play 0 message) |
Pd-Remote: Send Restart | ctrl+c ctrl+r | Restart (sends play 0, then play 1 ) |
Pd-Remote: Send DSP On | ctrl+/ | DSP on (pd dsp 1 ) |
Pd-Remote: Send DSP Off | ctrl+. | DSP off (pd dsp 0 ) |
Pd-Remote: Send Compile | ctrl+c ctrl+k | Sends a Compile message (faustgen2~ compile or pdluax reload , depending on file type) |
Pd-Remote: Send Message | ctrl+c ctrl+m | Prompts for a message to send to Pd |