
{"id":1652,"date":"2020-10-05T15:07:59","date_gmt":"2020-10-05T13:07:59","guid":{"rendered":"http:\/\/matosimi.websupport.sk\/atari\/?p=1652"},"modified":"2020-10-05T15:08:02","modified_gmt":"2020-10-05T13:08:02","slug":"mdcmc-mono-double-chaos-music-composer","status":"publish","type":"post","link":"http:\/\/matosimi.websupport.sk\/atari\/2020\/10\/mdcmc-mono-double-chaos-music-composer\/","title":{"rendered":"MDCMC &#8211; Mono Double Chaos Music Composer"},"content":{"rendered":"\n<p>Some of my games contain music composed by Poison in SDCMC (Stereo Double Chaos Music Composer) created by Datri. These are Quarrion and Nemezyro.<\/p>\n\n\n\n<p>Poison composes only in CMC and SDCMC is his long time favorite CMC mod. I do not own Atari with stereo pokey and my goal is to create games for as wide Atari audience as possible&#8230; so I tend to not utilize any HW extension. <\/p>\n\n\n\n<p> <\/p>\n\n\n\n<!--more-->\n\n\n\n<p>Yes, Quarrion and Nemezyro use Stereo Pokey, but those tunes are really great. This is due to Double modification which Poison&#8217;s favorite and it is exclusively used only in SDCMC. I realized there is no CMC modification that can play Double sound in classic mono CMC&#8230; so I decided to do it on my own.<\/p>\n\n\n\n<p>I took CMC player source from ASAP:<\/p>\n\n\n\n<p><a href=\"https:\/\/sourceforge.net\/p\/asap\/code\/ci\/master\/tree\/6502\/cmc.asx\">https:\/\/sourceforge.net\/p\/asap\/code\/ci\/master\/tree\/6502\/cmc.asx<\/a><\/p>\n\n\n\n<p>Compared it to SDCMC player source that I got from Xuel (this has some adjustments for mono playback, but not what I was looking for)&#8230; and after couple hours, I was able to find the main difference that caused the Double sound mod and updated the original CMC player with my own extension:<\/p>\n\n\n\n<p><a href=\"https:\/\/sourceforge.net\/p\/asap\/code\/ci\/master\/tree\/6502\/cmc.asx\">https:\/\/sourceforge.net\/p\/asap\/code\/ci\/master\/tree\/6502\/cmc.asx<\/a><\/p>\n\n\n\n<p>What is special about this double mode is that the replay routine is executed only once per frame (in VBI) and there is no requirement to run the replay routine again in DLI (compared to DoublePlay CMC &#8211; DMC) to get richer drum sounds. Even the double replay routine takes more cycles than the regular one, it is quite convenient to integrate it into game without limitations in graphics area due to fact that DLI is not used to play the music.<\/p>\n\n\n\n<p>I have also taken classic CMC 2.0 editor and modified its replay routine to double mode so it is not only possible to play final music in double mode using my modified cmc player, but it is also possible to actually compose the cmc module in editor that plays double mode.<\/p>\n\n\n<div style=\"background: #fff8f0;border-radius: 5px;border: solid 2px #f92;margin-bottom: 1px;\">\r\n <div class=\"wpfilebase-fileicon\"><a href=\"http:\/\/matosimi.websupport.sk\/atari\/download\/others_atari\/MDCMC.zip\" title=\"Download Mono Double CMC\"><img align=\"middle\" src=\"http:\/\/matosimi.websupport.sk\/atari\/wp-includes\/images\/crystal\/archive.png\" alt=\"Mono Double CMC\" \/><\/a><\/div>\r\n <div class=\"wpfilebase-rightcol\">\r\n  <div class=\"wpfilebase-filetitle\">\r\n   <a href=\"http:\/\/matosimi.websupport.sk\/atari\/download\/others_atari\/MDCMC.zip\" title=\"Download Mono Double CMC\" style=\"font-weight:bold;\">Mono Double CMC<\/a><br \/>\r\n   MDCMC.zip<br \/>\r\n   \r\n   \r\n  <\/div>\r\n  <div class=\"wpfilebase-filedetails\" id=\"wpfilebase-filedetails1\" style=\"display: none;\">\r\n  <p>CMC with Double modification<\/p>\r\n  <table border=\"0\">\r\n   \r\n   \r\n   \r\n   \r\n   <tr><td><strong>Category:<\/strong><\/td><td>Others Atari<\/td><\/tr>\r\n   \r\n   <tr><td><strong>Date:<\/strong><\/td><td>October 5, 2020<\/td><\/tr>\r\n   \n  <\/table>\r\n  <\/div>\r\n <\/div>\r\n <div class=\"wpfilebase-fileinfo\">\r\n  33.8 KiB<br \/>\r\n  199 Downloads<br \/>\r\n  <a href=\"#\" onclick=\"return wpfilebase_filedetails(1);\">Details...<\/a>\r\n <\/div>\r\n <div style=\"clear: both;\"><\/div>\r\n<\/div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"336\" height=\"240\" src=\"http:\/\/matosimi.websupport.sk\/atari\/wp-content\/uploads\/2020\/10\/mdcmc.png\" alt=\"\" class=\"wp-image-1653\" srcset=\"http:\/\/matosimi.websupport.sk\/atari\/wp-content\/uploads\/2020\/10\/mdcmc.png 336w, http:\/\/matosimi.websupport.sk\/atari\/wp-content\/uploads\/2020\/10\/mdcmc-300x214.png 300w\" sizes=\"(max-width: 336px) 100vw, 336px\" \/><\/figure>\n\n\n\n<p>Release notes:<\/p>\n\n\n\n<ul><li>do not use player generated within MDCMC editor, use the source in the repository instead<\/li><li>this CMC player can load and play regular CMC files, but requires instrument adjustments to leverage the Double mode<\/li><\/ul>\n\n\n\n<p>Cmc player routine already had two parameters for two existing mods, so I added third parameter for Double.<\/p>\n\n\n\n<p>These parameters are required to be present to compile the player, they are:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>MDCMC<\/td><td>enable Mono Double cmc replay routine<\/td><\/tr><tr><td>CMR<\/td><td>enable Rzog modified bass table<\/td><\/tr><tr><td>CM3<\/td><td>switch 3\/4 pattern size<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>See <a href=\"https:\/\/sourceforge.net\/p\/mdcmc\/code\/HEAD\/tree\/example.asm\" target=\"_blank\" rel=\"noreferrer noopener\">example code<\/a> to understand the parameters usage (from line 58 to 64).<\/p>\n\n\n\n<p><\/p>\n\n\n\n<figure class=\"wp-block-audio\"><audio controls src=\"http:\/\/matosimi.websupport.sk\/atari\/wp-content\/uploads\/2020\/10\/monex_double_mono.mp3\"><\/audio><figcaption>Monex with modified instruments for Double mode (p6mondbl.cmc)<\/figcaption><\/figure>\n\n\n\n<figure class=\"wp-block-audio\"><audio controls src=\"http:\/\/matosimi.websupport.sk\/atari\/wp-content\/uploads\/2020\/10\/monex_single_mono.mp3\"><\/audio><figcaption>Monex in single mode (p6mon.cmc)<\/figcaption><\/figure>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Some of my games contain music composed by Poison in SDCMC (Stereo Double Chaos Music Composer) created by Datri. These [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":1653,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[3,27],"tags":[20],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>MDCMC - Mono Double Chaos Music Composer - MatoSimi<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"http:\/\/matosimi.websupport.sk\/atari\/2020\/10\/mdcmc-mono-double-chaos-music-composer\/\" \/>\n<meta property=\"og:locale\" content=\"sk_SK\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"MDCMC - Mono Double Chaos Music Composer - MatoSimi\" \/>\n<meta property=\"og:description\" content=\"Some of my games contain music composed by Poison in SDCMC (Stereo Double Chaos Music Composer) created by Datri. These [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"http:\/\/matosimi.websupport.sk\/atari\/2020\/10\/mdcmc-mono-double-chaos-music-composer\/\" \/>\n<meta property=\"og:site_name\" content=\"MatoSimi\" \/>\n<meta property=\"article:published_time\" content=\"2020-10-05T13:07:59+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-10-05T13:08:02+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/matosimi.websupport.sk\/atari\/wp-content\/uploads\/2020\/10\/mdcmc.png\" \/>\n\t<meta property=\"og:image:width\" content=\"336\" \/>\n\t<meta property=\"og:image:height\" content=\"240\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"MatoSimi\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"MatoSimi\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"http:\/\/matosimi.websupport.sk\/atari\/2020\/10\/mdcmc-mono-double-chaos-music-composer\/\",\"url\":\"http:\/\/matosimi.websupport.sk\/atari\/2020\/10\/mdcmc-mono-double-chaos-music-composer\/\",\"name\":\"MDCMC - Mono Double Chaos Music Composer - MatoSimi\",\"isPartOf\":{\"@id\":\"http:\/\/matosimi.websupport.sk\/atari\/#website\"},\"datePublished\":\"2020-10-05T13:07:59+00:00\",\"dateModified\":\"2020-10-05T13:08:02+00:00\",\"author\":{\"@id\":\"http:\/\/matosimi.websupport.sk\/atari\/#\/schema\/person\/2ff9bfa973a868c31914b5b1b659b697\"},\"inLanguage\":\"sk\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"http:\/\/matosimi.websupport.sk\/atari\/2020\/10\/mdcmc-mono-double-chaos-music-composer\/\"]}]},{\"@type\":\"WebSite\",\"@id\":\"http:\/\/matosimi.websupport.sk\/atari\/#website\",\"url\":\"http:\/\/matosimi.websupport.sk\/atari\/\",\"name\":\"MatoSimi\",\"description\":\"8-bit Atari and other stuff\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\/\/matosimi.websupport.sk\/atari\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"sk\"},{\"@type\":\"Person\",\"@id\":\"http:\/\/matosimi.websupport.sk\/atari\/#\/schema\/person\/2ff9bfa973a868c31914b5b1b659b697\",\"name\":\"MatoSimi\",\"url\":\"http:\/\/matosimi.websupport.sk\/atari\/author\/matosimi\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"MDCMC - Mono Double Chaos Music Composer - MatoSimi","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"http:\/\/matosimi.websupport.sk\/atari\/2020\/10\/mdcmc-mono-double-chaos-music-composer\/","og_locale":"sk_SK","og_type":"article","og_title":"MDCMC - Mono Double Chaos Music Composer - MatoSimi","og_description":"Some of my games contain music composed by Poison in SDCMC (Stereo Double Chaos Music Composer) created by Datri. These [&hellip;]","og_url":"http:\/\/matosimi.websupport.sk\/atari\/2020\/10\/mdcmc-mono-double-chaos-music-composer\/","og_site_name":"MatoSimi","article_published_time":"2020-10-05T13:07:59+00:00","article_modified_time":"2020-10-05T13:08:02+00:00","og_image":[{"width":336,"height":240,"url":"http:\/\/matosimi.websupport.sk\/atari\/wp-content\/uploads\/2020\/10\/mdcmc.png","type":"image\/png"}],"author":"MatoSimi","twitter_misc":{"Written by":"MatoSimi","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"http:\/\/matosimi.websupport.sk\/atari\/2020\/10\/mdcmc-mono-double-chaos-music-composer\/","url":"http:\/\/matosimi.websupport.sk\/atari\/2020\/10\/mdcmc-mono-double-chaos-music-composer\/","name":"MDCMC - Mono Double Chaos Music Composer - MatoSimi","isPartOf":{"@id":"http:\/\/matosimi.websupport.sk\/atari\/#website"},"datePublished":"2020-10-05T13:07:59+00:00","dateModified":"2020-10-05T13:08:02+00:00","author":{"@id":"http:\/\/matosimi.websupport.sk\/atari\/#\/schema\/person\/2ff9bfa973a868c31914b5b1b659b697"},"inLanguage":"sk","potentialAction":[{"@type":"ReadAction","target":["http:\/\/matosimi.websupport.sk\/atari\/2020\/10\/mdcmc-mono-double-chaos-music-composer\/"]}]},{"@type":"WebSite","@id":"http:\/\/matosimi.websupport.sk\/atari\/#website","url":"http:\/\/matosimi.websupport.sk\/atari\/","name":"MatoSimi","description":"8-bit Atari and other stuff","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/matosimi.websupport.sk\/atari\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"sk"},{"@type":"Person","@id":"http:\/\/matosimi.websupport.sk\/atari\/#\/schema\/person\/2ff9bfa973a868c31914b5b1b659b697","name":"MatoSimi","url":"http:\/\/matosimi.websupport.sk\/atari\/author\/matosimi\/"}]}},"_links":{"self":[{"href":"http:\/\/matosimi.websupport.sk\/atari\/wp-json\/wp\/v2\/posts\/1652"}],"collection":[{"href":"http:\/\/matosimi.websupport.sk\/atari\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/matosimi.websupport.sk\/atari\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/matosimi.websupport.sk\/atari\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"http:\/\/matosimi.websupport.sk\/atari\/wp-json\/wp\/v2\/comments?post=1652"}],"version-history":[{"count":7,"href":"http:\/\/matosimi.websupport.sk\/atari\/wp-json\/wp\/v2\/posts\/1652\/revisions"}],"predecessor-version":[{"id":1662,"href":"http:\/\/matosimi.websupport.sk\/atari\/wp-json\/wp\/v2\/posts\/1652\/revisions\/1662"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/matosimi.websupport.sk\/atari\/wp-json\/wp\/v2\/media\/1653"}],"wp:attachment":[{"href":"http:\/\/matosimi.websupport.sk\/atari\/wp-json\/wp\/v2\/media?parent=1652"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/matosimi.websupport.sk\/atari\/wp-json\/wp\/v2\/categories?post=1652"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/matosimi.websupport.sk\/atari\/wp-json\/wp\/v2\/tags?post=1652"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}