├── COPYING ├── README.deken.pd ├── README.md ├── README.pd ├── changelog.md ├── completion-plugin.tcl ├── completion.cfg ├── custom_completions └── custom_completions.txt ├── development guide.md ├── images ├── PD_completion-plugin_gif_demo.gif └── Thumbs.db └── monolithic_objects └── monolithicLibs.txt /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HenriAugusto/completion-plugin/HEAD/COPYING -------------------------------------------------------------------------------- /README.deken.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HenriAugusto/completion-plugin/HEAD/README.deken.pd -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HenriAugusto/completion-plugin/HEAD/README.md -------------------------------------------------------------------------------- /README.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HenriAugusto/completion-plugin/HEAD/README.pd -------------------------------------------------------------------------------- /changelog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HenriAugusto/completion-plugin/HEAD/changelog.md -------------------------------------------------------------------------------- /completion-plugin.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HenriAugusto/completion-plugin/HEAD/completion-plugin.tcl -------------------------------------------------------------------------------- /completion.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HenriAugusto/completion-plugin/HEAD/completion.cfg -------------------------------------------------------------------------------- /custom_completions/custom_completions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HenriAugusto/completion-plugin/HEAD/custom_completions/custom_completions.txt -------------------------------------------------------------------------------- /development guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HenriAugusto/completion-plugin/HEAD/development guide.md -------------------------------------------------------------------------------- /images/PD_completion-plugin_gif_demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HenriAugusto/completion-plugin/HEAD/images/PD_completion-plugin_gif_demo.gif -------------------------------------------------------------------------------- /images/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HenriAugusto/completion-plugin/HEAD/images/Thumbs.db -------------------------------------------------------------------------------- /monolithic_objects/monolithicLibs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HenriAugusto/completion-plugin/HEAD/monolithic_objects/monolithicLibs.txt --------------------------------------------------------------------------------