| Age | Commit message (Collapse) | Author | 
|---|
|  | Version of insert mode binding that maps to the Cantina song. Bits of
the song are in wav files. They get played in order on keypress in
insert mode. | 
|  | Add mappings for beginning and end of line that play the left and right
sounds. | 
|  | Map to up and down sounds. | 
|  | Add mappings to the 'w', 'e', 'b' keys and their uppercase equivalents.
These map to the Left and Right sounds. | 
|  | Add mappings for single-character movement using a pass-through that
plays the appropriate movement audio file. | 
|  |  | 
|  |  | 
|  | The random note chosen should not be the same as the last note played in
insert mode. | 
|  | When in insert mode, play a random note from the Scale on every
keypress. | 
|  | That’s it. | 
|  | Add first 8 bars of the Cantina Song from Star Wars. 1 file per beat, 4
beats per bar. | 
|  | Make the `Play()` function take an argument of the filename/path string. | 
|  | These mappings were just to test functionality. The functions they
called are now being called in more appropriate places. | 
|  | Intended to use a '#' but replaced it without realising at some point. | 
|  |  | 
|  | Add C# scale audio files in the Scale_C# directory | 
|  | * 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. | 
|  | * Add .gitignore
* Add file I was testing with, playing around with executing myplayer
  from a vim session. |