<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[ChipMusic.org - New browser chiptune live-coding environment]]></title>
	<link rel="self" href="https://chipmusic.org:80/forums/feed/atom/topic/23398/"/>
	<updated>2018-08-02T07:55:14Z</updated>
	<generator>PunBB</generator>
	<id>https://chipmusic.org/forums/topic/23398/new-browser-chiptune-livecoding-environment/</id>
		<entry>
			<title type="html"><![CDATA[New browser chiptune live-coding environment]]></title>
			<link rel="alternate" href="https://chipmusic.org/forums/post/259514/#p259514"/>
			<content type="html"><![CDATA[<p>Speccy is a browser-based livecoding environment for making procedural<br />chip tunes in ClojureScript.</p><p><a href="https://chr15m.github.io/speccy/" target="_blank">https://chr15m.github.io/speccy/</a></p><p>Video:<br /><a href="https://youtu.be/IZtCSfd9G_A" target="_blank">https://youtu.be/IZtCSfd9G_A</a></p><p>Source &amp; doc:<br /><a href="https://github.com/chr15m/speccy" target="_blank">https://github.com/chr15m/speccy</a></p><p>Here are some synths to paste into the editor to get started:</p><p><strong>blippy synth</strong><br /></p><div class="codebox"><pre><code>(sfxr {:wave :square :env/decay 0.1 :note #(at % 32 {0 24 3 29 7 60 12
52 19 29 28 52})})</code></pre></div><p><strong>donk bass</strong><br /></p><div class="codebox"><pre><code>(sfxr &quot;1111128F2i1nMgXwxZ1HMniZX45ZzoZaM9WBtcQMiZDBbD7rvq6mBCATySSmW7xJabfyy9xfh2aeeB1JPr4b7vKfXcZDbWJ7aMPbg45gBKUxMijaTNnvb2pw&quot;
       {:note #(or
                 (at % 57
                   {5 35
                    27 34})
                 (at % 32
                    {0 24
                     6 29
                     18 21
                     26 12}))})</code></pre></div><p><strong>hi hat</strong><br /></p><div class="codebox"><pre><code>(sfxr {:wave :noise
       :env/sustain 0.05
       :env/decay 0.05
       :vol #(sq % [0.3 0.1 0.2 0.1])})</code></pre></div><p><strong>snare</strong><br /></p><div class="codebox"><pre><code>(sfxr &quot;7BMHBGCKUHWi1mbucW62sVAYvTeotkd4qSZKy91kof8rASWsAx1ioV4EjrXb9AHhuKEprWr2D4u4YHJpYEzWrJd8iitvr23br2DCGu7zMqFmPyoSFtUEqiM64&quot;
       {:note 36
        :vol #(at % 16
                  {4 0.5
                   12 0.5})})</code></pre></div><p>Enjoy!</p>]]></content>
			<author>
				<name><![CDATA[chr15m]]></name>
				<uri>https://chipmusic.org/chr15m</uri>
			</author>
			<updated>2018-08-02T07:55:14Z</updated>
			<id>https://chipmusic.org/forums/post/259514/#p259514</id>
		</entry>
</feed>
