<div dir="ltr"><div>Chris!</div><div><br></div><div>Reading the docs. I am not sure if this is a mistake or not. It says</div><div><br></div><div><pre><code>#(at % 8 {2 60
          7 55})<br>will yield: <code>nil nil 60 nil nil nil nil 55 nil nil 60 nil nil nil nil 55 nil ...</code><br><br></code></pre><pre><code><span style="font-family:arial,helvetica,sans-serif"><font size="2">But shouldn't the amount of nils between 60 and 55 be seven and not four?</font></span><br></code></pre></div><div><br></div><div><br></div><div><br></div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div>Louigi Verona<br><a href="https://louigiverona.com/" target="_blank">https://louigiverona.com/</a></div></div></div></div></div></div></div></div></div></div></div></div><br></div><br><div class="gmail_quote"><div dir="ltr">On Fri, Aug 3, 2018 at 3:44 AM Chris McCormick <<a href="mailto:chris@mccormick.cx">chris@mccormick.cx</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Louigi,<br>
<br>
Thank you very much for testing, much appreciated!<br>
<br>
On Thu, Aug 2, 2018 at 7:04 AM, Chris McCormick <<a href="mailto:chris@mccormick.cx" target="_blank">chris@mccormick.cx</a>> wrote:<br>
 >> Speccy is a browser-based livecoding environment for making<br>
 >> procedural chip tunes in ClojureScript.<br>
 >><br>
 >> <a href="https://chr15m.github.io/speccy/" rel="noreferrer" target="_blank">https://chr15m.github.io/speccy/</a><br>
<br>
On 02/08/18 21:23, Louigi Verona wrote:<br>
> Is it possible to have a button to <br>
> play the code or at least a less used shortcut?<br>
<br>
Yes good idea I will add this. Will help on mobile devices too where you <br>
can't hit `ctrl`.<br>
<br>
> Ctrl-S would try to save <br>
> the html if I click somewhere else first and I wish playing code <br>
> would've been simpler.<br>
<br>
Ctrl-S should not try to save the page as the event is supposed to be <br>
suppressed. Can you let me know:<br>
<br>
  * What browser/OS you are on.<br>
  * If you see any errors in the console (ctrl/cmd-shift-J).<br>
  * What is in the editor box when you saw this happen.<br>
<br>
This will help me replicate & diagnose.<br>
<br>
> And then a question - is it possible to save the tune? So that it can be <br>
> used, say, in a game?<br>
Yes that's a great feature idea. In the short term it would probably not <br>
be too hard to export some number of bars to JSON. The JSON could then <br>
be used to re-render the tune in the browser or on the command line for <br>
playback. I'll add it to the list.<br>
<br>
Thanks again!<br>
<br>
Cheers,<br>
<br>
Chris.<br>
<br>
-- <br>
<a href="http://mccormick.cx/" rel="noreferrer" target="_blank">http://mccormick.cx/</a><br>
</blockquote></div>