1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>Frequently Asked Questions about MilkyTracker</title>
<style type="text/css">
body
{
margin: 1em;
font-size: 10pt;
max-width: 52em;
}
h1, h2, h3, h4
{
text-decoration: underline;
}
p
{
margin: 0;
margin-bottom: 1em;
margin-left: 3em;
}
ul li
{
list-style-type: none;
margin-top: 1em;
margin-bottom: 1em;
}
ol li
{
list-style-position: outside;
margin-left: 1.5em;
}
a
{
text-decoration: underline;
}
</style>
<script type="text/javascript">
//<![CDATA[
function interActivate()
{
if (document.getElementsByTagName('h1'))
{
questions = document.getElementsByTagName('a');
answers = document.getElementsByTagName('ul');
q = 0;
for (i = 0; i < questions.length; i++)
{
if(questions.item(i).href != "") continue;
questions.item(i).id = "q"+q;
questions.item(i).href="javascript:flip('a"+q+"')";
q++;
}
for (i = 0; i < answers.length; i++)
{
answers.item(i).id = "a"+i;
answers.item(i).style.display="none";
}
}
}
function flip(answerID)
{
var answer = document.getElementById(answerID);
if (answer.style.display=="none")
{
answer.style.display="block";
}
else
{
answer.style.display="none";
}
}
//]]>
</script>
</head>
<body onload="interActivate();">
<h1>Frequently Asked Questions about MilkyTracker</h1>
<p>
Here are some questions answered which get asked on the forum and on IRC from time to time.
</p>
<ol>
<li>
<a id="question">Where can I find a list of all the effect codes?</a>
<ul>
<li>
Read the manual: <a href="MilkyTracker.html">milkytracker.html</a>
</li>
</ul>
</li>
<li>
<a>Where can I find a list of all the keyboard shortcuts?</a>
<ul>
<li>
Read the manual: <a href="MilkyTracker.html">milkytracker.html</a>
</li>
</ul>
<li>
<a>Why does MilkyTracker look different from Fasttracker II?</a>
<ul>
<li>
The GUI of MilkyTracker has been adjusted to fit low resolution displays
with 320x240 pixels. Thus the screen can be more easily divided into
seperate pages.
</li>
</ul>
</li>
<li>
<a>Where are the extended Sample Editor functions (S.E.Ext.)?</a>
<ul>
<li>
In the sample context menu, just right-click / tap'n hold in the sample area.
The Pattern and Instrument Editors have their context menus too, you know.
</li>
</ul>
</li>
<li>
<a>Why does my .XM sound different from Ft2 in MilkyTracker?</a>
<ul>
<li>
MilkyTracker tries to play XMs as accurate as possible but there are still
known and unknown issues. Most of them are rare but if you find one, report
it to us and we'll try to fix it.
</li>
</ul>
</li>
<li>
<a>Why does my .XM sound different from ModPlug/Schism/WinAMP/xxx in MilkyTracker?</a>
<ul>
<li>
MilkyTracker aims to reproduce Ft2 playback as closely as possible while
other players/trackers don't do that, so if you think your track is being
messed up in MilkyTracker compare it to Ft2 first. If it still sounds
weird, see the question above.
</li>
</ul>
</li>
<li>
<a>Why doesn't MilkyTracker load my .XM (created in ModPlug)?</a>
<ul>
<li>
Unless the module is otherwise corrupt, it probably features more than 32
channels. In Fasttracker II, 32 is the maximum.
</li>
</ul>
</li>
<li>
<a>Why does MilkyTracker play my IT/S3M/xxx module wrong?</a>
<ul>
<li>
Well, MilkyTracker is an XM tracker. It will play all other tunes (except
for .MOD) the way Ft2 would do it. Every feature from other modules not
being XM compatible will be thrown out when importing the song.
</li>
</ul>
</li>
<li>
<a>What do the buttons SEQ, CLN, F, P, W and L do?</a>
<ul>
<li>
SEQ stands for sequence, the button inserts the next unused pattern in the
pattern order table.
</li>
<li>
CLN stands for clone, it does the same as SEQ but additionally it copies the
data from current pattern to the new one.
</li>
<li>
The F button toggles song following. Disabling it enables you to better edit the
song while it is playing.
</li>
<li>
The P button toggles prospective pattern view. When disabled, you see one
pattern at a time. When enabled, the patterns show as a continuous strip.
</li>
<li>
The W button toggles pattern wrapping. Basically it either allows you to freely
move from pattern to pattern while editing or helps you concentrate on one
pattern at a time.
</li>
<li>
The L button toggles live mode. This affects the pattern change behavior. When
it's off, changing song positions is instant. In live mode, the change happens
after the current pattern has been finished which allows seamless skipping from
one part of a song to another. Repetitions, jamming, you know, generic live stuff.
</li>
</ul>
</li>
<li>
<a>What are Jam channels?</a>
<ul>
<li>
Jam channels enable you to play notes live on your MIDI or computer keyboard
independent of the song channels. If disabled, note polyphony is restricted to
whatever number of channels the song has.
</li>
</ul>
</li>
<li>
<a>Does MilkyTracker support MIDI?</a>
<ul>
<li>
MilkyTracker supports some basic MIDI INPUT, which means you can use your MIDI
device to feed notes into MilkyTracker. See the documentation for instructions
on how to enable MIDI In on different platforms.
</li>
</ul>
</li>
<li>
<a>Can you port MilkyTracker to platform xxx?</a>
<ul>
<li>
Unfortunately my time is rather limited at the moment so first you need to know
some things about MilkyTracker:
</li>
<li>
MilkyTracker is written in a platform independent fashion and uses a rather
primitive approach of software rendering to make porting as easy as possible. On
the downside this means MilkyTracker needs quite some CPU power. At the bottom
end of the desktop version MilkyTracker requires at least around 300Mhz to run
MilkyTracker in 640x480x16 bit color. This might seem quite a bit, but actually
it's nothing compared to nowadays computer speeds. MilkyTracker was never
written with old computer systems in mind. The low resolution version (320x240)
will probably run on systems offering 150Mhz or more but 320x240 is the only
supported low resolution mode.
</li>
<li>
MilkyTracker is *heavily* mouse centered. And I really mean *heavy*. Controlling
MilkyTracker with a few buttons only will not be fun and totally useless and I'm
not going to waste time on a port for a device without a mouse equivalent (touch
screen etc.). Please understand that porting itself often requires quite an
amount of time and still doesn't guarentee MilkyTracker to be fully useable.
</li>
<li>
Now that MilkyTracker is open-source the opportunity exists for anyone with enough motivation to port MilkyTracker to whatever platform they desire.
</li>
</ul>
</li>
<li>
<a>Why isn't there a PSP/NDS port of MilkyTracker?</a>
<ul>
<li>
Because noone has had the motivation to write one. Perhaps you do :)
</li>
</ul>
</li>
<li>
<a>Can you tell me a bedtime story?</a>
<ul>
<li>
Yes. Once upon a time…<pre>
11:32 anyguy has joined #MilkyTracker
11:32 pailes yawns
11:32 <anyguy> Hi
11:32 <pailes> hi there
11:33 <anyguy> this sounds terrible, but i just downloaded milky traker and i have no idea how to use it
11:33 <anyguy> any help?
11:34 <pailes> load a song
11:34 <pailes> play it
11:34 <pailes> maybe watch the video tutorials
11:34 <anyguy> the vids on youtube were no help
11:34 <pailes> what was the problem?
11:35 <anyguy> i have no idea how to work milky traker
11:35 <pailes> I guess you have to be more specific
11:36 <anyguy> i cant even make a simple sound or track
11:36 <pailes> can you load a song and play it?
11:36 <anyguy> no clue how?
11:37 <pailes> "load" a song
11:37 <pailes> there is a "load" button
11:37 <pailes> which suggests you should press it to load a song
11:37 <anyguy> i know, but its all... blah, file types
11:38 <anyguy> error loading file type
11:38 <pailes> you can only load songs which have the .xm extension
11:38 <pailes> i.e. some of the songs which are included in the milkytracker distribution package
11:39 <anyguy> nice, but how do i edit or build on that?
11:39 <pailes> first I suggest to press the config button
11:40 <pailes> then select the misc. tab by pressing the misc. button
11:40 <pailes> and switch to milkytracker edit mode
11:40 <pailes> this mode will be easier to use
11:41 <pailes> for people not having any tracking background
11:41 <anyguy> so for now on out, trial and error?
11:41 <anyguy> this is alien to me
11:41 <pailes> when you have enabled milkytracker edit mode you can edit pattern data by clicking into the pattern, this will focus the pattern editor
11:41 <pailes> rec. will turn red
11:42 <anyguy> i see
11:42 <pailes> which means you can edit pattern data
11:42 <pailes> you can enter regular notes by pressing keys on your pc keyboard
11:42 <pailes> c, c#, d, etc.
11:43 <anyguy> how do i clear it all and use the samples
11:43 <pailes> pres "zap" and then "song"
11:43 <pailes> it will preserve the samples
11:44 <anyguy> so how do i start now?
11:44 <pailes> try to find which key on the keyboard maps to which note... there are also some documents which you can read to understand how a tracker works
11:45 <pailes> you can change the octave with the function keys btw. only two octaves of notes are available at a time through the keyboard, if you want to change the octave you need to do it manually
11:45 <anyguy> can i change the speed?
11:47 <pailes> you do that by inserting a speed command in the last column of a track (a track are those vertical units in the pattern)
11:47 <pailes> everything is done using those commands
11:49 <pailes> maybe this helps: http://en.wikipedia.org/wiki/Tracker
11:50 <pailes> although this article is a little bit outdated
12:06 <anyguy> god i suck at this
12:16 <anyguy> i dont know what im doing wrong here
12:17 <pailes> you can't learn tracking in a few minutes... it really takes some dedication and time
12:17 <anyguy> how do i start though
12:19 <pailes> reading and trial and error
12:20 <pailes> and loading songs and listen to them and find out how they're made by altering sample and pattern data
12:25 <anyguy> blaw
12:25 anyguy has disconnected: Quit: Saving BACKUP.XM...
12:26 <pailes> yes, bye bye</pre>
The end.
</li>
</ul>
</li>
</ol>
</body>
</html>
|