{"id":767,"date":"2024-09-10T15:05:02","date_gmt":"2024-09-10T15:05:02","guid":{"rendered":"https:\/\/www.julien-nevo.com\/arkostracker\/?page_id=767"},"modified":"2025-08-22T11:42:12","modified_gmt":"2025-08-22T09:42:12","slug":"positions-patterns-and-tracks","status":"publish","type":"page","link":"https:\/\/www.julien-nevo.com\/arkostracker\/index.php\/positions-patterns-and-tracks\/","title":{"rendered":"Positions, patterns, tracks and subsongs"},"content":{"rendered":"\n<p>This tutorial explains the concepts about positions, patterns, tracks and subsongs in Arkos Tracker. If you&#8217;ve used a tracker before, all these will sound familiar, so you can skip this chapter. However, users of STarKos, AT1 and 2 <strong>should<\/strong> read this: things have changed with AT3 (simplified actually. A good thing, right?).<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Tracks<\/h2>\n\n\n\n<p>Tracks are the building blocks of your song. Consider a track a musical sheet for one musician. A track contains notes, the instrument to use, and possibly effects. The following track&#8230;<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"64\" height=\"237\" src=\"https:\/\/www.julien-nevo.com\/arkostracker\/wp-content\/uploads\/2024\/09\/track8Notes.png\" alt=\"\" class=\"wp-image-820\"\/><\/figure>\n\n\n\n<p>&#8230; sounds like this:<\/p>\n\n\n\n<figure class=\"wp-block-audio\"><audio controls src=\"https:\/\/www.julien-nevo.com\/arkostracker\/wp-content\/uploads\/2024\/09\/8notes.mp3\"><\/audio><\/figure>\n\n\n\n<p>Each symbol (C-4, 01, etc.) are explained thoroughly in the <a href=\"https:\/\/www.julien-nevo.com\/arkostracker\/index.php\/the-pattern-viewer\/\" data-type=\"page\" data-id=\"133\">pattern viewer<\/a> page, so let&#8217;s not worry about that for now. Simply accepts that notes are written in tracks.<\/p>\n\n\n\n<p>Tracks are limited, on purpose:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>First, in size. Basically, they can contain from 1 to 128 notes maximum.<\/li>\n\n\n\n<li>Then, tracks contain one note at the time (they are monophonic, so to speak).<\/li>\n<\/ul>\n\n\n\n<p>Building a whole song with such limitations is impossible, which is why tracks are only used as building blocks. Think of a track as the smallest part of a Lego construction. Tracks are actually contained in&#8230;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Patterns<\/h2>\n\n\n\n<p>Patterns are simply an array of tracks. How many depends on your hardware: 3 on most (Amstrad CPC, Spectrum, MSX, Atari ST etc.), simply because that&#8217;s what the AY\/YM can handle. AT allows using custom chips such as PlayCity, Spectrum Next, Darky, increasing the track count per pattern to 6 or 9 (or even more if you want to, as AT itself has no limitation).<\/p>\n\n\n\n<p>Now with 3 tracks, we have polyphony!<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"421\" height=\"253\" src=\"https:\/\/www.julien-nevo.com\/arkostracker\/wp-content\/uploads\/2024\/09\/patternExample.png\" alt=\"\" class=\"wp-image-831\" srcset=\"https:\/\/www.julien-nevo.com\/arkostracker\/wp-content\/uploads\/2024\/09\/patternExample.png 421w, https:\/\/www.julien-nevo.com\/arkostracker\/wp-content\/uploads\/2024\/09\/patternExample-300x180.png 300w, https:\/\/www.julien-nevo.com\/arkostracker\/wp-content\/uploads\/2024\/09\/patternExample-230x138.png 230w, https:\/\/www.julien-nevo.com\/arkostracker\/wp-content\/uploads\/2024\/09\/patternExample-350x210.png 350w\" sizes=\"(max-width: 421px) 100vw, 421px\" \/><\/figure>\n\n\n\n<p>Listen to this beauty:<\/p>\n\n\n\n<figure class=\"wp-block-audio\"><audio controls src=\"https:\/\/www.julien-nevo.com\/arkostracker\/wp-content\/uploads\/2024\/09\/smallTune.mp3\"><\/audio><\/figure>\n\n\n\n<p>The first track (on the left) is the melody, the second is the bass, the third is the drums. However <em>magnificent<\/em> this music is, it&#8217;s a bit short. Patterns too have limitations:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>They have the same track amount as your target hardware allows it.<\/li>\n\n\n\n<li>Since they just contain tracks, patterns can only be 1 to 128 notes high too.<\/li>\n<\/ul>\n\n\n\n<p>Must our songs be this short? Of course not. Now positions come to the rescue&#8230;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Positions<\/h2>\n\n\n\n<p>A song is actually only a sequence of positions. A position is a reference to a pattern, plus other smallish data. Positions are referred to via an increasing number, starting at 0. Your song will start at position 0, then 1, 2 and so on.<\/p>\n\n\n\n<p>How are patterns referred to? Via a number too, starting at 0. Let me show you a bit how the sequencing looks like:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"673\" height=\"67\" src=\"https:\/\/www.julien-nevo.com\/arkostracker\/wp-content\/uploads\/2024\/09\/linkerExample-1.png\" alt=\"\" class=\"wp-image-842\" srcset=\"https:\/\/www.julien-nevo.com\/arkostracker\/wp-content\/uploads\/2024\/09\/linkerExample-1.png 673w, https:\/\/www.julien-nevo.com\/arkostracker\/wp-content\/uploads\/2024\/09\/linkerExample-1-300x30.png 300w, https:\/\/www.julien-nevo.com\/arkostracker\/wp-content\/uploads\/2024\/09\/linkerExample-1-230x23.png 230w, https:\/\/www.julien-nevo.com\/arkostracker\/wp-content\/uploads\/2024\/09\/linkerExample-1-350x35.png 350w, https:\/\/www.julien-nevo.com\/arkostracker\/wp-content\/uploads\/2024\/09\/linkerExample-1-480x48.png 480w\" sizes=\"(max-width: 673px) 100vw, 673px\" \/><\/figure>\n\n\n\n<p>The top numbers are the positions. As you can see, they are increasingly numbered. Don&#8217;t bother remembering the position numbers, this would be quite useless.<\/p>\n\n\n\n<p>The big numbers are the pattern numbers. So position 0 refers to pattern 1, position 1 to pattern 1, position 2 to pattern 2, position 3 to pattern 2 once again. This is interesting. Position 2 and 3 highlight the concept of <em>repetitions<\/em>. Patterns are exactly made for that: it is a sequence of notes that may be reused a certain amount of times without you having to enter the notes again, which would be time consuming and a waste of memory.<\/p>\n\n\n\n<p>You can see this concept even further in the song: position 5 and 7 refer to the same pattern 4. And that lazy musician ended the song with three times the pattern B (this is hexadecimal for 11).<\/p>\n\n\n\n<p>Positions have an interesting set of data, asides the pattern number:<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Height<\/h4>\n\n\n\n<p>We saw earlier that tracks, and thus patterns, could contain 1 to 128 notes. Positions are actually the ones that tell how long the patterns are. This is a handy feature, because it allows to use the patterns multiple times with different length. Let&#8217;s go back to our polyphonic example before. Imagine that I want the first position to play only 8 lines of it, the second position only 4, and a third position, all of it (so, 3 positions but only one pattern). This would <em>look<\/em> like:<\/p>\n\n\n\n<p>Position 0 (8 lines only):<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"414\" height=\"129\" src=\"https:\/\/www.julien-nevo.com\/arkostracker\/wp-content\/uploads\/2024\/09\/patternExample8.png\" alt=\"\" class=\"wp-image-845\" srcset=\"https:\/\/www.julien-nevo.com\/arkostracker\/wp-content\/uploads\/2024\/09\/patternExample8.png 414w, https:\/\/www.julien-nevo.com\/arkostracker\/wp-content\/uploads\/2024\/09\/patternExample8-300x93.png 300w, https:\/\/www.julien-nevo.com\/arkostracker\/wp-content\/uploads\/2024\/09\/patternExample8-230x72.png 230w, https:\/\/www.julien-nevo.com\/arkostracker\/wp-content\/uploads\/2024\/09\/patternExample8-350x109.png 350w\" sizes=\"(max-width: 414px) 100vw, 414px\" \/><\/figure>\n\n\n\n<p>Position 1 (4 lines only):<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"414\" height=\"62\" src=\"https:\/\/www.julien-nevo.com\/arkostracker\/wp-content\/uploads\/2024\/09\/patternExample4.png\" alt=\"\" class=\"wp-image-846\" srcset=\"https:\/\/www.julien-nevo.com\/arkostracker\/wp-content\/uploads\/2024\/09\/patternExample4.png 414w, https:\/\/www.julien-nevo.com\/arkostracker\/wp-content\/uploads\/2024\/09\/patternExample4-300x45.png 300w, https:\/\/www.julien-nevo.com\/arkostracker\/wp-content\/uploads\/2024\/09\/patternExample4-230x34.png 230w, https:\/\/www.julien-nevo.com\/arkostracker\/wp-content\/uploads\/2024\/09\/patternExample4-350x52.png 350w\" sizes=\"(max-width: 414px) 100vw, 414px\" \/><\/figure>\n\n\n\n<p>Position 2 (17 lines):<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"421\" height=\"253\" src=\"https:\/\/www.julien-nevo.com\/arkostracker\/wp-content\/uploads\/2024\/09\/patternExample.png\" alt=\"\" class=\"wp-image-831\" srcset=\"https:\/\/www.julien-nevo.com\/arkostracker\/wp-content\/uploads\/2024\/09\/patternExample.png 421w, https:\/\/www.julien-nevo.com\/arkostracker\/wp-content\/uploads\/2024\/09\/patternExample-300x180.png 300w, https:\/\/www.julien-nevo.com\/arkostracker\/wp-content\/uploads\/2024\/09\/patternExample-230x138.png 230w, https:\/\/www.julien-nevo.com\/arkostracker\/wp-content\/uploads\/2024\/09\/patternExample-350x210.png 350w\" sizes=\"(max-width: 421px) 100vw, 421px\" \/><\/figure>\n\n\n\n<p>&#8230; and would sound like:<\/p>\n\n\n\n<figure class=\"wp-block-audio\"><audio controls src=\"https:\/\/www.julien-nevo.com\/arkostracker\/wp-content\/uploads\/2024\/09\/smallTune3Patterns.mp3\"><\/audio><\/figure>\n\n\n\n<p>Though this example is musically dubious, the principle of height is shown: the height of the position is decorrelated from how many notes your tracks may contain, which makes re-usability greater.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Transpositions<\/h4>\n\n\n\n<p>The concept of re-usability is even more enhanced with the principle of transposition. In music, a transposition is simply an addition or subtraction of one or more semi-tones to notes.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Transposition in practice: imagine you show someone how to sing a song. But their voice is much higher that your deep baritone voice. So you start singing higher so that it fits their voice better. You added a few semi-tones to the melody, and now the other person can sing it without hassle (but now you may be in trouble because you must sing higher. Ah well).<\/p>\n<\/blockquote>\n\n\n\n<p>In AT, each position allows its tracks to use a different transposition setting. This is an awesome feature to save memory: a track can be use multiple times with a different transposition, which costs almost nothing. In the following example, our three previous positions will have various transpositions for the melody and the bass:<\/p>\n\n\n\n<figure class=\"wp-block-audio\"><audio controls src=\"https:\/\/www.julien-nevo.com\/arkostracker\/wp-content\/uploads\/2024\/09\/smallTune3PatternsTransposition.wav\"><\/audio><\/figure>\n\n\n\n<p>&#8230; I fully admit this is not very musical in the context, but the principle is applied. Can you guess much transposition is used? <em>(answer: +2 on the melody of position 0, +2 on the bass of position 1, +10 on the melody and -2 on the bass of position 2)<\/em><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Subsongs<\/h2>\n\n\n\n<p>The concept of subsongs appeared in AT2 and is pretty simple. Imagine you work on a game soundtrack. You will probably have several songs: a few long in-game tunes, start-game \/ game-over jingles, one high-score music, and so on. You could create as many songs as they are music. Or you could use subsongs.<\/p>\n\n\n\n<p>A song can have up to 256 subsongs: each will be a music on its own, but instruments and expressions (arpeggios and pitches) will be shared. This is handy because:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Using the same instruments\/expressions from one subsong to another save memory.<\/li>\n\n\n\n<li>Your sound aesthetic will pass from a music to another naturally, making your soundtrack more cohesive.<\/li>\n\n\n\n<li>Technically speaking, it is even possible to split the music files in memory, loading only the parts you need, saving even more memory.<\/li>\n<\/ul>\n\n\n\n<p>You don&#8217;t <em>have<\/em> to use subsongs. It is only a handy possibility. There is always at least one subsong in a song, created by default.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p>With all this, I hope you have a better understanding of how to sequencing is done in AT. Other tutorials will show you how to compose a song properly!<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>AT1\/2\/STarKos users may be shocked right now: patterns didn&#8217;t exist, since tracks were referred to directly, allowing to reuse the latter directly. Well, this has been simplified. Patterns allow you not to get lost with numbers, lost tracks and so on (and managing more than 3 tracks with all these numbers was really a chore). Don&#8217;t worry about optimization, this is also taken care of automatically by AT, but you can also make references by yourself (advanced concept presented <a href=\"https:\/\/www.julien-nevo.com\/arkostracker\/index.php\/linking\/\" data-type=\"page\" data-id=\"462\" target=\"_blank\" rel=\"noreferrer noopener\">here<\/a>).<\/p>\n<\/blockquote>\n","protected":false},"excerpt":{"rendered":"<p>This tutorial explains the concepts about positions, patterns, tracks and subsongs in Arkos Tracker. If you&#8217;ve used a tracker before, all these [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":40,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_vp_format_video_url":"","_vp_image_focal_point":[],"footnotes":""},"class_list":["post-767","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.julien-nevo.com\/arkostracker\/index.php\/wp-json\/wp\/v2\/pages\/767","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.julien-nevo.com\/arkostracker\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.julien-nevo.com\/arkostracker\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.julien-nevo.com\/arkostracker\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.julien-nevo.com\/arkostracker\/index.php\/wp-json\/wp\/v2\/comments?post=767"}],"version-history":[{"count":38,"href":"https:\/\/www.julien-nevo.com\/arkostracker\/index.php\/wp-json\/wp\/v2\/pages\/767\/revisions"}],"predecessor-version":[{"id":1243,"href":"https:\/\/www.julien-nevo.com\/arkostracker\/index.php\/wp-json\/wp\/v2\/pages\/767\/revisions\/1243"}],"wp:attachment":[{"href":"https:\/\/www.julien-nevo.com\/arkostracker\/index.php\/wp-json\/wp\/v2\/media?parent=767"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}