Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kunstmusik/csound-repl
Vim plugin for live coding with Csound
https://github.com/kunstmusik/csound-repl
Last synced: 28 days ago
JSON representation
Vim plugin for live coding with Csound
- Host: GitHub
- URL: https://github.com/kunstmusik/csound-repl
- Owner: kunstmusik
- License: mit
- Created: 2016-07-24T17:39:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-02-14T12:35:39.000Z (over 4 years ago)
- Last Synced: 2024-08-02T05:13:21.223Z (3 months ago)
- Language: Vim script
- Size: 9.77 KB
- Stars: 21
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# csound-repl.vim
Vim script to live code with Csound.
For more information, please see the [plugin documentation](doc/csound-repl.txt).
## Requirements
* Vim with either python or python3 support enabled
## Installation
This repository is designed to work plugin managers like Pathogen or Vundle.
For example, using Vundle, you can use the following entry in your .vimrc file:```Plugin "kunstmusik/csound-repl"```
## License
Copyright © Steven Yi. Distributed under the MIT license.