Skip to content

Commit

Permalink
update homepage, fix small popup window bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kristi committed Aug 17, 2011
1 parent 4fec07b commit 7047976
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions bin/index.html
Expand Up @@ -173,13 +173,14 @@
<p>Copy the <b>url</b> in your browser to <b>save</b> or <b>share</b> your creation.</p> <p>Copy the <b>url</b> in your browser to <b>save</b> or <b>share</b> your creation.</p>
<br/> <br/>
<p>=== Changelog ===</p> <p>=== Changelog ===</p>
<p>Version 0.5: Be more <i>dynamic</i> with note <b>accents</b>. <br/> <p>Version 0.6: For truly seamless loops in a fraction of the space, save to <b>ogg</b>.</p>
Tip: Use your mouse wheel to change the accents.<br/> <!--<p><small>Ogg is a much better compressed format for seamless looping than <a href="http://www.compuphase.com/mp3/mp3loops.htm">mp3</a>-->
Advanced tip: Hold down <code>Shift</code> and click or drag your mouse to copy accent levels.</p> </small></p>
<p>Version 0.5: Be more <i>dynamic</i> with note <b>accents</b>.<br/>
<small>Tip: Use your mouse wheel to change the accents.<br/>
Advanced tip: Hold down <code>Shift</code> and click or drag your mouse to copy accent levels.</small></p>
<p>Version 0.4: Practice with your ipod. <b>Save</b> your beats to a <b>wav</b> or <b>mp3</b> file.<br/> <p>Version 0.4: Practice with your ipod. <b>Save</b> your beats to a <b>wav</b> or <b>mp3</b> file.<br/>
<small>(Note that <a href="http://www.compuphase.com/mp3/mp3loops.htm">mp3 is bad for gapless playback</a>, and this <a href="https://github.com/kikko/Shine-MP3-Encoder-on-AS3-Alchemy">flash-based mp3 encoder</a> is not very high-quality. <small>(please be patient, file creation may be a little slow)</small></p>
I *highly* recommend using wav over mp3 for seamless looping.</a> <br/>
Also, please be patient, file creation may be a little slow.)</small></p>
<p>Version 0.3: Looking for <i>inspiration</i>? Use our gnomish beat algorithms to <b>generate</b> a beat randomly or from a text string.</p> <p>Version 0.3: Looking for <i>inspiration</i>? Use our gnomish beat algorithms to <b>generate</b> a beat randomly or from a text string.</p>
<p>Version 0.2: Now with <i>hash tags!</i> Your beats get saved into the <b>url</b> address.<br /> <p>Version 0.2: Now with <i>hash tags!</i> Your beats get saved into the <b>url</b> address.<br />
You can use your browser's <b>back</b> button to <b>undo</b> your changes.</p> You can use your browser's <b>back</b> button to <b>undo</b> your changes.</p>
Expand Down
2 changes: 1 addition & 1 deletion src/taikonome/PopupWindow.as
Expand Up @@ -79,7 +79,7 @@ package taikonome
override protected function onClose(event:MouseEvent):void { override protected function onClose(event:MouseEvent):void {
if(parent) if(parent)
parent.removeChild(this); parent.removeChild(this);
super.onClose(event); //super.onClose(event);
} }


// for double-click // for double-click
Expand Down

0 comments on commit 7047976

Please sign in to comment.