<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>mustakl</title>
	<atom:link href="http://nostromo.noisepages.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://nostromo.noisepages.com</link>
	<description>no anti-alias suit required</description>
	<lastBuildDate>Tue, 28 Aug 2012 10:18:17 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>And we move again&#8230;.</title>
		<link>http://nostromo.noisepages.com/2012/03/30/and-we-move-again/</link>
		<comments>http://nostromo.noisepages.com/2012/03/30/and-we-move-again/#comments</comments>
		<pubDate>Thu, 29 Mar 2012 21:49:01 +0000</pubDate>
		<dc:creator>Marc Nostromo</dc:creator>
				<category><![CDATA[-]]></category>

		<guid isPermaLink="false">http://nostromo.noisepages.com/?p=1031</guid>
		<description><![CDATA[Follow here]]></description>
				<content:encoded><![CDATA[<h1><a href="http://marc-nostromo.com">Follow here</a></h1>
]]></content:encoded>
			<wfw:commentRss>http://nostromo.noisepages.com/2012/03/30/and-we-move-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Awesome vocal synth under work</title>
		<link>http://nostromo.noisepages.com/2011/11/02/awesome-vocal-synth-under-work/</link>
		<comments>http://nostromo.noisepages.com/2011/11/02/awesome-vocal-synth-under-work/#comments</comments>
		<pubDate>Wed, 02 Nov 2011 12:56:39 +0000</pubDate>
		<dc:creator>Marc Nostromo</dc:creator>
				<category><![CDATA[-]]></category>

		<guid isPermaLink="false">http://nostromo.noisepages.com/?p=1021</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[<p><a href="http://nostromo.noisepages.com/2011/11/02/awesome-vocal-synth-under-work/"><em>Click here to view the embedded video.</em></a></p>
]]></content:encoded>
			<wfw:commentRss>http://nostromo.noisepages.com/2011/11/02/awesome-vocal-synth-under-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Audio code on Beagleboard</title>
		<link>http://nostromo.noisepages.com/2011/10/09/audio-code-on-beagleboard/</link>
		<comments>http://nostromo.noisepages.com/2011/10/09/audio-code-on-beagleboard/#comments</comments>
		<pubDate>Sun, 09 Oct 2011 13:47:37 +0000</pubDate>
		<dc:creator>Marc Nostromo</dc:creator>
				<category><![CDATA[hardware]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[beagleboard]]></category>
		<category><![CDATA[embedded]]></category>
		<category><![CDATA[squealer_fw]]></category>

		<guid isPermaLink="false">http://nostromo.noisepages.com/?p=1011</guid>
		<description><![CDATA[[Edit] this blog has moved so if you want to know more about my experiments running audio on the beagleboard, please follow here After a few experience with the Arduino, I&#8217;ve always been looking out for other small devices that would be more powerful and allow me to do custom sound code. The idea was &#8230; <a class="btn read-more" href="http://nostromo.noisepages.com/2011/10/09/audio-code-on-beagleboard/">Continue &#8594;</a>]]></description>
				<content:encoded><![CDATA[<p><em><strong>[Edit] this blog has moved so if you want to know more about my experiments running audio on the beagleboard, please follow</strong><strong> <a href="http://www.marc-nostromo.com/?tag=beagleboard">here</a></strong></em></p>
<p>After a few experience with the <a href="http://nostromo.noisepages.com/?s=arduino">Arduino</a>, I&#8217;ve always been looking out for other small devices that would be more powerful and allow me to do custom sound code. The idea was to have simple board I could just connect to a usb midi device, boot and have a &#8216;hardware&#8217; digital synth ready -Pretty much the same experience as the <a href="http://nostromo.noisepages.com/2009/05/03/dms-20-first-assembly/">DMS-20</a>, except smaller and more handy.</p>
<p>As such, the <a href="http://beagleboard.org/">beagleboard </a>has always been very tempting to try but it&#8217;s only since Chris Randall&#8217;s <a href="http://www.analogindustries.com/blog/entry.php?blogid=1316213971302">recent post</a> about the beepcat project that I thought it was time to dive in.</p>
<p>It&#8217;s been a few years probably that I had been extracting code from <a href="http://www.littlegptracker.com">LittleGPTracker</a> in order to build a cross platform synth architecture.<br />
First I just wanted to be able to do small experiments on simple audio building blocks that could spawn into synth parts or other audio goodies but with time, it&#8217;s finally evolved into a modular framework where modules can be defined and connected together in various ways.</p>
<p>For example, here&#8217;s the code that builds a synth made of two detuned oscillators, fed to a mixer, a filter and an envelope:</p>
<blockquote><p>MGEPiggyOsc *piggyOsc1=new MGEPiggyOsc(&#8220;oscillator&#8221;) ;<br />
Insert(piggyOsc1) ;</p>
<p>MGEPiggyOsc *piggyOsc2=new MGEPiggyOsc(&#8220;suboscillator&#8221;) ;<br />
piggyOsc2-&gt;Detune(-24) ;<br />
Insert(piggyOsc2) ;</p>
<p>MGEPiggyFilter *filter = new MGEPiggyFilter(&#8220;filter&#8221;) ;<br />
Insert(filter);</p>
<p>MGEMixer *mixer=new MGEMixer(&#8220;mixer&#8221;,2) ;<br />
Insert(mixer) ;</p>
<p>envelope_ = new MGEAREnvelope(&#8220;envelope&#8221;) ;<br />
Insert(envelope_) ;</p>
<p>// Init graph<br />
MGraph::Init(params) ;</p>
<p>// Handle graph connections<br />
this-&gt;Connect(*mixer-&gt;GetInPin(0),*piggyOsc1-&gt;GetOutPin()) ;<br />
this-&gt;Connect(*mixer-&gt;GetInPin(1),*piggyOsc2-&gt;GetOutPin()) ;<br />
this-&gt;Connect(*filter-&gt;GetInPin(),*mixer-&gt;GetOutPin()) ;<br />
this-&gt;Connect(*envelope_-&gt;GetInPin(),*filter-&gt;GetOutPin()) ;<br />
SetOutputPin(*envelope_-&gt;GetOutPin()) ;<br />
// Hardwired parameter initialisation<br />
mixer-&gt;SetParameterValue(&#8220;gain1&#8243;,0.5f) ;<br />
mixer-&gt;SetParameterValue(&#8220;gain2&#8243;,0.5f) ;<br />
mixer-&gt;SetParameterValue(&#8220;master&#8221;,1.0f) ; piggyOsc1-&gt;SetParameterValue(&#8220;shape&#8221;,0.2f) ;</p></blockquote>
<p>Of course, this was a prime candidate to be run in the Beagleboard so I dove in, bought one and started the quest of porting the framework to it&#8217;s architecture.</p>
<p>It ended up being not too much hassle. Beside the usual setup problems, toolchain woes, cross-compiling issues and library madness it took me only about a few hours (spread over 2 weeks) to get it all running. And yes, it works:</p>
<p><a href="http://nostromo.noisepages.com/files/2011/10/Screenshot.png"><img class="aligncenter size-full wp-image-1012" src="http://nostromo.noisepages.com/files/2011/10/Screenshot.png" alt="" width="1024" height="768" /></a></p>
<p>No need to say,I do still have a few issues to fix to get it to works smoothly: For some reason gnome starts pulse audio that prevents me to access ALSA so I have to kill it manually and the MIDI library I&#8217;m using relies on alsa_seq which isn&#8217;t present under angstrom so I have to find another way to do the connection (/dev/midiX is pumping midi so should be pretty simple) but all in all it&#8217;s an excellent startup.</p>
<p>The performances are not too bad either. The process runs at 10% of cpu in idle mode and seems to consume between 3 and 5% of cpu with the two-osc/filter/envelope setup providing for the possibility of 15 voices for a very simple synth. NOT BAD AT ALL !</p>
<p>I haven&#8217;t looked yet a the minimum latency I could get out of it in its current form but I&#8217;m already very excited about what this will bring.</p>
<p>More to come, certainly !</p>
]]></content:encoded>
			<wfw:commentRss>http://nostromo.noisepages.com/2011/10/09/audio-code-on-beagleboard/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Midi device in caanoo</title>
		<link>http://nostromo.noisepages.com/2011/08/19/midi-device-in-caanoo/</link>
		<comments>http://nostromo.noisepages.com/2011/08/19/midi-device-in-caanoo/#comments</comments>
		<pubDate>Thu, 18 Aug 2011 20:43:55 +0000</pubDate>
		<dc:creator>Marc Nostromo</dc:creator>
				<category><![CDATA[-]]></category>

		<guid isPermaLink="false">http://nostromo.noisepages.com/?p=1009</guid>
		<description><![CDATA[After recompiling the proper ALSA module through the caanoo kernel, it seems finally midi interfaces show up: Plugging a NanoKontrol root@wiz:/mnt/sd/ko_s# dmesg usb 1-1: new full speed USB device using UBI9032 Test HCD and address 2 usb 1-1: configuration #1 chosen from 1 choice MIDIStreaming version 01.00 EP 82: 1 jack(s) EP 02: 1 jack(s) &#8230; <a class="btn read-more" href="http://nostromo.noisepages.com/2011/08/19/midi-device-in-caanoo/">Continue &#8594;</a>]]></description>
				<content:encoded><![CDATA[<p>After recompiling the proper ALSA module through the caanoo kernel, it seems finally midi interfaces show up:</p>
<p>Plugging a NanoKontrol</p>
<blockquote><p>root@wiz:/mnt/sd/ko_s# dmesg</p>
<p>usb 1-1: new full speed USB device using UBI9032 Test HCD and address 2<br />
usb 1-1: configuration #1 chosen from 1 choice<br />
MIDIStreaming version 01.00<br />
EP 82: 1 jack(s)<br />
EP 02: 1 jack(s)<br />
created 1 output and 1 input ports</p>
<p>root@wiz:/mnt/sd/ko_s# cat /proc/asound/*</p>
<p>0 [nanoKONTROL    ]: USB-Audio &#8211; nanoKONTROL<br />
KORG INC. nanoKONTROL at usb-ubisys-usb-1, full speed<br />
0: [ 0]   : control<br />
1:        : sequencer<br />
8: [ 0- 0]: raw midi<br />
33:        : timer 0 snd_usb_audio<br />
G0: system timer : 10000.000us (10000000 ticks)<br />
Advanced Linux Sound Architecture Driver Version 1.0.15 (Tue Nov 20 19:16:42 2007 UTC).</p></blockquote>
<p>Nice !</p>
]]></content:encoded>
			<wfw:commentRss>http://nostromo.noisepages.com/2011/08/19/midi-device-in-caanoo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rolling down the river</title>
		<link>http://nostromo.noisepages.com/2011/08/18/rolling-down-the-river/</link>
		<comments>http://nostromo.noisepages.com/2011/08/18/rolling-down-the-river/#comments</comments>
		<pubDate>Thu, 18 Aug 2011 09:35:02 +0000</pubDate>
		<dc:creator>Marc Nostromo</dc:creator>
				<category><![CDATA[-]]></category>

		<guid isPermaLink="false">http://nostromo.noisepages.com/?p=1002</guid>
		<description><![CDATA[usb 1-1: new full speed USB device using UBI9032 Test HCD and address 3 usb 1-1: configuration #1 chosen from 1 choice input,hidraw0: USB HID v1.00 Device [C-Media USB Audio Device   ] on usb-ubisys-usb-1 root@wiz:/mnt/sd/ko_s# more /proc/asound/* 0 [default        ]: USB-Audio &#8211; C-Media USB Audio Device C-Media USB Audio Device   &#8230; <a class="btn read-more" href="http://nostromo.noisepages.com/2011/08/18/rolling-down-the-river/">Continue &#8594;</a>]]></description>
				<content:encoded><![CDATA[<blockquote><p>usb 1-1: new full speed USB device using UBI9032 Test HCD and address 3<br />
usb 1-1: configuration #1 chosen from 1 choice<br />
input,hidraw0: USB HID v1.00 Device [C-Media USB Audio Device   ] on usb-ubisys-usb-1</p>
<p>root@wiz:/mnt/sd/ko_s# more /proc/asound/*</p>
<p>0 [default        ]: USB-Audio &#8211; C-Media USB Audio Device<br />
C-Media USB Audio Device    at usb-ubisys-usb-1, full speed<br />
0: [ 0]   : control<br />
16: [ 0- 0]: digital audio playback<br />
24: [ 0- 0]: digital audio capture<br />
33:        : timer<br />
0 snd_usb_audio<br />
00-00: USB Audio : USB Audio : playback 1 : capture 1<br />
G0: system timer : 10000.000us (10000000 ticks)<br />
P0-0-0: PCM playback 0-0-0 : SLAVE<br />
P0-0-1: PCM capture 0-0-1 : SLAVE<br />
Advanced Linux Sound Architecture Driver Version 1.0.15 (Tue Nov 20 19:16:42 2007 UTC).</p>
<p>root@wiz:/mnt/sd/ko_s#</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://nostromo.noisepages.com/2011/08/18/rolling-down-the-river/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multi track warping in Ableton</title>
		<link>http://nostromo.noisepages.com/2011/08/05/multi-track-warping-in-ableton/</link>
		<comments>http://nostromo.noisepages.com/2011/08/05/multi-track-warping-in-ableton/#comments</comments>
		<pubDate>Fri, 05 Aug 2011 12:43:43 +0000</pubDate>
		<dc:creator>Marc Nostromo</dc:creator>
				<category><![CDATA[-]]></category>

		<guid isPermaLink="false">http://nostromo.noisepages.com/?p=993</guid>
		<description><![CDATA[Having to do a remix where the original track has been recorded live with no sort of click track, I&#8217;ve been doing a bit of research on how to do warping across multiple stems in ableton live. Yesterday I had found this pretty good video summarizing what I knew about selecting multi tracks and applying &#8230; <a class="btn read-more" href="http://nostromo.noisepages.com/2011/08/05/multi-track-warping-in-ableton/">Continue &#8594;</a>]]></description>
				<content:encoded><![CDATA[<p>Having to do a remix where the original track has been recorded live with no sort of click track, I&#8217;ve been doing a bit of research on how to do warping across multiple stems in ableton live.</p>
<p>Yesterday I had found this <a href="http://www.youtube.com/watch?v=ROn06lU3JCg" target="_blank">pretty good video</a> summarizing what I knew about selecting multi tracks and applying warp points on all of them at the same time. I was already happy but I had a feeling there had to be a way to first concentrate only on the drum track, do all of the warps and then &#8220;&#8216;apply them&#8221; to the other stems. It took me a bit of time to understand how but <a href="http://www.jethroe.com/2011/07/04/how-to-warp-multitrack-audio-files-in-ableton-live/" target="_blank">this great summary</a> (points 1-7) made it all obvious.</p>
<p>The beginning is simple:</p>
<p>1- Find a rough tempo of the original song</p>
<p>2- Import the drum track with warp off</p>
<p>3- turn warp on</p>
<p>4- Tune the warp locations to sync your drum track</p>
<p>Here you got your drum track running nicely alongside the song&#8217;s metronome&#8230; all we need to do is to apply the same warping points to all of the other stems. To do so:</p>
<p>5 Make a copy of the drum track</p>
<p>6 Select the clip containing the copy</p>
<p>7 Drap a new stem<strong> into the clip display </strong>at the bottom</p>
<p><img class="aligncenter" src="http://www.jethroe.com/wp-content/uploads/2010/11/Screen-shot-2011-07-05-at-9.26.35-AM1-300x173.png" alt="" width="300" height="173" /></p>
<p>Bingo, it changed the wave file but none of the warp settings leaving you with a perfectly sync&#8217;ed stem ! Repeat.</p>
]]></content:encoded>
			<wfw:commentRss>http://nostromo.noisepages.com/2011/08/05/multi-track-warping-in-ableton/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MidiVox tek</title>
		<link>http://nostromo.noisepages.com/2011/07/31/midivox-tek/</link>
		<comments>http://nostromo.noisepages.com/2011/07/31/midivox-tek/#comments</comments>
		<pubDate>Sun, 31 Jul 2011 16:46:15 +0000</pubDate>
		<dc:creator>Marc Nostromo</dc:creator>
				<category><![CDATA[-]]></category>

		<guid isPermaLink="false">http://nostromo.noisepages.com/?p=986</guid>
		<description><![CDATA[Since I&#8217;ve finally been able to spend some time with the Midivox (and actually make it work), I&#8217;ve started to update Colin&#8217;s HealerSynth code (originally based on my own Squealer code for the arduino piano) and tweak it to my own purpose. The first thing I&#8217;ve done is to restore my own set of waveforms. &#8230; <a class="btn read-more" href="http://nostromo.noisepages.com/2011/07/31/midivox-tek/">Continue &#8594;</a>]]></description>
				<content:encoded><![CDATA[<p>Since I&#8217;ve finally been able to spend some time with the <a href="http://narbotic.com/kits/midivox/">Midivox</a> (and actually make it work), I&#8217;ve started to update Colin&#8217;s HealerSynth code (originally based on my own <a href="http://nostromo.noisepages.com/arduino-piano-squealer-synth/">Squealer code</a> for the arduino piano) and tweak it to my own purpose.</p>
<p>The first thing I&#8217;ve done is to restore my own set of waveforms. They might be a little more &#8216;odd&#8217; than Colin&#8217;s original choice but some of them deliver troumendous digital harshness, just the way I like it.</p>
<p>Being able to control &amp; sequence via MIDI the piggy-derived oscillators is a brand new world for me and it certainly gives me the kick I was expected out of it.</p>
<p>Here&#8217;s a little demo loop after 15 minutes of fiddling with Ableton.</p>
<p>[soundcloud width="100%" height="18" params="auto_play=false&amp;player_type=tiny&amp;font=Arial&amp;color=ff7700" url="http://api.soundcloud.com/tracks/20150706"]</p>
]]></content:encoded>
			<wfw:commentRss>http://nostromo.noisepages.com/2011/07/31/midivox-tek/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Digilog. Good to go.</title>
		<link>http://nostromo.noisepages.com/2011/07/28/digilog-good-to-go/</link>
		<comments>http://nostromo.noisepages.com/2011/07/28/digilog-good-to-go/#comments</comments>
		<pubDate>Thu, 28 Jul 2011 08:58:06 +0000</pubDate>
		<dc:creator>Marc Nostromo</dc:creator>
				<category><![CDATA[-]]></category>

		<guid isPermaLink="false">http://nostromo.noisepages.com/?p=980</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[<p><a href="http://nostromo.noisepages.com/files/2011/07/1311835965821.jpg"><img class="aligncenter size-full wp-image-981" src="http://nostromo.noisepages.com/files/2011/07/1311835965821.jpg" alt="" width="300" height="450" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://nostromo.noisepages.com/2011/07/28/digilog-good-to-go/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tumblin&#8217;</title>
		<link>http://nostromo.noisepages.com/2011/07/04/tumblin/</link>
		<comments>http://nostromo.noisepages.com/2011/07/04/tumblin/#comments</comments>
		<pubDate>Mon, 04 Jul 2011 14:45:29 +0000</pubDate>
		<dc:creator>Marc Nostromo</dc:creator>
				<category><![CDATA[-]]></category>

		<guid isPermaLink="false">http://nostromo.noisepages.com/?p=976</guid>
		<description><![CDATA[I&#8217;ve started collecting small stuff I like or feel worthy of being remembered over at tumbl. No specific topic . While I haven&#8217;t been really posting, I&#8217;ll keep this place for in depth article and tumblr as notepad/bookmarks. See you there]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve started collecting small stuff I like or feel worthy of being remembered over at <a href="http://mdashdotdashn.tumblr.com/">tumbl</a>. No specific topic .</p>
<p>While I haven&#8217;t been really posting, I&#8217;ll keep this place for in depth article and tumblr as notepad/bookmarks.</p>
<p>See you there</p>
]]></content:encoded>
			<wfw:commentRss>http://nostromo.noisepages.com/2011/07/04/tumblin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>synth.net</title>
		<link>http://nostromo.noisepages.com/2011/03/15/synth-net/</link>
		<comments>http://nostromo.noisepages.com/2011/03/15/synth-net/#comments</comments>
		<pubDate>Tue, 15 Mar 2011 14:49:33 +0000</pubDate>
		<dc:creator>Marc Nostromo</dc:creator>
				<category><![CDATA[-]]></category>

		<guid isPermaLink="false">http://nostromo.noisepages.com/?p=966</guid>
		<description><![CDATA[Following Paul Maddox&#8217;s blog, and it&#8217;s progress on Zira, I&#8217;ve discovered there&#8217;s a new community web site dedicated to synth lover that opened recently. Synth.net is not yet populated but might become an awesome resource on synthesis and some awesome personal project. In itself the web site is highly effective and has a LOT of &#8230; <a class="btn read-more" href="http://nostromo.noisepages.com/2011/03/15/synth-net/">Continue &#8594;</a>]]></description>
				<content:encoded><![CDATA[<p><a href="http://nostromo.noisepages.com/files/2011/03/front-4.png"><img class="alignleft size-full wp-image-967" style="border: 10px solid black" src="http://nostromo.noisepages.com/files/2011/03/front-4.png" alt="" width="276" height="260" /></a>Following <a title="http://blog.vacoloco.com" href="http://blog.vacoloco.com">Paul Maddox&#8217;s blog</a>, and it&#8217;s progress on Zira, I&#8217;ve discovered there&#8217;s a new community web site dedicated to synth lover that opened recently.</p>
<p><a href="http://synth.net"> Synth.net</a> is not yet populated but might become an awesome resource on synthesis and some awesome personal project.</p>
<p>In itself the web site is highly effective and has a LOT of features, including forums, facebook-type member chat, picture album, sound albums, and so on.</p>
<p>If you&#8217;re anything like a synth lover&#8230; got an register !</p>
]]></content:encoded>
			<wfw:commentRss>http://nostromo.noisepages.com/2011/03/15/synth-net/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
