<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[ChipMusic.org - How do you convert samples to Amiga?]]></title>
	<link rel="self" href="https://chipmusic.org:80/forums/feed/atom/topic/13510/"/>
	<updated>2014-02-28T16:45:46Z</updated>
	<generator>PunBB</generator>
	<id>https://chipmusic.org/forums/topic/13510/how-do-you-convert-samples-to-amiga/</id>
		<entry>
			<title type="html"><![CDATA[Re: How do you convert samples to Amiga?]]></title>
			<link rel="alternate" href="https://chipmusic.org/forums/post/202156/#p202156"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>TSC wrote:</cite><blockquote><p>I just ignore everything and do what sounds good. Or bad.</p></blockquote></div><p>that works too <img src="https://chipmusic.org/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></content>
			<author>
				<name><![CDATA[systmcrsh]]></name>
				<uri>https://chipmusic.org/systmcrsh</uri>
			</author>
			<updated>2014-02-28T16:45:46Z</updated>
			<id>https://chipmusic.org/forums/post/202156/#p202156</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: How do you convert samples to Amiga?]]></title>
			<link rel="alternate" href="https://chipmusic.org/forums/post/202151/#p202151"/>
			<content type="html"><![CDATA[<p>Also, for those who cannot stand to look at more code/sox - use Goldwave on PC or sample directly into the Amiga via DSS or Octamed/SS.</p>]]></content>
			<author>
				<name><![CDATA[TSC]]></name>
				<uri>https://chipmusic.org/TSC</uri>
			</author>
			<updated>2014-02-28T16:19:27Z</updated>
			<id>https://chipmusic.org/forums/post/202151/#p202151</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: How do you convert samples to Amiga?]]></title>
			<link rel="alternate" href="https://chipmusic.org/forums/post/202150/#p202150"/>
			<content type="html"><![CDATA[<p>I just ignore everything and do what sounds good. Or bad.</p>]]></content>
			<author>
				<name><![CDATA[TSC]]></name>
				<uri>https://chipmusic.org/TSC</uri>
			</author>
			<updated>2014-02-28T16:16:40Z</updated>
			<id>https://chipmusic.org/forums/post/202150/#p202150</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: How do you convert samples to Amiga?]]></title>
			<link rel="alternate" href="https://chipmusic.org/forums/post/202147/#p202147"/>
			<content type="html"><![CDATA[<p>not sure about 16b samples i only use 8b mono samples... its a little complicated to explain... but say you want a sample to play at C3 (use period table below) your target sample rate would be 16574 for a PAL machine or 16726 for an NTSC machine... its basically clock/period so for a PAL machine its 3546895 / 214 (pal clock / period) or NTSC 3579545 / 214 (nstc clock / period)... too look up the period value for the note you want your sample to play at use the table below (C-1=856,C-2=428,C-3=214, etc)...</p><div class="codebox"><pre><code>    -&gt;  C    C#   D    D#   E    F    F#   G    G#   A    A#   B
        0856,0808,0762,0720,0678,0640,0604,0570,0538,0508,0480,0453 -&gt; 1
        0428,0404,0381,0360,0339,0320,0302,0285,0269,0254,0240,0226 -&gt; 2
        0214,0202,0190,0180,0170,0160,0151,0143,0135,0127,0120,0113 -&gt; 3
        0107,0101,0095,0090,0085,0080,0075,0071,0067,0063,0060,0056 -&gt; 4
        0053,0050,0047,0045,0042,0040,0037,0035,0033,0031,0030,0028 -&gt; 5
        0026,0025,0023,0022,0021,0020,0018,0017,0016,0015,0015,0014 -&gt; 6</code></pre></div><p>then divide that number into the clock value... PAL clock = 3546895, NTSC clock = 3579545...</p><p>then use sox to resample at that rate ie:</p><div class="codebox"><pre><code>sox INFILE -r 16574 -b 8 -c 1 OUTFILE</code></pre></div><p>if using mixing mode in octamed you can use this period table:</p><div class="codebox"><pre><code>    -&gt;  C    C#   D    D#   E    F    F#   G    G#   A    A#   B
        3424,3232,3048,2880,2712,2560,2416,2280,2152,2032,1920,1812 -&gt; 1
        1712,1616,1524,1440,1356,1280,1208,1140,1076,1016,0960,0906 -&gt; 2
        0856,0808,0762,0720,0678,0640,0604,0570,0538,0508,0480,0453 -&gt; 3
        0428,0404,0381,0360,0339,0320,0302,0285,0269,0254,0240,0226 -&gt; 4
        0214,0202,0190,0180,0170,0160,0151,0143,0135,0127,0120,0113 -&gt; 5
        0107,0101,0095,0090,0085,0080,0075,0071,0067,0063,0060,0056 -&gt; 6
        0053,0050,0047,0045,0042,0040,0037,0035,0033,0031,0030,0028 -&gt; 7
        0026,0025,0023,0022,0021,0020,0018,0017,0016,0015,0015,0014 -&gt; 8</code></pre></div>]]></content>
			<author>
				<name><![CDATA[systmcrsh]]></name>
				<uri>https://chipmusic.org/systmcrsh</uri>
			</author>
			<updated>2014-02-28T16:06:51Z</updated>
			<id>https://chipmusic.org/forums/post/202147/#p202147</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: How do you convert samples to Amiga?]]></title>
			<link rel="alternate" href="https://chipmusic.org/forums/post/201890/#p201890"/>
			<content type="html"><![CDATA[<p>Amiga samples are really not that hard so redrawing the waveform and copypasta-ing most sample settings will get you close.</p>]]></content>
			<author>
				<name><![CDATA[xylo]]></name>
				<uri>https://chipmusic.org/xylo</uri>
			</author>
			<updated>2014-02-26T08:45:08Z</updated>
			<id>https://chipmusic.org/forums/post/201890/#p201890</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: How do you convert samples to Amiga?]]></title>
			<link rel="alternate" href="https://chipmusic.org/forums/post/201855/#p201855"/>
			<content type="html"><![CDATA[<p>deleted</p>]]></content>
			<author>
				<name><![CDATA[godinpants]]></name>
				<uri>https://chipmusic.org/godinpants</uri>
			</author>
			<updated>2014-02-26T00:31:46Z</updated>
			<id>https://chipmusic.org/forums/post/201855/#p201855</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: How do you convert samples to Amiga?]]></title>
			<link rel="alternate" href="https://chipmusic.org/forums/post/201810/#p201810"/>
			<content type="html"><![CDATA[<p>You can use sox. Here is a good thread:<br /><a href="http://eab.abime.net/showthread.php?t=54310" target="_blank">http://eab.abime.net/showthread.php?t=54310</a></p>]]></content>
			<author>
				<name><![CDATA[herr_prof]]></name>
				<uri>https://chipmusic.org/herr_prof</uri>
			</author>
			<updated>2014-02-25T18:02:41Z</updated>
			<id>https://chipmusic.org/forums/post/201810/#p201810</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[How do you convert samples to Amiga?]]></title>
			<link rel="alternate" href="https://chipmusic.org/forums/post/201808/#p201808"/>
			<content type="html"><![CDATA[<p>Would like to hear how everyone process`s their sounds and then bumps them down onto the Amiga.</p><p>So far i have edited some breaks in Logic then either bounce them down to 16 bit aiff or wav. Then i transfer them via pcmia onto my A1200 then in Octamed SS i load them up, have to change the type from 16bit to Sample, then up the sample 2 octaves and then double the volume.</p><p>Is there a better way to get the samples sounding better onto the Amiga ?</p>]]></content>
			<author>
				<name><![CDATA[Trapscallion]]></name>
				<uri>https://chipmusic.org/Trapscallion</uri>
			</author>
			<updated>2014-02-25T17:52:34Z</updated>
			<id>https://chipmusic.org/forums/post/201808/#p201808</id>
		</entry>
</feed>
