<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/stylesheets/rss_style.xsl" type="text/xsl"?>
<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Scalis mi7 community feed</title>
    <link>http://community.mi7.com/profile/7396</link>
    <language>en-us</language>
    <managingEditor>info@mi7.com</managingEditor>
    <generator>mi7</generator>
    <image>
      <title>Scali of the mi7 community</title>
      <url>http://community2.mi7.com/member/image_path/7396/thumb/Scali.jpg</url>
      <link>http://community.mi7.com/profile/7396</link>
    </image>
    <itunes:subtitle>Stay up to date with Scalis mi7 podcast!</itunes:subtitle>
    <itunes:author>Scali</itunes:author>
    <itunes:summary>Stay up to date with Scalis mi7 podcast!</itunes:summary>
    <itunes:image href="http://community.mi7.com/member/image_path/7396/thumb/Scali.jpg"/>
    <itunes:category text="Music"/>
    <itunes:explicit>no</itunes:explicit>
    <itunes:owner>
      <itunes:name>Scali</itunes:name>
      <itunes:email>info@mi7.com</itunes:email>
    </itunes:owner>
    <pubDate>Wed, 01 Oct 2008 15:41:49 GMT</pubDate>
    <description>Stay up to date with Scalis mi7 blog feed!</description>
    <item>
      <title>Native Instruments Guitar Rig Contest</title>
      <link>http://community.mi7.com/profile/blog/entry/2060</link>
      <description>Some of you might be familiar with the Guitar Rig amp modeling software from Native Instruments.
They've organized a contest where anyone can put a video on Youtube, using Guitar Rig. More info can be found here: http://www.native-instruments.com/index.php?id=guitarrigcontest

Here's my entry:
http://www.youtube.com/watch?v=erfR6Ij28nA

Please rate the video if you like it.</description>
      <pubDate>Wed, 01 Oct 2008 15:41:49 GMT</pubDate>
      <guid>http://community.mi7.com/profile/blog/entry/2060</guid>
      <author>Scali</author>
    </item>
    <item>
      <title>New oversampling ASIO driver</title>
      <link>http://community.mi7.com/profile/blog/entry/1812</link>
      <description>I bought a guitar processor a while ago (a Zoom G9.2tt to be exact), which has a USB connection with ASIO support. Very convenient for recording. However, it only supports 16-bit 48 KHz. &lt;br /&gt;My own soundcard does 24-bit 96 KHz, and therefore whenever I wanted to add a guitar track, I either had to use an analog connection and record with my soundcard (which means plugging out other sources and plugging the guitar processor in), or convert my entire project down to 48 KHz or less, if I wanted to use the USB connection. &lt;br /&gt;Or if I *really* wanted to have my hands full, I could make a copy of my 24/96 project, downsample the copy to 48 KHz, then record the guitar track... then import that 48 KHz track into the original 24/96 project, while having Cubase convert it. &lt;br /&gt;&lt;br /&gt;So I thought it would be very convenient if the signal of the guitar processor could be upsampled to 96 KHz instead. This would allow me to preserve the quality of the other tracks, and as a bonus I could apply any effects in 24/96 on the guitar track aswell, which should improve the overall quality compared to doing everything in 48 KHz.. even if the source audio itself isn&amp;#39;t of better quality. &lt;br /&gt;&lt;br /&gt;Anyway, I started creating a proof-of-concept ASIO driver which can be placed in between Cubase and an actual ASIO device, and perform upsampling on the incoming signals, and downsampling on the outgoing signals (it does some basic linear filtering aswell, so the resulting quality is actually quite nice on the ears). Currently I have a driver which can double the samplerate, and I have it working for my guitar processor, and I&amp;#39;ve also done some small tests with my 24/96 soundcard, and it seems to work okay aswell. The nicest part is that there is no additional latency when using this driver. It costs a bit of extra CPU power, but on a modern machine it&amp;#39;s negligible. The cost of having all VSTis, effects, mixing etc at 96 KHz instead of 48 KHz is far larger than the extra overhead that the driver adds. &lt;br /&gt;&lt;br /&gt;If anyone is interested, I can clean the driver up a bit, shave off some of the rough edges, and release it to the public. I plan to release the sourcecode of this driver aswell, so other people can modify it to make it support other devices and perhaps other functionality. &lt;br /&gt;It isn&amp;#39;t a whole lot of extra work to add in support for more generic upsampling/downsampling... Currently you&amp;#39;re limited to only the double samplerates of your device, but with a bit of extra work you could also turn eg 44.1 KHz into 96 KHz, or even 192 KHz or whatever you want. &lt;br /&gt;&lt;br /&gt;Speaking of other functionality... Currently I can only use a single ASIO device for the multitracking. This means that I can use either my soundcard, or my guitar processor. I have this idea of adding multiplexing to the driver. With the resampling in place, I can basically make every ASIO device appear as having the same capabilities. Currently both my soundcard and guitar processor appear to Cubase as 96 KHz devices. The next step could be that I combine both to a single ASIO device with multiple inputs. This will allow me to record the guitar and other instruments at the same time, and multiple outputs could also come in handy, no doubt. &lt;br /&gt;The current concept I have in mind, would give you an input latency equal to the highest latency device that you&amp;#39;re using, and an output latency of twice the highest latency. In that case I think I can make it work in a robust way. With modern hardware, latencies of below 1 ms are doable, so if by using this driver you&amp;#39;d go up to 2 ms, that would probably still be acceptable. With older/higher latency devices, it may become a bit of a problem... You might also get problems when the latency between different devices is too large. &lt;br /&gt;Anyway, currently I don&amp;#39;t even know for sure if it will actually work properly in practice at all. But I am willing to give it a try. &lt;br /&gt;I think the end result could be quite cool. If you were to combine the resampling, multiplexing, and the ASIO4All driver, then basically you can combine virtually any soundcard at virtually any sampling frequency and use them all in a single Cubase project at the same time. If it works well, it means you can create a fancy multichannel studio setup at home, by just combining a few cheap audio interfaces. &lt;br /&gt;&lt;br /&gt;Anyway, feel free to express your thoughts on this, and perhaps you have other ideas that could be implemented.</description>
      <pubDate>Sun, 06 Apr 2008 14:42:38 GMT</pubDate>
      <guid>http://community.mi7.com/profile/blog/entry/1812</guid>
      <author>Scali</author>
    </item>
    <item>
      <title>Videos on Youtube</title>
      <link>http://community.mi7.com/profile/blog/entry/1765</link>
      <description>&lt;p&gt;Simple home videos of people playing guitar seems to be all the rage these days.&lt;/p&gt;&lt;p&gt;I&amp;#39;ve made a few of such videos myself, nothing fancy, but perhaps you like to check them out anyway:&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.youtube.com/Scalibq" title="http://www.youtube.com/Scalibq"&gt;http://www.youtube.com/Scalibq&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 09 Mar 2008 21:18:46 GMT</pubDate>
      <guid>http://community.mi7.com/profile/blog/entry/1765</guid>
      <author>Scali</author>
    </item>
  </channel>
</rss>
