<?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://sovietrussia.org/scdev/</link>
<atom:link href="http://sovietrussia.org/scdev/rss.xml" rel="self" type="application/rss+xml" />
<description>Last 100 posts from Schism Tracker development at Soviet Russia.</description><item>
<title>No.633</title>
<dc:creator>delt  </dc:creator>
<link>http://sovietrussia.org/scdev/res/628.html#633</link>
<guid>http://sovietrussia.org/scdev/res/628.html#633</guid>
<comments>http://sovietrussia.org/scdev/res/628.html#633</comments>
<description><![CDATA[<p>Oh, i really like to rescale the window to make it more readable, not just related to the arbitrary resize thing. That's how i usually use schism.</p>]]></description>
</item><item>
<title>No.632</title>
<dc:creator>delt  </dc:creator>
<link>http://sovietrussia.org/scdev/res/628.html#632</link>
<guid>http://sovietrussia.org/scdev/res/628.html#632</guid>
<comments>http://sovietrussia.org/scdev/res/628.html#632</comments>
<description><![CDATA[<p>...so,</p><blockquote class="unkfunc"><p>&gt; "My idea on this could be dead wrong" == 1;</p></blockquote><p>:( as a programmer, mesucks, methinks. I've been inactive for too long, and this nervous condition isn't helping much. I'm like a patient with heart problems trying to compete in the olympics. With training from 10+ years ago.</p><blockquote class="unkfunc"><p>&gt; The biggest question is, should a screen resize by the WM<br />&gt; change the character size or increase the character count?</p></blockquote><p>As a -user- of Schism Tracker, my personal preference goes to scaling the entire window - but that's just me. Otherwise, what would happen if the user resized the window to, 83x67 characters, and then select full-screen mode?</p>]]></description>
</item><item>
<title>No.631</title>
<dc:creator>Deidra Gould  </dc:creator>
<link>http://sovietrussia.org/scdev/res/628.html#631</link>
<guid>http://sovietrussia.org/scdev/res/628.html#631</guid>
<comments>http://sovietrussia.org/scdev/res/628.html#631</comments>
<description><![CDATA[<p>The biggest question is, should a screen resize by the WM change the character size or increase the character count? And how should one change which variale is adjusted when resizing?<br />Perhaps some sort of "zoom mode" switch could do this, but that seems fairly clumsy imo.</p>]]></description>
</item><item>
<title>No.630</title>
<dc:creator>Deidra Gould  </dc:creator>
<link>http://sovietrussia.org/scdev/res/628.html#630</link>
<guid>http://sovietrussia.org/scdev/res/628.html#630</guid>
<comments>http://sovietrussia.org/scdev/res/628.html#630</comments>
<description><![CDATA[<p>That's a terrible way to do it.<br />What it really needs is to use some sort of layout manager, like typical GUIs have. e.g. instead of saying "the pattern editor takes up 80 columns on the screen", say "the pattern editor is packed horizontally with no padding", and let the layout do the calculating.</p><p>Then it's just a matter of finding the magic values to put everything in the same place as it is now for 80x50. (Also note that all of the widgets and dialogs are in <em>exactly</em> the same screen positions as Impulse Tracker &ndash; and some of them aren't quite where a normal "smart" algorithm might've put them. This would be a desirable feature to keep, at least for the default size, in order to maintain maximum consistency.)</p>]]></description>
</item><item>
<title>No.629</title>
<dc:creator>delt  </dc:creator>
<link>http://sovietrussia.org/scdev/res/628.html#629</link>
<guid>http://sovietrussia.org/scdev/res/628.html#629</guid>
<comments>http://sovietrussia.org/scdev/res/628.html#629</comments>
<description><![CDATA[<blockquote class="unkfunc"><p>&gt; To facilitate this, we could replace the x,y parameters in<br />&gt; "void create_* ()" functions by pointers to simple arrays of<br />&gt; int [num_screenmodes] [2]</p></blockquote><p>..... or not.</p>]]></description>
</item><item>
<title>No.628</title>
<dc:creator>delt  </dc:creator>
<link>http://sovietrussia.org/scdev/res/628.html#628</link>
<guid>http://sovietrussia.org/scdev/res/628.html#628</guid>
<comments>http://sovietrussia.org/scdev/res/628.html#628</comments>
<description><![CDATA[<p>So, the other day i was looking at screenshots of mpt, milkytracker, etc... and i was thinking to myself, "If only Schism could show me that much patterndata/info on the screen at once!"</p><p>My idea on this could be dead wrong, but here it is essentially &ndash;</p><p>Somewhere next to the video driver settings (ctrl+f1) we'd have a list of modes such as 80x50 (640x400), 100x75 (800x600), 128x96 (1024x768)... (higher would just be ridiculous) and each widget would have a different set of x,y coordinates for each of these modes, so that everything doesn't stay bunched up in the upper left. Most calls to draw_text () could be replaced by text-only widgets, or extra text field(s) in the widget types, such as "char *label_left, *label_top;" etc.</p><p>To facilitate this, we could replace the x,y parameters in "void create_* ()" functions by pointers to simple arrays of int [num_screenmodes] [2]</p><p>Anyway, i hope this makes any kind of sense....</p>]]></description>
</item><item>
<title>No.627</title>
<dc:creator>delt  </dc:creator>
<link>http://sovietrussia.org/scdev/res/621.html#627</link>
<guid>http://sovietrussia.org/scdev/res/621.html#627</guid>
<comments>http://sovietrussia.org/scdev/res/621.html#627</comments>
<description><![CDATA[<p>Works fine now. Thanks :D</p>]]></description>
</item><item>
<title>No.626</title>
<dc:creator>Kendra Rikki Garrett  </dc:creator>
<link>http://sovietrussia.org/scdev/res/621.html#626</link>
<guid>http://sovietrussia.org/scdev/res/621.html#626</guid>
<comments>http://sovietrussia.org/scdev/res/621.html#626</comments>
<description><![CDATA[<p><a href="/scdev/res/621.html#625" onclick="highlight('625')">&gt;&gt;625</a></p><p>Ah, well, this was slightly different.</p><p>This one is fixed in today (9Oct) build.</p>]]></description>
</item><item>
<title>No.625</title>
<dc:creator>delt  </dc:creator>
<link>http://sovietrussia.org/scdev/res/621.html#625</link>
<guid>http://sovietrussia.org/scdev/res/621.html#625</guid>
<comments>http://sovietrussia.org/scdev/res/621.html#625</comments>
<description><![CDATA[<p>Still happens :(</p><p>Browse through the samples in this module (play one, move to another, etc. and don't listen to the song cause it sucks and its incomplete) <a href="http://www.deimos.ca/miscjunk/dmin-1.it" rel="nofollow">http://www.deimos.ca/miscjunk/dmin-1.it</a></p>]]></description>
</item><item>
<title>No.624</title>
<dc:creator>Stacie Stephenson  </dc:creator>
<link>http://sovietrussia.org/scdev/res/621.html#624</link>
<guid>http://sovietrussia.org/scdev/res/621.html#624</guid>
<comments>http://sovietrussia.org/scdev/res/621.html#624</comments>
<description><![CDATA[<p>Fixed in today's build.</p>]]></description>
</item><item>
<title>No.623</title>
<dc:creator>delt  </dc:creator>
<link>http://sovietrussia.org/scdev/res/621.html#623</link>
<guid>http://sovietrussia.org/scdev/res/621.html#623</guid>
<comments>http://sovietrussia.org/scdev/res/621.html#623</comments>
<description><![CDATA[<p>Confirmed, it seems to happen with any long enough 16 bit sample, mono or stereo, whether it's in a module or not.</p><p>ie. If you play a 16 bit .wav file, then go into a module and browse its samples while the .wav is still playing... kabewm.</p>]]></description>
</item><item>
<title>No.622</title>
<dc:creator>delt  </dc:creator>
<link>http://sovietrussia.org/scdev/res/614.html#622</link>
<guid>http://sovietrussia.org/scdev/res/614.html#622</guid>
<comments>http://sovietrussia.org/scdev/res/614.html#622</comments>
<description><![CDATA[<p>Yeah, but i was just suggesting that the volume mode could do it as well (take volumes into equation) ..that would make it more accurate.</p>]]></description>
</item><item>
<title>No.621</title>
<dc:creator>Hilary O'Connor  </dc:creator>
<link>http://sovietrussia.org/scdev/res/621.html#621</link>
<guid>http://sovietrussia.org/scdev/res/621.html#621</guid>
<comments>http://sovietrussia.org/scdev/res/621.html#621</comments>
<description><![CDATA[<p><small>File: <a href="http://sovietrussia.org/scdev/src/12234295773706679.gif">12234295773706679.gif</a> -<em>(33 kb, 816x488, rxvt.gif, animated)&nbsp;</em><br /><a href="http://sovietrussia.org/scdev/src/12234295773706679.gif"><img src="http://sovietrussia.org/scdev/thumb/12234295773706679s.png" width="250" height="149" alt="33 kb, 816x488" class="thumb" /></a></small></p><p>(I don't really have any development experience or anything, please bear with me)<br />I hadn't used schism tracker in a while, so I just decided to grab the latest version with git. I don't remember ever encountering this bug before, I don't know how useful it is to mention this here or anywhere since I don't have any useful debug info with it.<br />&mdash;<br />When I am in the sample list, and hit enter, enter into a modules and play the samples in it, if I press down or up immediately after I play a sample, it crashes. If I wait for the sample to finish playing, it doesn't. It seems that with high-quality samples (16bit/40+khz), especially those with silence at the end, it happens every time. I tried this with different modules, with nothing else loaded, there didn't seem to be any other factors.</p><p>Basically, load sample screen, play sample (from inside a module), immediatly press up or down, crash.</p><p>pic related, obviously not useful, but at least demonstrates that I can reproduce it at will. If you can't reproduce this yourself, I'll happily provide more info, I just don't know what kind of flags/commands to throw at it to get more useful debug information.</p><p>Thanks so much for this software, I finally put my pentium 166 to rest.</p>]]></description>
</item><item>
<title>No.620</title>
<dc:creator>Andrea Crosby  </dc:creator>
<link>http://sovietrussia.org/scdev/res/614.html#620</link>
<guid>http://sovietrussia.org/scdev/res/614.html#620</guid>
<comments>http://sovietrussia.org/scdev/res/614.html#620</comments>
<description><![CDATA[<p>I may be misunderstanding what you're suggesting, but isn't that what the velocity mode is already doing?</p>]]></description>
</item><item>
<title>No.619</title>
<dc:creator>delt  </dc:creator>
<link>http://sovietrussia.org/scdev/res/614.html#619</link>
<guid>http://sovietrussia.org/scdev/res/614.html#619</guid>
<comments>http://sovietrussia.org/scdev/res/614.html#619</comments>
<description><![CDATA[<p>Yeah, i knew about that issue with modplug not giving enough info.</p><p>... but we do have the data in the volume column, right? Why not just scale the meters by those values, it would make them much more accurate (i think) ?</p>]]></description>
</item><item>
<title>No.618</title>
<dc:creator>Andrea Crosby  </dc:creator>
<link>http://sovietrussia.org/scdev/res/614.html#618</link>
<guid>http://sovietrussia.org/scdev/res/614.html#618</guid>
<comments>http://sovietrussia.org/scdev/res/614.html#618</comments>
<description><![CDATA[<p>Known, ancient in fact. The underlying issue is that Modplug doesn't supply us with enough data to accurately get the real average output level over a portion of time (i.e. in one mix cycle). I had originally had a nasty hack in there to grab the most recent few bytes of data from each channel's mix buffer, but since modplug doesn't do any locking on its own for such a thing, this necessitated locking the entire audio thread and was therefore unusably slow &ndash; or alternately, unsafe and crashprone. So we just use Modplug's (wrong) idea of how loud a channel is.</p><p>This could be fixed by calculating a running average while mixing the channel, but I decided it just wasn't worth it (for me personally &ndash; I usually use velocity mode anyway, as I find its output more intuitive and meaningful.)</p><p>If you watch the channel VU meters in MPT, you'll notice they act the same as Schism's: each note starts with 100% and ramps down gradually.</p>]]></description>
</item><item>
<title>No.617</title>
<dc:creator>delt  </dc:creator>
<link>http://sovietrussia.org/scdev/res/613.html#617</link>
<guid>http://sovietrussia.org/scdev/res/613.html#617</guid>
<comments>http://sovietrussia.org/scdev/res/613.html#617</comments>
<description><![CDATA[<blockquote class="unkfunc"><p>&gt; a file testcase along with a diskwrite<br />&gt; from IT would be very helpful.</p></blockquote><p>Done. <a href="http://www.deimos.ca/miscjunk/cxxbxx/" rel="nofollow">http://www.deimos.ca/miscjunk/cxxbxx/</a></p><p>Impulse Tracker does however play it identical to Schism, and not like the sourceforge page describes.... unless i transcribed the patterns wrong?</p>]]></description>
</item><item>
<title>No.616</title>
<dc:creator>delt  </dc:creator>
<link>http://sovietrussia.org/scdev/res/608.html#616</link>
<guid>http://sovietrussia.org/scdev/res/608.html#616</guid>
<comments>http://sovietrussia.org/scdev/res/608.html#616</comments>
<description><![CDATA[<p>Just happened to me on linux. Guess i wasn't trying a long enough sample.</p>]]></description>
</item><item>
<title>No.615</title>
<dc:creator>delt  </dc:creator>
<link>http://sovietrussia.org/scdev/res/614.html#615</link>
<guid>http://sovietrussia.org/scdev/res/614.html#615</guid>
<comments>http://sovietrussia.org/scdev/res/614.html#615</comments>
<description><![CDATA[<p>Sry never mind, i forgot about volume/velocity mode (me stpiud)</p><p>still, would be a nice touch if volume mode took note..uh, volumes into account :D</p>]]></description>
</item><item>
<title>No.614</title>
<dc:creator>delt  </dc:creator>
<link>http://sovietrussia.org/scdev/res/614.html#614</link>
<guid>http://sovietrussia.org/scdev/res/614.html#614</guid>
<comments>http://sovietrussia.org/scdev/res/614.html#614</comments>
<description><![CDATA[<p>Just noticed the volume bars on the infopage don't take individual notes into account, ie:</p><p>C-5 01 00<br />C-5 01 01<br />C-5 01 02<br />C-5 01 03<br />C-5 01 04<br />C-5 01 05<br />[ ... ]<br />C-5 01 64</p><p>will all show the same output level for each note.</p>]]></description>
</item><item>
<title>No.613</title>
<dc:creator>Kyra Robbins  </dc:creator>
<link>http://sovietrussia.org/scdev/res/613.html#613</link>
<guid>http://sovietrussia.org/scdev/res/613.html#613</guid>
<comments>http://sovietrussia.org/scdev/res/613.html#613</comments>
<description><![CDATA[<p>re. <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=2147543&amp;group_id=139576&amp;atid=743856" rel="nofollow" title="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=2147543&amp;group_id=139576&amp;atid=743856">Bisqwit's bug on SF</a>:<br />No, because we are not implementing Scream Tracker's behavior. Further, this disallows "interesting" behavior involving multipattern loops, which can sometimes be desirable.<br />This does, however, appear to indicate a playback bug compared to Impulse Tracker, and a file testcase along with a diskwrite from IT would be very helpful.</p><p>Also: SourceForge has been deprecated. Please don't use it.</p>]]></description>
</item><item>
<title>No.612</title>
<dc:creator>esaruoho  &lt;http://www.lackluster.org/&gt;</dc:creator>
<link>http://sovietrussia.org/scdev/res/593.html#612</link>
<guid>http://sovietrussia.org/scdev/res/593.html#612</guid>
<comments>http://sovietrussia.org/scdev/res/593.html#612</comments>
<description><![CDATA[<p><a href="/scdev/res/593.html#602" onclick="highlight('602')">&gt;&gt;602</a></p><p>just even alt-w for saving the patch as wavefile would be good enough 4me</p>]]></description>
</item><item>
<title>No.611</title>
<dc:creator>esaruoho  &lt;http://www.lackluster.org/&gt;</dc:creator>
<link>http://sovietrussia.org/scdev/res/592.html#611</link>
<guid>http://sovietrussia.org/scdev/res/592.html#611</guid>
<comments>http://sovietrussia.org/scdev/res/592.html#611</comments>
<description><![CDATA[<p><a href="/scdev/res/592.html#604" onclick="highlight('604')">&gt;&gt;604</a></p><p>well, it works now, but that doesnt mean it didnt work on 25.sept</p>]]></description>
</item><item>
<title>No.610</title>
<dc:creator>esaruoho  &lt;http://www.lackluster.org/&gt;</dc:creator>
<link>http://sovietrussia.org/scdev/res/593.html#610</link>
<guid>http://sovietrussia.org/scdev/res/593.html#610</guid>
<comments>http://sovietrussia.org/scdev/res/593.html#610</comments>
<description><![CDATA[<p><a href="/scdev/res/593.html#607" onclick="highlight('607')">&gt;&gt;607</a></p><p>this would also be nice. but being able to save the adlib sounds as wavefiles would be nice, to the drive, like.then i could load them into avstsampler or something.</p>]]></description>
</item><item>
<title>No.609</title>
<dc:creator>delt  </dc:creator>
<link>http://sovietrussia.org/scdev/res/608.html#609</link>
<guid>http://sovietrussia.org/scdev/res/608.html#609</guid>
<comments>http://sovietrussia.org/scdev/res/608.html#609</comments>
<description><![CDATA[<p>Can't reproduce on linux. Do you actually load the sample, or stay in file browsing/library? And does the crash occur on the sample list (F3) or when you're browsing files?</p>]]></description>
</item><item>
<title>No.608</title>
<dc:creator>Olli Wilkman  </dc:creator>
<link>http://sovietrussia.org/scdev/res/608.html#608</link>
<guid>http://sovietrussia.org/scdev/res/608.html#608</guid>
<comments>http://sovietrussia.org/scdev/res/608.html#608</comments>
<description><![CDATA[<p>Using OS X 10.4.11 and Schism Tracker built on 2008-10-01, Schism Tracker crashes when I do the following:</p><ol><li>Press enter in the sample list to go into file browsing.</li><li>Choose a song (format doesn't seem to matter, tried with it, xm, s3m and mod).</li><li>Now in the sample list of the selected song, play a note on a long enough sample.</li><li>Press down arrow to get to the next row. Doing this while the previous note is still playing causes Schism to crash.</li></ol><p>I experimented with this several times and it happens every time, if the first sample is long enough. If the sample is very short, it doesn't seem to have time to happen.</p><p>This also happened on an older build.</p><p>The crash dump given by OSX is here: <a href="http://pastebin.com/m14833738" rel="nofollow">http://pastebin.com/m14833738</a></p>]]></description>
</item><item>
<title>No.607</title>
<dc:creator>Grover A. Tyson  </dc:creator>
<link>http://sovietrussia.org/scdev/res/593.html#607</link>
<guid>http://sovietrussia.org/scdev/res/593.html#607</guid>
<comments>http://sovietrussia.org/scdev/res/593.html#607</comments>
<description><![CDATA[<p>Why not just automatically write the sample when saving an .it file? (With some sort of warning dialog, of course.)</p>]]></description>
</item><item>
<title>No.606</title>
<dc:creator>L. T. Robbins  </dc:creator>
<link>http://sovietrussia.org/scdev/res/598.html#606</link>
<guid>http://sovietrussia.org/scdev/res/598.html#606</guid>
<comments>http://sovietrussia.org/scdev/res/598.html#606</comments>
<description><![CDATA[<p><a href="/scdev/res/598.html#598" onclick="highlight('598')">&gt;&gt;598</a></p><p>How about we just make the default (L,R,B) whatever the existing sample was?</p>]]></description>
</item><item>
<title>No.605</title>
<dc:creator>delt  </dc:creator>
<link>http://sovietrussia.org/scdev/res/605.html#605</link>
<guid>http://sovietrussia.org/scdev/res/605.html#605</guid>
<comments>http://sovietrussia.org/scdev/res/605.html#605</comments>
<description><![CDATA[<p>In Impulse Tracker, S91 turns on "pseudo-surround" for a channel, but S90 doesn't do anything. Currently in Schism S90 resets panning to center, regardless of previous panning or default panning for that channel. (modplug behaviour)</p><p>I think it would be great (and very useful, to me at least) if S90 would reset the channel's panning to its pre-S91 state. This way, when putting some echo notes in surround, you wouldn't have to repeat the channel's normal panning each time - which makes it kind of cumbersome to change the panning of a whole passage that has many S91/S8x commands.</p><p>I don't think this would break compatibility with anything, or playback of older .IT modules as far as i can see (how many of them have random S90's lying around?)</p>]]></description>
</item><item>
<title>No.604</title>
<dc:creator>Jose Rios  </dc:creator>
<link>http://sovietrussia.org/scdev/res/592.html#604</link>
<guid>http://sovietrussia.org/scdev/res/592.html#604</guid>
<comments>http://sovietrussia.org/scdev/res/592.html#604</comments>
<description><![CDATA[<p>Can't reproduce; adlib sample copying works fine.</p>]]></description>
</item><item>
<title>No.603</title>
<dc:creator>esaruoho  &lt;http://www.lackluster.org&gt;</dc:creator>
<link>http://sovietrussia.org/scdev/res/593.html#603</link>
<guid>http://sovietrussia.org/scdev/res/593.html#603</guid>
<comments>http://sovietrussia.org/scdev/res/593.html#603</comments>
<description><![CDATA[<p><a href="/scdev/res/593.html#602" onclick="highlight('602')">&gt;&gt;602</a></p><p>alt-u</p>]]></description>
</item><item>
<title>No.602</title>
<dc:creator>Lana Tyler  </dc:creator>
<link>http://sovietrussia.org/scdev/res/593.html#602</link>
<guid>http://sovietrussia.org/scdev/res/593.html#602</guid>
<comments>http://sovietrussia.org/scdev/res/593.html#602</comments>
<description><![CDATA[<p><a href="/scdev/res/593.html#593" onclick="highlight('593')">&gt;&gt;593</a></p><p>Any key recommendations?</p>]]></description>
</item><item>
<title>No.601</title>
<dc:creator>delt  </dc:creator>
<link>http://sovietrussia.org/scdev/res/595.html#601</link>
<guid>http://sovietrussia.org/scdev/res/595.html#601</guid>
<comments>http://sovietrussia.org/scdev/res/595.html#601</comments>
<description><![CDATA[<blockquote class="unkfunc"><p>&gt; if adlib samples are found, interpret 0xfe as ===. also, if the song<br />&gt; contains a mix of adlib and pcm, promote it to instrument mode, and set<br />&gt; up volume envelopes to immediately cut the pcm samples upon noteoff.</p></blockquote><p>What if you load a .s3m (or .it in sample mode) then want to modify it and save it back?</p>]]></description>
</item><item>
<title>No.600</title>
<dc:creator>delt  </dc:creator>
<link>http://sovietrussia.org/scdev/res/595.html#600</link>
<guid>http://sovietrussia.org/scdev/res/595.html#600</guid>
<comments>http://sovietrussia.org/scdev/res/595.html#600</comments>
<description><![CDATA[<p>I'd say ^^^ should cut the note immediately (or set the channel volume to zero) and === should generate a normal midi note-off. More consistent with Schism/IT's interface, but that's just my opinion.</p>]]></description>
</item><item>
<title>No.599</title>
<dc:creator>delt  </dc:creator>
<link>http://sovietrussia.org/scdev/res/598.html#599</link>
<guid>http://sovietrussia.org/scdev/res/598.html#599</guid>
<comments>http://sovietrussia.org/scdev/res/598.html#599</comments>
<description><![CDATA[<p>(Of course the "replace" option would be the default, which is the current, normal behaviour.)</p>]]></description>
</item><item>
<title>No.598</title>
<dc:creator>delt  </dc:creator>
<link>http://sovietrussia.org/scdev/res/598.html#598</link>
<guid>http://sovietrussia.org/scdev/res/598.html#598</guid>
<comments>http://sovietrussia.org/scdev/res/598.html#598</comments>
<description><![CDATA[<p>One thing that would really kick ass is a dialog box that asks you what to do when loading a mono sample when a stereo one is selected. The three options would be: load as left, load as right, or replace current sample by the mono one.</p><p>Just thought it would be a neat idea :D</p>]]></description>
</item><item>
<title>No.597</title>
<dc:creator>Dario Rush  </dc:creator>
<link>http://sovietrussia.org/scdev/res/595.html#597</link>
<guid>http://sovietrussia.org/scdev/res/595.html#597</guid>
<comments>http://sovietrussia.org/scdev/res/595.html#597</comments>
<description><![CDATA[<p>perhaps to add a bit of background to my statements, as i'm coming from a strictly midi-less mindset, i interpret ^^^ as "stop playing this sample now", and === as its friendlier cousin, "consider stopping this sample in the near future". the non-availability of an immediate stop in midi just (to me) speaks to the incapacity of the format/protocol and i don't really think we should base any design decisions on that &ndash; much as we wouldn't want to decide to stop supporting playback of pingpong-looped voice samples with arpeggio just because midi can't. i say let midi do what it does, and do what we can aside from that to be consistent within the program itself.</p>]]></description>
</item><item>
<title>No.596</title>
<dc:creator>Dario Rush  </dc:creator>
<link>http://sovietrussia.org/scdev/res/595.html#596</link>
<guid>http://sovietrussia.org/scdev/res/595.html#596</guid>
<comments>http://sovietrussia.org/scdev/res/595.html#596</comments>
<description><![CDATA[<p>or what i've been touting, when loading an s3m:</p><ul><li>if there are only adlib samples, interpret 0xfe as ===</li><li>if there are only pcm samples, interpret 0xfe as ^^^ ("normal" s3m behavior)</li><li>if a mix of both, interpret 0xfe as ~~~ (note fade)</li></ul><p>then during playback, extend the behavior of note fade to additionally mean "generator keyoff" &mdash; as well as the current behavior of triggering an instrument fade. in addition, when loading an adlib sample, set the fadeout to zero so that it keeps playing through the keyoff until the generator stops on its own.</p><p>this behavior will result in "correct" pattern data in the majority of cases, with ^^^ always meaning cut note and === always meaning keyoff; ~~~ generally maintains its existing implementation.</p><p><strong>OR</strong> (perhaps more straightforward and obvious):</p><p><small>Comment too long; full version <a href="http://sovietrussia.org/scdev/res/595.html#596">here</a>.</small></p>]]></description>
</item><item>
<title>No.595</title>
<dc:creator>Kelsey Kelsey Flowers  </dc:creator>
<link>http://sovietrussia.org/scdev/res/595.html#595</link>
<guid>http://sovietrussia.org/scdev/res/595.html#595</guid>
<comments>http://sovietrussia.org/scdev/res/595.html#595</comments>
<description><![CDATA[<p>Background:</p><p>AdLib on Scream Tracker 3 and MIDI on Impulse Tracker have it such that <code>NOTE_CUT</code> (displayed: <code>^^^</code>) causes a keyoff to be generated, instead of an immediate silencing of the sound.</p><p>Obviously, this disagrees with digital sample convention; how do we reconcile this in Schism Tracker?</p><ul><li>Ignore MIDI; Modify the S3M loader/saver to use <code>===</code> instead of <code>^^^</code> (at least when confronted with AdLib samples) when reading "note <code>0xFE</code>"</li><li>Ignore PCM convention; Modify the player to treat <code>^^^</code> as <code>===</code> for AdLib samples (at least when in Sample mode)</li><li>Punt/do nothing.</li></ul><p>If you have another suggestion, let's hear it.</p>]]></description>
</item><item>
<title>No.594</title>
<dc:creator>xonox  &lt;http://www.quikphix.org&gt;</dc:creator>
<link>http://sovietrussia.org/scdev/res/350.html#594</link>
<guid>http://sovietrussia.org/scdev/res/350.html#594</guid>
<comments>http://sovietrussia.org/scdev/res/350.html#594</comments>
<description><![CDATA[<p><small>File: <a href="http://sovietrussia.org/scdev/src/test20080927.it">test20080927.it</a> -<em>(365 kb)&nbsp;</em><br /><a href="http://sovietrussia.org/scdev/src/test20080927.it"><img src="http://sovietrussia.org/audio.png" width="64" height="64" alt="365 kb" class="thumb" /></a></small></p><p>Seems it exports as mono when panning is not hard left or hard right.  Hope you don't suffer too much from that lousy test song...</p>]]></description>
</item><item>
<title>No.593</title>
<dc:creator>esaruoho  &lt;http://www.lackluster.org&gt;</dc:creator>
<link>http://sovietrussia.org/scdev/res/593.html#593</link>
<guid>http://sovietrussia.org/scdev/res/593.html#593</guid>
<comments>http://sovietrussia.org/scdev/res/593.html#593</comments>
<description><![CDATA[<p>hi would it please be possible to dump adlib patches to wavefiles when saving them as .it so as not to lose the sounds?<br />some sorta flatten-adlib-patch-to-wavefile would be very good for my uses.. thanks?</p>]]></description>
</item><item>
<title>No.592</title>
<dc:creator>esaruoho  &lt;http://www.lackluster.org&gt;</dc:creator>
<link>http://sovietrussia.org/scdev/res/592.html#592</link>
<guid>http://sovietrussia.org/scdev/res/592.html#592</guid>
<comments>http://sovietrussia.org/scdev/res/592.html#592</comments>
<description><![CDATA[<p>if i use copy-sample in f3, on an adlib sample, the result is a nosample. could adlib-sample-copying be implemented, pleasE?</p>]]></description>
</item><item>
<title>No.591</title>
<dc:creator>Elaine Waters  </dc:creator>
<link>http://sovietrussia.org/scdev/res/590.html#591</link>
<guid>http://sovietrussia.org/scdev/res/590.html#591</guid>
<comments>http://sovietrussia.org/scdev/res/590.html#591</comments>
<description><![CDATA[<p>IAWTC</p>]]></description>
</item><item>
<title>No.590</title>
<dc:creator>esaruoho  &lt;http://www.lackluster.org&gt;</dc:creator>
<link>http://sovietrussia.org/scdev/res/590.html#590</link>
<guid>http://sovietrussia.org/scdev/res/590.html#590</guid>
<comments>http://sovietrussia.org/scdev/res/590.html#590</comments>
<description><![CDATA[<p>i think it'd be wonderful if F11 had a feature of making an identical copy of the pattern that you have under the cursor.</p>]]></description>
</item><item>
<title>No.589</title>
<dc:creator>esaruoho  &lt;http://www.lackluster.org&gt;</dc:creator>
<link>http://sovietrussia.org/scdev/res/586.html#589</link>
<guid>http://sovietrussia.org/scdev/res/586.html#589</guid>
<comments>http://sovietrussia.org/scdev/res/586.html#589</comments>
<description><![CDATA[<p><a href="/scdev/res/586.html#588" onclick="highlight('588')">&gt;&gt;588</a><br />hit a key to record, then hit the key to stop recording.<br />having the capability of sample from inputs would be absolutely wonderful. it is one of the best ways to use outboard, or otherwise, gear, and get samples, very, very quickly. especially with drumkits.<br />no need for an extended sample display, the sample display already shows whats required. just the capability to slap in a note and play.</p>]]></description>
</item><item>
<title>No.588</title>
<dc:creator>Marcos Burris  </dc:creator>
<link>http://sovietrussia.org/scdev/res/586.html#588</link>
<guid>http://sovietrussia.org/scdev/res/586.html#588</guid>
<comments>http://sovietrussia.org/scdev/res/586.html#588</comments>
<description><![CDATA[<p>It'd be inherently poor quality, I would think. but! the lack of recording capabilities in IT was one of the things that FT2 users always seemed to rag on about... so apparently however lousy it was it must've been useful in <em>some</em> way. I could never quite figure it out :)</p><p>How would it work? Hit a key and type in a length? One key to record and another to stop?</p><p>(One thing I do want to keep away from, though, is any sort of "extended" sample display; that's just paving the road toward chronic featuritis...)</p>]]></description>
</item><item>
<title>No.587</title>
<dc:creator>Chase Dennis  </dc:creator>
<link>http://sovietrussia.org/scdev/res/585.html#587</link>
<guid>http://sovietrussia.org/scdev/res/585.html#587</guid>
<comments>http://sovietrussia.org/scdev/res/585.html#587</comments>
<description><![CDATA[<p>MIDI export uses the MIDI output config- empty out the program change string and schism won't emit any program changes...</p>]]></description>
</item><item>
<title>No.586</title>
<dc:creator>esaruoho  &lt;http://www.lackluster.org&gt;</dc:creator>
<link>http://sovietrussia.org/scdev/res/586.html#586</link>
<guid>http://sovietrussia.org/scdev/res/586.html#586</guid>
<comments>http://sovietrussia.org/scdev/res/586.html#586</comments>
<description><![CDATA[<p>would it be possible to add into schism a way to sample into an empty sample-slot some of the default soundcard input, please? it'd be quite wonderful, something which st3/it2 never had.</p>]]></description>
</item><item>
<title>No.585</title>
<dc:creator>esaruoho  &lt;http://www.lackluster.org&gt;</dc:creator>
<link>http://sovietrussia.org/scdev/res/585.html#585</link>
<guid>http://sovietrussia.org/scdev/res/585.html#585</guid>
<comments>http://sovietrussia.org/scdev/res/585.html#585</comments>
<description><![CDATA[<p>hi, i recently shift-f10'd up a .mid file, and i'd like to ask, is it possible to make a box after pressing filename in shift-f10 and choosing mid, to choose whether program changes are saved into the .mid file? just thinking, like. it'd be great if i could save a .mid without program changes on every single channel/midi region. i tried to go through every channel in logic and remove all the program changes but there were simply way too many of them. i'd really appreciate it if this could be assisted by a [ ] save program changes button..</p>]]></description>
</item><item>
<title>No.584</title>
<dc:creator>Bisqwit !gSU21FeV4Y </dc:creator>
<link>http://sovietrussia.org/scdev/res/576.html#584</link>
<guid>http://sovietrussia.org/scdev/res/576.html#584</guid>
<comments>http://sovietrussia.org/scdev/res/576.html#584</comments>
<description><![CDATA[<p><a href="/scdev/res/576.html#583" onclick="highlight('583')">&gt;&gt;583</a></p><blockquote class="unkfunc"><p>&gt; "hm... for me adlib plays fine on F3 but when i try to play a pattern it doesn't make any noise, but it eats up all the channels. is that normal?"</p></blockquote><p>Sounds like something I could expect from an older build... Dunno.</p>]]></description>
</item><item>
<title>No.583</title>
<dc:creator>Reese Guy  </dc:creator>
<link>http://sovietrussia.org/scdev/res/576.html#583</link>
<guid>http://sovietrussia.org/scdev/res/576.html#583</guid>
<comments>http://sovietrussia.org/scdev/res/576.html#583</comments>
<description><![CDATA[<p>hm... for me adlib plays fine on F3 but when i try to play a pattern it doesn't make any noise, but it eats up all the channels. is that normal?</p><p>i'll give it a try on ppc later, probably tonight, and see if it does anything different.</p><p>really neat, anyway. can't wait to see this feature develop further!</p><p>cheers.</p>]]></description>
</item><item>
<title>No.582</title>
<dc:creator>Reese Guy  </dc:creator>
<link>http://sovietrussia.org/scdev/res/576.html#582</link>
<guid>http://sovietrussia.org/scdev/res/576.html#582</guid>
<comments>http://sovietrussia.org/scdev/res/576.html#582</comments>
<description><![CDATA[<p><small>File: <a href="http://sovietrussia.org/scdev/src/12221154460014369.jpg">12221154460014369.jpg</a> -<em>(149 kb, 480x640, Reese's Puffs.jpg)&nbsp;</em><br /><a href="http://sovietrussia.org/scdev/src/12221154460014369.jpg"><img src="http://sovietrussia.org/scdev/thumb/12221154460014369s.jpg" width="131" height="175" alt="149 kb, 480x640" class="thumb" /></a></small></p><p>also, my random name is hilarious</p>]]></description>
</item><item>
<title>No.581</title>
<dc:creator>Reese Guy  </dc:creator>
<link>http://sovietrussia.org/scdev/res/576.html#581</link>
<guid>http://sovietrussia.org/scdev/res/576.html#581</guid>
<comments>http://sovietrussia.org/scdev/res/576.html#581</comments>
<description><![CDATA[<p><small>File: <a href="http://sovietrussia.org/scdev/src/schmid5.s3m">schmid5.s3m</a> -<em>(48 kb)&nbsp;</em><br /><a href="http://sovietrussia.org/scdev/src/schmid5.s3m"><img src="http://sovietrussia.org/audio.png" width="64" height="64" alt="48 kb" class="thumb" /></a></small></p>]]></description>
</item><item>
<title>No.580</title>
<dc:creator>Reese Guy  </dc:creator>
<link>http://sovietrussia.org/scdev/res/576.html#580</link>
<guid>http://sovietrussia.org/scdev/res/576.html#580</guid>
<comments>http://sovietrussia.org/scdev/res/576.html#580</comments>
<description><![CDATA[<p><small>File: <a href="http://sovietrussia.org/scdev/src/schmid4.s3m">schmid4.s3m</a> -<em>(9 kb)&nbsp;</em><br /><a href="http://sovietrussia.org/scdev/src/schmid4.s3m"><img src="http://sovietrussia.org/audio.png" width="64" height="64" alt="9 kb" class="thumb" /></a></small></p>]]></description>
</item><item>
<title>No.579</title>
<dc:creator>Reese Guy  </dc:creator>
<link>http://sovietrussia.org/scdev/res/576.html#579</link>
<guid>http://sovietrussia.org/scdev/res/576.html#579</guid>
<comments>http://sovietrussia.org/scdev/res/576.html#579</comments>
<description><![CDATA[<p><small>File: <a href="http://sovietrussia.org/scdev/src/schmid3.s3m">schmid3.s3m</a> -<em>(23 kb)&nbsp;</em><br /><a href="http://sovietrussia.org/scdev/src/schmid3.s3m"><img src="http://sovietrussia.org/audio.png" width="64" height="64" alt="23 kb" class="thumb" /></a></small></p>]]></description>
</item><item>
<title>No.578</title>
<dc:creator>Reese Guy  </dc:creator>
<link>http://sovietrussia.org/scdev/res/576.html#578</link>
<guid>http://sovietrussia.org/scdev/res/576.html#578</guid>
<comments>http://sovietrussia.org/scdev/res/576.html#578</comments>
<description><![CDATA[<p><small>File: <a href="http://sovietrussia.org/scdev/src/schmid2.s3m">schmid2.s3m</a> -<em>(37 kb)&nbsp;</em><br /><a href="http://sovietrussia.org/scdev/src/schmid2.s3m"><img src="http://sovietrussia.org/audio.png" width="64" height="64" alt="37 kb" class="thumb" /></a></small></p>]]></description>
</item><item>
<title>No.577</title>
<dc:creator>Reese Guy  </dc:creator>
<link>http://sovietrussia.org/scdev/res/576.html#577</link>
<guid>http://sovietrussia.org/scdev/res/576.html#577</guid>
<comments>http://sovietrussia.org/scdev/res/576.html#577</comments>
<description><![CDATA[<p><small>File: <a href="http://sovietrussia.org/scdev/src/schmid1.s3m">schmid1.s3m</a> -<em>(16 kb)&nbsp;</em><br /><a href="http://sovietrussia.org/scdev/src/schmid1.s3m"><img src="http://sovietrussia.org/audio.png" width="64" height="64" alt="16 kb" class="thumb" /></a></small></p><p>:P</p>]]></description>
</item><item>
<title>No.576</title>
<dc:creator>Bisqwit  </dc:creator>
<link>http://sovietrussia.org/scdev/res/576.html#576</link>
<guid>http://sovietrussia.org/scdev/res/576.html#576</guid>
<comments>http://sovietrussia.org/scdev/res/576.html#576</comments>
<description><![CDATA[<p>2237#schism.Bisqwit <a href="http://bisqwit.iki.fi/music/mod/schmid1.s3m" rel="nofollow">http://bisqwit.iki.fi/music/mod/schmid1.s3m</a> up to schmid5.s3m &ndash; a few samples of the new midi loader's output. I think the Sxx effects make the F5 screen interesting to follow, besides being nice to listen :P<br />2238#schism.Storlek dammit man<br />2238#schism.Storlek would you post this stuff on the board so i have some record of it<br />2239#schism.Bisqwit Storlek: The board is a bit too public and permanent for my tastes<br />2239#schism.Bisqwit Make logs<br />2239#schism.Storlek public?<br />2239#schism.Storlek dude<br />2239#schism.Storlek these are test files right?<br />2239#schism.Bisqwit Yes &ndash; it is indexed by search engines and archived till the end of digital age<br />2239#schism.Storlek so?<br />2239#schism.Storlek that's the point of the internet<br />2240#schism.Bisqwit Storlek: These are test files as in "here's my progress", but there's no test case in them.<br />2240#schism.Storlek and that's why it's GOOD to put that stuff on the board<br />2240#schism.Storlek so you want people to look back and see no sign of progress?</p><p><small>Comment too long; full version <a href="http://sovietrussia.org/scdev/res/576.html#576">here</a>.</small></p>]]></description>
</item><item>
<title>No.575</title>
<dc:creator>Mitchell Ramos  </dc:creator>
<link>http://sovietrussia.org/scdev/res/563.html#575</link>
<guid>http://sovietrussia.org/scdev/res/563.html#575</guid>
<comments>http://sovietrussia.org/scdev/res/563.html#575</comments>
<description><![CDATA[<p><a href="/scdev/res/563.html#574" onclick="highlight('574')">&gt;&gt;574</a><br />Lol, got interpreted as <sup>superscript</sup>.<br />Anyway, put code-ish looking stuff in backticks (e.g. <code> `^^^` </code>) to get it to show up right. I might get rid of that one though, it was mostly experimental and seems to be interfering more than helping. After all no one really writes stuff like "f(x) = 5x<sup>2</sup> + 4x + 3" or whatever :P</p>]]></description>
</item><item>
<title>No.574</title>
<dc:creator>Tucker F. Harrington  </dc:creator>
<link>http://sovietrussia.org/scdev/res/563.html#574</link>
<guid>http://sovietrussia.org/scdev/res/563.html#574</guid>
<comments>http://sovietrussia.org/scdev/res/563.html#574</comments>
<description><![CDATA[<p><a href="/scdev/res/563.html#573" onclick="highlight('573')">&gt;&gt;573</a><br />That would be ^ ^ ^ without spaces. This board kills note cut signs.</p>]]></description>
</item><item>
<title>No.573</title>
<dc:creator>Tucker F. Harrington  </dc:creator>
<link>http://sovietrussia.org/scdev/res/563.html#573</link>
<guid>http://sovietrussia.org/scdev/res/563.html#573</guid>
<comments>http://sovietrussia.org/scdev/res/563.html#573</comments>
<description><![CDATA[<p><sup><sup>^</sup></sup> only kills the last played note in a channel. I remember it to kill all sounds. Can someone verify/acknowledge?</p>]]></description>
</item><item>
<title>No.572</title>
<dc:creator>L. Morrow  </dc:creator>
<link>http://sovietrussia.org/scdev/res/563.html#572</link>
<guid>http://sovietrussia.org/scdev/res/563.html#572</guid>
<comments>http://sovietrussia.org/scdev/res/563.html#572</comments>
<description><![CDATA[<p>In retrospect maybe we should've shipped 0.5 with a <code>schism</code> script that looked like</p><pre><code>#!/bin/sh<br />echo "This file is deprecated; to run Schism Tracker, use $0tracker instead."</code></pre><p>Oh well, too late now :P</p>]]></description>
</item><item>
<title>No.571</title>
<dc:creator>Kia Fuller  </dc:creator>
<link>http://sovietrussia.org/scdev/res/563.html#571</link>
<guid>http://sovietrussia.org/scdev/res/563.html#571</guid>
<comments>http://sovietrussia.org/scdev/res/563.html#571</comments>
<description><![CDATA[<p>bump</p>]]></description>
</item><item>
<title>No.570</title>
<dc:creator>Martha Hull  </dc:creator>
<link>http://sovietrussia.org/scdev/res/456.html#570</link>
<guid>http://sovietrussia.org/scdev/res/456.html#570</guid>
<comments>http://sovietrussia.org/scdev/res/456.html#570</comments>
<description><![CDATA[<p>This is implemented now.</p><p>Shift-L now copies like Alt-C, but only the non-muted channels.</p>]]></description>
</item><item>
<title>No.569</title>
<dc:creator>Jayme L. Bowman  </dc:creator>
<link>http://sovietrussia.org/scdev/res/350.html#569</link>
<guid>http://sovietrussia.org/scdev/res/350.html#569</guid>
<comments>http://sovietrussia.org/scdev/res/350.html#569</comments>
<description><![CDATA[<p>Multi-out now tries to downmix as many of the wav files to mono as possible.</p><p>Changing the panning, stereo samples, envelopes, etc will all prevent a file from being mono.</p>]]></description>
</item><item>
<title>No.568</title>
<dc:creator>esaruoho  &lt;http://www.lackluster.org&gt;</dc:creator>
<link>http://sovietrussia.org/scdev/res/456.html#568</link>
<guid>http://sovietrussia.org/scdev/res/456.html#568</guid>
<comments>http://sovietrussia.org/scdev/res/456.html#568</comments>
<description><![CDATA[<p>think it would be lush if this was finally added. would make some stuff incredibly fast (jams, improvisation)</p>]]></description>
</item><item>
<title>No.567</title>
<dc:creator>esaruoho  &lt;http://www.lackluster.org&gt;</dc:creator>
<link>http://sovietrussia.org/scdev/res/529.html#567</link>
<guid>http://sovietrussia.org/scdev/res/529.html#567</guid>
<comments>http://sovietrussia.org/scdev/res/529.html#567</comments>
<description><![CDATA[<p><a href="/scdev/res/529.html#529" onclick="highlight('529')">&gt;&gt;529</a></p><p>excellent work mrsbrisby!!!! wow!</p>]]></description>
</item><item>
<title>No.566</title>
<dc:creator>esaruoho  &lt;http://www.lackluster.org&gt;</dc:creator>
<link>http://sovietrussia.org/scdev/res/350.html#566</link>
<guid>http://sovietrussia.org/scdev/res/350.html#566</guid>
<comments>http://sovietrussia.org/scdev/res/350.html#566</comments>
<description><![CDATA[<p><a href="/scdev/res/350.html#564" onclick="highlight('564')">&gt;&gt;564</a></p><p>excellent work! we thank thee. now lets have me try it out and see what hapens! thank you:)</p>]]></description>
</item><item>
<title>No.565</title>
<dc:creator>xonox  &lt;http://www.quikphix.org&gt;</dc:creator>
<link>http://sovietrussia.org/scdev/res/350.html#565</link>
<guid>http://sovietrussia.org/scdev/res/350.html#565</guid>
<comments>http://sovietrussia.org/scdev/res/350.html#565</comments>
<description><![CDATA[<p>Thank you!  It works really well!  I can now easily import it all back into ardour.  One enhancement i'd like to see is that channels which use no panning be exported as mono files.  I think it is already the case when exporting a song without using multi channel diskwrite.</p><p>Keep it up!  Schism tracker is always getting better!</p>]]></description>
</item><item>
<title>No.564</title>
<dc:creator>Genevieve H. Best  </dc:creator>
<link>http://sovietrussia.org/scdev/res/350.html#564</link>
<guid>http://sovietrussia.org/scdev/res/350.html#564</guid>
<comments>http://sovietrussia.org/scdev/res/350.html#564</comments>
<description><![CDATA[<p>This is done. Current builds have a multichannel diskwriter. The UI is a bit funky, but it works, and is only marginally slower than the regular diskwriter.</p><p>It works like this:</p><p>Shift-F10, and enter the name of a directory.</p><p>Instead of an error message, schism will say "Multi-out?" and if you say yes, schism will dump all the wav files in there- one per channel.</p><p>NNA is kept on the same channel as its master.</p>]]></description>
</item><item>
<title>No.563</title>
<dc:creator>Kyra Parrish  </dc:creator>
<link>http://sovietrussia.org/scdev/res/563.html#563</link>
<guid>http://sovietrussia.org/scdev/res/563.html#563</guid>
<comments>http://sovietrussia.org/scdev/res/563.html#563</comments>
<description><![CDATA[<p>What bugs are still in schism?</p><p>I want to get on a release cycle for downstream packagers- people confusing <code>/usr/bin/schism</code> for <code>/usr/bin/schismtracker</code> is only part of the reason...</p>]]></description>
</item><item>
<title>No.562</title>
<dc:creator>Akeem A. Warner  </dc:creator>
<link>http://sovietrussia.org/scdev/res/561.html#562</link>
<guid>http://sovietrussia.org/scdev/res/561.html#562</guid>
<comments>http://sovietrussia.org/scdev/res/561.html#562</comments>
<description><![CDATA[<p>I can't get it to crash; can you use gdb and dump the backtrace of all threads?</p><pre><code>gdb schismtracker<br />(gdb) thread apply all bt</code></pre><p>Btw, the schism program is called "schismtracker" &ndash; very old versions were called "schism"</p>]]></description>
</item><item>
<title>No.561</title>
<dc:creator>opqdonut  </dc:creator>
<link>http://sovietrussia.org/scdev/res/561.html#561</link>
<guid>http://sovietrussia.org/scdev/res/561.html#561</guid>
<comments>http://sovietrussia.org/scdev/res/561.html#561</comments>
<description><![CDATA[<p>schism crashes with multicast-related stuff when there's no network. a strace:</p><p>execve("/usr/bin/schism", ["schism"], [<span class="spoiler"> 31 vars </span>]) = 0<br />brk(0)                                  = 0x89f000<br />mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2b620fd19000<br />access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)<br />mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2b620fd1a000<br />access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)<br />open("/etc/ld.so.cache", O_RDONLY)      = 3<br />fstat(3, {st_mode=S_IFREG|0644, st_size=72013, ...}) = 0<br />mmap(NULL, 72013, PROT_READ, MAP_PRIVATE, 3, 0) = 0x2b620fd1c000<br />close(3)                                = 0<br />access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)<br />open("/usr/lib/libSDL-1.2.so.0", O_RDONLY) = 3<br />read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\220\215"..., 832) = 832</p><p><small>Comment too long; full version <a href="http://sovietrussia.org/scdev/res/561.html#561">here</a>.</small></p>]]></description>
</item><item>
<title>No.560</title>
<dc:creator>Angelina Valenzuela  </dc:creator>
<link>http://sovietrussia.org/scdev/res/548.html#560</link>
<guid>http://sovietrussia.org/scdev/res/548.html#560</guid>
<comments>http://sovietrussia.org/scdev/res/548.html#560</comments>
<description><![CDATA[<p><a href="/scdev/res/548.html#558" onclick="highlight('558')">&gt;&gt;558</a></p><p>I modified autogen.sh to copy instead of symlink. That should help.</p>]]></description>
</item><item>
<title>No.559</title>
<dc:creator>Prince Deshawn Petersen  </dc:creator>
<link>http://sovietrussia.org/scdev/res/557.html#559</link>
<guid>http://sovietrussia.org/scdev/res/557.html#559</guid>
<comments>http://sovietrussia.org/scdev/res/557.html#559</comments>
<description><![CDATA[<p>Go for it! Preferably, put it on the wiki, under the Schism: namespace. It might even prompt us to bother finishing the task of wikifying the English docs :P</p>]]></description>
</item><item>
<title>No.558</title>
<dc:creator>Eldon X. Cowan  </dc:creator>
<link>http://sovietrussia.org/scdev/res/548.html#558</link>
<guid>http://sovietrussia.org/scdev/res/548.html#558</guid>
<comments>http://sovietrussia.org/scdev/res/548.html#558</comments>
<description><![CDATA[<p>Those files really shouldn't be links anyway. That's a debianism.</p>]]></description>
</item><item>
<title>No.557</title>
<dc:creator>RavenHeart  </dc:creator>
<link>http://sovietrussia.org/scdev/res/557.html#557</link>
<guid>http://sovietrussia.org/scdev/res/557.html#557</guid>
<comments>http://sovietrussia.org/scdev/res/557.html#557</comments>
<description><![CDATA[<p>If you do not object, I can translate the documentation on Russian.</p>]]></description>
</item><item>
<title>No.556</title>
<dc:creator>RavenHeart  </dc:creator>
<link>http://sovietrussia.org/scdev/res/548.html#556</link>
<guid>http://sovietrussia.org/scdev/res/548.html#556</guid>
<comments>http://sovietrussia.org/scdev/res/548.html#556</comments>
<description><![CDATA[<p>Compilation has passed successfully! Thanks! Also I corrected symbolical references:<br />INSTALL<br />/usr/share/automake-1.9/INSTALL -&gt; /usr/local/share/automake-1.4/INSTALL<br />(Strange. In automake 1.9 it was not possible to find INSTALL it was necessary to use the old version)</p><p>config.guess<br />/usr/share/automake-1.9/config.guess   -&gt; /usr/local/share/automake-1.9/config.guess</p><p>..etc (config.sub, depcomp, install-sh, missing) add "../local/.."</p>]]></description>
</item><item>
<title>No.555</title>
<dc:creator>Angelina Valenzuela  </dc:creator>
<link>http://sovietrussia.org/scdev/res/548.html#555</link>
<guid>http://sovietrussia.org/scdev/res/548.html#555</guid>
<comments>http://sovietrussia.org/scdev/res/548.html#555</comments>
<description><![CDATA[<p><a href="/scdev/res/548.html#548" onclick="highlight('548')">&gt;&gt;548</a> I understand well enough. Added to CVS.</p><p>I'll update the builds later today; when they update, please download and let us know if they will compile cleanly for you.</p>]]></description>
</item><item>
<title>No.554</title>
<dc:creator>Eldon X. Cowan  </dc:creator>
<link>http://sovietrussia.org/scdev/res/548.html#554</link>
<guid>http://sovietrussia.org/scdev/res/548.html#554</guid>
<comments>http://sovietrussia.org/scdev/res/548.html#554</comments>
<description><![CDATA[<p><a href="/scdev/res/548.html#553" onclick="highlight('553')">&gt;&gt;553</a><br />Whoops, should've been four spaces in there... HTML ate them. Foiled again!</p>]]></description>
</item><item>
<title>No.553</title>
<dc:creator>Eldon X. Cowan  </dc:creator>
<link>http://sovietrussia.org/scdev/res/548.html#553</link>
<guid>http://sovietrussia.org/scdev/res/548.html#553</guid>
<comments>http://sovietrussia.org/scdev/res/548.html#553</comments>
<description><![CDATA[<p>Attaching it is one way, yeah.</p><p>Alternately stick a tab or four spaces in front of each line. (most text editors have an "indent" command... or do a <code>sed s/^/    /</code> if you have a 'nix system handy)</p>]]></description>
</item><item>
<title>No.552</title>
<dc:creator>RavenHeart  </dc:creator>
<link>http://sovietrussia.org/scdev/res/548.html#552</link>
<guid>http://sovietrussia.org/scdev/res/548.html#552</guid>
<comments>http://sovietrussia.org/scdev/res/548.html#552</comments>
<description><![CDATA[<p><small>File: <a href="http://sovietrussia.org/scdev/src/xkb_c.tar.gz">xkb_c.tar.gz</a> -<em>(1645 b)&nbsp;</em><br /><a href="http://sovietrussia.org/scdev/src/xkb_c.tar.gz"><img src="http://sovietrussia.org/archive.png" width="64" height="64" alt="1645 b" class="thumb" /></a></small></p><p>xkb.c</p>]]></description>
</item><item>
<title>No.551</title>
<dc:creator>RavenHeart  </dc:creator>
<link>http://sovietrussia.org/scdev/res/548.html#551</link>
<guid>http://sovietrussia.org/scdev/res/548.html#551</guid>
<comments>http://sovietrussia.org/scdev/res/548.html#551</comments>
<description><![CDATA[<p>he... How it is correct post comments in a code? Similar they were "eaten" with a script of a forum.</p>]]></description>
</item><item>
<title>No.550</title>
<dc:creator>Tamra Benton  </dc:creator>
<link>http://sovietrussia.org/scdev/res/548.html#550</link>
<guid>http://sovietrussia.org/scdev/res/548.html#550</guid>
<comments>http://sovietrussia.org/scdev/res/548.html#550</comments>
<description><![CDATA[<p>Haha, spoiler markup found.</p>]]></description>
</item><item>
<title>No.549</title>
<dc:creator>RavenHeart  </dc:creator>
<link>http://sovietrussia.org/scdev/res/548.html#549</link>
<guid>http://sovietrussia.org/scdev/res/548.html#549</guid>
<comments>http://sovietrussia.org/scdev/res/548.html#549</comments>
<description><![CDATA[<p>sorry not correct post :(<br />Probably, it is time to me to go to sleep</p>]]></description>
</item><item>
<title>No.548</title>
<dc:creator>RavenHeart  </dc:creator>
<link>http://sovietrussia.org/scdev/res/548.html#548</link>
<guid>http://sovietrussia.org/scdev/res/548.html#548</guid>
<comments>http://sovietrussia.org/scdev/res/548.html#548</comments>
<description><![CDATA[<p>No, unfortunately. But I have made differently.</p><p>In xkb.c :</p><p><span class="spoiler">#ifdef HAVE_X11_EXTENSIONS_XKB_H</span><br />#include &lt;X11/XKBlib.h&gt;<br /><span class="spoiler">#endif</span><br />....<br />....<br /><span class="spoiler">#ifdef HAVE_X11_EXTENSIONS_XKB_H</span><br />static XkbDescPtr us_kb_map;<br /><span class="spoiler">#endif</span></p><p>and next step:</p><p><small>Comment too long; full version <a href="http://sovietrussia.org/scdev/res/548.html#548">here</a>.</small></p>]]></description>
</item><item>
<title>No.547</title>
<dc:creator>Mari Peck  </dc:creator>
<link>http://sovietrussia.org/scdev/res/536.html#547</link>
<guid>http://sovietrussia.org/scdev/res/536.html#547</guid>
<comments>http://sovietrussia.org/scdev/res/536.html#547</comments>
<description><![CDATA[<p><a href="/scdev/res/536.html#545" onclick="highlight('545')">&gt;&gt;545</a></p><p>If you run configure as:</p><pre><code>./configure --x-includes=/usr/local/include</code></pre><p>does it build correctly?</p>]]></description>
</item><item>
<title>No.546</title>
<dc:creator>Ronny Maynard  </dc:creator>
<link>http://sovietrussia.org/scdev/res/536.html#546</link>
<guid>http://sovietrussia.org/scdev/res/536.html#546</guid>
<comments>http://sovietrussia.org/scdev/res/536.html#546</comments>
<description><![CDATA[<p><a href="/scdev/res/536.html#545" onclick="highlight('545')">&gt;&gt;545</a> Ah I see it's in <code>/usr/local/</code> I'll see about fixing this up later...</p>]]></description>
</item><item>
<title>No.545</title>
<dc:creator>RavenHeart  </dc:creator>
<link>http://sovietrussia.org/scdev/res/536.html#545</link>
<guid>http://sovietrussia.org/scdev/res/536.html#545</guid>
<comments>http://sovietrussia.org/scdev/res/536.html#545</comments>
<description><![CDATA[<blockquote class="unkfunc"><p>&gt;&gt;Can you run locate -i xkb.h and perhaps do some digging?</p></blockquote><p>Yes:<br />===========<br />[nau@buddha ~]locate -i xkb.h<br />/usr/local/include/X11/extensions/XKB.h<br />============</p><blockquote class="unkfunc"><p>&gt;&gt;will have great difficulty using &gt;&gt;schismtracker...</p></blockquote><p>All hotkeys which has had time to check up work, in the pattern editor too all is good.</p><p><small>Comment too long; full version <a href="http://sovietrussia.org/scdev/res/536.html#545">here</a>.</small></p>]]></description>
</item><item>
<title>No.544</title>
<dc:creator>H. Crawford  </dc:creator>
<link>http://sovietrussia.org/scdev/res/536.html#544</link>
<guid>http://sovietrussia.org/scdev/res/536.html#544</guid>
<comments>http://sovietrussia.org/scdev/res/536.html#544</comments>
<description><![CDATA[<p><a href="/scdev/res/536.html#541" onclick="highlight('541')">&gt;&gt;541</a><br />Schism certainly doesn't work with a dvorak keyboard, are you saying it would be <em>worse</em> without xkb?</p>]]></description>
</item><item>
<title>No.543</title>
<dc:creator>W. Rodgers  </dc:creator>
<link>http://sovietrussia.org/scdev/res/533.html#543</link>
<guid>http://sovietrussia.org/scdev/res/533.html#543</guid>
<comments>http://sovietrussia.org/scdev/res/533.html#543</comments>
<description><![CDATA[<p><a href="/scdev/res/533.html#533" onclick="highlight('533')">&gt;&gt;533</a></p><p>You didn't mention if you tried any other video drivers (Ctrl-F1), or if you were in fullscreen, or if you used any programs like ASIO4ALL.</p>]]></description>
</item><item>
<title>No.542</title>
<dc:creator>W. Rodgers  </dc:creator>
<link>http://sovietrussia.org/scdev/res/533.html#542</link>
<guid>http://sovietrussia.org/scdev/res/533.html#542</guid>
<comments>http://sovietrussia.org/scdev/res/533.html#542</comments>
<description><![CDATA[<p><a href="/scdev/res/533.html#534" onclick="highlight('534')">&gt;&gt;534</a></p><p>You have to push the save/settings button in order for your preferences to be saved.</p>]]></description>
</item><item>
<title>No.541</title>
<dc:creator>Mari Peck  </dc:creator>
<link>http://sovietrussia.org/scdev/res/536.html#541</link>
<guid>http://sovietrussia.org/scdev/res/536.html#541</guid>
<comments>http://sovietrussia.org/scdev/res/536.html#541</comments>
<description><![CDATA[<p><a href="/scdev/res/536.html#540" onclick="highlight('540')">&gt;&gt;540</a></p><pre><code>conftest.c:79:32: X11/extensions/XKB.h: No such file or directory</code></pre><p>Is there an XKB.h on your system? Can you run <code>locate -i xkb.h</code> and perhaps do some digging?</p><p>Without xkb support, FreeBSD users with non-US or non-qwerty keyboards/layouts will have great difficulty using schismtracker...</p>]]></description>
</item><item>
<title>No.540</title>
<dc:creator>RavenHeart  </dc:creator>
<link>http://sovietrussia.org/scdev/res/536.html#540</link>
<guid>http://sovietrussia.org/scdev/res/536.html#540</guid>
<comments>http://sovietrussia.org/scdev/res/536.html#540</comments>
<description><![CDATA[<p><small>File: <a href="http://sovietrussia.org/scdev/src/config.log.tar.gz">config.log.tar.gz</a> -<em>(7 kb)&nbsp;</em><br /><a href="http://sovietrussia.org/scdev/src/config.log.tar.gz"><img src="http://sovietrussia.org/archive.png" width="64" height="64" alt="7 kb" class="thumb" /></a></small></p><p>Thanks!<br />Compilation have come to the end successfully (after correct xkb.c). Schism works)</p><p>config.log in attach</p>]]></description>
</item><item>
<title>No.539</title>
<dc:creator>Ronny Maynard  </dc:creator>
<link>http://sovietrussia.org/scdev/res/536.html#539</link>
<guid>http://sovietrussia.org/scdev/res/536.html#539</guid>
<comments>http://sovietrussia.org/scdev/res/536.html#539</comments>
<description><![CDATA[<p>Add the following after line 49, but before the <code>#endif</code>:</p><pre><code>#else<br />static void *us_kb_map;</code></pre><p>I'm curious as to why <code>HAVE_X11_EXTENSIONS_XKB_H</code><br />isn't active on your FreeBSD 6.3 - perhaps you're missing some headers? Perhaps autoconf didn't find <code>xkb.h</code>?</p><p>Posting logs (config.log for example) would help with this...</p>]]></description>
</item><item>
<title>No.538</title>
<dc:creator>Jered Hendrix  </dc:creator>
<link>http://sovietrussia.org/scdev/res/535.html#538</link>
<guid>http://sovietrussia.org/scdev/res/535.html#538</guid>
<comments>http://sovietrussia.org/scdev/res/535.html#538</comments>
<description><![CDATA[<p>DUMB may have been created with the purpose of sounding close to Impulse Tracker, it doesn't succeed very well; the hacked up modplug in schism sounds more like Impulse Tracker than DUMB does.</p><p>DUMB is also not under active development.</p>]]></description>
</item><item>
<title>No.537</title>
<dc:creator>Tiffany Maxwell  </dc:creator>
<link>http://sovietrussia.org/scdev/res/535.html#537</link>
<guid>http://sovietrussia.org/scdev/res/535.html#537</guid>
<comments>http://sovietrussia.org/scdev/res/535.html#537</comments>
<description><![CDATA[<p>Dumb is actually a worse choice than Modplug, as Modplug is mostly intended to be a player library, but <em>also</em> is used for a tracker; Dumb is <em>just</em> a player, so it would likely require extensive modifications beyond the magnitude of those initially needed to fit Modplug into the program.</p><p>We've made a large number of changes to Modplug's engine with the purpose of improving IT compatibility, and Schism plays IT files significantly better than Modplug or Mikmod. Also, a while back some work was put into a replacement engine written specifically for Schism Tracker:<br /><a href="http://schismtracker.cvs.sourceforge.net/schismtracker/pm/" rel="nofollow">http://schismtracker.cvs.sourceforge.net/schismtracker/pm/</a><br />The main goals for pm are to be bug-compatible with IT playback, efficient, and written cleanly (i.e. no hacks). In theory when pm is working right, it should be possible to drop the whole Modplug directory from the source, cut out all Modplug references, and replace them with code in pm.<br />Unfortunately it's been sitting there for a long time and hasn't had much attention since it was first committed to cvs, so I don't think it's altogether likely that it's going to be replacing Modplug any time soon :(</p>]]></description>
</item><item>
<title>No.536</title>
<dc:creator>RavenHeart  </dc:creator>
<link>http://sovietrussia.org/scdev/res/536.html#536</link>
<guid>http://sovietrussia.org/scdev/res/536.html#536</guid>
<comments>http://sovietrussia.org/scdev/res/536.html#536</comments>
<description><![CDATA[<p>I try to compile CVS ver. on FreeBSD 6.3</p><ol><li>Has corrected symbolical references to utilities automake (INSTALL, install-sh, etc) as they did not work in my system.</li><li>A mistake at compilation:</li></ol><p>code:<br />.....deps/xkb.Tpo -c -o xkb.o <code>test -f 'sys/x11/xkb.c' || echo './'</code>sys/x11/xkb.c<br />sys/x11/xkb.c: In function `_key_info_setup':<br />sys/x11/xkb.c:91: error: `us_kb_map' undeclared (first use in this function)<br />sys/x11/xkb.c:91: error: (Each undeclared identifier is reported only once<br />sys/x11/xkb.c:91: error: for each function it appears in.)<br />sys/x11/xkb.c: In function `key_scancode_lookup':<br />sys/x11/xkb.c:143: error: `us_kb_map' undeclared (first use in this function)<br />*** Error code 1</p>]]></description>
</item><item>
<title>No.535</title>
<dc:creator>Alex R  &lt;http://www.luxatom.com&gt;</dc:creator>
<link>http://sovietrussia.org/scdev/res/535.html#535</link>
<guid>http://sovietrussia.org/scdev/res/535.html#535</guid>
<comments>http://sovietrussia.org/scdev/res/535.html#535</comments>
<description><![CDATA[<p>DUMB engine (<a href="http://dumb.sourceforge.net/" rel="nofollow">http://dumb.sourceforge.net/</a>) was created w/the purpose of sounding as close to impulse tracker as possible. if the license doesn't conflict maybe try that instead of modplug engine?</p>]]></description>
</item><item>
<title>No.534</title>
<dc:creator>RavenHeart  </dc:creator>
<link>http://sovietrussia.org/scdev/res/533.html#534</link>
<guid>http://sovietrussia.org/scdev/res/533.html#534</guid>
<comments>http://sovietrussia.org/scdev/res/533.html#534</comments>
<description><![CDATA[<p>2. At end of the program the established parameters (a palette, system preferences, etc) are not kept. At following start of the program I see adjustments by default. Win XP, Schism - CVS latest bild ver.</p>]]></description>
</item></channel></rss>