<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Drums on bertiqwerty</title>
    <link>https://www.bertiqwerty.com/en/categories_en/drums/</link>
    <description>Recent content in Drums on bertiqwerty</description>
    <generator>Hugo</generator>
    <language>en</language>
    <copyright>(c) 2023 Behrang Shafei, Impressum,</copyright>
    <lastBuildDate>Sun, 05 Apr 2026 21:42:41 +0200</lastBuildDate>
    <atom:link href="https://www.bertiqwerty.com/en/categories_en/drums/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Starting Drums at Almost 40 - A Preemptive Strike Against the Midlife Crisis</title>
      <link>https://www.bertiqwerty.com/en/posts/starting-drums/</link>
      <pubDate>Sun, 05 Apr 2026 21:42:41 +0200</pubDate>
      <guid>https://www.bertiqwerty.com/en/posts/starting-drums/</guid>
      <description>&lt;p&gt;In this somewhat personal article, I describe my thoughts and experiences as someone who started playing drums at the age of 39 and otherwise has very little musical experience.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;The &lt;a href=&#34;https://www.bertiqwerty.com/posts/starting-drums/&#34;&gt;original text&lt;/a&gt; of this post was created by my human intelligence in German. The translation was a collaboration between man and machine. The man was me and the machine was Google Translate.&lt;/em&gt;&lt;/p&gt;
&lt;h2 id=&#34;what-has-happened-so-far&#34;&gt;What has happened so far&lt;/h2&gt;
&lt;p&gt;Before his 7th birthday, I asked my then-noisy child if he would like to learn drums and would forgo other birthday presents in return. Surprisingly, the child was very happy to oblige.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Triplets in 4/4-Drum-Grooves</title>
      <link>https://www.bertiqwerty.com/en/posts/triole/</link>
      <pubDate>Mon, 01 Dec 2025 22:56:34 +0100</pubDate>
      <guid>https://www.bertiqwerty.com/en/posts/triole/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve been &lt;a href=&#34;https://www.bertiqwerty.com/en/posts/starting-drums/&#34;&gt;playing drums&lt;/a&gt; for about three years. I recently came across the following simplest of all non-degenerated polyrhythms.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;The &lt;a href=&#34;https://www.bertiqwerty.com/posts/triole/&#34;&gt;original text&lt;/a&gt; of this post was created by my human intelligence in German. The translation was a collaboration between man and machine. The man was I and the machine was Google Translate.&lt;/em&gt;&lt;/p&gt;
&lt;div id=&#34;abc-2&#34; class=&#34;abcjs-container&#34;&gt;&lt;/div&gt;
&lt;div id=&#34;abc-2-audio&#34; class=&#34;abcjs-audio&#34;&gt;&lt;/div&gt;

&lt;script&gt;
  (function() {
    var abcData = `\nX:1\nM:4\/4\nL:1\/8\nQ:1\/4=80\n%%score (1 2) % Merges voices 1 and 2 onto one staff\nU: k = !style=x! % Defines \u0027k\u0027 as the shortcut for x-noteheads\n%%MIDI channel 10\n%%MIDI drummap F 36% bass drum\n%%MIDI drummap c 38% snare drum\n%%MIDI drummap g 42% Closed Hi-Hat\n%%stretchlast true\nK:perc\nV:1 stemp=up\nkgkg [ckg]kg kgkg kgkg |\nV:2 stemp=down\nF2 z2 F2 (3ccc |\n\n`;

    function renderAbcjs() {
      try {
        var visualObj = ABCJS.renderAbc(&#34;abc-2&#34;, abcData, {
          responsive: &#34;resize&#34;,
          add_classes: true
        });

        if (ABCJS.synth &amp;&amp; ABCJS.synth.supportsAudio()) {
          var synthControl = new ABCJS.synth.SynthController();
          var cursorControl = {
            onBeat: function() {},
            onEvent: function() {},
            onFinished: function() {}
          };

          synthControl.load(&#34;#abc-2-audio&#34;, cursorControl, {
            displayLoop: false,
            displayRestart: true,
            displayPlay: true,
            displayProgress: true,
            displayWarp: false
          });

          var createSynth = new ABCJS.synth.CreateSynth();
          createSynth.init({
            visualObj: visualObj[0],
            options: {
              soundFontUrl: &#34;https://paulrosen.github.io/midi-js-soundfonts/abcjs/&#34;
            }
          }).then(function() {
            synthControl.setTune(visualObj[0], false, {
              qpm: null,
              chordsOff: true
            }).catch(function(error) {
              console.warn(&#39;ABCJS synth setTune error:&#39;, error);
            });
          }).catch(function(error) {
            console.warn(&#39;ABCJS synth init error:&#39;, error);
          });
        } else {
          var audioEl = document.getElementById(&#34;abc-2-audio&#34;);
          if (audioEl) {
            audioEl.innerHTML = &#34;Audio is not supported in this browser.&#34;;
          }
        }
      } catch (err) {
        console.warn(&#39;ABCJS render error:&#39;, err);
      }
    }

    if (document.readyState === &#39;complete&#39; || document.readyState === &#39;interactive&#39;) {
      renderAbcjs();
    } else {
      document.addEventListener(&#39;DOMContentLoaded&#39;, renderAbcjs);
    }
  })();
&lt;/script&gt;

&lt;br/&gt;
&lt;p&gt;The first three quarter notes follow a completely normal eighth-note rhythm. Then comes a kind of crazy triplet fill on the snare, while the hi-hat continues. I encountered this in Solo 17 from Tom Hapke&amp;rsquo;s book, 66 Drum Solos. When I saw it, I thought, &amp;ldquo;What the hell is that? How am I ever going to be able to play something so crazy?&amp;rdquo; That same day, I had my drum lesson. Desperately, I asked my teacher. He told me he would play it but with tom&lt;span class=&#34;tooltip&#34;&gt;&lt;span style=&#34;font-size:14t;font-weight:900;&#34;&gt;*&lt;/span&gt;&lt;span class=&#34;tooltiptext&#34;&gt;not Hapke but the drum. This joke works better in German, because there both are capitalized.&lt;/span&gt;&lt;/span&gt; and snare instead of hi-hat and snare and I should just repeat by ear. It sounded something like this:&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
