<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title>noisybox blog</title>
	<link href='https://noisybox.net/blog'/>
	<link href='https://noisybox.net/blog/atom' rel='self'/>
  <icon>https://noisybox.net/images/favicon.ico</icon>
  <logo>https://noisybox.net/images/profile_pic_200.png</logo>
  <rights>© 2017 jason plumb / noisybox / infiltration lab.</rights>
	<updated>2022-03-14T03:00:00.000Z</updated>
	<author>
    <name>Jason Plumb</name>
    <email>jason@noisybox.net</email>
  </author>
	<id>urn:uuid:75392340-704d-463f-9dc0-98b78c24a4bc</id>
  
	<entry>
		<title>Final experimental homework...</title>
		<link href='https://noisybox.net/blog/2022/03/experimental_compositions_homework4'/>
		<id>https://noisybox.net/blog/2022/03/experimental_compositions_homework4</id>
		<updated>2022-03-14T03:00:00.000Z</updated>
    
      <category term='music'/>
    
      <category term='noise'/>
    
      <category term='synth'/>
    
      <category term='eurorack'/>
    
      <category term='synth'/>
    
      <category term='audio'/>
    
      <category term='sound'/>
    
		<content type='html'>&lt;p&gt;Last week was the fourth and final week for the
&lt;a href=&#34;https://www.atlasobscura.com/experiences/composing-experimental-music-course&#34;&gt;experimental music course&lt;/a&gt; I&amp;#39;ve been taking. Due to being busy with other
things, I had put off the &amp;quot;homework&amp;quot; for a week and got back to experimentation
this weekend.&lt;/p&gt;
&lt;p&gt;Last week&amp;#39;s lesson was all about synth techniques. What a doozy! I feel like
that&amp;#39;s a very difficult subject to cram into a 90 minute session. Even
if you can be certain that people have some exposure to basic signal theory
and techniques, it&amp;#39;s really difficult to describe a patch and there&amp;#39;s
definitely some problems around expecting people to have access to specific
modules (are formant and shepherd filters that commonplace? lol).
As an exhibition, it was very cool...but as a teaching/learning session,
I think it was a bit of a stretch.&lt;/p&gt;
&lt;a href=&#34;https://noisybox.net/blog/images/2022-03-12-synth_homework.jpg&#34;&gt;
&lt;img alt=&#39;patched eurorack suitcase synth with amplifier&#39; src=&#39;https://noisybox.net/blog/images/2022-03-12-synth_homework_sm.jpg&#39;/&gt;
&lt;/a&gt;

&lt;p&gt;I did 3 or 4 different patches, one of which was strongly inspired
by one of Jamie Stewart&amp;#39;s example patches in the class (although I
made a couple small tweaks). I took some of the session audio and
arranged it into this rough track:&lt;/p&gt;
&lt;audio controls&gt;
  &lt;source src=&#34;https://noisybox.net/blog/images/Infiltration%20Lab%20-%20Pupa%20Telepathy.mp3&#34; type=&#34;audio/mpeg&#34;&gt;
  Your browser does not support the audio element.
&lt;/audio&gt;  

&lt;p&gt;Direct links to files here:
&lt;a href=&#34;https://noisybox.net/blog/images/Infiltration%20Lab%20-%20Pupa%20Telepathy.flac&#34;&gt;flac&lt;/a&gt;
&lt;a href=&#34;https://noisybox.net/blog/images/Infiltration%20Lab%20-%20Pupa%20Telepathy.mp3&#34;&gt;mp3&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Honestly, in a pretty dark place while making these. Stoked with how they turned
out, but the mix could use a lot of love, something that I&amp;#39;m not going
to put time into right now though.&lt;/p&gt;
</content>
	</entry>
  
	<entry>
		<title>Arcade switch gate</title>
		<link href='https://noisybox.net/blog/2018/03/arcade_switch_gate'/>
		<id>https://noisybox.net/blog/2018/03/arcade_switch_gate</id>
		<updated>2018-03-02T22:42:02.000Z</updated>
    
      <category term='eurorack'/>
    
      <category term='synth'/>
    
      <category term='synthesizer'/>
    
      <category term='diy'/>
    
      <category term='modular'/>
    
      <category term='module'/>
    
		<content type='html'>&lt;p&gt;I made a DIY eurorack module using 3 arcade switches to trigger gates.  Check it out:&lt;/p&gt;
&lt;p&gt;&lt;a href=&#39;/electronics/arcade_gate&#39;&gt;&lt;img alt=&#39;20180302-arcade_gate_final_wiring_04_1024.jpg&#39; src=&#39;https://noisybox.net/blog/images/20180302-arcade_gate_final_wiring_04_1024.jpg&#39;/&gt;&lt;/a&gt;&lt;/p&gt;
</content>
	</entry>
  
	<entry>
		<title>Helper tool for Music Thing Modular Radio Music</title>
		<link href='https://noisybox.net/blog/2017/06/helper_tool_for_music_thing_modular_radio_music'/>
		<id>https://noisybox.net/blog/2017/06/helper_tool_for_music_thing_modular_radio_music</id>
		<updated>2017-06-28T03:23:20.000Z</updated>
    
      <category term='synth'/>
    
      <category term='eurorack'/>
    
      <category term='modular'/>
    
      <category term='synthesizer'/>
    
      <category term='radiomusic'/>
    
      <category term='musicthing'/>
    
		<content type='html'>&lt;p&gt;The &lt;a href=&#34;https://github.com/TomWhitwell/RadioMusic&#34;&gt;Radio Music&lt;/a&gt; by &lt;a href=&#34;http://www.musicthing.co.uk&#34;&gt;Music Thing Modular&lt;/a&gt; is a awesome eurorack module that uses a &lt;a href=&#34;https://www.pjrc.com/store/teensy32.html&#34;&gt;Teensy&lt;/a&gt; to play back sample files from an SD card with/out CV.  It&amp;#39;s awesome.&lt;/p&gt;
&lt;p&gt;I wanted to build out my own sample pack by extracting audio from a set of video files, and built a tool to help do that.  Maybe you&amp;#39;re into this stuff and want to check it out too? Here&amp;#39;s the source on github:&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://github.com/breedx2/mtm_radio_extractilizer&#34;&gt;https://github.com/breedx2/mtm_radio_extractilizer&lt;/a&gt;&lt;/p&gt;
</content>
	</entry>
  
	<entry>
		<title>sub-zero synth</title>
		<link href='https://noisybox.net/blog/2017/01/sub_zero_synth'/>
		<id>https://noisybox.net/blog/2017/01/sub_zero_synth</id>
		<updated>2017-01-02T18:19:26.000Z</updated>
    
      <category term='eurorack'/>
    
      <category term='synth'/>
    
      <category term='synthesizer'/>
    
      <category term='noise'/>
    
      <category term='sound'/>
    
      <category term='audio'/>
    
		<content type='html'>&lt;p&gt;I made some textures with a synthesizer in sub-zero temperatures. Pretty fun, even with just a small number of starter modules...&lt;/p&gt;
&lt;p&gt;&lt;video controls=&#34;&#34; height=&#34;480&#34; loop=&#34;true&#34; width=&#34;640&#34;&gt;&lt;source src=&#34;http://noisybox.net/blog/images/VID_20170101_155741.mp4&#34; type=&#34;video/mp4&#34;&gt; No soup for you.&lt;/video&gt;&lt;/p&gt;
</content>
	</entry>
  
	<entry>
		<title>Synth noise test</title>
		<link href='https://noisybox.net/blog/2015/07/synth_noise_test'/>
		<id>https://noisybox.net/blog/2015/07/synth_noise_test</id>
		<updated>2015-07-16T04:25:08.000Z</updated>
    
      <category term='synth'/>
    
      <category term='eurorack'/>
    
      <category term='noise'/>
    
      <category term='synthesizer'/>
    
      <category term='circuit'/>
    
		<content type='html'>&lt;p&gt;Trying out the whopping 4 modules I have installed...&lt;/p&gt;
&lt;iframe allowfullscreen=&#34;&#34; frameborder=&#34;0&#34; height=&#34;315&#34; src=&#34;https://www.youtube.com/embed/2pQ8g2uAIzc&#34; width=&#34;560&#34;&gt;&lt;/iframe&gt;
</content>
	</entry>
  
</feed>
