Schism Tracker

log

age author description
2008-09-27 Mrs. Brisby mismatched delete/delete[]
2008-09-27 Mrs. Brisby Merge branch 'master' of git://bisqwit.iki.fi/schism
2008-09-27 Joel Yliluoma Merge branch 'nimh'
2008-09-27 Mrs. Brisby Merge branch 'master' of git://bisqwit.iki.fi/schism
2008-09-27 Mrs. Brisby Build
2008-09-27 Mrs. Brisby Merge branch 'master' of git://bisqwit.iki.fi/schism
2008-09-27 Mrs. Brisby Skip over the current pattern (if repeated) on the order list when playbacktracing on F2
2008-09-27 Mrs. Brisby Revert "add kp + and - to the order page"
2008-09-27 Mrs. Brisby add kp + and - to the order page
2008-09-27 Joel Yliluoma More accurate volume calculations for MIDI and AdLib.
2008-09-27 Joel Yliluoma Fixed a crash bug with loading a module while another is playing
2008-09-27 Joel Yliluoma Fixed an infinite loop bug (related to MidiChannelMask)
2008-09-27 Joel Yliluoma Fix OPL frequency. Should now match ST3 as close as my ear can distinguish.
2008-09-27 Joel Yliluoma Fix KEYOFF for AdLib & MIDI (no longer acts like a KEYCUT)
2008-09-27 Joel Yliluoma S3M loader: S3M ^^^ is actually IT ===
2008-09-27 Joel Yliluoma Added ^^^, ===, ~~~ as comments for enabling use of "grep" to find this code
2008-09-26 Mrs. Brisby Build
2008-09-26 Mrs. Brisby grab only when focused, visible, and only when quickly
2008-09-23 Mrs. Brisby Merge branch 'master' of git://bisqwit.iki.fi/schism
2008-09-23 Mrs. Brisby Build
2008-09-23 Mrs. Brisby Merge branch 'master' of git://bisqwit.iki.fi/schism
2008-09-22 Joel Yliluoma MIDI multichannelness editor finetuning
2008-09-22 Joel Yliluoma More working around ludicrousness... Moving draw_box() to draw-char.c
2008-09-22 Joel Yliluoma Revert commit ff399aece55c978423f697905073ac730eee4694 because of Storlek's request
2008-09-22 Joel Yliluoma Made MidiChannel into a bitmask (commit 4, fixing compilation)
2008-09-22 Joel Yliluoma Also disabled -Winline in ludicrous mode on C
2008-09-22 Joel Yliluoma Made MidiChannel into a bitmask (commit 3, fixing SCRI loading)
2008-09-22 Joel Yliluoma Made MidiChannel into a bitmask (commit 2, tuning the bitset widget)
2008-09-22 Joel Yliluoma Made MidiChannel into a bitmask (commit 1, unfinished)
2008-09-22 Joel Yliluoma Tracker MIDI semantics: Added configurable option for the channel selection algorithm
2008-09-23 Joel Yliluoma Simplified this one comment
2008-09-23 Joel Yliluoma Removing trailing whitespace... (Large patch)
2008-09-23 Joel Yliluoma FM synthesis: Support diskwriter / changing sampling rate
2008-09-23 Joel Yliluoma More working around ludicrousness... Moving draw_box() to draw-char.c
2008-09-23 Joel Yliluoma Made MidiChannel into a bitmask
2008-09-23 Joel Yliluoma Simplified this one comment
2008-09-23 Joel Yliluoma Removing trailing whitespace... (Large patch)
2008-09-23 Joel Yliluoma FM synthesis: Support diskwriter / changing sampling rate
2008-09-23 Joel Yliluoma More working around ludicrousness... Moving draw_box() to draw-char.c
2008-09-23 Joel Yliluoma Made MidiChannel into a bitmask
2008-09-22 Joel Yliluoma Merge branch 'master' of git://nimh.org/schism
2008-09-21 Mrs. Brisby Build
2008-09-21 Mrs. Brisby Add F1 hack (Hi Storlek) to make adlib helptext available
2008-09-21 Mrs. Brisby Fix word wrap
2008-09-21 Mrs. Brisby Build
2008-09-21 Mrs. Brisby fix crash when fn key is pressed on bisqwit menutoggle widget
2008-09-21 Mrs. Brisby Build
2008-09-21 Mrs. Brisby add line
2008-09-22 Joel Yliluoma fix typoes2
2008-09-22 Joel Yliluoma fix typoes
2008-09-22 Joel Yliluoma Git-added helptext/adlib-sample
2008-09-21 Joel Yliluoma Wrote AdLib help text. But how do I assign it to that dialog?
2008-09-21 Joel Yliluoma Build
2008-09-21 Joel Yliluoma Minor correction to comment in snd_fm
2008-09-21 Joel Yliluoma Pattern sampling should un-adlib the sample
2008-09-20 Joel Yliluoma Fixed OPL2 sample testing
2008-09-20 Joel Yliluoma Added MIDI start/stop/tick support into Tracker semantics mode. Needs testing, but I haven't got anything to test it with.
2008-09-20 Joel Yliluoma Fixed a bug in the adlib volume calculation
2008-09-19 Mrs. Brisby Revert this; strdup() doesn't check errors, mem_alloc() does.
2008-09-18 Joel Yliluoma Stop reinventing strdup. (Followup to 5aa8685f2d20efbff393d72b34b35f072b3894f5 and 08c315c268741c3f9a51c7021c64109fd3103a9f)