<feed xmlns='http://www.w3.org/2005/Atom'>
<title>auditory.vim/autoload, branch v0.0.5</title>
<subtitle>vim interface sounds</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/auditory.vim/'/>
<entry>
<title>autoload/auditory.vim: Fix `d` not saving to register bug</title>
<updated>2014-11-15T06:17:44+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2014-11-15T06:13:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/auditory.vim/commit/?id=3c76f38c4af8ca159f1bd24c153558b1e7ae171d'/>
<id>3c76f38c4af8ca159f1bd24c153558b1e7ae171d</id>
<content type='text'>
Previously my custom `d` and `dd` operators wouldn't save their
deletions to the unnamed register. For normal custom operators this is
exactly what you want, but not when you're making your own delete
operator.

When you notice this it becomes _extremely_ annoying. Fixing it here so
now deleted text goes into the unnamed register.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously my custom `d` and `dd` operators wouldn't save their
deletions to the unnamed register. For normal custom operators this is
exactly what you want, but not when you're making your own delete
operator.

When you notice this it becomes _extremely_ annoying. Fixing it here so
now deleted text goes into the unnamed register.
</pre>
</div>
</content>
</entry>
<entry>
<title>autoload/auditory.vim: Update Cantina path</title>
<updated>2014-11-15T05:59:31+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2014-11-15T05:59:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/auditory.vim/commit/?id=6792d0bb7b98e19d0b5be316ff91175358e8203f'/>
<id>6792d0bb7b98e19d0b5be316ff91175358e8203f</id>
<content type='text'>
Cantina sound files are now in the Resources/Songs/ directory.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Cantina sound files are now in the Resources/Songs/ directory.
</pre>
</div>
</content>
</entry>
<entry>
<title>autoload/auditory.vim: Update insert mode file listing</title>
<updated>2014-11-15T05:53:42+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2014-11-15T05:53:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/auditory.vim/commit/?id=503562fe5d02724f21a2636e40225a816d3b6cd7'/>
<id>503562fe5d02724f21a2636e40225a816d3b6cd7</id>
<content type='text'>
Use the new C# scale files in insert mode for a wider range of notes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use the new C# scale files in insert mode for a wider range of notes.
</pre>
</div>
</content>
</entry>
<entry>
<title>autoload/auditory.vim: Add `dd` support</title>
<updated>2014-11-11T03:00:07+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2014-11-11T03:00:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/auditory.vim/commit/?id=6423dbd2dcef8607e0c0ec15f0650d86daea38d5'/>
<id>6423dbd2dcef8607e0c0ec15f0650d86daea38d5</id>
<content type='text'>
Add support for deleting a line using `dd`. Previously this didn't work
because I created a custom operator for the `d` command.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support for deleting a line using `dd`. Previously this didn't work
because I created a custom operator for the `d` command.
</pre>
</div>
</content>
</entry>
<entry>
<title>autoload/auditory.vim: Add custom `d` operator</title>
<updated>2014-11-09T17:14:44+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2014-11-09T17:14:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/auditory.vim/commit/?id=723053afd9e28b6e43e6461438ca305f9966f410'/>
<id>723053afd9e28b6e43e6461438ca305f9966f410</id>
<content type='text'>
Create a custom delete operator that plays the delete sound.

NOTES:
* Doesn't do `dd`
* I just looked at the tcomment plugin source and realised that I should
  be using plugin mappings so these can be more easily overridden. Make
  a note to look into that.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Create a custom delete operator that plays the delete sound.

NOTES:
* Doesn't do `dd`
* I just looked at the tcomment plugin source and realised that I should
  be using plugin mappings so these can be more easily overridden. Make
  a note to look into that.
</pre>
</div>
</content>
</entry>
<entry>
<title>autoload/auditory.vim: Add new Cantina audio files</title>
<updated>2014-11-09T16:06:04+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2014-11-09T16:06:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/auditory.vim/commit/?id=36adb0b18d5bd1c875e226fa069039335b538df5'/>
<id>36adb0b18d5bd1c875e226fa069039335b538df5</id>
<content type='text'>
Add Spencer's new Cantina audio files to the cantina list. The new audio
files are shorter individually (that's why there are more of them). This
makes it easier to play the Cantina song at faster or slower ranges of
tempos.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add Spencer's new Cantina audio files to the cantina list. The new audio
files are shorter individually (that's why there are more of them). This
makes it easier to play the Cantina song at faster or slower ranges of
tempos.
</pre>
</div>
</content>
</entry>
<entry>
<title>autoload/auditory.vim: Enable &lt;space&gt; &amp; &lt;backspace&gt; mappings with FIXME</title>
<updated>2014-11-09T15:36:18+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2014-11-09T15:33:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/auditory.vim/commit/?id=23a373ea7cbee061252dd127f9c88b101ab0a3dc'/>
<id>23a373ea7cbee061252dd127f9c88b101ab0a3dc</id>
<content type='text'>
Uncomment the space and delete mappings. Note that I had to remove count
support on the delete key because it's another one of those that was
giving me errors for that.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Uncomment the space and delete mappings. Note that I had to remove count
support on the delete key because it's another one of those that was
giving me errors for that.
</pre>
</div>
</content>
</entry>
<entry>
<title>autoload/auditory.vim: Enable scrolling mappings with FIXMEs</title>
<updated>2014-11-09T15:29:42+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2014-11-09T15:29:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/auditory.vim/commit/?id=a3b97584bb6849956d482745db5dce840a392800'/>
<id>a3b97584bb6849956d482745db5dce840a392800</id>
<content type='text'>
This way the sounds on scoll commands acutally work. They no longer
support counts :( and the &lt;c-b&gt; command for some reason needs to be
entered twice in order for it to work. Enable these for now just so we
can get the sounds but add FIXMEs so we know that these are borked.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This way the sounds on scoll commands acutally work. They no longer
support counts :( and the &lt;c-b&gt; command for some reason needs to be
entered twice in order for it to work. Enable these for now just so we
can get the sounds but add FIXMEs so we know that these are borked.
</pre>
</div>
</content>
</entry>
<entry>
<title>autoload/auditory.vim: Add undo &amp; redo mappings</title>
<updated>2014-11-09T15:21:50+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2014-11-09T15:21:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/auditory.vim/commit/?id=58fc8cf24f62e43a9b5621e186848a6d1c108462'/>
<id>58fc8cf24f62e43a9b5621e186848a6d1c108462</id>
<content type='text'>
Again had an issue with adding a count to one of the mappings, in this
case with redo. Leaving the mapping active except not supporting a
count. Hopefully we can figure out how to fix that.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Again had an issue with adding a count to one of the mappings, in this
case with redo. Leaving the mapping active except not supporting a
count. Hopefully we can figure out how to fix that.
</pre>
</div>
</content>
</entry>
<entry>
<title>autoload/auditory.vim: Move sound file arrays outside functions</title>
<updated>2014-11-09T14:34:45+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2014-11-09T14:34:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/auditory.vim/commit/?id=258033f0bbf2ee5c763a4d52a132c3b6245a1814'/>
<id>258033f0bbf2ee5c763a4d52a132c3b6245a1814</id>
<content type='text'>
Make arrays that store audio filenames script-local variables instead of
function-local variables.

Doing this because I have a hunch that it will be good for performance,
so the arrays don't have to be reinitialised on every execution of the
insert mode play functions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make arrays that store audio filenames script-local variables instead of
function-local variables.

Doing this because I have a hunch that it will be good for performance,
so the arrays don't have to be reinitialised on every execution of the
insert mode play functions.
</pre>
</div>
</content>
</entry>
</feed>
