blob: b43048b5a6f76b1d0d374ee2f40fd2dd7cd22a68 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
 | auditory.vim
============
Interface sounds for vim. Sounds are played on various basic commands. In insert mode, a random note in a scale are played on each keypress.
Created at Music Hack Day Boston 2014.
**Note:** this is alpha software is still very buggy. Some mappings don't support counts when they should. A few audio files are available but the mappings haven't yet been implemented.
## Requirements
Requires [mplayer](http://www.mplayerhq.hu/).
## Contributing
The code is a bit hackish at the moment. Any help improving the plugin is very much appreciated. Check the TODO file for ideas.
## Contributors
- [Spencer Bateman](https://soundcloud.com/spencerbateman)
- [Mackenzie Denkerm](https://soundcloud.com/mackenzie-denker)
## License
Licensed under the MIT license. See the included LICENSE file.
 |