aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-11-08Add C# ScaleSpencer Bateman
Add C# scale audio files in the Scale_C# directory
2014-11-08Get audio playing working with insert autocmdsTeddy Wing
* Move test .vim file into the plugin/ directory. Some of the functions added in this commit should be moved to autoload/ when this is more together * Add functions: * Get & kill pids for mplayer * Play audio * Insert autocmd handlers * Add InsertEnter & InsertLeave autocmds that start playing the test song when entering insert mode and stop playing when you leave insert mode.
2014-11-08Initial commit. Ideas.Teddy Wing
* Add .gitignore * Add file I was testing with, playing around with executing myplayer from a vim session.