aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-11-09Add Sound Files for Normal ModeSpencer Bateman
2014-11-09plugin/auditory.vim: Ensure PlayScale() doesn't play the last noteTeddy Wing
The random note chosen should not be the same as the last note played in insert mode.
2014-11-08plugin/auditory.vim: Play a random note on keypress in Insert modeTeddy Wing
When in insert mode, play a random note from the Scale on every keypress.
2014-11-08Clean up naming. Delete .asd filesSpencer Bateman
That’s it.
2014-11-08Add Cantina SongSpencer Bateman
Add first 8 bars of the Cantina Song from Star Wars. 1 file per beat, 4 beats per bar.
2014-11-08plugin/auditory.vim(auditory#Play()): Takes a filename argumentTeddy Wing
Make the `Play()` function take an argument of the filename/path string.
2014-11-08plugin/auditory.vim: Remove test mappingsTeddy Wing
These mappings were just to test functionality. The functions they called are now being called in more appropriate places.
2014-11-08plugin/auditory.vim: Rename insert mode augroupTeddy Wing
Intended to use a '#' but replaced it without realising at some point.
2014-11-08plugin/auditory.vim: Remove stray :echomTeddy Wing
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.