<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel><title>Schism Tracker development</title><link>http://schismtracker.org/scdev/</link>
<atom:link href="http://schismtracker.org/scdev/rss.xml" rel="self" type="application/rss+xml" />
<atom:updated>2012-02-09T22:15:31Z</atom:updated>
<description>Last 100 posts from Schism Tracker development at Schism Tracker.</description>
<item>
<title>No.1505/4</title>
<dc:creator>Cullen Reggie Dodson 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1505.html#1510</link><guid>http://schismtracker.org/scdev/res/1505.html#1510</guid><comments>http://schismtracker.org/scdev/res/1505.html#1510</comments>
<pubDate>Thu, 09 Feb 2012 22:15:31 GMT</pubDate>
<description><![CDATA[
<p>Ah! Here's the source to the <code>LT_LIB_M</code> macro:</p><div class="syn"><pre><span class="c">#!sh</span><br />AC_DEFUN<span class="o">([</span>LT_LIB_M<span class="o">]</span>,<br /><span class="o">[</span>AC_REQUIRE<span class="o">([</span>AC_CANONICAL_HOST<span class="o">])</span>dnl<br /><span class="nv">LIBM</span><span class="o">=</span><br /><span class="k">case</span> <span class="nv">$host</span> in<br />*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*<span class="o">)</span><br />  <span class="c"># These system don&#39;t have libm, or don&#39;t need it</span><br />  ;;<br />*-ncr-sysv4.3*<span class="o">)</span><br />  AC_CHECK_LIB<span class="o">(</span>mw, _mwvalidcheckl, <span class="nv">LIBM</span><span class="o">=</span><span class="s2">&quot;-lmw&quot;</span><span class="o">)</span><br />  AC_CHECK_LIB<span class="o">(</span>m, cos, <span class="nv">LIBM</span><span class="o">=</span><span class="s2">&quot;$LIBM -lm&quot;</span><span class="o">)</span><br />  ;;<br />*<span class="o">)</span></pre></div>
<p><small>Comment too long; full version <a href="http://schismtracker.org/scdev/res/1505.html#1510">here</a>.</small></p>
]]></description>
</item>
<item>
<title>No.1504/2</title>
<dc:creator>David Yesenia Gallagher 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1504.html#1509</link><guid>http://schismtracker.org/scdev/res/1504.html#1509</guid><comments>http://schismtracker.org/scdev/res/1504.html#1509</comments>
<pubDate>Thu, 09 Feb 2012 00:51:35 GMT</pubDate>
<description><![CDATA[
<p><a href="http://schismtracker.org/hg/rev/599b344d0450" rel="nofollow" title="http://schismtracker.org/hg/rev/599b344d0450">Done!</a> That was an easy one-liner.</p>
]]></description>
</item>
<item>
<title>No.1505/3</title>
<dc:creator>Cullen Reggie Dodson 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1505.html#1508</link><guid>http://schismtracker.org/scdev/res/1505.html#1508</guid><comments>http://schismtracker.org/scdev/res/1505.html#1508</comments>
<pubDate>Thu, 09 Feb 2012 00:45:41 GMT</pubDate>
<description><![CDATA[
<p>Well, I was going to say because <code>-lm</code> doesn't exist on Windows, but turns out I was thinking of <code>-ldl</code>. But surely there's a reason for the macro existing, and I'd rather use them when they exist instead of having to fiddle with such things later on.</p><p>What's the practical difference though? Libtool is installed on most common 'nix build environments, at least I haven't had to deal with any issues like you're encountering. If there's some good reason that I should abandon the macro (other than "I have to install libtool and I don't want to" :) I'm not opposed at all to handling it the old fashioned way.</p>
]]></description>
</item>
<item>
<title>No.1505/2</title>
<dc:creator>j.eng 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1505.html#1506</link><guid>http://schismtracker.org/scdev/res/1505.html#1506</guid><comments>http://schismtracker.org/scdev/res/1505.html#1506</comments>
<pubDate>Wed, 08 Feb 2012 21:11:20 GMT</pubDate>
<description><![CDATA[
<p>Meh, ignore this one (was: ./configure: line 5972: LT_LIB_M: command not found, as a result of libtool not being installed in the build env).<br />Is there any platform where cos(3) is not in -lm but in something else, that sc has to use LT_LIB_M rather than just passing in -lm into schismtracker_LDADD unconditionally?</p>
]]></description>
</item>
<item>
<title>No.1505/1: schismtracker needs -lm</title>
<dc:creator>j.eng 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1505.html#1505</link><guid>http://schismtracker.org/scdev/res/1505.html#1505</guid><comments>http://schismtracker.org/scdev/res/1505.html#1505</comments>
<pubDate>Wed, 08 Feb 2012 21:06:19 GMT</pubDate>
<description><![CDATA[
<p>Similar to <a href="http://schismtracker.org/scdev/res/1357.html" rel="nofollow">http://schismtracker.org/scdev/res/1357.html</a> : schismtracker needs -lm because its own fmt/aiff.c uses a symbol from that library. (Issue found in schismtracker-20120105)</p><p>/usr/lib64/gcc/x86_64-suse-linux/4.6/../../../../x86_64-suse-linux/bin/ld: fmt/aiff.o: undefined reference to symbol 'floor@@GLIBC_2.2.5'</p>
]]></description>
</item>
<item>
<title>No.1504/1: &#34;auto&#34; directory not created</title>
<dc:creator>j.eng 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1504.html#1504</link><guid>http://schismtracker.org/scdev/res/1504.html#1504</guid><comments>http://schismtracker.org/scdev/res/1504.html#1504</comments>
<pubDate>Wed, 08 Feb 2012 20:57:54 GMT</pubDate>
<description><![CDATA[
<p>When using <code>./configure --disable-dependency-tracking</code>, as some Linux distros seem to be using during automated builds, one runs into this error:</p><p>sh ./scripts/build-font.sh . font/default-lower.fnt font/default-upper-alt.fnt font/default-upper-itf.fnt font/half-width.fnt &gt;auto/default-font.c<br />/bin/sh: auto/default-font.c: No such file or directory<br />make[1]: *** [auto/default-font.c] Error 1</p><p>Solution is to mkdir the dir before sh is run in the rule.</p>
]]></description>
</item>
<item>
<title>No.1502/2</title>
<dc:creator>Christopher Jacqueline Bowman 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1502.html#1503</link><guid>http://schismtracker.org/scdev/res/1502.html#1503</guid><comments>http://schismtracker.org/scdev/res/1502.html#1503</comments>
<pubDate>Tue, 07 Feb 2012 10:05:07 GMT</pubDate>
<description><![CDATA[
<p>That's never something I played with. Considering that last I tried to build the Wii version, the keyboard didn't work, and I also haven't a working installation of devkitpro anymore, I don't really foresee much in the realm of improvements on that front unless someone else picks up on the development (hint: I'm <em>totally</em> ok with that). Unless I missed some key bit of Wii development, I'm pretty sure you'd basically have to write all the driver code to handle a USB MIDI device first... much of which you could possibly lift from Linux drivers, but still, that's icky code to write :)</p><p>It'd be pretty dang cool though, so if someone else does happen to have the interest in doing it, I'll apply their patches.</p>
]]></description>
</item>
<item>
<title>No.1502/1: WII MIDI keyboard control? </title>
<dc:creator>freearttest 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1502.html#1502</link><guid>http://schismtracker.org/scdev/res/1502.html#1502</guid><comments>http://schismtracker.org/scdev/res/1502.html#1502</comments>
<pubDate>Tue, 07 Feb 2012 07:01:07 GMT</pubDate>
<description><![CDATA[
<p>Hello! I am wondering if anyone has had any luck connecting a midi controller to their Wii in order to trigger samples and/or instruments in Schism Tracker. I have tried to make it happen with an m-audio midi-to-usb adaptor, but it isn't detected under midi ports in the midi setup tab. Will the Rock Band 3 midi adaptor help, or is this just not one of the features of Wii Schism Tracker? I'm cueing drum tracks and accompaniments with a Dance Dance Revolution mat, and the latency is practically non-existent. It would be very cool to get that same responsiveness triggering samples from the Wii (like the ModPlug instrument tab without the latency) using a midi keyboard or midi taurus-style pedals. Can it be done?</p>
]]></description>
</item>
<item>
<title>No.1493/4</title>
<dc:creator>delt !DEimOs08uM 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1493.html#1501</link><guid>http://schismtracker.org/scdev/res/1493.html#1501</guid><comments>http://schismtracker.org/scdev/res/1493.html#1501</comments>
<pubDate>Tue, 07 Feb 2012 02:08:27 GMT</pubDate>
<description><![CDATA[
<p>... then again, this would be quite relevant in creating ultra-realistic violin tracks =)</p>
]]></description>
</item>
<item>
<title>No.1493/3</title>
<dc:creator>delt !DEimOs08uM 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1493.html#1500</link><guid>http://schismtracker.org/scdev/res/1493.html#1500</guid><comments>http://schismtracker.org/scdev/res/1493.html#1500</comments>
<pubDate>Tue, 07 Feb 2012 02:05:57 GMT</pubDate>
<description><![CDATA[
<p>I vaguely remember there was something about this in IT's documentation - and in ST3's documentation as well if i'm not mistaken.</p><p>....otoh, i also remember reading (at least the ST3 readme file) and asking myself "what kind of stupid idiot would want to bend/slide across samples of different frequency?"</p>
]]></description>
</item>
<item>
<title>No.1494/5</title>
<dc:creator>CommanderKeen 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1494.html#1499</link><guid>http://schismtracker.org/scdev/res/1494.html#1499</guid><comments>http://schismtracker.org/scdev/res/1494.html#1499</comments>
<pubDate>Fri, 03 Feb 2012 13:33:27 GMT</pubDate>
<description><![CDATA[
<p>Oooh, XMPlay can do this? I have to check it out then. I'd still love to have it in Schism Tracker, but it would be a fine solution until then.</p>
]]></description>
</item>
<item>
<title>No.1494/4</title>
<dc:creator>O. Hobbs 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1494.html#1498</link><guid>http://schismtracker.org/scdev/res/1494.html#1498</guid><comments>http://schismtracker.org/scdev/res/1494.html#1498</comments>
<pubDate>Thu, 02 Feb 2012 20:20:53 GMT</pubDate>
<description><![CDATA[
<p><a class="quotelink" href="/scdev/res/1494.html#1497">&gt;&gt;1497</a><br />Per-channel already is implemented, y'know. Shift-F10 :)</p><p>XMPlay can render instrument-wise too. I can't find any details about Magicfish, but I know XMPlay generally has excellent quality/accuracy :)</p>
]]></description>
</item>
<item>
<title>No.1494/3</title>
<dc:creator>oldie 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1494.html#1497</link><guid>http://schismtracker.org/scdev/res/1494.html#1497</guid><comments>http://schismtracker.org/scdev/res/1494.html#1497</comments>
<pubDate>Thu, 02 Feb 2012 14:58:43 GMT</pubDate>
<description><![CDATA[
<p>not exactly connected to schism-tracker but magicfish postmod is the tool you want to render wav based on track or instr from it files</p><p>the official site for the program is down but if you cant find it on google just let me know and i will send it.</p>
]]></description>
</item>
<item>
<title>No.1493/2</title>
<dc:creator>Royce Cleveland 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1493.html#1496</link><guid>http://schismtracker.org/scdev/res/1493.html#1496</guid><comments>http://schismtracker.org/scdev/res/1493.html#1496</comments>
<pubDate>Tue, 31 Jan 2012 05:08:02 GMT</pubDate>
<description><![CDATA[
<p>Thanks for the test case.</p><p>This probably has to do with Modplug calculating everything by periods instead of frequencies, which actually causes a ton of dumb bugs. I'll have a look.</p><ul class="metadata"><li><strong>Category:</strong> <span>Playback</span><li><strong>Complexity:</strong> <span>Difficult</span><li><strong>Priority:</strong> <span>Normal</span><li><strong>Status:</strong> <span>Acknowledged</span></ul>
]]></description>
</item>
<item>
<title>No.1494/2</title>
<dc:creator>Ned Summers 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1494.html#1495</link><guid>http://schismtracker.org/scdev/res/1494.html#1495</guid><comments>http://schismtracker.org/scdev/res/1494.html#1495</comments>
<pubDate>Tue, 31 Jan 2012 05:04:35 GMT</pubDate>
<description><![CDATA[
<p>That's actually <em>somewhere</em> on my infinite todo list.</p><ul class="metadata"><li><strong>Category:</strong> <span>File I/O</span><li><strong>Complexity:</strong> <span>Difficult</span><li><strong>Priority:</strong> <span>Normal</span><li><strong>Screen:</strong> <span>Export Module</span><li><strong>Status:</strong> <span>Acknowledged</span></ul>
]]></description>
</item>
<item>
<title>No.1494/1: [WISH] Diskwriting selected instruments</title>
<dc:creator>CommanderKeen 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1494.html#1494</link><guid>http://schismtracker.org/scdev/res/1494.html#1494</guid><comments>http://schismtracker.org/scdev/res/1494.html#1494</comments>
<pubDate>Mon, 30 Jan 2012 13:40:35 GMT</pubDate>
<description><![CDATA[
<p>The way I use SchismTracker a lot is by tracking drums, bass lines, synthpads, various effects, etc, then exporting each of these instruments as seperate WAV files. The way I do that is by setting the volume of each instrument to zero, except for the instrument(s) I want to save, and then save it as a WAV file. I repeat this step for each instrument, and then load the seperate WAVs into Audacity to do some post processing like adding reverb, do some equalizing, or adding other effects.</p><p>Obviously this process can get a bit tedious when the track has many instruments, so some kind of way of selecting which instruments to save as WAV would be nice to have for me. I realize this is a pipe dream type of request, and I might be the only one who uses Schism Tracker in this way. Still, some way to diskwrite to WAV only selected instruments would be greatly appreciated.</p>
]]></description>
</item>
<item>
<title>No.1493/1: Pitch slides with new instruments</title>
<dc:creator>someone42 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1493.html#1493</link><guid>http://schismtracker.org/scdev/res/1493.html#1493</guid><comments>http://schismtracker.org/scdev/res/1493.html#1493</comments>
<pubDate>Sun, 29 Jan 2012 04:56:41 GMT</pubDate>
<enclosure url="http://schismtracker.org/scdev/src/bendtest.it"
length="1945" type="audio/x-mod" />
<description><![CDATA[
<p><small>
File: 0:03<br />
<img src="http://sovietrussia.org/img/audio.png" alt="1945 b"
width="64" height="64" />
</small></p>
<p>Hi,</p><p>I have found a situation where Impulse Tracker and Schism Tracker differ in playback. The situation begins with a note playing in a channel. In the same channel, a new note with a different instrument is then played. This new note has a Gxx effect.</p><p>In Impulse Tracker, the new note will play, inheriting the frequency of the old note. Presumably, this inheritance is caused by the Gxx effect.</p><p>In Schism Tracker, the new note will not play at all, perhaps because it seems "wrong" to pitch slide across instruments.</p><p>I have attached a module (bendtest.it) which isolates the situation. With Impulse Tracker, a note (C5) plays, followed by a slide to D5. With Schism Tracker, the first note will play, but a slide is not heard. This situation appears in razor-ub.it (<a href="http://modarchive.org/index.php?request=view_by_moduleid&amp;query=68855" rel="nofollow">http://modarchive.org/index.php?request=view_by_moduleid&amp;query=68855</a>) and causes missing notes in channels 11 and 12 near the end of pattern 13.</p><p>Schism Tracker version: win32, 20110101 (also confirmed with Linux i686, 20120105)<br />Impulse Tracker version: v2.14</p>
]]></description>
</item>
<item>
<title>No.1415/5</title>
<dc:creator>esaruoho 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1415.html#1492</link><guid>http://schismtracker.org/scdev/res/1415.html#1492</guid><comments>http://schismtracker.org/scdev/res/1415.html#1492</comments>
<pubDate>Mon, 23 Jan 2012 16:34:20 GMT</pubDate>
<description><![CDATA[
<p>awesome! woo! :)</p>
]]></description>
</item>
<item>
<title>No.1416/13</title>
<dc:creator>esaruoho 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1416.html#1491</link><guid>http://schismtracker.org/scdev/res/1416.html#1491</guid><comments>http://schismtracker.org/scdev/res/1416.html#1491</comments>
<pubDate>Mon, 23 Jan 2012 16:33:32 GMT</pubDate>
<description><![CDATA[
<p><a class="quotelink" href="/scdev/res/1416.html#1453">&gt;&gt;1453</a></p><p>that's awesome!</p>
]]></description>
</item>
<item>
<title>No.1461/7</title>
<dc:creator>esaruoho 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1461.html#1490</link><guid>http://schismtracker.org/scdev/res/1461.html#1490</guid><comments>http://schismtracker.org/scdev/res/1461.html#1490</comments>
<pubDate>Mon, 23 Jan 2012 16:32:06 GMT</pubDate>
<description><![CDATA[
<p><a class="quotelink" href="/scdev/res/1461.html#1477">&gt;&gt;1477</a></p><p>yuck, what possible use is that?<br />sounds depressing.</p>
]]></description>
</item>
<item>
<title>No.1379/3</title>
<dc:creator>Hugo L. Talley 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1379.html#1489</link><guid>http://schismtracker.org/scdev/res/1379.html#1489</guid><comments>http://schismtracker.org/scdev/res/1379.html#1489</comments>
<pubDate>Thu, 12 Jan 2012 22:32:21 GMT</pubDate>
<description><![CDATA[
<p>meta fix</p><ul class="metadata"><li><strong>Complexity:</strong> <span>Low</span> &#8594; <span>Trivial</span></li></ul>
]]></description>
</item>
<item>
<title>No.1484/5</title>
<dc:creator>I. Cobb 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1484.html#1488</link><guid>http://schismtracker.org/scdev/res/1484.html#1488</guid><comments>http://schismtracker.org/scdev/res/1484.html#1488</comments>
<pubDate>Fri, 23 Dec 2011 08:28:59 GMT</pubDate>
<description><![CDATA[
<p><a class="quotelink" href="/scdev/res/1484.html#1487">&gt;&gt;1487</a><br />You're not the only one - other people have asked that before.</p>
]]></description>
</item>
<item>
<title>No.1484/4</title>
<dc:creator>cj (noob) 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1484.html#1487</link><guid>http://schismtracker.org/scdev/res/1484.html#1487</guid><comments>http://schismtracker.org/scdev/res/1484.html#1487</comments>
<pubDate>Fri, 23 Dec 2011 02:08:04 GMT</pubDate>
<description><![CDATA[
<p>i think you guys are right. i am trying to load samples via the instrument library. /facepalm</p><p>thanks for the help!</p>
]]></description>
</item>
<item>
<title>No.1484/3</title>
<dc:creator>I. Cobb 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1484.html#1486</link><guid>http://schismtracker.org/scdev/res/1484.html#1486</guid><comments>http://schismtracker.org/scdev/res/1484.html#1486</comments>
<pubDate>Thu, 22 Dec 2011 20:20:27 GMT</pubDate>
<description><![CDATA[
<p><a class="quotelink" href="/scdev/res/1484.html#1485">&gt;&gt;1485</a><br />The sample library doesn't (shouldn't?) remove files from view, it just reads them as raw data if you try to load them.</p><p>The behavior here sounds to me like you're trying to use the <em>instrument</em> page (F4) instead of the <em>sample</em> page (F3). If you're loading a .wav file or similar, you need to be on the sample list. The instrument list is for setting up multisample instruments, envelopes, and stuff, there's no actual sample data there.</p>
]]></description>
</item>
<item>
<title>No.1484/2</title>
<dc:creator>Probably this wont be of much help... 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1484.html#1485</link><guid>http://schismtracker.org/scdev/res/1484.html#1485</guid><comments>http://schismtracker.org/scdev/res/1484.html#1485</comments>
<pubDate>Thu, 22 Dec 2011 18:44:54 GMT</pubDate>
<description><![CDATA[
<p>It seems very obvious, but are they supported samples and are they samples trying to be loaded from f3? Does it also happen when you only browse your libraries (ctrl-f3/f4)?</p><p>The only times I have what you describe is when I enter a directory that doesnt have what Schism searches for. Happens only in dirs with many files.</p>
]]></description>
</item>
<item>
<title>No.1484/1: 10.5.8</title>
<dc:creator>cj 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1484.html#1484</link><guid>http://schismtracker.org/scdev/res/1484.html#1484</guid><comments>http://schismtracker.org/scdev/res/1484.html#1484</comments>
<pubDate>Thu, 22 Dec 2011 02:18:30 GMT</pubDate>
<description><![CDATA[
<p>I'm running build 20110101 on OSX 10.5.8</p><p>When I open the sample browser, and try to load a file, the list of files quickly disappears one by one, leaving only the directories. When I navigate into a different directory, once again, the files are displayed for a few seconds and then vanish.</p><p>This problem prevents me from loading any samples into the program. Is this a known issue?</p>
]]></description>
</item>
<item>
<title>No.1466/11</title>
<dc:creator>Estevan Sullivan 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1466.html#1483</link><guid>http://schismtracker.org/scdev/res/1466.html#1483</guid><comments>http://schismtracker.org/scdev/res/1466.html#1483</comments>
<pubDate>Thu, 08 Dec 2011 15:19:05 GMT</pubDate>
<description><![CDATA[
<p><a class="quotelink" href="/scdev/res/1466.html#1482">&gt;&gt;1482</a><br />Not enough, lol.</p>
]]></description>
</item>
<item>
<title>No.1466/10</title>
<dc:creator>Arlene Elisha Gray 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1466.html#1482</link><guid>http://schismtracker.org/scdev/res/1466.html#1482</guid><comments>http://schismtracker.org/scdev/res/1466.html#1482</comments>
<pubDate>Thu, 08 Dec 2011 07:49:36 GMT</pubDate>
<description><![CDATA[
<p>BTW, out of curiosity, how much coding experience did you have when you started on Schism Tracker?</p>
]]></description>
</item>
<item>
<title>No.1466/9</title>
<dc:creator>Arlene Elisha Gray 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1466.html#1481</link><guid>http://schismtracker.org/scdev/res/1466.html#1481</guid><comments>http://schismtracker.org/scdev/res/1466.html#1481</comments>
<pubDate>Thu, 08 Dec 2011 07:45:37 GMT</pubDate>
<description><![CDATA[
<blockquote class="unkfunc"><p>&gt;You know, you can fiddle with the buffer size if you want.</p></blockquote><p>Yeah, but it has no effect with <code>alsa:default:0</code> or any other audio device setting that works. Otherwise I crank it to 2048. But I favour multiple access to audio over high-latency stability.</p><p>1024 is the buffer size I get at 48 kHz, and it's actually less prone to underruns, but the screen refresh is a lot worse. Also tuning problems as discussed in <a class="quotelink" href="/scdev/res/1447.html#1447">&gt;&gt;1447</a></p>
]]></description>
</item>
<item>
<title>No.1466/8</title>
<dc:creator>Estevan Sullivan 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1466.html#1480</link><guid>http://schismtracker.org/scdev/res/1466.html#1480</guid><comments>http://schismtracker.org/scdev/res/1466.html#1480</comments>
<pubDate>Thu, 08 Dec 2011 01:28:07 GMT</pubDate>
<description><![CDATA[
<p><a class="quotelink" href="/scdev/res/1466.html#1478">&gt;&gt;1478</a><br />Really? Interesting.</p><p>You know, you can fiddle with the buffer size if you want. It's <code>buffer_size=</code> in the <code>[Audio]</code> section of the config. I have meant to add a slider thingy to adjust it in-program but I'm really lazy when it comes to changing the GUI because it was coded stupidly in the first place. (what was I thinking?! oh right, I wasn't.)</p><p>I just tried <code>alsa:dmix</code> versus <code>alsa:default:0</code> on my desktop, and both of them ignore the buffer size I request, giving me 1024 samples.</p>
]]></description>
</item>
<item>
<title>No.1447/8</title>
<dc:creator>Kimberly McCormick 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1447.html#1479</link><guid>http://schismtracker.org/scdev/res/1447.html#1479</guid><comments>http://schismtracker.org/scdev/res/1447.html#1479</comments>
<pubDate>Wed, 07 Dec 2011 01:36:24 GMT</pubDate>
<description><![CDATA[
<p>&gt;&gt;it'll be a big pain to fix since that'd require rewriting almost all of the code</p><p>Understandable. Just so long as it's not my ears that are broken...</p>
]]></description>
</item>
<item>
<title>No.1466/7</title>
<dc:creator>Felecia Goodwin 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1466.html#1478</link><guid>http://schismtracker.org/scdev/res/1466.html#1478</guid><comments>http://schismtracker.org/scdev/res/1466.html#1478</comments>
<pubDate>Wed, 07 Dec 2011 01:31:50 GMT</pubDate>
<description><![CDATA[
<p><a class="quotelink" href="/scdev/res/1466.html#1475">&gt;&gt;1475</a><br />Actually <code>-a alsa:dmix</code> gives me a message about "Couldn't find any hardware audio formats". I think I have all my sound configs set up properly, but with audio on Linux, who can tell... In any case <code>-a alsa:default:0</code> gives me nonexclusive access, and also gives me a fixed buffer size, tied to the sample rate. In my case I'd actually want it <em>higher</em>, but I'll manage.</p><p><a class="quotelink" href="/scdev/res/1466.html#1476">&gt;&gt;1476</a><br />My choices were bear or pony! It's not like I was offered a car or a video card or something ;p</p>
]]></description>
</item>
<item>
<title>No.1461/6</title>
<dc:creator>Bennie Noble 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1461.html#1477</link><guid>http://schismtracker.org/scdev/res/1461.html#1477</guid><comments>http://schismtracker.org/scdev/res/1461.html#1477</comments>
<pubDate>Tue, 06 Dec 2011 23:26:44 GMT</pubDate>
<description><![CDATA[
<p><a class="quotelink" href="/scdev/res/1461.html#1465">&gt;&gt;1465</a><br />I'm not sure! It might be that new computer I have been wanting for quite some time but not having the free cash to buy, in which case it'd probably be running Win7, and also could be useful for fixing a lot of Windows-related issues that I can't otherwise debug ;)</p>
]]></description>
</item>
<item>
<title>No.1466/6</title>
<dc:creator>M. J. McMahon 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1466.html#1476</link><guid>http://schismtracker.org/scdev/res/1466.html#1476</guid><comments>http://schismtracker.org/scdev/res/1466.html#1476</comments>
<pubDate>Tue, 06 Dec 2011 23:25:17 GMT</pubDate>
<description><![CDATA[
<p>... and you know that <a class="quotelink" href="/scdev/res/1466.html#1470">&gt;&gt;1470</a> isn't me, because what would I do with a silly bear ;)</p>
]]></description>
</item>
<item>
<title>No.1466/5</title>
<dc:creator>M. J. McMahon 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1466.html#1475</link><guid>http://schismtracker.org/scdev/res/1466.html#1475</guid><comments>http://schismtracker.org/scdev/res/1466.html#1475</comments>
<pubDate>Tue, 06 Dec 2011 23:24:28 GMT</pubDate>
<description><![CDATA[
<p>Yep, that'll do it. (For good measure, here's a link to the <a href="http://schismtracker.org/wiki/Configuration#audio_output" rel="nofollow" title="http://schismtracker.org/wiki/Configuration#audio_output">relevant documentation</a>.)</p><p>I have had issues with the dmix driver giving terrible latency and completely ignoring the requested mixing buffer settings (among other issues). At present I have a buffer size of 256 set in the config, but with <code>-a alsa:dmix</code> Schism Tracker winds up with a 1024-sample buffer. I've even seen dmix hand out 4096 samples, which is particularly bad. My answer to this was to require 100% attention to the audio hardware unless you explicitly request otherwise.</p>
]]></description>
</item>
<item>
<title>No.1459/4</title>
<dc:creator>Jefferson Gardner 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1459.html#1474</link><guid>http://schismtracker.org/scdev/res/1459.html#1474</guid><comments>http://schismtracker.org/scdev/res/1459.html#1474</comments>
<pubDate>Tue, 06 Dec 2011 23:16:18 GMT</pubDate>
<description><![CDATA[
<p><a class="quotelink" href="/scdev/res/1459.html#1471">&gt;&gt;1471</a><br />That's because OpenMPT redefined what S91 actually <em>does</em> if you have 4 speakers &ndash; instead of inverting phase, it reroutes it to different channels in <em>software</em>. Schism Tracker doesn't bother with that and just does what Impulse Tracker did. (I'm almost certain that IT didn't have support for surround cards.)</p><p>For whatever reason, even though I have rear-out on my sound card, the same audio still goes to all channels... except for DVD playback. I have no idea how that works, but the net of it is that I can't test what any of this does. :\</p>
]]></description>
</item>
<item>
<title>No.1447/7</title>
<dc:creator>Humberto Roman 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1447.html#1473</link><guid>http://schismtracker.org/scdev/res/1447.html#1473</guid><comments>http://schismtracker.org/scdev/res/1447.html#1473</comments>
<pubDate>Tue, 06 Dec 2011 23:12:25 GMT</pubDate>
<description><![CDATA[
<p><a class="quotelink" href="/scdev/res/1447.html#1472">&gt;&gt;1472</a><br />I see. I'll retag this one then. I still haven't looked at that zip file :(</p><p>If the problem is in fact the periodic tuning, it'll be a big pain to fix since that'd require rewriting almost all of the code that handles pitches, which is like half the player.</p><ul class="metadata"><li><strong>Category:</strong> <span> Playback</span><li><strong>Complexity:</strong> <span> Difficult</span><li><strong>Priority:</strong> <span> Low</span><li><strong>Status:</strong> <span> Rejected</span> &#8594; <span> Acknowledged</span></li></ul>
]]></description>
</item>
<item>
<title>No.1447/6</title>
<dc:creator>Saga 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1447.html#1472</link><guid>http://schismtracker.org/scdev/res/1447.html#1472</guid><comments>http://schismtracker.org/scdev/res/1447.html#1472</comments>
<pubDate>Tue, 06 Dec 2011 18:20:57 GMT</pubDate>
<description><![CDATA[
<p><a class="quotelink" href="/scdev/res/1447.html#1458">&gt;&gt;1458</a><br />It can cause audible tuning differences in various ways, so this was a actually shot in the dark.</p>
]]></description>
</item>
<item>
<title>No.1459/3</title>
<dc:creator>Saga 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1459.html#1471</link><guid>http://schismtracker.org/scdev/res/1459.html#1471</guid><comments>http://schismtracker.org/scdev/res/1459.html#1471</comments>
<pubDate>Tue, 06 Dec 2011 18:19:20 GMT</pubDate>
<description><![CDATA[
<p>That was actually the idea behind surround mode, yes - some Dolby hardware can send the "surround" channels to the rear channels. If you use OpenMPT for example and set it up in quad surround mode, it will indeed send surround channels to the rear channels. XMPlay might do something similar, but I haven't tested it.</p><p>Note that many IT modules were not created with real surround speakers sets in mind, so many use the surround (or rather phase inversion) effect for stereo tricks rather than real surround positioning.</p>
]]></description>
</item>
<item>
<title>No.1466/4</title>
<dc:creator>Felecia Goodwin 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1466.html#1470</link><guid>http://schismtracker.org/scdev/res/1466.html#1470</guid><comments>http://schismtracker.org/scdev/res/1466.html#1470</comments>
<pubDate>Sun, 04 Dec 2011 23:43:44 GMT</pubDate>
<description><![CDATA[
<p>I'll take the bear!</p><p>Instead of typing the -a parameter every time you can just add it to ~/.schism/config under the [Audio] section, i.e.<br /><code>driver=alsa:default:0</code></p>
]]></description>
</item>
<item>
<title>No.1466/3</title>
<dc:creator>Chance Tate 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1466.html#1469</link><guid>http://schismtracker.org/scdev/res/1466.html#1469</guid><comments>http://schismtracker.org/scdev/res/1466.html#1469</comments>
<pubDate>Sun, 04 Dec 2011 23:03:40 GMT</pubDate>
<description><![CDATA[
<p>Thank you. You aim very well with a shotgun! First and last shot in the bulls eye. Pick a teddy or pony at your liking :)</p>
]]></description>
</item>
<item>
<title>No.1466/2</title>
<dc:creator>Felecia Goodwin 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1466.html#1467</link><guid>http://schismtracker.org/scdev/res/1466.html#1467</guid><comments>http://schismtracker.org/scdev/res/1466.html#1467</comments>
<pubDate>Sun, 04 Dec 2011 22:45:49 GMT</pubDate>
<description><![CDATA[
<p>shotgun approach, maybe one of these will work:</p><p><code>schismtracker -a alsa:default:0</code><br /><code>schismtracker -a alsa:dmix</code><br /><code>schismtracker -a oss:/dev/dsp</code></p><p><code>aoss schismtracker</code><br /><code>aoss schismtracker -a oss:/dev/dsp</code><br />(get aoss from a package called alsa-oss, probably)</p><p><code>lsof | grep dsp</code><br /><code>lsof | grep snd</code><br />end or kill any processes that come up from these commands</p>
]]></description>
</item>
<item>
<title>No.1466/1: Using dummy on sdl</title>
<dc:creator>Chance Tate 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1466.html#1466</link><guid>http://schismtracker.org/scdev/res/1466.html#1466</guid><comments>http://schismtracker.org/scdev/res/1466.html#1466</comments>
<pubDate>Sun, 04 Dec 2011 13:19:28 GMT</pubDate>
<description><![CDATA[
<p>Schism Tracker doesnt find a suitable audio device, so it uses the dummy driver. /dev/dsp exists but running with an "-a /dev/dsp" flag doesnt help. I currently use alsa with proper modules and oss plugins loaded.</p><p>I used the 1/1/11 build and a self compiled hg build per wiki notes. Both had the same result.</p><p>I have no clue what to do next.</p>
]]></description>
</item>
<item>
<title>No.1461/5</title>
<dc:creator>esaruoho 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1461.html#1465</link><guid>http://schismtracker.org/scdev/res/1461.html#1465</guid><comments>http://schismtracker.org/scdev/res/1461.html#1465</comments>
<pubDate>Sun, 04 Dec 2011 11:17:24 GMT</pubDate>
<description><![CDATA[
<p>what if you had a computer which gave midi out without alsa midi mess?</p>
]]></description>
</item>
<item>
<title>No.1461/4</title>
<dc:creator>Bennie Noble 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1461.html#1464</link><guid>http://schismtracker.org/scdev/res/1461.html#1464</guid><comments>http://schismtracker.org/scdev/res/1461.html#1464</comments>
<pubDate>Fri, 02 Dec 2011 15:50:35 GMT</pubDate>
<description><![CDATA[
<p><a class="quotelink" href="/scdev/res/1461.html#1463">&gt;&gt;1463</a><br />Step 1, wait until I have free time to do things like goof around with ALSA MIDI, because currently I don't.<br />Step 2, wait while I goof around with things and figure out why it doesn't work.</p><p>Alternately, find other programmers who are willing to submit working patches. :)</p>
]]></description>
</item>
<item>
<title>No.1461/3</title>
<dc:creator>esaruoho 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1461.html#1463</link><guid>http://schismtracker.org/scdev/res/1461.html#1463</guid><comments>http://schismtracker.org/scdev/res/1461.html#1463</comments>
<pubDate>Fri, 02 Dec 2011 01:52:57 GMT</pubDate>
<description><![CDATA[
<p><a class="quotelink" href="/scdev/res/1461.html#1462">&gt;&gt;1462</a></p><p>wonderful! wonderful! :)<br />what can we do to assist you with midi?</p>
]]></description>
</item>
<item>
<title>No.1461/2</title>
<dc:creator>Bennie Noble 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1461.html#1462</link><guid>http://schismtracker.org/scdev/res/1461.html#1462</guid><comments>http://schismtracker.org/scdev/res/1461.html#1462</comments>
<pubDate>Thu, 01 Dec 2011 21:27:57 GMT</pubDate>
<description><![CDATA[
<blockquote class="unkfunc"><p>&gt; Is a keyjazz possibility for midi-ports possible?</p></blockquote><p>Yes.<br />Likely? Not unless I can figure out why ALSA MIDI apparently stopped working with Schism on both of my computers.</p><p>Hung notes wouldn't be problematic, as soon as you let go of the MIDI key, it would send a note-off, just like on the PC keyboard.</p>
]]></description>
</item>
<item>
<title>No.1461/1: serious midi issue. (serious midi issue)</title>
<dc:creator>esaruoho 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1461.html#1461</link><guid>http://schismtracker.org/scdev/res/1461.html#1461</guid><comments>http://schismtracker.org/scdev/res/1461.html#1461</comments>
<pubDate>Thu, 01 Dec 2011 20:18:11 GMT</pubDate>
<description><![CDATA[
<p>Hi.<br />If you set Schism Tracker to send midi Output to a midiport, switch to Instruments mode, go and edit the Instrument and set a midi channel, and go into F3/F4 or F2 and press a key - the key is not sent.<br />I spent some time fiddling around with this until I realized that the only way for the recorded-in midi to be sent out to a midi-port, is if playback is on and if the playhead wishes to play a specific row content.</p><p>Is a keyjazz possibility for midi-ports possible? The only issue I can perceive is having to have a GUI element which allows for setting the length of the note being toggled - so that it is not just a hung note (altho, this would be intriguing with some synthesizers + software + arpeggiators)..</p>
]]></description>
</item>
<item>
<title>No.1459/2</title>
<dc:creator>Jefferson Gardner 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1459.html#1460</link><guid>http://schismtracker.org/scdev/res/1459.html#1460</guid><comments>http://schismtracker.org/scdev/res/1459.html#1460</comments>
<pubDate>Thu, 01 Dec 2011 14:37:01 GMT</pubDate>
<description><![CDATA[
<p>All "Surround" does is flip one channel (the same way Alt-I does it). Neither Impulse Tracker nor Schism Tracker have real support for more than two channels - it's somewhere buried on the wishlist but even when that gets implemented, the S91 surround will continue to do the same thing it's been doing for compatibility's sake.</p><p>I think there's some (Dolby) hardware out there that can recognize inverted data and route it somehow to another speaker, but I haven't used such a system so I have no idea. (IIRC, Jeffrey Lim didn't know if it actually worked either...)</p>
]]></description>
</item>
<item>
<title>No.1459/1: Surround -- Am I Missing Something?</title>
<dc:creator>ryansupak 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1459.html#1459</link><guid>http://schismtracker.org/scdev/res/1459.html#1459</guid><comments>http://schismtracker.org/scdev/res/1459.html#1459</comments>
<pubDate>Thu, 01 Dec 2011 06:47:33 GMT</pubDate>
<description><![CDATA[
<p>Hi, I'm using Schism Tracker - build 20110101 - for OS X. (I'm new to trackers, and not new to software like Ableton Live and MAX/MSP &ndash; but love the simplicity and stability of the tracker mindset.)</p><p>I have opened some existing files and seen Surround used. I also see that there is an Effect that will put a track into Surround mode. But, I'm left with questions:</p><ol><li>Is what Schism Tracker calls "Surround" merely applying some kind of phase/image/delay effect and still outputting a Stereo signal?</li></ol><p>2) Did the original Impulse Tracker support sending things to more than 2 channels, or was its definition of "Surround" the same thing discussed in Question (1)?</p><p>Thanks for any help :)<br />rs</p>
]]></description>
</item>
<item>
<title>No.1447/5</title>
<dc:creator>Leann Contreras 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1447.html#1458</link><guid>http://schismtracker.org/scdev/res/1447.html#1458</guid><comments>http://schismtracker.org/scdev/res/1447.html#1458</comments>
<pubDate>Tue, 29 Nov 2011 14:43:36 GMT</pubDate>
<description><![CDATA[
<p><a class="quotelink" href="/scdev/res/1447.html#1457">&gt;&gt;1457</a><br />Doesn't that only cause significant problems with Amiga tuning or after a lot of pitch sliding?</p>
]]></description>
</item>
<item>
<title>No.1447/4</title>
<dc:creator>Saga 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1447.html#1457</link><guid>http://schismtracker.org/scdev/res/1447.html#1457</guid><comments>http://schismtracker.org/scdev/res/1447.html#1457</comments>
<pubDate>Sat, 26 Nov 2011 16:28:45 GMT</pubDate>
<description><![CDATA[
<p>I'd bet that this is rather related to libmodplug's inaccuracies in frequency calculation due to using "periods" rather than real sample frequency.</p>
]]></description>
</item>
<item>
<title>No.1455/2</title>
<dc:creator>Titus M. Osborn 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1455.html#1456</link><guid>http://schismtracker.org/scdev/res/1455.html#1456</guid><comments>http://schismtracker.org/scdev/res/1455.html#1456</comments>
<pubDate>Fri, 25 Nov 2011 14:53:08 GMT</pubDate>
<description><![CDATA[
<p>Yeah, Schism Tracker never really had support for anything higher than 16-bit. It pretends to but fails miserably at it. (There's also a kind-of-related bug about 24/32-bit wav files not <em>loading</em> correctly.)</p><ul class="metadata"><li><strong>Category:</strong> <span> File I/O</span><li><strong>Complexity:</strong> <span> Moderate</span><li><strong>Priority:</strong> <span> Low</span><li><strong>Status:</strong> <span> Acknowledged</span></ul>
]]></description>
</item>
<item>
<title>No.1455/1: Exporting to 24 bit WAV</title>
<dc:creator>Rene Wiersma 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1455.html#1455</link><guid>http://schismtracker.org/scdev/res/1455.html#1455</guid><comments>http://schismtracker.org/scdev/res/1455.html#1455</comments>
<pubDate>Fri, 25 Nov 2011 09:45:08 GMT</pubDate>
<description><![CDATA[
<p>Probably just my ignorance and not a bug, but I don't know where to put it otherwise. I use the Schism Tracker version built on 2011-01-01, on Windows XP. I set the config file to export WAV files to 96kHz and 24 bits, because I want to do some post-processing on the WAV in Audaucity. However, when I import the WAV file in Audacity it just plays as static. I tried importing it as RAW data in Audacity, but that doesn't make any difference (I tried different settings for endianness, but it makes no difference). I can't play the WAV file in Windows Media Player either (it asks for a codec). If I try to load the WAV in Schism itself, it also plays just static. Exporting as a 32 bits WAV gives a similar result. Exporting as 16 bit works fine, but I really want to work on a higher bit rate. Is there any other way to go about this, or is it really a Schism bug?</p>
]]></description>
</item>
<item>
<title>No.1447/3</title>
<dc:creator>Britney Christine Alvarado 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1447.html#1454</link><guid>http://schismtracker.org/scdev/res/1447.html#1454</guid><comments>http://schismtracker.org/scdev/res/1447.html#1454</comments>
<pubDate>Wed, 23 Nov 2011 05:03:32 GMT</pubDate>
<enclosure url="http://schismtracker.org/scdev/src/pptune8.zip"
length="1751814" type="application/zip" />
<description><![CDATA[
<p><small>
<img src="http://sovietrussia.org/img/archive.png" alt="1710 kb"
width="64" height="64" />
</small></p>
<p>Seems the issue is more complex than it first appeared.</p><p>At a playback rate of 44100, example file plays a little detuned, but nothing too serious. (It is noticeably a little off when directly compared to IT's output.)</p><p>At 48000, the rate I was using when I made the report, schism plays it <em>very</em> out of tune. C7 is very flat against C4 of the same sample.</p><p>Changing that PINGPONGOFFSET define in mixer.c to 1 changes the sound a little, but I can't say if it's an improvement.</p><p>In case you want it, attached zip has wav writes of pptune.it from IT (mono diskwriter in dosbox), schism default, schism with PINGPONGOFFSET=1, and XMplay, at both 44100 and 48000 Hz.</p>
]]></description>
</item>
<item>
<title>No.1416/12</title>
<dc:creator>Brenda Arnold 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1416.html#1453</link><guid>http://schismtracker.org/scdev/res/1416.html#1453</guid><comments>http://schismtracker.org/scdev/res/1416.html#1453</comments>
<pubDate>Tue, 22 Nov 2011 22:36:42 GMT</pubDate>
<description><![CDATA[
<p><a class="quotelink" href="/scdev/res/1416.html#1448">&gt;&gt;1448</a><br />I keep forgetting to do that or am not anywhere near my computer when I have time, and I don't have time when I'm at my computer because I'm busy with other things. Sorry.</p>
]]></description>
</item>
<item>
<title>No.1447/2</title>
<dc:creator>Paige Cathy Wheeler 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1447.html#1452</link><guid>http://schismtracker.org/scdev/res/1447.html#1452</guid><comments>http://schismtracker.org/scdev/res/1447.html#1452</comments>
<pubDate>Tue, 22 Nov 2011 22:35:46 GMT</pubDate>
<description><![CDATA[
<p>This is the correct behavior.</p><ul class="metadata"><li><strong>Status:</strong> <span> Rejected</span></ul>
]]></description>
</item>
<item>
<title>No.1450/2</title>
<dc:creator>Yasmin H. Suarez 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1450.html#1451</link><guid>http://schismtracker.org/scdev/res/1450.html#1451</guid><comments>http://schismtracker.org/scdev/res/1450.html#1451</comments>
<pubDate>Tue, 22 Nov 2011 22:34:43 GMT</pubDate>
<description><![CDATA[
<p>If/when I get a Windows computer, I will definitely be able to track down and fix a lot of Windows-related bugs. I hear there are many of them :(</p>
]]></description>
</item>
<item>
<title>No.1450/1</title>
<dc:creator>tct1501 !TCpAlqu3Hk 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1450.html#1450</link><guid>http://schismtracker.org/scdev/res/1450.html#1450</guid><comments>http://schismtracker.org/scdev/res/1450.html#1450</comments>
<pubDate>Tue, 22 Nov 2011 15:56:50 GMT</pubDate>
<description><![CDATA[
<p>Im currently tracking under windows xp and schism isnt nearly as stable as on linux. I had some strange crashes and one time Schism lost track of the file name. I had my mod saved, pressed ctrl-S but instead I was directed to the ctrl-W screen. The filename was gone!</p><p>But the crash: Resizing a pattern while playing the pattern crashes Schism</p>
]]></description>
</item>
<item>
<title>No.1416/11</title>
<dc:creator>esaruoho 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1416.html#1448</link><guid>http://schismtracker.org/scdev/res/1416.html#1448</guid><comments>http://schismtracker.org/scdev/res/1416.html#1448</comments>
<pubDate>Sun, 20 Nov 2011 16:44:27 GMT</pubDate>
<description><![CDATA[
<p>woo! stuff has been acknowledged! where do i see all the stuff that's been acknowledged?</p>
]]></description>
</item>
<item>
<title>No.1447/1: ping pong loops not looping properly</title>
<dc:creator>Britney Christine Alvarado 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1447.html#1447</link><guid>http://schismtracker.org/scdev/res/1447.html#1447</guid><comments>http://schismtracker.org/scdev/res/1447.html#1447</comments>
<pubDate>Sun, 20 Nov 2011 03:17:31 GMT</pubDate>
<enclosure url="http://schismtracker.org/scdev/src/pptune.it"
length="2510" type="audio/x-mod" />
<description><![CDATA[
<p><small>
File: 0:09, ping pong loops &amp; tuning<br />
<img src="http://sovietrussia.org/img/audio.png" alt="2 kb"
width="64" height="64" />
</small></p>
<p>Schism is probably looping one too many or one too few samples each end of a ping-pong loop. Probably only matters with chip loops, where it causes tuning problems.</p><p>Attached file should not sound out of tune when played.</p>
]]></description>
</item>
<item>
<title>No.1444/3</title>
<dc:creator>Storlek !desu/4y/Xg 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1444.html#1446</link><guid>http://schismtracker.org/scdev/res/1444.html#1446</guid><comments>http://schismtracker.org/scdev/res/1444.html#1446</comments>
<pubDate>Thu, 17 Nov 2011 21:51:38 GMT</pubDate>
<description><![CDATA[
<p>Didn't I fix this? I guess not. Maybe I noticed, thought "oh that'll be easy to fix" and promptly didn't do anything.</p><ul class="metadata"><li><strong>Category:</strong> <span> Playback</span><li><strong>Complexity:</strong> <span> Trivial</span><li><strong>Priority:</strong> <span> Normal</span><li><strong>Screen:</strong> <span> Order List</span><li><strong>Status:</strong> <span> Acknowledged</span></ul>
]]></description>
</item>
<item>
<title>No.1444/2</title>
<dc:creator>Bernard D. Lynch 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1444.html#1445</link><guid>http://schismtracker.org/scdev/res/1444.html#1445</guid><comments>http://schismtracker.org/scdev/res/1444.html#1445</comments>
<pubDate>Thu, 17 Nov 2011 21:24:33 GMT</pubDate>
<enclosure url="http://schismtracker.org/scdev/src/orderand.it"
length="17124" type="audio/x-mod" />
<description><![CDATA[
<p><small>
<img src="http://sovietrussia.org/img/audio.png" alt="16 kb"
width="64" height="64" />
</small></p>
<p>buggy pseudorandom composition lol</p>
]]></description>
</item>
<item>
<title>No.1444/1: bugs on full order list</title>
<dc:creator>68k / +- 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1444.html#1444</link><guid>http://schismtracker.org/scdev/res/1444.html#1444</guid><comments>http://schismtracker.org/scdev/res/1444.html#1444</comments>
<pubDate>Thu, 17 Nov 2011 20:39:17 GMT</pubDate>
<enclosure url="http://schismtracker.org/scdev/src/orderlst.it"
length="785" type="audio/x-mod" />
<description><![CDATA[
<p><small>
<img src="http://sovietrussia.org/img/audio.png" alt="785 b"
width="64" height="64" />
</small></p>
<p>Pretty inconsequential, but still:</p><p>If the order list is full, and order 255 is not +++, total song time given by Ctrl-P is way off. Also, the time given differs depending on whether or not something is playing.</p><p>Letting the song play through also gives strange results as schism tries to play Order 256, 257, and so on...</p>
]]></description>
</item>
<item>
<title>No.1436/4</title>
<dc:creator>Adolfo Taylor 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1436.html#1443</link><guid>http://schismtracker.org/scdev/res/1436.html#1443</guid><comments>http://schismtracker.org/scdev/res/1436.html#1443</comments>
<pubDate>Wed, 16 Nov 2011 02:15:08 GMT</pubDate>
<description><![CDATA[
<p><a class="quotelink" href="/scdev/res/1436.html#1441">&gt;&gt;1441</a><br />A short shell script could unzip a whole directory's worth of zip files all at once. Also, CPU and memory are still fairly expensive, whereas mass storage has gotten <em>ridiculously</em> cheap now, so your bang/buck ratio is still much better on the hard drive :)</p><p>Anyway, I'm giving this some thought. There might be a way to swing it without actually adding a ton of code... and it might allow for other neat tricks too. I'll tag this so I remember Later™.</p><ul class="metadata"><li><strong>Category:</strong> <span> File I/O</span><li><strong>Complexity:</strong> <span> Difficult</span><li><strong>Priority:</strong> <span> Low</span><li><strong>Status:</strong> <span> Mythical Future</span></ul>
]]></description>
</item>
<item>
<title>No.1411/5</title>
<dc:creator>tct1501 !TCpAlqu3Hk 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1411.html#1442</link><guid>http://schismtracker.org/scdev/res/1411.html#1442</guid><comments>http://schismtracker.org/scdev/res/1411.html#1442</comments>
<pubDate>Tue, 15 Nov 2011 23:43:10 GMT</pubDate>
<description><![CDATA[
<p>Then I dont know what happened. The samples in it are from a sample pack from +-, in IT format, and when I start making some song, saved it to IT. I never saved to another format, simply because the only tracker I use is Schism. Strange :/</p>
]]></description>
</item>
<item>
<title>No.1436/3</title>
<dc:creator>tct1501 !TCpAlqu3Hk 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1436.html#1441</link><guid>http://schismtracker.org/scdev/res/1436.html#1441</guid><comments>http://schismtracker.org/scdev/res/1436.html#1441</comments>
<pubDate>Tue, 15 Nov 2011 23:36:32 GMT</pubDate>
<description><![CDATA[
<p><a class="quotelink" href="/scdev/res/1436.html#1440">&gt;&gt;1440</a><br />That $100 could well be spent on a faster CPU and more memory so precious CPU calculations and bits of memory are not wasted. So Bart still has a point ;)</p><p>Aside from your technicality arguments, from a users point of view this idea is not so bad. A lot of (single) mods are offered as compressed downloads from numeral sources. I for one find it a nuisance to uncompress every single archive containing a module I want to listen to. Its not much of a matter of size  but more of user friendliness.</p>
]]></description>
</item>
<item>
<title>No.1436/2</title>
<dc:creator>Adolfo Taylor 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1436.html#1440</link><guid>http://schismtracker.org/scdev/res/1436.html#1440</guid><comments>http://schismtracker.org/scdev/res/1436.html#1440</comments>
<pubDate>Mon, 14 Nov 2011 23:33:45 GMT</pubDate>
<description><![CDATA[
<p>ehh... you can get a terabyte hard drive for $100 nowadays, and handling the compression would waste a ton more CPU and memory disproportionate to the amount of space you'd save. Zipping an .it file hardly saves 10% of the filesize, and they're already small in the first place (well, generally).</p>
]]></description>
</item>
<item>
<title>No.1416/10</title>
<dc:creator>Storlek !desu/4y/Xg 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1416.html#1439</link><guid>http://schismtracker.org/scdev/res/1416.html#1439</guid><comments>http://schismtracker.org/scdev/res/1416.html#1439</comments>
<pubDate>Mon, 14 Nov 2011 23:11:19 GMT</pubDate>
<description><![CDATA[
<p><a class="quotelink" href="/scdev/res/1416.html#1438">&gt;&gt;1438</a><br />And now I'm home. :)</p><ul class="metadata"><li><strong>Category:</strong> <span> User Input</span><li><strong>Complexity:</strong> <span> Moderate</span><li><strong>Priority:</strong> <span> Low</span><li><strong>Status:</strong> <span> Acknowledged</span></ul>
]]></description>
</item>
<item>
<title>No.1416/9</title>
<dc:creator>esaruoho 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1416.html#1438</link><guid>http://schismtracker.org/scdev/res/1416.html#1438</guid><comments>http://schismtracker.org/scdev/res/1416.html#1438</comments>
<pubDate>Mon, 14 Nov 2011 15:19:03 GMT</pubDate>
<description><![CDATA[
<p><a class="quotelink" href="/scdev/res/1416.html#1433">&gt;&gt;1433</a></p><p>now it's monday all over the place!</p>
]]></description>
</item>
<item>
<title>No.1416/8</title>
<dc:creator>esaruoho 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1416.html#1437</link><guid>http://schismtracker.org/scdev/res/1416.html#1437</guid><comments>http://schismtracker.org/scdev/res/1416.html#1437</comments>
<pubDate>Mon, 14 Nov 2011 00:24:36 GMT</pubDate>
<description><![CDATA[
<p><a class="quotelink" href="/scdev/res/1416.html#1433">&gt;&gt;1433</a><br />actually, now it's monday 02.24am   gmt+2 time over here in finland. will that do as monday for you, Pierre Dodson?</p>
]]></description>
</item>
<item>
<title>No.1436/1: opens compressed songs(ex: example.xm.zip) </title>
<dc:creator>bart 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1436.html#1436</link><guid>http://schismtracker.org/scdev/res/1436.html#1436</guid><comments>http://schismtracker.org/scdev/res/1436.html#1436</comments>
<pubDate>Sat, 12 Nov 2011 19:18:27 GMT</pubDate>
<description><![CDATA[
<p>Tre last I instaled milkytracker and there open songs (xm,it, itd) compressed files (zip) mayby it is good idea to implements in schismtracker.</p>
]]></description>
</item>
<item>
<title>No.1392/3</title>
<dc:creator>bart 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1392.html#1435</link><guid>http://schismtracker.org/scdev/res/1392.html#1435</guid><comments>http://schismtracker.org/scdev/res/1392.html#1435</comments>
<pubDate>Sat, 12 Nov 2011 19:12:35 GMT</pubDate>
<description><![CDATA[
<p>Tre last I instaled milkytracker and there open songs (xm,it, itd) compressed files (zip) mayby it is good idea to implements in schismtracker.</p>
]]></description>
</item>
<item>
<title>No.1416/7</title>
<dc:creator>esaruoho 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1416.html#1434</link><guid>http://schismtracker.org/scdev/res/1416.html#1434</guid><comments>http://schismtracker.org/scdev/res/1416.html#1434</comments>
<pubDate>Fri, 11 Nov 2011 23:10:19 GMT</pubDate>
<description><![CDATA[
<p><a class="quotelink" href="/scdev/res/1416.html#1433">&gt;&gt;1433</a></p><p>you didn't remember, and it's already saturday!!</p><p>:)</p>
]]></description>
</item>
<item>
<title>No.1416/6</title>
<dc:creator>Pierre Dodson 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1416.html#1433</link><guid>http://schismtracker.org/scdev/res/1416.html#1433</guid><comments>http://schismtracker.org/scdev/res/1416.html#1433</comments>
<pubDate>Fri, 11 Nov 2011 20:44:32 GMT</pubDate>
<description><![CDATA[
<p>Okay, just saw this in action on a Mac. That's a really weird feature.</p><p>I guess I could add a "don't ask before quitting" option. Bump this if I don't remember to put the bug meta stuff on it when I get home Monday.</p>
]]></description>
</item>
<item>
<title>No.1318/8</title>
<dc:creator>Deana Newton 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1318.html#1432</link><guid>http://schismtracker.org/scdev/res/1318.html#1432</guid><comments>http://schismtracker.org/scdev/res/1318.html#1432</comments>
<pubDate>Fri, 11 Nov 2011 20:38:55 GMT</pubDate>
<description><![CDATA[
<p><a class="quotelink" href="/scdev/res/1318.html#1431">&gt;&gt;1431</a><br />Equally unlikely ;)</p>
]]></description>
</item>
<item>
<title>No.1318/7</title>
<dc:creator>esaruoho 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1318.html#1431</link><guid>http://schismtracker.org/scdev/res/1318.html#1431</guid><comments>http://schismtracker.org/scdev/res/1318.html#1431</comments>
<pubDate>Fri, 11 Nov 2011 02:19:42 GMT</pubDate>
<description><![CDATA[
<p>i think for schism it's far more important to get rewire slave + rewire master than for it to suddenly start supporting vst/au/ladspa/bla ;)</p>
]]></description>
</item>
<item>
<title>No.1384/6</title>
<dc:creator>esaruoho 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1384.html#1430</link><guid>http://schismtracker.org/scdev/res/1384.html#1430</guid><comments>http://schismtracker.org/scdev/res/1384.html#1430</comments>
<pubDate>Fri, 11 Nov 2011 02:19:04 GMT</pubDate>
<description><![CDATA[
<p><a class="quotelink" href="/scdev/res/1384.html#1427">&gt;&gt;1427</a></p><p>yeah :)<br />that would be splend1d</p>
]]></description>
</item>
<item>
<title>No.1416/5</title>
<dc:creator>esaruoho 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1416.html#1429</link><guid>http://schismtracker.org/scdev/res/1416.html#1429</guid><comments>http://schismtracker.org/scdev/res/1416.html#1429</comments>
<pubDate>Fri, 11 Nov 2011 02:18:46 GMT</pubDate>
<description><![CDATA[
<p><a class="quotelink" href="/scdev/res/1416.html#1426">&gt;&gt;1426</a></p><p>schism tracker doesn't receive focus, but does get a quit signal.</p><p>an option to not prompt before quitting (unless if there's something to save) would probably solve this fully.</p>
]]></description>
</item>
<item>
<title>No.1318/6</title>
<dc:creator>tct1501 !TCpAlqu3Hk 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1318.html#1428</link><guid>http://schismtracker.org/scdev/res/1318.html#1428</guid><comments>http://schismtracker.org/scdev/res/1318.html#1428</comments>
<pubDate>Thu, 10 Nov 2011 20:49:29 GMT</pubDate>
<description><![CDATA[
<p>and what does "overengineered" mean?</p>
]]></description>
</item>
<item>
<title>No.1384/5</title>
<dc:creator>Storlek !desu/4y/Xg 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1384.html#1427</link><guid>http://schismtracker.org/scdev/res/1384.html#1427</guid><comments>http://schismtracker.org/scdev/res/1384.html#1427</comments>
<pubDate>Thu, 10 Nov 2011 00:51:20 GMT</pubDate>
<description><![CDATA[
<p><a class="quotelink" href="/scdev/res/1384.html#1423">&gt;&gt;1423</a><br />A "delete unused junk" key?</p>
]]></description>
</item>
<item>
<title>No.1416/4</title>
<dc:creator>Storlek !desu/4y/Xg 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1416.html#1426</link><guid>http://schismtracker.org/scdev/res/1416.html#1426</guid><comments>http://schismtracker.org/scdev/res/1416.html#1426</comments>
<pubDate>Thu, 10 Nov 2011 00:50:35 GMT</pubDate>
<description><![CDATA[
<p>Still don't quite grasp this. You want to quit with no prompt at all, but only if Schism Tracker has <em>just</em> received focus? That would be complex to implement, since then focus-in would need to be somehow processed alongside the keyboard handler...</p><p>Would be simpler just to stuff in an option to not prompt before quitting, imo.</p>
]]></description>
</item>
<item>
<title>No.1318/5</title>
<dc:creator>Storlek !desu/4y/Xg 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1318.html#1425</link><guid>http://schismtracker.org/scdev/res/1318.html#1425</guid><comments>http://schismtracker.org/scdev/res/1318.html#1425</comments>
<pubDate>Thu, 10 Nov 2011 00:42:45 GMT</pubDate>
<description><![CDATA[
<p><a class="quotelink" href="/scdev/res/1318.html#1424">&gt;&gt;1424</a><br />Something that is very unlikely to be implemented by me.</p><p>LADSPA is to Linux as VST is to Mac and Windows, except (so I've been told, I never played with either) it's overengineered and more complex to implement, and there's far fewer plugins.</p>
]]></description>
</item>
<item>
<title>No.1318/4</title>
<dc:creator>esaruoho 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1318.html#1424</link><guid>http://schismtracker.org/scdev/res/1318.html#1424</guid><comments>http://schismtracker.org/scdev/res/1318.html#1424</comments>
<pubDate>Wed, 09 Nov 2011 21:03:20 GMT</pubDate>
<description><![CDATA[
<p>what does "ladspa plugin support" mean?</p>
]]></description>
</item>
<item>
<title>No.1384/4</title>
<dc:creator>esaruoho 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1384.html#1423</link><guid>http://schismtracker.org/scdev/res/1384.html#1423</guid><comments>http://schismtracker.org/scdev/res/1384.html#1423</comments>
<pubDate>Wed, 09 Nov 2011 20:45:33 GMT</pubDate>
<description><![CDATA[
<p><a class="quotelink" href="/scdev/res/1384.html#1386">&gt;&gt;1386</a></p><p>If one resizes with F2-F2   all the patterns from pattern 10 to pattern (max)  to 128 or 192 row lengths, you'll see a drastic growth in the song size. If I would then want to try and get it back down, I'd try and re-update those said patterns back to 64, but wouldn't know how to else  save some song-data-space   with the .IT</p><p>(I was trying to optimize .it's for smaller filesizes, and didn't find the updating to be snappy enough, hence the original post)</p>
]]></description>
</item>
<item>
<title>No.1416/3</title>
<dc:creator>esaruoho 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1416.html#1422</link><guid>http://schismtracker.org/scdev/res/1416.html#1422</guid><comments>http://schismtracker.org/scdev/res/1416.html#1422</comments>
<pubDate>Wed, 09 Nov 2011 20:42:44 GMT</pubDate>
<description><![CDATA[
<p>Ok this is a strictly OSX thing.<br />CMD-Q  is  the OSX equivalent of Alt-F4.  If nothing is saved in the document, etc, the Notepad.exe, for instance, will be shut down. If one presses Alt-F4  and it's not saved, out comes a prompt saying, please save.</p><p>Now, this "Close the program" concept has two aspects, one of closing the program (without a dialogue) and one of asking to do something about the currently open document, which has not been saved.</p><p>Schism differs from this regular convention in   one way:<br />When you Quit after having saved a song, you are asked: "Do you wish to quit?" (or some equivalent of that.   That is quite fine by itself, sure, when the user  is pressing Ctrl-Q to Quit, while Schism Tracker is active on the screen.</p><p>But there's also one other method of quitting - this in OSX.<br />I'll try and explain.<br />Alt-Tab or Cmd-Tab are the accepted methods of switching tasks.<br />I don't know about Windows, but in Cmd-Tab in OSX, one is able to actually quit applications by pressing Cmd-Q.</p>
<p><small>Comment too long; full version <a href="http://schismtracker.org/scdev/res/1416.html#1422">here</a>.</small></p>
]]></description>
</item>
<item>
<title>No.1415/4</title>
<dc:creator>esaruoho 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1415.html#1421</link><guid>http://schismtracker.org/scdev/res/1415.html#1421</guid><comments>http://schismtracker.org/scdev/res/1415.html#1421</comments>
<pubDate>Wed, 09 Nov 2011 19:55:37 GMT</pubDate>
<description><![CDATA[
<p><a class="quotelink" href="/scdev/res/1415.html#1419">&gt;&gt;1419</a></p><p>Hi Storlek. Ctrl-O as a global key  would be wonderful. Then it would work in F2, F3, F4 and F11! and the infopage too. Infopage would be the best - because then it's easy and quick to toggle channels.</p>
]]></description>
</item>
<item>
<title>No.1415/3</title>
<dc:creator>Storlek !desu/4y/Xg 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1415.html#1420</link><guid>http://schismtracker.org/scdev/res/1415.html#1420</guid><comments>http://schismtracker.org/scdev/res/1415.html#1420</comments>
<pubDate>Tue, 08 Nov 2011 20:26:31 GMT</pubDate>
<description><![CDATA[
<p>Oh yeah, also have some bug category stuff, for making Ctrl-O a global hotkey.</p><ul class="metadata"><li><strong>Category:</strong> <span> User Input</span><li><strong>Complexity:</strong> <span> Trivial</span><li><strong>Priority:</strong> <span> Low</span><li><strong>Status:</strong> <span> Accepted</span></ul>
]]></description>
</item>
<item>
<title>No.1415/2</title>
<dc:creator>Storlek !desu/4y/Xg 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1415.html#1419</link><guid>http://schismtracker.org/scdev/res/1415.html#1419</guid><comments>http://schismtracker.org/scdev/res/1415.html#1419</comments>
<pubDate>Tue, 08 Nov 2011 20:25:20 GMT</pubDate>
<description><![CDATA[
<p>#2 I think I understand, and I think that's in my scratch-notes file somewhere.</p><p>As for #3 I suppose the Ctrl-O could be generalized to a global key rather than implementing it per-page. At least, I don't <em>think</em> there's anything that's stopping that key from being global...?</p><p>The first thing, tbh I have no idea what you're asking for.</p>
]]></description>
</item>
<item>
<title>No.1416/2</title>
<dc:creator>Storlek !desu/4y/Xg 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1416.html#1418</link><guid>http://schismtracker.org/scdev/res/1416.html#1418</guid><comments>http://schismtracker.org/scdev/res/1416.html#1418</comments>
<pubDate>Tue, 08 Nov 2011 20:22:42 GMT</pubDate>
<description><![CDATA[
<p>what</p>
]]></description>
</item>
<item>
<title>No.1411/4</title>
<dc:creator>Storlek 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1411.html#1417</link><guid>http://schismtracker.org/scdev/res/1411.html#1417</guid><comments>http://schismtracker.org/scdev/res/1411.html#1417</comments>
<pubDate>Mon, 07 Nov 2011 18:15:39 GMT</pubDate>
<description><![CDATA[
<p><a class="quotelink" href="/scdev/res/1411.html#1413">&gt;&gt;1413</a></p><p> That was never an .it file.</p><pre><code>00000000  45 78 74 65 6e 64 65 64  20 4d 6f 64 75 6c 65 3a  |Extended Module:|<br />00000010  20 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  | ...............|<br />00000020  00 00 00 00 00 1a 46 61  73 74 54 72 61 63 6b 65  |......FastTracke|<br />00000030  72 20 76 32 2e 30 30 20  20 20 04 01 14 01 00 00  |r v2.00   ......|<br />00000040  0a 00 00 00 40 00 0a 00  27 00 01 00 06 00 b4 00  |....@...'.......|<br />00000050  05 05 07 07 04 04 03 03  09 09 00 00 00 00 00 00  |................|<br />00000060  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|<br />*</code></pre>
]]></description>
</item>
<item>
<title>No.1416/1: OSX: Quitting Schism does not quit Schism from cmd-tab+cmd-q.</title>
<dc:creator>esaruoho 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1416.html#1416</link><guid>http://schismtracker.org/scdev/res/1416.html#1416</guid><comments>http://schismtracker.org/scdev/res/1416.html#1416</comments>
<pubDate>Sat, 05 Nov 2011 17:30:35 GMT</pubDate>
<description><![CDATA[
<p>OSX support - implicit quit from cmd-tab. cmd-q will quit schism instead of just putting it to "quit yes/no" mode?</p><p>if something hasn't been saved, it will ask "do you want to save the current song" (=the usual thing).</p><p>every other application will quit on cmd-tab-cmd-q, but not Schism :)</p>
]]></description>
</item>
<item>
<title>No.1415/1: CTRL-O improvement requests.</title>
<dc:creator>esaruoho 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1415.html#1415</link><guid>http://schismtracker.org/scdev/res/1415.html#1415</guid><comments>http://schismtracker.org/scdev/res/1415.html#1415</comments>
<pubDate>Sat, 05 Nov 2011 17:28:27 GMT</pubDate>
<description><![CDATA[
<ol><li>ctrl-o in f2 should keep switched to the sample.. not switch to some other sample (ctrl-o to sampleslot 29  will switch sampleselection to 01) sampleslot 24 to sampleselection 4.</li></ol><p>2) ctrl-o (overwrite,new,cancel)   - i.e. if you're overwriting a sample that exists, you can instead select New and it'll be diskwritten to a new sampleslot (unless if all 99 sampleslots are in use)</p><p>3) Ctrl-O in F3 - diskwrite currently playing pattern to currently selected sampleslot.</p>
]]></description>
</item>
<item>
<title>No.1401/11</title>
<dc:creator>dw 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1401.html#1414</link><guid>http://schismtracker.org/scdev/res/1401.html#1414</guid><comments>http://schismtracker.org/scdev/res/1401.html#1414</comments>
<pubDate>Thu, 03 Nov 2011 20:33:33 GMT</pubDate>
<description><![CDATA[
<p>The patch does fix it, thanks!</p><p>It's probably worth mentioning that the crash only manifests on a 64-bit build. In 32-bit, penv is essentially assigned to csf-&gt;instruments[-1], which is a valid location that always contains 0 &ndash; so it accidentally gets the right answer.</p>
]]></description>
</item>
<item>
<title>No.1411/3</title>
<dc:creator>tct1501 !TCpAlqu3Hk 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1411.html#1413</link><guid>http://schismtracker.org/scdev/res/1411.html#1413</guid><comments>http://schismtracker.org/scdev/res/1411.html#1413</comments>
<pubDate>Thu, 03 Nov 2011 19:45:28 GMT</pubDate>
<enclosure url="http://schismtracker.org/scdev/src/doomcore.it"
length="1645034" type="audio/x-mod" />
<description><![CDATA[
<p><small>
File: 0:53<br />
<img src="http://sovietrussia.org/img/audio.png" alt="1606 kb"
width="64" height="64" />
</small></p>
<p>Okey, it was not years ago, it says 19th of april 2010 :) But I wouldnt be surprised if I made it earlier. The samples are from (a pack I think +- made for a compo in 07), and I remember this mod being older. But enough blabla, im drifting off...</p>
]]></description>
</item>
<item>
<title>No.1411/2</title>
<dc:creator>Brannon Owen 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1411.html#1412</link><guid>http://schismtracker.org/scdev/res/1411.html#1412</guid><comments>http://schismtracker.org/scdev/res/1411.html#1412</comments>
<pubDate>Thu, 03 Nov 2011 18:32:08 GMT</pubDate>
<description><![CDATA[
<p>Fascinating.</p><p>I'd love to see it.</p>
]]></description>
</item>
<item>
<title>No.1411/1: IT-mod in disguise</title>
<dc:creator>tct1501 !TCpAlqu3Hk 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1411.html#1411</link><guid>http://schismtracker.org/scdev/res/1411.html#1411</guid><comments>http://schismtracker.org/scdev/res/1411.html#1411</comments>
<pubDate>Thu, 03 Nov 2011 16:19:34 GMT</pubDate>
<description><![CDATA[
<p>I have an .IT made in Schism some years ago. Now Schism, Impulse and XMP thinks it is an XM. Are you interested in this module?</p>
]]></description>
</item>
<item>
<title>No.1401/10</title>
<dc:creator>Ursula G. Sutton 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1401.html#1410</link><guid>http://schismtracker.org/scdev/res/1401.html#1410</guid><comments>http://schismtracker.org/scdev/res/1401.html#1410</comments>
<pubDate>Wed, 02 Nov 2011 01:32:41 GMT</pubDate>
<description><![CDATA[
<p><a class="quotelink" href="/scdev/res/1401.html#1409">&gt;&gt;1409</a><br />A bit premature to be saying RIP, now doesn't it?</p><p><code>--enable-debug</code> just tells it to keep symbols and not optimize the code so that you can attach a debugger and see what's broken.</p><p>If you apply <a class="quotelink" href="/scdev/res/1401.html#1408">&gt;&gt;1408</a> (try: <code>curl http://schismtracker.org/scdev/src/dw-crash.patch|hg import - --no-commit</code>) does it stop crashing?</p>
]]></description>
</item>
<item>
<title>No.1401/9</title>
<dc:creator>Hope Powell 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1401.html#1409</link><guid>http://schismtracker.org/scdev/res/1401.html#1409</guid><comments>http://schismtracker.org/scdev/res/1401.html#1409</comments>
<pubDate>Sat, 29 Oct 2011 23:19:15 GMT</pubDate>
<description><![CDATA[
<p>I didn't need your module to reproduce this crash for myself.</p><p>If I'm in instrument mode, and I play a sample from the sample list, and then try to press q in the pattern editor, crashes.</p><p>Segmentation fault.</p><p>I ./configured with &ndash;enable-debug but it still just says "segmentation fault" and crashes with no extra info.</p><p>I never used to have this problem, so I went and downloaded the 01012011 build, and it still happens.</p><p>RIP schismtracker</p>
]]></description>
</item>
<item>
<title>No.1401/8</title>
<dc:creator>Howard Burns 	</dc:creator>
<link>http://schismtracker.org/scdev/res/1401.html#1408</link><guid>http://schismtracker.org/scdev/res/1401.html#1408</guid><comments>http://schismtracker.org/scdev/res/1401.html#1408</comments>
<pubDate>Fri, 21 Oct 2011 23:06:52 GMT</pubDate>
<enclosure url="http://schismtracker.org/scdev/src/dw-crash.patch"
length="625" type="application/octet-stream" />
<description><![CDATA[
<p><small>
<img src="http://sovietrussia.org/img/no_thumbnail.png" alt="625 b"
width="64" height="64" />
</small></p>
<p>Does this patch fix it?</p>
]]></description>
</item>
</channel></rss>
