Better email it: kometbomb at kometbomb.net.
97 Jan 6, 2015 6:22 pm
Re: Klystrack -- "chiptracking for your netbook" :) (664 replies, posted in Software & Plug-ins)
98 Jan 4, 2015 4:04 pm
Re: Klystrack -- "chiptracking for your netbook" :) (664 replies, posted in Software & Plug-ins)
Yeah I rarely fully test if the old stuff works. I recommend keeping old versions so you can accurately play back tunes you did months ago. Or just export them to a .wav after they are finished. I can always compile an old version if you have trouble with old songs.
(Btw everytime i change innacuracy Klystrack crash)
How to achieve this?
You can indeed create a lot of the Pokey stuff with the (new) wavegen since the Pokey synth basically just outputs a seeded random sequence of bits. In the wavegen, set the wave length to something like 32 or 64 and after you create your random wave, you can hit "drop lowest bit" found in wave toolbox until you have a irregular pulse wave basically. The pokey synth also varies the waveform when the pitch changes but that is not very inconvenient for music making, so the wavegen approach is much nicer. This relates to the inaccuracy parameter btw, because the real Pokey chip (Atari) usually sounds terribly out of tune.
Edit: Oh, as if I could afford shrooms. All profit from this project goes to n00bstar CD's.
99 Jan 1, 2015 7:56 am
Re: Klystrack -- "chiptracking for your netbook" :) (664 replies, posted in Software & Plug-ins)
There is a DLL but it's not in the klystrack archive. I should probably link straight to that. Also, it's a bit pain to keep up to date so it tends to drag behind. Oh and I actually added an option to reduce sound quality (doesn't really pop out that much) which should be cool for games.
100 Dec 31, 2014 9:03 pm
Re: Klystrack -- "chiptracking for your netbook" :) (664 replies, posted in Software & Plug-ins)
One thing I have been thinking is some kind of named markers you can set to song positions. That might be useful for subsongs or timing when playing the songs from some game/demo etc.
101 Dec 31, 2014 6:44 pm
Re: Klystrack -- "chiptracking for your netbook" :) (664 replies, posted in Software & Plug-ins)
I think you got it but to make it clear: if you have pattern 01 at two positions in the sequence, they will always be of same color. I figured that if you want to make all bass patterns red then it's of course logical to stick the color information with the pattern. But if you want to color a part of the song (e.g. intro) and then use those same patterns later with another color, then the current system will not be enough.
102 Dec 31, 2014 5:56 pm
Re: Klystrack -- "chiptracking for your netbook" :) (664 replies, posted in Software & Plug-ins)
By the way, now the color is set per pattern and not per sequence pattern item. Is this enough?
103 Dec 31, 2014 5:08 pm
Re: Klystrack -- "chiptracking for your netbook" :) (664 replies, posted in Software & Plug-ins)
Well, they should not be random but white by default. Is a shortcut ok for sequencer pattern color change thingy?
104 Dec 29, 2014 6:15 pm
Re: Klystrack -- "chiptracking for your netbook" :) (664 replies, posted in Software & Plug-ins)
Some updates again (the Linux files are updated even though the filename stays the same):
http://code.google.com/p/klystrack/
* Pattern colors not working in some themes fixed (might look awful)
* Clipboard had a bug that copied the wrong amount of data which probably caused some weirdness when copy/pasting pattern data
* Play time works correctly when starting from mid-song
* Export fixed so that the wavs don't have extra data at the very end
* Transpose note data and interpolate command params was broken
* XM import fixed
105 Dec 28, 2014 10:05 am
Re: Klystrack -- "chiptracking for your netbook" :) (664 replies, posted in Software & Plug-ins)
Ok I fixed that and the bug that added extra silence in the end of exported .wavs (so they wouldn't e.g. loop properly.)
You are doing an amazing job Kometbomb!
Thanks but I actually have been too lazy with this!
106 Dec 28, 2014 8:05 am
Re: Klystrack -- "chiptracking for your netbook" :) (664 replies, posted in Software & Plug-ins)
107 Dec 23, 2014 3:15 pm
Re: Klystrack -- "chiptracking for your netbook" :) (664 replies, posted in Software & Plug-ins)
Ok here you go again:
https://code.google.com/p/klystrack/
* You can set the oversampling quality in prefs, trades slightly worse sound for more speed
* Added the multichannel pattern clone thing (SHIFT+CTRL+U/K, single channel is without SHIFT)
* Song timer should not reset anymore after longer sessions
* Sequence pasting fixed (no multichannel copy yet though)
* Boost +/- 1 dB for wavetable
* Fruity rainbow patterns
Includes a 64-bit Linux build!
I'll look into further fixes after Christmas. n00bstar, can you provide me a module that crashes? Nothing happened with a few classic Amiga mods, perhaps this is one of those things that crash on only some systems...
108 Dec 21, 2014 2:11 pm
Re: Klystrack -- "chiptracking for your netbook" :) (664 replies, posted in Software & Plug-ins)
It just might be that Santa has been listening and is on the way. Looking at the thread for those huge n00bstar lists so I might fit some quick fixes in.
109 Nov 4, 2014 7:26 am
Re: Klystrack -- "chiptracking for your netbook" :) (664 replies, posted in Software & Plug-ins)
Hi guys,
I have been slacking with those fixes and also generally overall so sorry about that. But thanks a lot for finding out why it did that! I will check those in the source code as soon as just looking at the project folder doesn't annoy me.
110 Sep 14, 2014 5:07 pm
Re: Klystrack -- "chiptracking for your netbook" :) (664 replies, posted in Software & Plug-ins)
I think I found one possible bug that could make it crash on some systems. Also, I have been working on the wavegen more, you can now select presets that include the OPL waveforms for some fake Adlib (Fakelib?) sounds. Gonna finally add the pattern color selector tonight.
111 Aug 30, 2014 1:57 pm
Re: Klystrack -- "chiptracking for your netbook" :) (664 replies, posted in Software & Plug-ins)
https://dl.dropboxusercontent.com/u/119 -win32.zip
Wavetable -> Wavegen -> RND -> Generate -> use keyboard to play some phat/awful tones
112 Aug 25, 2014 6:42 am
Re: Klystrack -- "chiptracking for your netbook" :) (664 replies, posted in Software & Plug-ins)
Yes it took a year for me to get interested about it (and start thinking it was my idea...)
I also made a video: https://www.youtube.com/watch?v=HAsgsdV8vlY (contains loud boops and beeps).
Toolbox = the old wave "editor". I'm going to add some editing features though, something like volume adjustment, smoothing etc. All probably related to single cycle waveforms though.