reviews.html 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
  5. <head>
  6. <!-- 2022-01-27 jue 18:23 -->
  7. <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
  8. <meta name="viewport" content="width=device-width, initial-scale=1" />
  9. <title>Reseñas MC</title>
  10. <meta name="author" content="Orion" />
  11. <meta name="generator" content="Org Mode" />
  12. <style>
  13. #content { max-width: 60em; margin: auto; }
  14. .title { text-align: center;
  15. margin-bottom: .2em; }
  16. .subtitle { text-align: center;
  17. font-size: medium;
  18. font-weight: bold;
  19. margin-top:0; }
  20. .todo { font-family: monospace; color: red; }
  21. .done { font-family: monospace; color: green; }
  22. .priority { font-family: monospace; color: orange; }
  23. .tag { background-color: #eee; font-family: monospace;
  24. padding: 2px; font-size: 80%; font-weight: normal; }
  25. .timestamp { color: #bebebe; }
  26. .timestamp-kwd { color: #5f9ea0; }
  27. .org-right { margin-left: auto; margin-right: 0px; text-align: right; }
  28. .org-left { margin-left: 0px; margin-right: auto; text-align: left; }
  29. .org-center { margin-left: auto; margin-right: auto; text-align: center; }
  30. .underline { text-decoration: underline; }
  31. #postamble p, #preamble p { font-size: 90%; margin: .2em; }
  32. p.verse { margin-left: 3%; }
  33. pre {
  34. border: 1px solid #e6e6e6;
  35. border-radius: 3px;
  36. background-color: #f2f2f2;
  37. padding: 8pt;
  38. font-family: monospace;
  39. overflow: auto;
  40. margin: 1.2em;
  41. }
  42. pre.src {
  43. position: relative;
  44. overflow: auto;
  45. }
  46. pre.src:before {
  47. display: none;
  48. position: absolute;
  49. top: -8px;
  50. right: 12px;
  51. padding: 3px;
  52. color: #555;
  53. background-color: #f2f2f299;
  54. }
  55. pre.src:hover:before { display: inline; margin-top: 14px;}
  56. /* Languages per Org manual */
  57. pre.src-asymptote:before { content: 'Asymptote'; }
  58. pre.src-awk:before { content: 'Awk'; }
  59. pre.src-authinfo::before { content: 'Authinfo'; }
  60. pre.src-C:before { content: 'C'; }
  61. /* pre.src-C++ doesn't work in CSS */
  62. pre.src-clojure:before { content: 'Clojure'; }
  63. pre.src-css:before { content: 'CSS'; }
  64. pre.src-D:before { content: 'D'; }
  65. pre.src-ditaa:before { content: 'ditaa'; }
  66. pre.src-dot:before { content: 'Graphviz'; }
  67. pre.src-calc:before { content: 'Emacs Calc'; }
  68. pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
  69. pre.src-fortran:before { content: 'Fortran'; }
  70. pre.src-gnuplot:before { content: 'gnuplot'; }
  71. pre.src-haskell:before { content: 'Haskell'; }
  72. pre.src-hledger:before { content: 'hledger'; }
  73. pre.src-java:before { content: 'Java'; }
  74. pre.src-js:before { content: 'Javascript'; }
  75. pre.src-latex:before { content: 'LaTeX'; }
  76. pre.src-ledger:before { content: 'Ledger'; }
  77. pre.src-lisp:before { content: 'Lisp'; }
  78. pre.src-lilypond:before { content: 'Lilypond'; }
  79. pre.src-lua:before { content: 'Lua'; }
  80. pre.src-matlab:before { content: 'MATLAB'; }
  81. pre.src-mscgen:before { content: 'Mscgen'; }
  82. pre.src-ocaml:before { content: 'Objective Caml'; }
  83. pre.src-octave:before { content: 'Octave'; }
  84. pre.src-org:before { content: 'Org mode'; }
  85. pre.src-oz:before { content: 'OZ'; }
  86. pre.src-plantuml:before { content: 'Plantuml'; }
  87. pre.src-processing:before { content: 'Processing.js'; }
  88. pre.src-python:before { content: 'Python'; }
  89. pre.src-R:before { content: 'R'; }
  90. pre.src-ruby:before { content: 'Ruby'; }
  91. pre.src-sass:before { content: 'Sass'; }
  92. pre.src-scheme:before { content: 'Scheme'; }
  93. pre.src-screen:before { content: 'Gnu Screen'; }
  94. pre.src-sed:before { content: 'Sed'; }
  95. pre.src-sh:before { content: 'shell'; }
  96. pre.src-sql:before { content: 'SQL'; }
  97. pre.src-sqlite:before { content: 'SQLite'; }
  98. /* additional languages in org.el's org-babel-load-languages alist */
  99. pre.src-forth:before { content: 'Forth'; }
  100. pre.src-io:before { content: 'IO'; }
  101. pre.src-J:before { content: 'J'; }
  102. pre.src-makefile:before { content: 'Makefile'; }
  103. pre.src-maxima:before { content: 'Maxima'; }
  104. pre.src-perl:before { content: 'Perl'; }
  105. pre.src-picolisp:before { content: 'Pico Lisp'; }
  106. pre.src-scala:before { content: 'Scala'; }
  107. pre.src-shell:before { content: 'Shell Script'; }
  108. pre.src-ebnf2ps:before { content: 'ebfn2ps'; }
  109. /* additional language identifiers per "defun org-babel-execute"
  110. in ob-*.el */
  111. pre.src-cpp:before { content: 'C++'; }
  112. pre.src-abc:before { content: 'ABC'; }
  113. pre.src-coq:before { content: 'Coq'; }
  114. pre.src-groovy:before { content: 'Groovy'; }
  115. /* additional language identifiers from org-babel-shell-names in
  116. ob-shell.el: ob-shell is the only babel language using a lambda to put
  117. the execution function name together. */
  118. pre.src-bash:before { content: 'bash'; }
  119. pre.src-csh:before { content: 'csh'; }
  120. pre.src-ash:before { content: 'ash'; }
  121. pre.src-dash:before { content: 'dash'; }
  122. pre.src-ksh:before { content: 'ksh'; }
  123. pre.src-mksh:before { content: 'mksh'; }
  124. pre.src-posh:before { content: 'posh'; }
  125. /* Additional Emacs modes also supported by the LaTeX listings package */
  126. pre.src-ada:before { content: 'Ada'; }
  127. pre.src-asm:before { content: 'Assembler'; }
  128. pre.src-caml:before { content: 'Caml'; }
  129. pre.src-delphi:before { content: 'Delphi'; }
  130. pre.src-html:before { content: 'HTML'; }
  131. pre.src-idl:before { content: 'IDL'; }
  132. pre.src-mercury:before { content: 'Mercury'; }
  133. pre.src-metapost:before { content: 'MetaPost'; }
  134. pre.src-modula-2:before { content: 'Modula-2'; }
  135. pre.src-pascal:before { content: 'Pascal'; }
  136. pre.src-ps:before { content: 'PostScript'; }
  137. pre.src-prolog:before { content: 'Prolog'; }
  138. pre.src-simula:before { content: 'Simula'; }
  139. pre.src-tcl:before { content: 'tcl'; }
  140. pre.src-tex:before { content: 'TeX'; }
  141. pre.src-plain-tex:before { content: 'Plain TeX'; }
  142. pre.src-verilog:before { content: 'Verilog'; }
  143. pre.src-vhdl:before { content: 'VHDL'; }
  144. pre.src-xml:before { content: 'XML'; }
  145. pre.src-nxml:before { content: 'XML'; }
  146. /* add a generic configuration mode; LaTeX export needs an additional
  147. (add-to-list 'org-latex-listings-langs '(conf " ")) in .emacs */
  148. pre.src-conf:before { content: 'Configuration File'; }
  149. table { border-collapse:collapse; }
  150. caption.t-above { caption-side: top; }
  151. caption.t-bottom { caption-side: bottom; }
  152. td, th { vertical-align:top; }
  153. th.org-right { text-align: center; }
  154. th.org-left { text-align: center; }
  155. th.org-center { text-align: center; }
  156. td.org-right { text-align: right; }
  157. td.org-left { text-align: left; }
  158. td.org-center { text-align: center; }
  159. dt { font-weight: bold; }
  160. .footpara { display: inline; }
  161. .footdef { margin-bottom: 1em; }
  162. .figure { padding: 1em; }
  163. .figure p { text-align: center; }
  164. .equation-container {
  165. display: table;
  166. text-align: center;
  167. width: 100%;
  168. }
  169. .equation {
  170. vertical-align: middle;
  171. }
  172. .equation-label {
  173. display: table-cell;
  174. text-align: right;
  175. vertical-align: middle;
  176. }
  177. .inlinetask {
  178. padding: 10px;
  179. border: 2px solid gray;
  180. margin: 10px;
  181. background: #ffffcc;
  182. }
  183. #org-div-home-and-up
  184. { text-align: right; font-size: 70%; white-space: nowrap; }
  185. textarea { overflow-x: auto; }
  186. .linenr { font-size: smaller }
  187. .code-highlighted { background-color: #ffff00; }
  188. .org-info-js_info-navigation { border-style: none; }
  189. #org-info-js_console-label
  190. { font-size: 10px; font-weight: bold; white-space: nowrap; }
  191. .org-info-js_search-highlight
  192. { background-color: #ffff00; color: #000000; font-weight: bold; }
  193. .org-svg { width: 90%; }
  194. </style>
  195. </head>
  196. <body>
  197. <div id="content" class="content">
  198. <h1 class="title">Reseñas MC</h1>
  199. <div id="table-of-contents" role="doc-toc">
  200. <h2>Table of Contents</h2>
  201. <div id="text-table-of-contents" role="doc-toc">
  202. <ul>
  203. <li><a href="#orgafa8164">1. Soil Chronicles (FR)</a></li>
  204. <li><a href="#org307645f">2. Extreme Chilean Metal (CL)</a></li>
  205. <li><a href="#org9e86854">3. Headshot Music Issue (UK)</a></li>
  206. <li><a href="#org05caf14">4. Artnoir (DE)</a></li>
  207. <li><a href="#orgb53ae67">5. Voices From The Darkside (DE)</a></li>
  208. <li><a href="#org606b369">6. VM-Underground (NL)</a></li>
  209. <li><a href="#org63f0f36">7. Metal Temple (GR)</a></li>
  210. <li><a href="#org3c5ba36">8. Hypnos Webzine (IT)</a></li>
  211. <li><a href="#orgf90c8d6">9. Last Rites (US)</a></li>
  212. <li><a href="#orge2416fe">10. Cultmetalflix</a></li>
  213. </ul>
  214. </div>
  215. </div>
  216. <div id="outline-container-orgafa8164" class="outline-2">
  217. <h2 id="orgafa8164"><span class="section-number-2">1.</span> <a href="https://www.soilchronicles.fr/chroniques/orion-mysterivmcosmographicvm">Soil Chronicles (FR)</a></h2>
  218. <div class="outline-text-2" id="text-1">
  219. <p>
  220. <span class="timestamp-wrapper"><span class="timestamp">&lt;2020-10-11 dom&gt;</span></span>
  221. </p>
  222. <p>
  223. Je pourrais commencer mes chroniques d’albums de groupes Sud-Américains par un running-gag tant je me plais à répéter que j’ai une vraie tendresse pour les formations issues de cette scène. Et une fois de plus, le thrash / death metal des Chiliens d’Orion ne dérogeront pas à la règle.
  224. </p>
  225. <p>
  226. Voilà une nouvelle fois un quatuor qui semble avoir arrêté ses horloges en 1985, à la période bénie des premiers Possessed, Onslaught, Sepultura, Pestilence, Slayer, Sodom, Kreator ou de leurs compatriotes de Pentagram.
  227. </p>
  228. <p>
  229. Au programme, neuf titres d’une musique absolument passéiste pour laquelle le groupe n’a oublié aucun élément pour nous faire revivre visuellement et auditivement l’époque des racines du genre. Et très franchement, à l’écoute des 34 minutes que propose ce Mysterivm Cosmographicvm, on rajeunit de 35 ans direct : riffs bien thrash metal, ambiances glauques typiquement death, chant éraillé et grave façon d’un Guido “Sataniac” Wissmann (Desaster) qui aurait rencontré Thomas “Iron Tyrant” Werner (Hellish Crossfire) dans une messe noire ! Bien sur, ça va très vite du début à la fin : niveau rythmique, on est bien entendu dans le speed, parfois intense et d’une précision remarquable.
  230. </p>
  231. <p>
  232. Ici, rien n’est laissé au hasard : Orion nous balance un monstrueux catalogue de riffs démoniaques, à l’aspect purement evil, avec une violence d’une monstruosité qui confine au sadisme ! Le rare moment de calme permet au groupe de laisser apparaitre furtivement un clavier pour un moment des plus solennels, qui donne au titre un côté occulte plus profond (“Epinomis”).
  233. </p>
  234. <p>
  235. Pour le reste, c’est un martèlement incessant au moyen d’une batterie percutante, sur laquelle les musiciens s’en donnent à cœur joie à grands moyens d’accélérations brutales et de changements de rythmes nous prenant parfois à contre-pied, et laissant souvent apparaître un solo de guitare bien senti donnant un peu de clarté à ce magma de ténèbres.
  236. </p>
  237. <p>
  238. Quant au visuel, c’est noir de chez noir : artwork en noir et blanc bien evil, photos du même tonneau, pentacle et démon de rigueur sur le logo, tshirts de Venom ou Pentagram sur les photos session.
  239. </p>
  240. <p>
  241. Bref, on sait dans quelles eaux on navigue.
  242. Et on adhère dès le premier titre…
  243. </p>
  244. <p>
  245. &#x2014; SoilChroniqueur
  246. </p>
  247. </div>
  248. </div>
  249. <div id="outline-container-org307645f" class="outline-2">
  250. <h2 id="org307645f"><span class="section-number-2">2.</span> <a href="https://extremechileanmetal.com/orion-mysterivm-cosmographicvm-2020/">Extreme Chilean Metal (CL)</a></h2>
  251. <div class="outline-text-2" id="text-2">
  252. <p>
  253. <span class="timestamp-wrapper"><span class="timestamp">&lt;2020-10-24 sáb&gt;</span></span>
  254. </p>
  255. <p>
  256. Well where do I even begin as this band has only two demos released and awhile back, as I listened to one of their earlier demos they have really matured from then and now and have risen with a brilliant full length of death/thrash.
  257. </p>
  258. <p>
  259. This is one of those albums that caught my attention from the first listen, the opener On Being and Becoming goes right for the throat, I was taken on how good the band sounds, lots of good hooks all over the track, ripping leads and the vocals are just right, you can understand them perfectly.
  260. </p>
  261. <p>
  262. And basically this is what is offered here, there is no dull moment on this as there is plenty of neck breaking madness to get your fill to.
  263. </p>
  264. <p>
  265. And to add on the track Epinomis some keyboards are thrown in and fit just right as they come in when the track breaks down and then goes off in the end.
  266. </p>
  267. <p>
  268. This concludes with Witchery War which is the only old track on here and sounds way better than the original and a good closer to this.
  269. </p>
  270. <p>
  271. All I can say this a must have to your collection this album slays!! one of the best of the year.
  272. </p>
  273. </div>
  274. </div>
  275. <div id="outline-container-org9e86854" class="outline-2">
  276. <h2 id="org9e86854"><span class="section-number-2">3.</span> <a href="https://es.calameo.com/read/0064150979bf99f7fa53e">Headshot Music Issue (UK)</a></h2>
  277. <div class="outline-text-2" id="text-3">
  278. <p>
  279. <span class="timestamp-wrapper"><span class="timestamp">&lt;2020-11-14 sáb&gt;</span></span>
  280. </p>
  281. <p>
  282. If you visit the Metal Archives website, there must be about 20 or so bands with the name Orion&#x2026; obviously, this is the version from Chile.
  283. </p>
  284. <p>
  285. They also win the award for being the least productive band in this feature. They formed in 2002 and only recorded their debut album at the end of 2019, before it saw the light of day just over a month ago via Iron, Blood and Death.
  286. </p>
  287. <p>
  288. Now, for those of you of a certain age, there was a vinyl compilation called Stars on Thrash, which Roadrunner put out in 1988&#x2026; and Orion would have fitted in quite nicely, alongside the likes of Slayer, Pestilence and German Thrashers, Paradox.
  289. </p>
  290. <p>
  291. This just reeks of early Thrash, with a distinctively dark edge and it is fast becoming one of my favourite new releases. It just takes me back to buying a lot of albums blind, as you had to do back in the 80s as you didn't always get chance to hear these bands. Quite often I would buy an album based on the cover or from a review&#x2026; And Mysterium Cosmographicum really does fit in with that era.
  292. </p>
  293. <p>
  294. A feel a retro radio show coming on&#x2026; and I will be including Soul Procession from this album on it.
  295. </p>
  296. </div>
  297. </div>
  298. <div id="outline-container-org05caf14" class="outline-2">
  299. <h2 id="org05caf14"><span class="section-number-2">4.</span> <a href="https://artnoir.ch/orion-mysterivm-cosmographicvm/">Artnoir (DE)</a></h2>
  300. <div class="outline-text-2" id="text-4">
  301. <p>
  302. <span class="timestamp-wrapper"><span class="timestamp">&lt;2020-11-21 sáb&gt;</span></span>
  303. </p>
  304. <p>
  305. Obwohl Orion schon seit 2002 existieren, haben sie mit zwei Demos plus dieser neu hinzugekommenen Scheibe nicht gerade viel vorzuweisen. Ob und was sie neben der Band alles noch so treiben – ob sie allfälligen anderen Projekten nachgehen etc. – ist im World Wide Web nur schwer zu entnehmen, da sich die Chilenen in der digitalen Öffentlichkeit ziemlich rarmachen. Dafür gehen sie nach Betätigung der Play-Taste gleich in die Vollen und behalten dies die knapp fünfunddreissig Minuten auch konstant bei.
  306. </p>
  307. <p>
  308. Geboten wird auf „Mysterivm Cosmographicvm“ schnörkelloser Black / Thrash-Metal in der Tradition von Possessed, den chilenischen Pentagram und Venom. Gesanglich erinnert D.L. Mayhem streckenweise an Celtic Frost. Experimentiert wird auf dem Debütalbum schon gar nicht. Das höchste der Gefühle sind einige simple Keyboards, die manchmal zur mystischen Untermalung dienen.
  309. </p>
  310. <p>
  311. Für Metal-Puristen ist „Mysterivm Cosmographicvm“ somit genau das Richtige.
  312. </p>
  313. <p>
  314. &#x2014; Pink
  315. </p>
  316. </div>
  317. </div>
  318. <div id="outline-container-orgb53ae67" class="outline-2">
  319. <h2 id="orgb53ae67"><span class="section-number-2">5.</span> <a href="https://www.voicesfromthedarkside.de/review/orion-mysterivm-cosmographicvm/">Voices From The Darkside (DE)</a></h2>
  320. <div class="outline-text-2" id="text-5">
  321. <p>
  322. <span class="timestamp-wrapper"><span class="timestamp">&lt;2021-01-11 lun&gt;</span></span>
  323. </p>
  324. <p>
  325. “Mysterivm Cosmographicvm” is the first full length by ORION from Chile. Their last release was a demo in 2007. In one simple line, I can say this is pretty much the fantastic South American relentless sound everybody absolutely digs! ORION is not winning any awards for inventions, however what they manage to accomplish is to put out a slab of old school worship that completely rips from start to finish. There are no deviations, no moments of loss of direction, this is just an all out attack on the senses. The album keeps getting better track by track. The sound is thick, there are no electronics that get in the way here. This is perhaps one of the best time travel capsules around! The sound takes us right back to the late 80s to mid 90s evil atmospheric attack. Really well written and it will be an absolute treat in a live setting. At 34 minutes, the album is just perfect! The solos are fantastic, they’re aggressive and don’t lose out on melody, which we seldom experience these days. The band manages to do this on literally every single track, which is brilliant! The rhythm is punchy, the bass is audible, well mixed in and sounds great. The drumming is perfect, no BPM gimmicks or such. The vocals truly fit in well with the rest of the music, they’re right out of the depths of sonic hell. Track # 4, ‘The Unreality Of Time’, offers a respite to the constant riff attack, the band gets together to a slower plane yet managing to retain the viciousness. At 4:53, ‘Unreasonaed Perceptions’ is the longest track on the record with an absolute killer solo that takes us back to the classic Thrash era, simply fantastic! Needless to say, the band keeps you completely engaged from start to finish with this utterly delicious slab of Metal. If you’re a fan of early SEPULTURA or if you like classic Thrash or if you’re just a regular fan of Metal music, you need to check this album out immediately. What ORION manages to do is take in the classic sound and place themselves in the cracks of time effortlessly. On the whole the debut from this Thrash / Death outfit from Chile is a complete riot.
  326. </p>
  327. <p>
  328. Please get a copy! For more information, please visit: www.facebook.com/orion.cl, www.facebook.com/ibdc666
  329. </p>
  330. <p>
  331. &#x2014; Vamsi Kanagovi
  332. </p>
  333. </div>
  334. </div>
  335. <div id="outline-container-org606b369" class="outline-2">
  336. <h2 id="org606b369"><span class="section-number-2">6.</span> <a href="http://www.vm-underground.com/review/orion-mysterivm-cosmographicvm/">VM-Underground (NL)</a></h2>
  337. <div class="outline-text-2" id="text-6">
  338. <p>
  339. <span class="timestamp-wrapper"><span class="timestamp">&lt;2021-02-03 mié&gt;</span></span>
  340. </p>
  341. <p>
  342. Iron, Blood and Death Corporation, is surely a treasure cove of unearthing underground metal, whether it is Death, Black, Speed, Thrash and old School Heavy. Without any doubt, their current roster is one hell of a maze to counter with. Out of nowhere, they always appear and out of them, I have seldom been able to resist the allurement of exploring rare and exotic names from mighty south Americas. South-American landscape, where many great ancients once roamed and left many creations that still haunting modern era human minds. The Chileans of Orion, surely another such haunted wanderer into cosmic mystery, who are seeking, exploring and expressing the multiverse and its unfathomable mysteries with their bewildering mixture of Thrash and Death Metal.
  343. </p>
  344. <p>
  345. Orion has been around since 2001, and took considerable number of times to forge and release their debut demo ‘Pulverizing Skulls’ in 2005, followed by another demo “The Seven Gates Are Opened…” in 2007. Then comes forth silence. And, it’s for fourteen years. Speculating that, the Chileans might have meet star peoples or entities from beyond, and happily taken away by them to receive revelations about Universe and Cosmology. And, after 14 years of journey, the Chilean are back to share their revelations in sonic form with their debut full-length, titled “Mysterivm Kosmographischvm”. A title, which doesn’t belong to any specific linguistic form, but easy to realize, what it tries to convey. Mystery of Cosmos and far beyond. Sound wise, the quartet seems to have stopped its clocks in 1985, at the blessed period of the first Possessed, Onslaught, Sepultura, Pestilence, Slayer, Sodom, Kreator or their compatriots of Pentagram. On the disc, nine tracks of absolutely retrospective music for which the group has not forgotten any element to make us visually and audibly relive the era of the genre’s roots. And quite frankly, to listen to the 34 minutes it offers: banal thrash metal riffs, typically murky atmospheres death, scratchy vocals and hellish drums craft. Of course, it goes very quickly from start to finish: rhythmic level, we are of course in speed, sometimes intense, but with remarkable precision. The incessant hammering by means of a percussive drum, on which the Chileans gave themselves to their heart’s content with great means of ruthless accelerations.
  346. </p>
  347. <p>
  348. Now, each nine track seems like arranged with a vision to make everyone have their own visuals and thoughts. Although, writing down song by song of all these visions may sound gibberish to any reader. But, who cares, as I can’t resist to put my own visions after listening each track and returning to each one many times. As in the beginning with ‘Of being and becoming’, which like an invitation into blur of muddled horror, of crawling, sick revulsion from the supernatural vileness to be beheld. From there ‘Sourl procession’ appears, which evoke the horrific spectra of Possessed and the darkness of Weapon and have the force to drag anything down with its formless, ever-clinging weight into gulfs beyond the reach of created flight or the fathoming of organized entity. ‘The Way of Truth’ then comes as a baffling and mystifying one, for a sorely troubled mind that seeks truth in a whirlwind of chaos and madness. As the seeking was too baffling, the next track ‘The Unreality of time’, can be explained as – Time, the thing is infinite and, at the same time, ghastly. ‘Unreasoned Perceptions’, reminds the challenge of such seeking and in doing so, I could not have been more hideously startled as if some hellish conception of Francisco Goya had suddenly come to life and emerged from one of his creations, where perception is beyond any reason still unreasoned. Like this hideous vision and perception to be continued, ‘Epinomis’ appears like forged in blackish phosphorescence, where atmosphere smells like burning sulphur. Surely a change of atmosphere but this insidious atmosphere, will make you prepare for the upcoming ‘Uttermost Absence’, where the impression will be as suggested in the title. The change of transitions here are so instantaneous, so utterly without effort or visible transition that it reveals the song-crafting skills and imaginations of the Chileans. After being totally baffled by such experience, ‘The Wanderer’, will remind, despite all the endeavors to explain the cosmic mystery, we will always be a wander, and all efforts are merely hallucinations. However, after such bewildering journey, you may think such profound mysteries can’t simply mere hallucinations. And, to the end of this record with ‘Witchery War’, where intro acoustics with its moldiness of antique charnels and the fearsome progressions, I found myself staring into the verminous, apish warfare…only to return to reality.
  349. </p>
  350. <p>
  351. And, in reality, it was almost like, I had suffered a visual hallucination that might mark the beginning of some obscure cerebral disorder, or had been visited by a spectral phenomenon, by something from realms and dimensions that are past the normal scope of human perception. With such experience, it’s sufficed to say that the strong analogue production worked overwhelmingly and will keep any exposed one engrossed and enticed from beginning till end. With all these, in this debut offering Orion offers straightforward Thrash/Death Metal in the best of tradition of and on course to established their own sound. Released with an equally mystifying Cover design by Ibay Aryfin, represents the whole visual spectra of “Mysterivm Cosmographicvm”. This will surely evoke many thoughts of what or what not this means, while pondering the Tape, CD or Vinyl’s. Also, shall be enough to entice to explore countless times. Even though, this is just the beginning of 2021, but it won’t be unwise, if any exposed listener going to consider “Mysterivm Cosmographicvm”, as one of the finest and fascinating release of the year, and also from this mesmeric continent.
  352. </p>
  353. <p>
  354. &#x2014; Randolph Whateley
  355. </p>
  356. </div>
  357. </div>
  358. <div id="outline-container-org63f0f36" class="outline-2">
  359. <h2 id="org63f0f36"><span class="section-number-2">7.</span> <a href="http://www.metal-temple.com/site/catalogues/entry/reviews/cd_3/o_2/orion-mysterivm.htm">Metal Temple (GR)</a></h2>
  360. <div class="outline-text-2" id="text-7">
  361. <p>
  362. <span class="timestamp-wrapper"><span class="timestamp">&lt;2021-02-09 mar&gt;</span></span>
  363. </p>
  364. <p>
  365. From the city of San Javier, a Chilean band named ORION that crosses the genres of thrash metal &amp; death metal released “Mysterivm Cosmograghicvm” on September 30 2020. Recorded between August 2019 and December 2019 at Equinox Studios in Rancagua Chile. Previous releases include 2007’s “The Seven Gates are Opened” (Tyrannus Records) in the form of cassettes that includes a cover by PENTAGRAM’S “Demonaic Possession”; and 2005’s CD entitled “Pulverizing Skulls”, released independently–and a release that includes a cover of KREATOR’S “Tormentor” and DEATH’S “Zombie Ritual”.
  366. </p>
  367. <p>
  368. “On Being And Becoming” - the opening album track begins with nearly one full minute of pure thrash in the style of blackish death metal–the referenced style intends that the thrash is tastefully seasoned with melodic double picking along guitar strings. D.L. Mayhem’s vocals suggest lifetime veneration toward Lemmy Kilmister of MOTORHEAD; and, toward Tom Warrior of CELTIC FROST &amp; HELLHAMMER. At about two minutes forty seconds, the drums rest for two measures while the rhythm guitars of Pacto &amp; Toku and the bass of D.L. Mayhem, replay the rhythmic motif for two measures; Apocalyptic Destructor’s - drums add a slow two-measure roll to escend across the set of toms. The band enters a moment of pure (unseasoned) thrash and I like this–but further accents especially when chord changes occur on a down beat would certainly enhance this. If guitars &amp; bass adhere to rhythms- this is when drummers can subdivide beats (not to increase speed) but for intersect conversive rhythmic interest: Apocalyptic Destructor almost does this with a short pattern on a crash cymbal that serves as though pick up beats to introduce Pacto’s guitar solo. This solo begins as though the melody tempo drags behind the band - but this may be intentional. He adds a second line–a shorter melodic legato phrase that rolls like a curvaceous stream of water.
  369. </p>
  370. <p>
  371. “Soul Procession” - the second album track begins with a lovely guitar and bass mix - and before we reach ten seconds, we hear a “Blah” in honor of CELTIC FROST’S Tom Warrior. Pacto’s guitar solo perfectly clashes with the rhythms and tonic key; after which the band, especially Apocalyptic Destructor slows the tempo - playing snare only on the second and fourth beats - allowing for a stronger foundation and better synchronized groove–and I love this moment of raw heaviness. “The Way of Truth” - the third album track opens quickly, if not abruptly - and by seventeen seconds, slows to a slow, raw and heavy trudge. This is great. The song - especially via snare moves between slower and speedier tempos; while guitars pleasantly remain unmuted - and whether strummed or not–still allow for the viciousness of distortion to ring through her ultimate amplified majesty.
  372. </p>
  373. <p>
  374. “The Unreality Of Time” - the fourth album track begins slowly &amp; heavily–utilizing the ominous tritone. One guitar arpeggiates through higher strings while the bass doubles the counter motif on other guitar’s lower “e” string - nice; sadly, like "The Unreality Of Time”. I wish for more. “Unreasoned Perceptions” - the fifth album track opens with hefty doses of rhythm guitar distortion. The tempo is fast and unproblematic. This may be my favorite album track. At about two minutes ten seconds Apocalyptic Destructor rests from the previous thrash style - and we feel the increased aggression (due to increased heaviness) of both the rhythm and the sound. Immediately prior to the guitar solo, guitar and bass play the motif and harmonize it - recalling METALLICA’S “Frayed Ends Of Sanity”. Rhythm Guitars replete with string ring sound wonderfully after the solo–with subtle touches of angered dissonance - nice tune!
  375. </p>
  376. <p>
  377. “Epínomis” - the sixth album track opens with twenty seconds of a thrash drum beat of eighth-note patterns, while rhythm guitars ascend a zig zag melody - a sequence of eighth-note phrases. I would like this better if Apocalyptic Destructor would slow &amp; stabilize the tempo–and he does just that at twenty seconds into the song with a speedy double bass drum pattern–and further reduces snare hits from an unsynchronized pattern of eighth-notes to utilizing (much improved) snare hits on merely the second and fourth beats. For the versus, rhythm guitars slow to allow for a fully distorted string ring for the power chords on the lower, wound strings and I grow excited again. (There are few sounds in life I love so much as allowing a fully distorted guitar to sustain an unmuted power chord; my fists clench, my lip curls - nice!).
  378. </p>
  379. <p>
  380. “Uttermost Absence”- the seventh album track opens with ferocious chunky bouts of distorted rhythm guitar; and rhythmically, the guitar finds the fulfillment of drums at about one minute–when the beat finally slows. Sometimes the feeling of fulfillment does not endure. At two and one half minutes - the tempo slows again, and we are yet again closer to synchronicity. If this were played at half the speed and the triplet counter motive that revises the theme were played more slowly with a stronger, accentuated attack “Bum bum / Bum bum” - maybe with a harmonic on the low ‘g’–think KING DIAMOND’S “Killer”, we’d have radio play.
  381. </p>
  382. <p>
  383. “The Wanderer” - The eighth album track opens with a melodic melody that moves slowly, while it is simultaneously rearticulated with quadruple picking. Pacto’s guitar solo opens with a continuous yet variable minor third pull-off on the higher strings - almost reminiscent of an automotive siren moving closer and further (by strategic use of the whammy); continuous utilization of this wonder-bar tool is done with a “Mysterivm Cosmographicvm” iteration of perfect death metal class.
  384. </p>
  385. <p>
  386. “Witchery War” - the ninth &amp; final album track opens with clean guitars - with a distorted rhythm backdrop of guitar and drums to create a sombre, yet impending connotation of something dreadful–and I remember “Merciless Death” from a beloved DARK ANGEL of my youth. At about one minute ten seconds, the song opens into a standard riff at a speedier tempo. Guitars &amp; bass sustain a heavy presence - and even include a recurring embellishing bass phrase (a resurging “Merciless Death”–transfigured not transposed if only not from the latter, of the original clean guitar lick) that endures for about thirty seconds. The speedier tempo resumes for the song to end - not with a Witchery whimper but with a War like bang.
  387. </p>
  388. <p>
  389. Songwriting: 8
  390. Musicianship: 7
  391. Memorability: 7
  392. Production: 8
  393. </p>
  394. <p>
  395. &#x2014; Barbie Rose
  396. </p>
  397. </div>
  398. </div>
  399. <div id="outline-container-org3c5ba36" class="outline-2">
  400. <h2 id="org3c5ba36"><span class="section-number-2">8.</span> <a href="http://www.hypnoswebzine.it/orion-chilemysterivm-cosmographicvm/">Hypnos Webzine (IT)</a></h2>
  401. <div class="outline-text-2" id="text-8">
  402. <p>
  403. <span class="timestamp-wrapper"><span class="timestamp">&lt;2021-02-12 vie&gt;</span></span>
  404. </p>
  405. <p>
  406. Dopo lo Swedish Thrash dei Suicide Nation e quello più di stampo Bay Area dei Metalriff, torno a parlare di una band cilena con questi Orion, da non confondere con l’omonima band indiana recensita ormai diversi anni fa, autori di questo interessante debutto dal titolo “Mysterivm Cosmographicvm”. A differenza dei loro concittadini sopra menzionati, questi Orion puntano su una deriva più estrema del Thrash, dove sopra una solida base di Slayer, vengono innestati richiami a quel proto-qualcosa, Death o Black che sia, che caratterizzava i seminali debutti di Sepultura o Sarcofago. Nonostante non siano un gruppo di primo pelo, la cui nascita sembra risalire al 2002, gli Orion riescono ad evocare un genuino recupero di tali sonorità, non solo in termini di suoni, sporchi e cafoni come difficilmente se ne trovano al giorno d’oggi, ma anche di reale coinvolgimento in quello che fanno. Infatti, i primi ascolti sono stati estremamente positivi, poiché il quartetto capitanato dal cantante e bassista D.L. Mayhem suona veloce e bello incazzato, infilando anche una serie di brani d’effetto, tra i quali menziono la devastante opener “On Being And Becoming” ed “Opinomis”, dove sono presenti dei brevi passaggi di tastiera che richiamano direttamente gli Absu di “The Third Storm Of Cytraul”, che dal vivo sono sicuro faranno molti sfracelli. Poi, non nascondo che a lungo andare il lavoro perde parte del suo appeal, un po’ per via di una certa ripetitività di fondo nel riffing, ma anche per via delle vocals dello stesso D.L. Mayhem, monocordi e prive di quella dinamicità capace di dare una spinta in più alle tracce. Tuttavia, nonostante questi difetti, “Mysterivm Cosmographicvm” è un lavoro che messo a tutto volume dello stereo regala parecchie soddisfazioni e nonché una buona mezz’ora di furioso headbanging.
  407. </p>
  408. <p>
  409. &#x2013; KarmaKosmiK
  410. </p>
  411. </div>
  412. </div>
  413. <div id="outline-container-orgf90c8d6" class="outline-2">
  414. <h2 id="orgf90c8d6"><span class="section-number-2">9.</span> <a href="https://yourlastrites.com/2021/06/18/la-fragua-del-fin-del-mundo-thirteen-spells-of-chilean-witching-metal/">Last Rites (US)</a></h2>
  415. <div class="outline-text-2" id="text-9">
  416. <p>
  417. <span class="timestamp-wrapper"><span class="timestamp">&lt;2021-06-18 vie&gt;</span></span>
  418. </p>
  419. <p>
  420. Okay, enough with the tech-thrash and whirly-doos—it’s time to get back to basics. Hailing from San Javier in the Maule district (about a three hour drive south of Santiago), Orion’s roots go back as far as 2001. After two demos from the mid-2000s and a handful of lineup changes, the band’s debut, Mysterivm Cosmographicvm, materialized late last year. And, as has been shown time and again is tradition with Chile, it was well worth the wait.
  421. </p>
  422. <p>
  423. If one were to throw Possessed’s Seven Churches, Celtic Frost’s Morbid Tales, Master’s Master, and Discharge’s Hear Nothing See Nothing Say Nothing into a meat grinder and mash the bloody chunks together, only to gargle them down in an attempt to gain cosmic enlightenment and supreme power over death, then one would have a pretty good idea of what to expect from Mystericvm Cosmographicvm. Orion’s approach isn’t particularly flashy on the surface, but it’s delivered with total conviction. Much in the way in which the stoneworkers of Chile’s past constructed these vast monuments that withstood the test of time, Orion construct an impenetrable temple carved from these giant blocks of ancient extreme metal.
  424. </p>
  425. <p>
  426. Trying to break the album down into pieces is difficult, for it all flows so well. The punky d-beat attack of “Soul Possession” and “Unreasonaed Perceptions” and the weighted doom sections on “The Way Of Truth” stand as a testament to the timelessness of the Hellhammer scriptures. The more razor-honed thrash sections of album opener “Of Being And Becoming” and “Uttermost Absence” set the Master and Possessed stones atop Orion’s cairn. The sparing use of atmospheric synth on album highlight “Epinomis” summon the blackness of early Rotting Christ or Varathron. The slow, drawn out solo that emerges from the doom and gloom rears its head like an enraged serpent flexing its power before the song dives back into the chaos.
  427. </p>
  428. <p>
  429. The production job on Mystericvm Cosmographicvm is rich without sacrificing any bit of the filth and aggression in the music. The subtle touches like the aforementioned synths or the acoustic intro that bleeds into album closer “Witchery War” are placed perfectly. The guitars and drums all sound loud as hell, but with plenty of room to breathe warmly without succumbing to overcompression. The bass is a bit tucked away at times, but it does get a few moments in the spotlight, particularly at the climax of “Witchery War.” Despite the album’s brutish affront on the surface, it is masterfully thought out and crafted, grabbing the attention with unbridled energy and holding it throughout the songs with quick changes that push the songs forward with supreme urgency.
  430. </p>
  431. </div>
  432. </div>
  433. <div id="outline-container-orge2416fe" class="outline-2">
  434. <h2 id="orge2416fe"><span class="section-number-2">10.</span> <a href="https://cultmetalflix.wordpress.com/2021/12/23/abrasive-audio-late-21-part-the-second-reccs-and-such/">Cultmetalflix</a></h2>
  435. <div class="outline-text-2" id="text-10">
  436. <p>
  437. <span class="timestamp-wrapper"><span class="timestamp">&lt;2021-12-23 jue&gt;</span></span>
  438. </p>
  439. <p>
  440. From the cover one might imagine Raw BM (My Doctor says they hurt…what-?) and one would be wrong. This is DM with shredding riffs and atmosphere bordering on Aggressive Old School Thrash. Accented vocals give it a ferocious edge which I’m appreciating as I’m sure other will too. Tempos are varied with passages dipping occasionally into quite familiar territories (I won’t mention Metallica again in this piece… I won’t! Poop!) Overall, this is going to appeal to those who prefer the decidedly more primal side of the genre.
  441. </p>
  442. </div>
  443. </div>
  444. </div>
  445. <div id="postamble" class="status">
  446. <p class="author">Author: Orion</p>
  447. <p class="date">Created: 2022-01-27 jue 18:23</p>
  448. </div>
  449. </body>
  450. </html>