<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>this.ven – Blog</title>
    <link>https://this.ven.uber.space/blog/</link>
    <description>Recent content in Blog on this.ven</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 01 Jan 2024 19:41:42 +0100</lastBuildDate>
    
	  <atom:link href="https://this.ven.uber.space/blog/index.xml" rel="self" type="application/rss+xml" />
    
    
      
        
      
    
    
    <item>
      <title>Drums in the box: sequence and control</title>
      <link>https://this.ven.uber.space/blog/drums-in-the-box-sequence-and-control/</link>
      <pubDate>Mon, 28 Apr 2025 05:10:33 +0200</pubDate>
      
      <guid>https://this.ven.uber.space/blog/drums-in-the-box-sequence-and-control/</guid>
      <description>
        
        
        &lt;p&gt;While I am sequencing with the Tchimera Drum Kit in a &lt;a href=&#34;https://this.ven.uber.space/blog/further-technical-hurdles/&#34;&gt;process of migration from the Flac_GSCW-2 drumkit in Hydrogen&lt;/a&gt;, I realized that the open hihat rather sounds like a half-open one. I listened to the samples and found open hihat sounds. However, some control parameter seemed to be set with a default value that triggers the sample of a half-open snare.&lt;/p&gt;
&lt;h2&gt;Long story short&lt;span class=&#34;hx:absolute hx:-mt-20&#34; id=&#34;long-story-short&#34;&gt;&lt;/span&gt;
    &lt;a href=&#34;#long-story-short&#34; class=&#34;subheading-anchor&#34; aria-label=&#34;Permalink for this section&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&lt;p&gt;The short story is that the MIDI continuous controller (CC) #4 determines the position of the hihat pedal&amp;mdash;with 0 fully open and 127 closed&amp;mdash;and defaults to a more closed value of 100. A clue to this was the opcode&lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt; &lt;code&gt;set_cc4&lt;/code&gt; in the &lt;a href=&#34;https://github.com/michaelwillis/tchimera-drum-kit/blob/master/hihat.sfz&#34;target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;hihat.sfz&lt;/a&gt; file and the explanation in Michael Willis&amp;rsquo; announcement&lt;sup id=&#34;fnref:2&#34;&gt;&lt;a href=&#34;#fn:2&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;2&lt;/a&gt;&lt;/sup&gt;. Using MIDI CC 4 to control the degree of hihat openness appears to be &amp;ldquo;&lt;a href=&#34;https://sfzformat.com/tutorials/cymbal_muting/&#34;target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;the common pedal assignment in electronic drum kits&lt;/a&gt;&amp;rdquo; according to sfz format documentation on cymbal muting.&lt;/p&gt;
&lt;p&gt;You may be laughing if you learned to sequence drums with mute groups and MIDI CC assignments in the first place. However, as I autodidactically explored this realm with Hydrogen and Flac_GSCW-2 before sitting on the stool, I was unaware of such MIDI capabilities and intuitively worked around such constraints. I guess that this has contributed to the way I am writing a drums score. Hence, I recap some of the lessons I have learned along the way in this post.&lt;/p&gt;
&lt;h2&gt;Choosing a drum kit&lt;span class=&#34;hx:absolute hx:-mt-20&#34; id=&#34;choosing-a-drum-kit&#34;&gt;&lt;/span&gt;
    &lt;a href=&#34;#choosing-a-drum-kit&#34; class=&#34;subheading-anchor&#34; aria-label=&#34;Permalink for this section&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&lt;p&gt;The primary and one of the most important things about working with drums &amp;ldquo;in the box&amp;rdquo; is to choose a drum kit that already provides a good foundation for the sound you imagine. For example, I was soon disappointed by the default &lt;em&gt;GMRockKit&lt;/em&gt; and &lt;em&gt;TR808EmulationKit&lt;/em&gt; supplied with Hydrogen. It lacks a second crash cymbal and some samples seemed to be faded out prematurely in order to reduce the file size. Moreover, there are no more than five layers to reflect the dynamic range without alternative samples to avoid the sounding like a machine gun in snare fills.&lt;/p&gt;
&lt;p&gt;For this reason, I soon moved to try other drumkits provided through the sound library import&lt;sup id=&#34;fnref:3&#34;&gt;&lt;a href=&#34;#fn:3&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;3&lt;/a&gt;&lt;/sup&gt; function. When I started my digital drums journey back in 2010, there were about 10&amp;ndash;15 Hydrogen drumkits available and I chose one depending on the song. Without being aware of concepts such as MIDI CC, I settled on using Flac_GSCW-2, as it provides choked crash cymbals and snare and tom flams. Though I wondered why an open hihat is muted by a following closed one in TuxGuitar&amp;rsquo;s output, and realized that a flam is written as a grace note&amp;mdash;which means that it can be produced manually through triggering the same note twice&amp;mdash;I lived with that.&lt;/p&gt;
&lt;p&gt;Anyways, the point is that you get started with a drumkit that works for you. And from my experience, this may involve using an out-of-spec drumkit and learning about some technical details later. I wish they would&amp;rsquo;ve taught us these internals during my academic course, but don&amp;rsquo;t get me started talking about all the issues of surviving at an university of applied sciences that offers product training rather than sovereign education&lt;sup id=&#34;fnref:4&#34;&gt;&lt;a href=&#34;#fn:4&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;4&lt;/a&gt;&lt;/sup&gt;. ¯\_(ツ)_/¯&lt;/p&gt;
&lt;h2&gt;Make use of velocity&lt;span class=&#34;hx:absolute hx:-mt-20&#34; id=&#34;make-use-of-velocity&#34;&gt;&lt;/span&gt;
    &lt;a href=&#34;#make-use-of-velocity&#34; class=&#34;subheading-anchor&#34; aria-label=&#34;Permalink for this section&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&lt;p&gt;Another crucial element of a drums groove is to change the velocity of individual notes to add variation and make it sound more human. Hydrogen has velocity lane below the pattern grid and Ardour just implemented &amp;ldquo;lollipos&amp;rdquo; in its &lt;a href=&#34;https://manual.ardour.org/editing-and-arranging/editing-midi/editing-velocity/&#34;target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;velocity lane&lt;/a&gt; with the release of version 8.1&lt;sup id=&#34;fnref:5&#34;&gt;&lt;a href=&#34;#fn:5&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;5&lt;/a&gt;&lt;/sup&gt;. It&amp;rsquo;s a matter of listening experience combined with intentional rule violation to create interest while keeping the human feel. Try to think like a drummer: You cannot keep the exact same velocity throughout a couple of bars and accentuate certain beats to support the groove.&lt;/p&gt;
&lt;p&gt;To keep things simple, consider the example &amp;ldquo;bum tchak bum bum tchak&amp;rdquo; pattern I introduced in &lt;a href=&#34;https://this.ven.uber.space/blog/reinventing-the-zeal-without-starting-from-scratch/#bum-tchak&#34;&gt;my first post about scorewriting&lt;/a&gt; and reduced to kick drum (note 35) and snare (note 38) only. The &lt;code&gt;&amp;gt;&lt;/code&gt; and &lt;code&gt;^&lt;/code&gt; signs mark an accentuated and heavy accentuated note on the kick drum to make the 1/4 and 3/4 beat stand out of the sound, as typical for a four-four time bar. However, I could also only accentuate the last kick drum to draw attention to another beat.&lt;/p&gt;
&lt;div class=&#34;hextra-code-block hx:relative hx:mt-6 hx:first:mt-0 hx:group/code&#34;&gt;

&lt;div&gt;&lt;pre&gt;&lt;code&gt;C|---------------------------------|
C|---------------------------------|
C|---------------------------------|
C|---------38--------------38------|
C|---------------------------------|
C|-35--------------35--35----------|
   ^               &amp;gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;div class=&#34;hextra-code-copy-btn-container hx:opacity-0 hx:transition hx:group-hover/code:opacity-100 hx:flex hx:gap-1 hx:absolute hx:m-[11px] hx:right-0 hx:top-0&#34;&gt;
  &lt;button
    class=&#34;hextra-code-copy-btn hx:group/copybtn hx:cursor-pointer hx:transition-all hx:active:opacity-50 hx:bg-primary-700/5 hx:border hx:border-black/5 hx:text-gray-600 hx:hover:text-gray-900 hx:rounded-md hx:p-1.5 hx:dark:bg-primary-300/10 hx:dark:border-white/10 hx:dark:text-gray-400 hx:dark:hover:text-gray-50&#34;
    title=&#34;Copy code&#34;
  &gt;
    &lt;div class=&#34;hextra-copy-icon hx:group-[.copied]/copybtn:hidden hx:pointer-events-none hx:h-4 hx:w-4&#34;&gt;&lt;/div&gt;
&lt;div class=&#34;hextra-success-icon hx:hidden hx:group-[.copied]/copybtn:block hx:pointer-events-none hx:h-4 hx:w-4&#34;&gt;&lt;/div&gt;
  &lt;/button&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;It depends on what is happening in the arrangement and how the drums are used in a song. Simultaneously, keep in mind what a human drummer is able to play. Of course, you might want to violate that rule and have drums that are interesting due to being difficult to play by a human. Over time you will learn how to groove your way. &lt;span class=&#34;hx:inline-block hx:align-text-bottom hextra-icon&#34;&gt;&lt;svg height=1em xmlns=&#34;http://www.w3.org/2000/svg&#34; fill=&#34;none&#34; viewBox=&#34;0 0 24 24&#34; stroke-width=&#34;2&#34; stroke=&#34;currentColor&#34; aria-hidden=&#34;true&#34;&gt;&lt;path stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34; d=&#34;M14.828 14.828a4 4 0 01-5.656 0M9 10h.01M15 10h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z&#34;/&gt;&lt;/svg&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;h2&gt;Human patterns&lt;span class=&#34;hx:absolute hx:-mt-20&#34; id=&#34;human-patterns&#34;&gt;&lt;/span&gt;
    &lt;a href=&#34;#human-patterns&#34; class=&#34;subheading-anchor&#34; aria-label=&#34;Permalink for this section&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&lt;p&gt;I like to scorewrite drums and create patterns that a human would be able to play. Though it&amp;rsquo;s fun to experiment with the opposite and push the limits, human patterns work better for my style of music. Consequently, I also keep the &amp;ldquo;think like a drummer&amp;rdquo; law in mind for simultaneously hit individual instruments. A human drummer has two arms and feet. For this reason, four instruments can be played at a time (e.g., kick drum, closed hihat, and snare). This means that the following example snare fill is more of a drummer&amp;rsquo;s fantasy:&lt;/p&gt;
&lt;div class=&#34;hextra-code-block hx:relative hx:mt-6 hx:first:mt-0 hx:group/code&#34;&gt;

&lt;div&gt;&lt;pre&gt;&lt;code&gt;C|-57--57--57--57--57--57--57--57--|
C|-51--51--51--51--51--51--51--51--|
C|-46--46--46--46--46--46--46--46--|
C|-38--38--38--38--38--38--38--38--|
C|-45--45--45--45--45--45--45--45--|
C|-35--35--35--35--35--35--35--35--|&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;div class=&#34;hextra-code-copy-btn-container hx:opacity-0 hx:transition hx:group-hover/code:opacity-100 hx:flex hx:gap-1 hx:absolute hx:m-[11px] hx:right-0 hx:top-0&#34;&gt;
  &lt;button
    class=&#34;hextra-code-copy-btn hx:group/copybtn hx:cursor-pointer hx:transition-all hx:active:opacity-50 hx:bg-primary-700/5 hx:border hx:border-black/5 hx:text-gray-600 hx:hover:text-gray-900 hx:rounded-md hx:p-1.5 hx:dark:bg-primary-300/10 hx:dark:border-white/10 hx:dark:text-gray-400 hx:dark:hover:text-gray-50&#34;
    title=&#34;Copy code&#34;
  &gt;
    &lt;div class=&#34;hextra-copy-icon hx:group-[.copied]/copybtn:hidden hx:pointer-events-none hx:h-4 hx:w-4&#34;&gt;&lt;/div&gt;
&lt;div class=&#34;hextra-success-icon hx:hidden hx:group-[.copied]/copybtn:block hx:pointer-events-none hx:h-4 hx:w-4&#34;&gt;&lt;/div&gt;
  &lt;/button&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;For explanation, the notes in addition to kick drum and snare are 45 = high tom, 46 = open hihat, 51 = cymbal (left), 57 = crash (right). A drummer would need five arms to play this bar. If this is your style, go for it. Similarly, you may come up with a pattern full of 64th notes and a tempo of 360 bpm, but I doubt that even an advanced listener is able to identify each single hit. Don&amp;rsquo;t get me wrong, experiment and push the limits. It&amp;rsquo;s just not my style.&lt;/p&gt;
&lt;h2&gt;Leveraging continous control&lt;span class=&#34;hx:absolute hx:-mt-20&#34; id=&#34;leveraging-continous-control&#34;&gt;&lt;/span&gt;
    &lt;a href=&#34;#leveraging-continous-control&#34; class=&#34;subheading-anchor&#34; aria-label=&#34;Permalink for this section&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&lt;p&gt;To conclude my comments on drums sequencing, let&amp;rsquo;s get back to the new technical detail that I learned recently: continuous control. Using this value, the different levels of openness of a hihat can be controlled. For example, consider a hihat that transitions from rather closed to full open over half a bar just before a chorus in the song. The image below illustrates how a course of automation values would look like to gradually release the foot pedal.&lt;/p&gt;
&lt;figure&gt;&lt;img src=&#34;https://this.ven.uber.space/blog/img/ardour-automation-cc.png&#34;
    alt=&#34;CC automation for a MIDI track in Ardour&#34;&gt;&lt;figcaption&gt;
      &lt;p&gt;Using automation for CC#4 on a MIDI track in Ardour to control the openness of a hihat&lt;/p&gt;
    &lt;/figcaption&gt;
&lt;/figure&gt;

&lt;p&gt;I will experiment with CC for the hihat openness and groove my way along the planned album. I guess the next thing to learn is polyphonic aftertouch AKA channel pressure&lt;sup id=&#34;fnref:6&#34;&gt;&lt;a href=&#34;#fn:6&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;6&lt;/a&gt;&lt;/sup&gt; and this is used to choke cymbals.&lt;/p&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt;
&lt;ol&gt;
&lt;li id=&#34;fn:1&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://sfzformat.com/opcodes/&#34;target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Opcodes&lt;/a&gt; in the sfz format documentation&amp;#160;&lt;a href=&#34;#fnref:1&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:2&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://discourse.ardour.org/t/new-drum-kit-tchimera/110052&#34;target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;New drum kit: Tchimera&lt;/a&gt; post in the Ardour forums&amp;#160;&lt;a href=&#34;#fnref:2&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:3&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://hydrogen-music.org/documentation/manual/manual_en_chunked/ch06s03.html&#34;target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Drumkits&lt;/a&gt; subchapter of the Hydrogen documentation&amp;#160;&lt;a href=&#34;#fnref:3&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:4&#34;&gt;
&lt;p&gt;German post on myths in educational institutions: &lt;a href=&#34;https://www.kuketz-blog.de/bildungswesen-entlarvung-der-haeufigsten-microsoft-mythen/&#34;target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Bildungswesen: Entlarvung der häufigsten Microsoft-Mythen&lt;/a&gt;&amp;#160;&lt;a href=&#34;#fnref:4&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:5&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://ardour.org/news/8.1.html&#34;target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Ardour 8.0 &amp;amp; 8.1 (hotfix) released&lt;/a&gt; news post&amp;#160;&lt;a href=&#34;#fnref:5&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:6&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://manual.ardour.org/working-with-midi/automation-midi/&#34;target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Pitch Bend &amp;amp; Aftertouch&lt;/a&gt; chapter in the Ardour documentation&amp;#160;&lt;a href=&#34;#fnref:6&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
      </description>
    </item>
    
    <item>
      <title>Further technical hurdles</title>
      <link>https://this.ven.uber.space/blog/further-technical-hurdles/</link>
      <pubDate>Thu, 28 Nov 2024 17:50:34 +0100</pubDate>
      
      <guid>https://this.ven.uber.space/blog/further-technical-hurdles/</guid>
      <description>
        
        
        &lt;p&gt;&amp;lsquo;I do this not because it is easy, but because I thought it would be easy.&amp;rsquo; It seems like there&amp;rsquo;s still a lot to do before I can actually start recording. The legacy of the scorewriting workflow I got used to now comes back at me. So I need to learn new tools, adapt to new formats, and find a new workflow. However, I can do this because I want to do this. And one thing I know is: Going the hard way leads to many insights.&lt;/p&gt;
&lt;h2&gt;Scoring with a drum machine&lt;span class=&#34;hx:absolute hx:-mt-20&#34; id=&#34;scoring-with-a-drum-machine&#34;&gt;&lt;/span&gt;
    &lt;a href=&#34;#scoring-with-a-drum-machine&#34; class=&#34;subheading-anchor&#34; aria-label=&#34;Permalink for this section&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&lt;p&gt;In my &lt;a href=&#34;https://this.ven.uber.space/blog/reinventing-the-zeal-without-starting-from-scratch/&#34;&gt;last blog post&lt;/a&gt; I wrote about how I got used to save my ideas with a tablature editor and happened to compose and arrange with it. But that&amp;rsquo;s only half the story. Since the drums of a soundfont quickly sounded not vivid enough for me and I was curious to try out other free software, I started scoring drums with &lt;a href=&#34;http://hydrogen-music.org/&#34;target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Hydrogen&lt;/a&gt;, the advanced drum machine.&lt;/p&gt;
&lt;p&gt;Using the integrated Sound Library&lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt; the drumkit &lt;em&gt;Flac_GSCW-2&lt;/em&gt;, which is based on samples from Salvador Pelaez&lt;sup id=&#34;fnref:2&#34;&gt;&lt;a href=&#34;#fn:2&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;2&lt;/a&gt;&lt;/sup&gt;, appealed to me. Hydrogen provides a lot of options to fine tune the sound of a drumkit. However, I have basically used it to better imagine the sound of the drums in my arrangements. And I ended up drictly feeding single instrument tracks, such as the kick, snare, etc., into separate tracks in Ardour in the recording step to do the fine tuning in the DAW bypassing all the advanced options of Hydrogen.&lt;/p&gt;
&lt;h2&gt;Exporting a Hydrogen Song to MIDI&lt;span class=&#34;hx:absolute hx:-mt-20&#34; id=&#34;exporting-a-hydrogen-song-to-midi&#34;&gt;&lt;/span&gt;
    &lt;a href=&#34;#exporting-a-hydrogen-song-to-midi&#34; class=&#34;subheading-anchor&#34; aria-label=&#34;Permalink for this section&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&lt;p&gt;My drums scores are currently saved in Hydrogen&amp;rsquo;s XML&lt;sup id=&#34;fnref:3&#34;&gt;&lt;a href=&#34;#fn:3&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;3&lt;/a&gt;&lt;/sup&gt; format and bound to the drumkits provided by Hydrogen. In order to work with the Tchimera Drum Kit, as described in the &lt;a href=&#34;https://this.ven.uber.space/docs/computer/pro-audio/#drums&#34;&gt;#Drums&lt;/a&gt; section of my pro audio documentation, I export the Hydrogen song (&lt;code&gt;.h2song&lt;/code&gt;) to MIDI.&lt;/p&gt;
&lt;figure&gt;&lt;img src=&#34;https://this.ven.uber.space/blog/img/hydrogen-export-midi.png&#34;
    alt=&#34;Hydrogen MIDI export&#34;&gt;&lt;figcaption&gt;
      &lt;p&gt;Exporting a song in Hydrogen to MIDI&lt;/p&gt;
    &lt;/figcaption&gt;
&lt;/figure&gt;

&lt;p&gt;However, importing the resulting &lt;code&gt;.mid&lt;/code&gt; file into an Ardour MIDI track—which has been initialized with an &lt;em&gt;sfizz-multi&lt;/em&gt; instance loading the &lt;code&gt;full_kit.sfz&lt;/code&gt; of the Tchimera Drum Kit virtual instrument—doesn&amp;rsquo;t do the magic. While listening to the MIDI notes triggering the samples in sfizz I note that a crash cymbal is triggered instead of a low or floor tom, for example.&lt;/p&gt;
&lt;p&gt;The reason is that the mapping of MIDI notes for the Flac-GSCW-2 drumkit in Hydrogen is different to the mapping of the Tchimera Drum Kit provided as SFZ file. The value in the &lt;em&gt;Note&lt;/em&gt; field of the &lt;em&gt;MIDI Output&lt;/em&gt; control bar on the lower right side of the image above reveals that the Snare instrument is mapped to note &lt;code&gt;37&lt;/code&gt;, for example.&lt;/p&gt;
&lt;h3&gt;Flac_GSWC-2 default mapping&lt;span class=&#34;hx:absolute hx:-mt-20&#34; id=&#34;flac_gswc-2-default-mapping&#34;&gt;&lt;/span&gt;
    &lt;a href=&#34;#flac_gswc-2-default-mapping&#34; class=&#34;subheading-anchor&#34; aria-label=&#34;Permalink for this section&#34;&gt;&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;First, I write down the notes used in the Hydrogen drumkit Flac_GSCW-2. The following table shows the mappings and the General MIDI (GM) standard for reference:&lt;/p&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Note&lt;/th&gt;
          &lt;th&gt;GM&lt;sup id=&#34;fnref:4&#34;&gt;&lt;a href=&#34;#fn:4&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;4&lt;/a&gt;&lt;/sup&gt;&lt;/th&gt;
          &lt;th&gt;Flac_GSCW-2&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;36&lt;/td&gt;
          &lt;td&gt;Electric Bass Drum&lt;/td&gt;
          &lt;td&gt;Kick&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;37&lt;/td&gt;
          &lt;td&gt;Side Stick&lt;/td&gt;
          &lt;td&gt;Snare&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;38&lt;/td&gt;
          &lt;td&gt;Acoustic Snare&lt;/td&gt;
          &lt;td&gt;Snare flam&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;39&lt;/td&gt;
          &lt;td&gt;Hand Clap&lt;/td&gt;
          &lt;td&gt;Snare side stick&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;40&lt;/td&gt;
          &lt;td&gt;Electric Snare or Rimshot&lt;/td&gt;
          &lt;td&gt;Snare roll&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;41&lt;/td&gt;
          &lt;td&gt;Low Floor Tom&lt;/td&gt;
          &lt;td&gt;Snare rim shot&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;42&lt;/td&gt;
          &lt;td&gt;Closed Hi-hat&lt;/td&gt;
          &lt;td&gt;Snare drag&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;43&lt;/td&gt;
          &lt;td&gt;High Floor Tom&lt;/td&gt;
          &lt;td&gt;Crash 14&amp;quot;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;44&lt;/td&gt;
          &lt;td&gt;Pedal Hi-hat&lt;/td&gt;
          &lt;td&gt;Crash 14&amp;quot; choke&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;45&lt;/td&gt;
          &lt;td&gt;Low Tom&lt;/td&gt;
          &lt;td&gt;Crash 18&amp;quot;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;46&lt;/td&gt;
          &lt;td&gt;Open Hi-hat&lt;/td&gt;
          &lt;td&gt;Crash 18&amp;quot; choke&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;47&lt;/td&gt;
          &lt;td&gt;Low-Mid Tom&lt;/td&gt;
          &lt;td&gt;Tom 13&amp;quot;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;48&lt;/td&gt;
          &lt;td&gt;High-Mid Tom&lt;/td&gt;
          &lt;td&gt;Tom 12&amp;quot;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;49&lt;/td&gt;
          &lt;td&gt;Crash-Cymbal 1&lt;/td&gt;
          &lt;td&gt;Ride 22&amp;quot; - bell&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;50&lt;/td&gt;
          &lt;td&gt;High Tom&lt;/td&gt;
          &lt;td&gt;Tom 10&amp;quot;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;51&lt;/td&gt;
          &lt;td&gt;Ride Cymbal 1&lt;/td&gt;
          &lt;td&gt;Ride 22&amp;quot;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;52&lt;/td&gt;
          &lt;td&gt;Chinese Cymbal&lt;/td&gt;
          &lt;td&gt;HH closed&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;53&lt;/td&gt;
          &lt;td&gt;Ride Bell&lt;/td&gt;
          &lt;td&gt;Tom 12&amp;quot; flam&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;54&lt;/td&gt;
          &lt;td&gt;Tambourine&lt;/td&gt;
          &lt;td&gt;HH open&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;55&lt;/td&gt;
          &lt;td&gt;Splash Cymbal&lt;/td&gt;
          &lt;td&gt;Tom 10&amp;quot; flam&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;56&lt;/td&gt;
          &lt;td&gt;Cowbell&lt;/td&gt;
          &lt;td&gt;HH pedal&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;57&lt;/td&gt;
          &lt;td&gt;Crash Cymbal 2&lt;/td&gt;
          &lt;td&gt;Tom 13&amp;quot; flam&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;58&lt;/td&gt;
          &lt;td&gt;Vibraslap&lt;/td&gt;
          &lt;td&gt;Splash 6&amp;quot;&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;At first glance, this mapping appears to have been made in sequence accounting for instruments to be triggered on notes you wouldn&amp;rsquo;t expect, if you are already familiar with the GM standard.&lt;/p&gt;
&lt;h3&gt;Tchimera Drum Kit default mapping&lt;span class=&#34;hx:absolute hx:-mt-20&#34; id=&#34;tchimera-drum-kit-default-mapping&#34;&gt;&lt;/span&gt;
    &lt;a href=&#34;#tchimera-drum-kit-default-mapping&#34; class=&#34;subheading-anchor&#34; aria-label=&#34;Permalink for this section&#34;&gt;&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;Next, I investigate the &lt;a href=&#34;https://github.com/michaelwillis/tchimera-drum-kit/blob/master/keymap.sfz&#34;target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;keymap.sfz&lt;/a&gt; file containing the mapping of the Tchimera Drum Kit as shown in this table:&lt;/p&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Note&lt;/th&gt;
          &lt;th&gt;GM and GS&lt;sup id=&#34;fnref:5&#34;&gt;&lt;a href=&#34;#fn:5&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;5&lt;/a&gt;&lt;/sup&gt;&lt;/th&gt;
          &lt;th&gt;Tchimera Drum Kit&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;22&lt;/td&gt;
          &lt;td&gt;&lt;/td&gt;
          &lt;td&gt;HIHAT_CLOSED_EDGE&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;23&lt;/td&gt;
          &lt;td&gt;&lt;/td&gt;
          &lt;td&gt;HIHAT_HALF_BOW&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;24&lt;/td&gt;
          &lt;td&gt;&lt;/td&gt;
          &lt;td&gt;HIHAT_HALF_EDGE&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;26&lt;/td&gt;
          &lt;td&gt;Finger Snap (GS)&lt;/td&gt;
          &lt;td&gt;HIHAT_OPEN_EDGE&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;30&lt;/td&gt;
          &lt;td&gt;Scratch Pull (GS)&lt;/td&gt;
          &lt;td&gt;TRASH_BOW&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;31&lt;/td&gt;
          &lt;td&gt;Sticks (GS)&lt;/td&gt;
          &lt;td&gt;TOM_4&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;32&lt;/td&gt;
          &lt;td&gt;Square Click (GS)&lt;/td&gt;
          &lt;td&gt;TRASH_EDGE&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;33&lt;/td&gt;
          &lt;td&gt;Metronome Click (GS)&lt;/td&gt;
          &lt;td&gt;TOM_4_RIM&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;35&lt;/td&gt;
          &lt;td&gt;Acoustic Bass Drum&lt;/td&gt;
          &lt;td&gt;KICK_FREE&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;36&lt;/td&gt;
          &lt;td&gt;Electric Bass Drum&lt;/td&gt;
          &lt;td&gt;KICK_DAMP&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;38&lt;/td&gt;
          &lt;td&gt;Acoustic Snare&lt;/td&gt;
          &lt;td&gt;SNARE_CENTER&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;39&lt;/td&gt;
          &lt;td&gt;Hand Clap&lt;/td&gt;
          &lt;td&gt;SNARE_EDGE&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;40&lt;/td&gt;
          &lt;td&gt;Electric Snare or Rimshot&lt;/td&gt;
          &lt;td&gt;SNARE_RIM&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;41&lt;/td&gt;
          &lt;td&gt;Low Floor Tom&lt;/td&gt;
          &lt;td&gt;TOM_3&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;42&lt;/td&gt;
          &lt;td&gt;Closed Hi-hat&lt;/td&gt;
          &lt;td&gt;HIHAT_CLOSED_BOW&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;43&lt;/td&gt;
          &lt;td&gt;High Floor Tom&lt;/td&gt;
          &lt;td&gt;TOM_3_RIM&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;44&lt;/td&gt;
          &lt;td&gt;Pedal Hi-hat&lt;/td&gt;
          &lt;td&gt;HIHAT_PEDAL&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;45&lt;/td&gt;
          &lt;td&gt;Low Tom&lt;/td&gt;
          &lt;td&gt;TOM_2&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;46&lt;/td&gt;
          &lt;td&gt;Open Hi-hat&lt;/td&gt;
          &lt;td&gt;HIHAT_OPEN_BOW&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;47&lt;/td&gt;
          &lt;td&gt;Low-Mid Tom&lt;/td&gt;
          &lt;td&gt;TOM_2_RIM&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;48&lt;/td&gt;
          &lt;td&gt;High-Mid Tom&lt;/td&gt;
          &lt;td&gt;TOM_1&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;49&lt;/td&gt;
          &lt;td&gt;Crash-Cymbal 1&lt;/td&gt;
          &lt;td&gt;CRASH_1_BOW&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;50&lt;/td&gt;
          &lt;td&gt;High Tom&lt;/td&gt;
          &lt;td&gt;TOM_1_RIM&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;51&lt;/td&gt;
          &lt;td&gt;Ride Cymbal 1&lt;/td&gt;
          &lt;td&gt;RIDE_BOW&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;52&lt;/td&gt;
          &lt;td&gt;Chinese Cymbal&lt;/td&gt;
          &lt;td&gt;CRASH_2_EDGE&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;53&lt;/td&gt;
          &lt;td&gt;Ride Bell&lt;/td&gt;
          &lt;td&gt;RIDE_BELL&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;55&lt;/td&gt;
          &lt;td&gt;Splash Cymbal&lt;/td&gt;
          &lt;td&gt;CRASH_1_EDGE&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;57&lt;/td&gt;
          &lt;td&gt;Crash Cymbal 2&lt;/td&gt;
          &lt;td&gt;CRASH_2_BOW&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;58&lt;/td&gt;
          &lt;td&gt;Vibraslap&lt;/td&gt;
          &lt;td&gt;RIDE_EDGE&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;In addition to General MIDI, the mapping expands down to note &lt;code&gt;22&lt;/code&gt; including notes that are part of the General Sound or General Standard (GS) superset and even non-percussion notes (notes below &lt;code&gt;26&lt;/code&gt;). And compared to GM and GS the mapping in the Tchimera Drum Kit appears to be rather less systematic. The reason is that the notes correspond to those used in typical e-drums hardware made by Alesis, Roland, and Simmons.&lt;/p&gt;
&lt;p&gt;E-drums often provide different trigger zones to simulate different sounds produced by hitting a drum or cymbal at the bow or edge, for example. For this reason, there are six mappings for hihat sounds and three mappings for the snare. Though this doesn&amp;rsquo;t comply with the GM and GS standards it&amp;rsquo;s a good practice to not spread the notes across the whole spectrum.&lt;/p&gt;
&lt;h3&gt;Remapping in Hydrogen&lt;span class=&#34;hx:absolute hx:-mt-20&#34; id=&#34;remapping-in-hydrogen&#34;&gt;&lt;/span&gt;
    &lt;a href=&#34;#remapping-in-hydrogen&#34; class=&#34;subheading-anchor&#34; aria-label=&#34;Permalink for this section&#34;&gt;&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;The tables reveal that Flac_GSCW-2 and Tchimera Drum Kit are different drumkits providing different samples using different MIDI notes and a one-to-one match isn&amp;rsquo;t possible. However, to generate a MIDI export that triggers most of the instruments just fine (kick, snare, hihat, toms, cymbals), I can remap the notes used in Hydrogen to similar instruments of the Tchimera Drum Kit before exporting the song:&lt;/p&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Note&lt;/th&gt;
          &lt;th&gt;GM and GS&lt;/th&gt;
          &lt;th&gt;Tchimera Drum Kit&lt;/th&gt;
          &lt;th&gt;Flac_GSCW-2&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;30&lt;/td&gt;
          &lt;td&gt;Scratch Pull (GS)&lt;/td&gt;
          &lt;td&gt;TRASH_BOW&lt;/td&gt;
          &lt;td&gt;Splash 6&amp;quot;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;36&lt;/td&gt;
          &lt;td&gt;Electric Bass Drum&lt;/td&gt;
          &lt;td&gt;KICK_DAMP&lt;/td&gt;
          &lt;td&gt;Kick&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;38&lt;/td&gt;
          &lt;td&gt;Acoustic Snare&lt;/td&gt;
          &lt;td&gt;SNARE_CENTER&lt;/td&gt;
          &lt;td&gt;Snare&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;40&lt;/td&gt;
          &lt;td&gt;Electric Snare or Rimshot&lt;/td&gt;
          &lt;td&gt;SNARE_RIM&lt;/td&gt;
          &lt;td&gt;Snare rim shot&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;41&lt;/td&gt;
          &lt;td&gt;Low Floor Tom&lt;/td&gt;
          &lt;td&gt;TOM_3&lt;/td&gt;
          &lt;td&gt;Tom 13&amp;quot;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;42&lt;/td&gt;
          &lt;td&gt;Closed Hi-hat&lt;/td&gt;
          &lt;td&gt;HIHAT_CLOSED_BOW&lt;/td&gt;
          &lt;td&gt;HH closed&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;44&lt;/td&gt;
          &lt;td&gt;Pedal Hi-hat&lt;/td&gt;
          &lt;td&gt;HIHAT_PEDAL&lt;/td&gt;
          &lt;td&gt;HH pedal&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;45&lt;/td&gt;
          &lt;td&gt;Low Tom&lt;/td&gt;
          &lt;td&gt;TOM_2&lt;/td&gt;
          &lt;td&gt;Tom 12&amp;quot;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;46&lt;/td&gt;
          &lt;td&gt;Open Hi-hat&lt;/td&gt;
          &lt;td&gt;HIHAT_OPEN_BOW&lt;/td&gt;
          &lt;td&gt;HH open&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;48&lt;/td&gt;
          &lt;td&gt;High-Mid Tom&lt;/td&gt;
          &lt;td&gt;TOM_1&lt;/td&gt;
          &lt;td&gt;Tom 10&amp;quot;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;51&lt;/td&gt;
          &lt;td&gt;Ride Cymbal 1&lt;/td&gt;
          &lt;td&gt;RIDE_BOW&lt;/td&gt;
          &lt;td&gt;Ride 22&amp;quot;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;52&lt;/td&gt;
          &lt;td&gt;Chinese Cymbal&lt;/td&gt;
          &lt;td&gt;CRASH_2_EDGE&lt;/td&gt;
          &lt;td&gt;Crash 18&amp;quot;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;53&lt;/td&gt;
          &lt;td&gt;Ride Bell&lt;/td&gt;
          &lt;td&gt;RIDE_BELL&lt;/td&gt;
          &lt;td&gt;Ride 22&amp;quot; - bell&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;55&lt;/td&gt;
          &lt;td&gt;Splash Cymbal&lt;/td&gt;
          &lt;td&gt;CRASH_1_EDGE&lt;/td&gt;
          &lt;td&gt;Crash 14&amp;quot;&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Additional instruments in Hydrogen, such as Snare flam, Snare roll, Crash 14&amp;quot; choke, Splash 6&amp;quot; etc., are mapped to a range of notes unused in the Tchimera Drum Kit (&lt;code&gt;60&lt;/code&gt; to &lt;code&gt;69&lt;/code&gt;):&lt;/p&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Note&lt;/th&gt;
          &lt;th&gt;GM&lt;/th&gt;
          &lt;th&gt;Flac_GSCW-2&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;60&lt;/td&gt;
          &lt;td&gt;Low Bongo&lt;/td&gt;
          &lt;td&gt;Snare flam&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;61&lt;/td&gt;
          &lt;td&gt;High Bongo&lt;/td&gt;
          &lt;td&gt;Snare side stick&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;62&lt;/td&gt;
          &lt;td&gt;Mute High Conga&lt;/td&gt;
          &lt;td&gt;Snare roll&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;63&lt;/td&gt;
          &lt;td&gt;Open High Conga&lt;/td&gt;
          &lt;td&gt;Snare drag&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;64&lt;/td&gt;
          &lt;td&gt;Low Conga&lt;/td&gt;
          &lt;td&gt;Crash 14&amp;quot; choke&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;65&lt;/td&gt;
          &lt;td&gt;High Timbale&lt;/td&gt;
          &lt;td&gt;Crash 18&amp;quot; choke&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;66&lt;/td&gt;
          &lt;td&gt;Low Timbale&lt;/td&gt;
          &lt;td&gt;Tom 10&amp;quot; flam&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;67&lt;/td&gt;
          &lt;td&gt;Low Agogô&lt;/td&gt;
          &lt;td&gt;Tom 12&amp;quot; flam&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;68&lt;/td&gt;
          &lt;td&gt;High Agogô&lt;/td&gt;
          &lt;td&gt;Tom 13&amp;quot; flam&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;h2&gt;Motivation&lt;span class=&#34;hx:absolute hx:-mt-20&#34; id=&#34;motivation&#34;&gt;&lt;/span&gt;
    &lt;a href=&#34;#motivation&#34; class=&#34;subheading-anchor&#34; aria-label=&#34;Permalink for this section&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&lt;p&gt;This way I can maintain the note information (length, timing, velocity etc.) and decide to drag the note to another note for triggering another instrument while &lt;a href=&#34;https://manual.ardour.org/working-with-midi/add-new-notes/&#34;target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;working with MIDI in Ardour&lt;/a&gt; or find other ways to produce the sound I intended. The additional instruments cannot occupy the same note as the regular Snare, for example. Otherwise, they would be discarded as a duplicate note on export.&lt;/p&gt;
&lt;p&gt;Although it will take some time to get used to the features of the Tchimera Drum Kit and a lot of work will be required to find ways to maintain the intended sound of the drums I composed using Flac-GSCW-2 in Hydrogen, I am confident that I can tackle Dozen Lessons for Educationists well, soon.&lt;/p&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt;
&lt;ol&gt;
&lt;li id=&#34;fn:1&#34;&gt;
&lt;p&gt;Chapter 10. &lt;a href=&#34;http://hydrogen-music.org/documentation/manual/manual_en_chunked/ch10.html&#34;target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Sound Library&lt;/a&gt; in the Hydrogen documentation&amp;#160;&lt;a href=&#34;#fnref:1&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:2&#34;&gt;
&lt;p&gt;A &lt;a href=&#34;https://github.com/gregharvey/drum-samples&#34;target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;drum-samples&lt;/a&gt; repository providing the source samples&amp;#160;&lt;a href=&#34;#fnref:2&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:3&#34;&gt;
&lt;p&gt;Chapter 21. &lt;a href=&#34;http://hydrogen-music.org/documentation/manual/manual_en_chunked/ch21.html&#34;target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Used File Types&lt;/a&gt; in the Hydrogen documentation&amp;#160;&lt;a href=&#34;#fnref:3&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:4&#34;&gt;
&lt;p&gt;Parameter interpretation for General MIDI (GM) &lt;a href=&#34;https://en.wikipedia.org/wiki/General_MIDI#Percussion&#34;target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Percussion&lt;/a&gt; in the Wikipedia&amp;#160;&lt;a href=&#34;#fnref:4&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:5&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://en.wikipedia.org/wiki/Roland_GS#Additional_percussion_notes&#34;target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Additional percussion notes&lt;/a&gt; for General Standard (GS) in the Wikipedia&amp;#160;&lt;a href=&#34;#fnref:5&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
      </description>
    </item>
    
    <item>
      <title>Reinventing the zeal without starting from scratch</title>
      <link>https://this.ven.uber.space/blog/reinventing-the-zeal-without-starting-from-scratch/</link>
      <pubDate>Sun, 27 Oct 2024 17:23:14 +0100</pubDate>
      
      <guid>https://this.ven.uber.space/blog/reinventing-the-zeal-without-starting-from-scratch/</guid>
      <description>
        
        
        &lt;p&gt;As a self-taught musician who has grown up playing the guitar I got used to &lt;a href=&#34;https://this.ven.uber.space/docs/computer/pro-audio/#tablatures&#34;&gt;tablatures&lt;/a&gt; (tabs). There are many ear-transcriptions of popular songs available and this form of musical notation is perfect for fretted string instruments. I started writing down my first song at the age of 15 using the Power Tab Editor. However, its limitations regarding drums and proprietary nature back in the days got me looking out for something else.&lt;/p&gt;
&lt;h2&gt;Scorewriting with TuxGuitar&lt;span class=&#34;hx:absolute hx:-mt-20&#34; id=&#34;scorewriting-with-tuxguitar&#34;&gt;&lt;/span&gt;
    &lt;a href=&#34;#scorewriting-with-tuxguitar&#34; class=&#34;subheading-anchor&#34; aria-label=&#34;Permalink for this section&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&lt;p&gt;I soon switched to TuxGuitar as an alternative to GuitarPro. Creating and editing tabs feels intuitive and as the proprietary formats of GuitarPro are also supported I could learn from communities, such as &lt;a href=&#34;https://www.ultimate-guitar.com/explore&#34;target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;UltimateGuitar&lt;/a&gt;.&lt;/p&gt;
&lt;figure&gt;&lt;img src=&#34;https://this.ven.uber.space/blog/img/tuxguitar-tab-effects.png&#34;
    alt=&#34;TuxGuitar Tab Effects&#34;&gt;&lt;figcaption&gt;
      &lt;p&gt;Example tab in TuxGuitar using some effects to shape the guitar sound&lt;/p&gt;
    &lt;/figcaption&gt;
&lt;/figure&gt;

&lt;p&gt;Writing down guitar riffs has been handy and fun as TuxGuitar provides means to also note the &amp;ldquo;effects&amp;rdquo; to shape the guitar sound, such as harmonics, vibratos, bends, slides, hammer-ons/pull-offs, and palm muted notes, for example. In addition to note duration and dynamics characteristics, I have been able to precisely sketch my song ideas without actually having the time to record any tracks.&lt;/p&gt;
&lt;h3&gt;Bum tchak&lt;span class=&#34;hx:absolute hx:-mt-20&#34; id=&#34;bum-tchak&#34;&gt;&lt;/span&gt;
    &lt;a href=&#34;#bum-tchak&#34; class=&#34;subheading-anchor&#34; aria-label=&#34;Permalink for this section&#34;&gt;&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;Another important feature is its capability for drum notation using General MIDI key mapping (notes 35 to 81&lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;). For instance, the following ASCII tab represents a typical drum pattern of &amp;ldquo;bum tchak bum bum tchak&amp;rdquo; with additional crash cymbal on the first note, eighth notes on a closed hihat and an open hihat at the end:&lt;/p&gt;
&lt;div class=&#34;hextra-code-block hx:relative hx:mt-6 hx:first:mt-0 hx:group/code&#34;&gt;

&lt;div&gt;&lt;pre&gt;&lt;code&gt;C|-57------------------------------|
C|---------------------------------|
C|-----42--42--42--42--42--42--46--|
C|---------38--------------38------|
C|---------------------------------|
C|-35--------------35--35----------|&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;div class=&#34;hextra-code-copy-btn-container hx:opacity-0 hx:transition hx:group-hover/code:opacity-100 hx:flex hx:gap-1 hx:absolute hx:m-[11px] hx:right-0 hx:top-0&#34;&gt;
  &lt;button
    class=&#34;hextra-code-copy-btn hx:group/copybtn hx:cursor-pointer hx:transition-all hx:active:opacity-50 hx:bg-primary-700/5 hx:border hx:border-black/5 hx:text-gray-600 hx:hover:text-gray-900 hx:rounded-md hx:p-1.5 hx:dark:bg-primary-300/10 hx:dark:border-white/10 hx:dark:text-gray-400 hx:dark:hover:text-gray-50&#34;
    title=&#34;Copy code&#34;
  &gt;
    &lt;div class=&#34;hextra-copy-icon hx:group-[.copied]/copybtn:hidden hx:pointer-events-none hx:h-4 hx:w-4&#34;&gt;&lt;/div&gt;
&lt;div class=&#34;hextra-success-icon hx:hidden hx:group-[.copied]/copybtn:block hx:pointer-events-none hx:h-4 hx:w-4&#34;&gt;&lt;/div&gt;
  &lt;/button&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;The first songs I wrote aimed at being a typical rock band arrangement for guitar(s), bass, and drums. I never felt the need to write down vocal melodies as I was rather into the other instruments. For this reason, many songs of mine have evolved from ideas saved in TuxGuitar&amp;rsquo;s binary &lt;code&gt;.tg&lt;/code&gt; files while I was happening to compose and arrange with it.&lt;/p&gt;
&lt;h3&gt;Other instruments&lt;span class=&#34;hx:absolute hx:-mt-20&#34; id=&#34;other-instruments&#34;&gt;&lt;/span&gt;
    &lt;a href=&#34;#other-instruments&#34; class=&#34;subheading-anchor&#34; aria-label=&#34;Permalink for this section&#34;&gt;&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;I also experimented to include scores of other instruments: A piano playing chords or melodies, a synthesizer playing a drone note to create a specific atmosphere, or even woodwinds and brass for some variety and excitement. Since I haven&amp;rsquo;t seen the need to dive into MIDI and synthesizers, and since Ardour hasn&amp;rsquo;t had MIDI support before version 3&lt;sup id=&#34;fnref:2&#34;&gt;&lt;a href=&#34;#fn:2&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;2&lt;/a&gt;&lt;/sup&gt;, I even used TuxGuitar to drive the instruments using &lt;a href=&#34;https://www.fluidsynth.org/&#34;target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Fluidsynth&lt;/a&gt; and its SoundFont&lt;sup id=&#34;fnref:3&#34;&gt;&lt;a href=&#34;#fn:3&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;3&lt;/a&gt;&lt;/sup&gt;.&lt;/p&gt;
&lt;p&gt;However, this is not what TuxGuitar has been intended for and I must admit that it&amp;rsquo;s rather a stopgap solution I came up with while focussing the guitar, bass and drums sound. And since I decided to go a &lt;a href=&#34;https://this.ven.uber.space/blog/record-arming-for-the-album/#zero-barriers&#34;&gt;zero barriers&lt;/a&gt; way regarding my music, I also want my musical notation to be as open and accessible as possible.&lt;/p&gt;
&lt;h2&gt;New territory&lt;span class=&#34;hx:absolute hx:-mt-20&#34; id=&#34;new-territory&#34;&gt;&lt;/span&gt;
    &lt;a href=&#34;#new-territory&#34; class=&#34;subheading-anchor&#34; aria-label=&#34;Permalink for this section&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&lt;p&gt;Learning programs for &lt;a href=&#34;https://this.ven.uber.space/docs/computer/pro-audio/#musical-notation&#34;&gt;musicial notation&lt;/a&gt; needs time to master from what is my experience. I choosed to try MuseScore in order to use a more complete scorewriter and MusicXML as an open standard. About two years ago, I already tried to migrate from TuxGuitar to MuseScore (version &lt;a href=&#34;https://musescore.org/3.6.2&#34;target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;3.6.2&lt;/a&gt;), but there was no path to convert existing compositions with an acceptable amount of subsequent work to correct notes, add effects, and clean the scores from any misinterpreted special notation.&lt;/p&gt;
&lt;h3&gt;A matter of interpretation&lt;span class=&#34;hx:absolute hx:-mt-20&#34; id=&#34;a-matter-of-interpretation&#34;&gt;&lt;/span&gt;
    &lt;a href=&#34;#a-matter-of-interpretation&#34; class=&#34;subheading-anchor&#34; aria-label=&#34;Permalink for this section&#34;&gt;&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;As of writing this blog article exporting my existing TuxGuitar compositions into MusicXML to proceed my work in MuseScore still isn&amp;rsquo;t feasable. The screenshot below shows the same melody of the example tab above in the middle of this three track composition. Apparently, the note rather than the exact string to play is read, sustained notes, and effects (vibrato, trill, hammer-on, slide, ghost note, and bending) are completely ignored.&lt;/p&gt;
&lt;figure&gt;&lt;img src=&#34;https://this.ven.uber.space/blog/img/musescore-musicxml-import.png&#34;
    alt=&#34;MusicScore MusicXML import&#34;&gt;&lt;figcaption&gt;
      &lt;p&gt;Composition with the melody of the example tab above in the middle track&lt;/p&gt;
    &lt;/figcaption&gt;
&lt;/figure&gt;

&lt;p&gt;The first track is a strummed acoustic guitar. However, due to the same quirks regarding string information, sustained and palm muted notes, and the direction of strumming, without heavy adjustments this tab is rather useless. And concerning the drum track at the bottom, writing it from scratch may be the better option.&lt;/p&gt;
&lt;h3&gt;Starting over&lt;span class=&#34;hx:absolute hx:-mt-20&#34; id=&#34;starting-over&#34;&gt;&lt;/span&gt;
    &lt;a href=&#34;#starting-over&#34; class=&#34;subheading-anchor&#34; aria-label=&#34;Permalink for this section&#34;&gt;&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;Without compatibility between TuxGuitar tabs and MuseScore I have to rewrite my scores from scratch. Though this is a good training to learn MuseScore I am currently unsure if I am willing to spend time to this process of migration as it is just another project to keep me from recording and producing the &lt;em&gt;Dozen lections for educationists&lt;/em&gt; album.&lt;/p&gt;
&lt;p&gt;Don&amp;rsquo;t get me wrong, I sure want to share the compositions. However, since time is a limited resource and all of my efforts as this.ven are a spare time occupation I must prioritize. And at the moment playing and recording instruments, editing the tracks, and doing the sound design and mixing is a primary driver.&lt;/p&gt;
&lt;p&gt;Since composing and arrangement has already been finished and TuxGuitar still works for me to recall the ideas I collected in addition to the &lt;a href=&#34;https://this.ven.uber.space/music/drafts/&#34;&gt;drafts&lt;/a&gt;, I guess learning to write tabs with MuseScore can wait for now.&lt;/p&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt;
&lt;ol&gt;
&lt;li id=&#34;fn:1&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://en.wikipedia.org/wiki/General_MIDI#Percussion&#34;target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;General MIDI Percussion&lt;/a&gt; in the Wikipedia&amp;#160;&lt;a href=&#34;#fnref:1&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:2&#34;&gt;
&lt;p&gt;Ardour &lt;a href=&#34;https://ardour.org/news/3.0.html&#34;target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;3.0 released&lt;/a&gt; announcement&amp;#160;&lt;a href=&#34;#fnref:2&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:3&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://en.wikipedia.org/wiki/SoundFont&#34;target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;SoundFont&lt;/a&gt; in the Wikipedia&amp;#160;&lt;a href=&#34;#fnref:3&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
      </description>
    </item>
    
    <item>
      <title>Record arming for the album</title>
      <link>https://this.ven.uber.space/blog/record-arming-for-the-album/</link>
      <pubDate>Wed, 11 Sep 2024 10:40:55 +0200</pubDate>
      
      <guid>https://this.ven.uber.space/blog/record-arming-for-the-album/</guid>
      <description>
        
        
        &lt;p&gt;I&amp;rsquo;m about to begin with recording sessions for the planned album &lt;em&gt;Dozen lections for educationists&lt;/em&gt;. Since my &lt;a href=&#34;../just-in-time&#34;&gt;last post&lt;/a&gt; I&amp;rsquo;ve focussed on writing the &lt;a href=&#34;https://this.ven.uber.space/docs/computer/pro-audio/&#34;&gt;Professional audio&lt;/a&gt; guide while setting up my environment on a new notebook. The background is that I switched to using just one notebook instead of a dedicated device for pro audio work to release some hardware and be more portable.&lt;/p&gt;
&lt;h2&gt;Good old ThinkPads&lt;span class=&#34;hx:absolute hx:-mt-20&#34; id=&#34;good-old-thinkpads&#34;&gt;&lt;/span&gt;
    &lt;a href=&#34;#good-old-thinkpads&#34; class=&#34;subheading-anchor&#34; aria-label=&#34;Permalink for this section&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&lt;p&gt;For this reason, I had to say goodbye to the mature setup on my beloved &lt;a href=&#34;https://www.thinkwiki.org/wiki/Category:T430&#34;target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;T430&lt;/a&gt; ThinkPad, which is perfectly supported in Arch Linux&lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;. While I was finishing my degree I even bought another T430 when I accidentally spilled water on it. However, about a week later it booted just fine again. This showed me how robust this device is and I started looking for and evaluating a desired task for my new spare notebook. (This process is still ongoing.)&lt;/p&gt;
&lt;figure&gt;&lt;img src=&#34;https://this.ven.uber.space/blog/img/t430-projects.jpg&#34;
    alt=&#34;T430 projects&#34;&gt;&lt;figcaption&gt;
      &lt;p&gt;Projects using the T430 ThinkPad as hardware&lt;/p&gt;
    &lt;/figcaption&gt;
&lt;/figure&gt;

&lt;h2&gt;Modding fun&lt;span class=&#34;hx:absolute hx:-mt-20&#34; id=&#34;modding-fun&#34;&gt;&lt;/span&gt;
    &lt;a href=&#34;#modding-fun&#34; class=&#34;subheading-anchor&#34; aria-label=&#34;Permalink for this section&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&lt;p&gt;Another reason to &amp;ldquo;fall in love&amp;rdquo; with a T430 is its modification ability. &lt;a href=&#34;https://medium.com/@n4ru/the-definitive-t430-modding-guide-3dff3f6a8e2e&#34;target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;The Definite T430 Modding Guide&lt;/a&gt; describes a lot—if not all—of the adjusting screws you can turn to improve the default configuration. To me one of the most crucial mods is BIOS flashing using &lt;a href=&#34;https://github.com/n4ru/1vyrain&#34;target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;1vyrain&lt;/a&gt;. This allows to me disable Intel ME&lt;sup id=&#34;fnref:2&#34;&gt;&lt;a href=&#34;#fn:2&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;2&lt;/a&gt;&lt;/sup&gt; in the BIOS setup, removes the WWAN and WLAN whitelist, and unlocks AES-NI&lt;sup id=&#34;fnref:3&#34;&gt;&lt;a href=&#34;#fn:3&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;3&lt;/a&gt;&lt;/sup&gt; capabilities. With a spare notebook at hand I was brave enough to try flashing and it worked great. I soon upgraded the wireless NIC to a Wi-Fi 5&lt;sup id=&#34;fnref:4&#34;&gt;&lt;a href=&#34;#fn:4&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;4&lt;/a&gt;&lt;/sup&gt; capable device and upgraded the display.&lt;/p&gt;
&lt;p&gt;I have been very happy with my modded T430 and the Arch Linux installation, which has matured over time. However, 12 years after initial production and release of this notebook model there are too many shortcomings related to the hardware design and standards at that time. Now it&amp;rsquo;s time to try modern hardware and have fun learning its improvements and coping with any disadvantages.&lt;/p&gt;
&lt;h2&gt;A new arrangement&lt;span class=&#34;hx:absolute hx:-mt-20&#34; id=&#34;a-new-arrangement&#34;&gt;&lt;/span&gt;
    &lt;a href=&#34;#a-new-arrangement&#34; class=&#34;subheading-anchor&#34; aria-label=&#34;Permalink for this section&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&lt;p&gt;While working on the &lt;a href=&#34;https://this.ven.uber.space/docs/computer/&#34;&gt;documentation of the Arch Linux installation&lt;/a&gt; on my new notebook, I realized that it may be time to reflect and adapt details of my preferred configurations to newer concepts. One of this adaptions is a &lt;a href=&#34;https://this.ven.uber.space/docs/computer/pro-audio/#sound-server&#34;&gt;Sound server&lt;/a&gt; setup based on PipeWire only instead of dealing with also with a JACK server for pro audio. The reason is simplification. From my experience PipeWire is now mature enough to substitute JACK at all and as its development seems to be stalled, it&amp;rsquo;s reasonable to ommit JACK.&lt;/p&gt;
&lt;h2&gt;Zero barriers&lt;span class=&#34;hx:absolute hx:-mt-20&#34; id=&#34;zero-barriers&#34;&gt;&lt;/span&gt;
    &lt;a href=&#34;#zero-barriers&#34; class=&#34;subheading-anchor&#34; aria-label=&#34;Permalink for this section&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&lt;p&gt;In addition to using PipeWire, I decided to rely on &lt;a href=&#34;https://creativecommons.org/publicdomain/zero/1.0/&#34;target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;CC0&lt;/a&gt; or public domain licensed samples for drums, piano and other virtual instruments. This way I am absolutely allowed to share every single asset and the full history of a project along with the resulting music by working on a song as if it was a code and commit the changes via &lt;a href=&#34;https://this.ven.uber.space/docs/infrastructure/forgejo/&#34;&gt;Forgejo&lt;/a&gt;, a self-hosted software forge. By this, you are able to not only use the same tools for creating music but also follow the way I produced it or even fork a note, a sound, a melody, a track, etc. and eventually become a FLOSS musician by yourself. &lt;span class=&#34;hx:inline-block hx:align-text-bottom hextra-icon&#34;&gt;&lt;svg height=1em xmlns=&#34;http://www.w3.org/2000/svg&#34; fill=&#34;none&#34; viewBox=&#34;0 0 24 24&#34; stroke-width=&#34;2&#34; stroke=&#34;currentColor&#34; aria-hidden=&#34;true&#34;&gt;&lt;path stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34; d=&#34;M4.318 6.318a4.5 4.5 0 000 6.364L12 20.364l7.682-7.682a4.5 4.5 0 00-6.364-6.364L12 7.636l-1.318-1.318a4.5 4.5 0 00-6.364 0z&#34;/&gt;&lt;/svg&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;div class=&#34;hextra-cards hx:mt-4 hx:gap-4 hx:grid not-prose&#34; style=&#34;--hextra-cards-grid-cols: 3;&#34;&gt;
  
      &lt;a
    class=&#34;hextra-card hx:group hx:flex hx:flex-col hx:justify-start hx:overflow-hidden hx:rounded-lg hx:border hx:border-gray-200 hx:text-current hx:no-underline hx:dark:shadow-none hx:hover:shadow-gray-100 hx:dark:hover:shadow-none hx:shadow-gray-100 hx:active:shadow-sm hx:active:shadow-gray-200 hx:transition-all hx:duration-200 hx:hover:border-gray-300 hx:bg-gray-100 hx:shadow-sm hx:dark:border-neutral-700 hx:dark:bg-neutral-800 hx:dark:text-gray-50 hx:hover:shadow-lg hx:dark:hover:border-neutral-500 hx:dark:hover:bg-neutral-700&#34;href=&#34;https://this.ven.uber.space/music/drafts/birthday&#34;
      &gt;&lt;img
        alt=&#34;Birthday (acoustic) draft&#34;
        class=&#34;hextra-card-image&#34;
        loading=&#34;lazy&#34;
        decoding=&#34;async&#34;
        src=&#34;https://this.ven.uber.space/music/drafts/birthday/img/cover.jpg&#34;
        
        
        
      /&gt;&lt;span class=&#34;hextra-card-icon hx:flex hx:font-semibold hx:items-start hx:gap-2 hx:pt-4 hx:px-4 hx:text-gray-700 hx:hover:text-gray-900 hx:dark:text-neutral-200 hx:dark:hover:text-neutral-50&#34;&gt;Birthday (acoustic) draft&lt;/span&gt;&lt;div class=&#34;hextra-card-subtitle hx:line-clamp-3 hx:text-sm hx:font-normal hx:text-gray-500 hx:dark:text-gray-400 hx:px-4 hx:mb-4 hx:mt-2&#34;&gt;Inspiration for a new mindset&lt;/div&gt;&lt;/a&gt;
&lt;/div&gt;

&lt;p&gt;The autumn has always been a season of rearranging and setting sails for me. This year I&amp;rsquo;d like to use this energy to finally start music production over again.&lt;/p&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt;
&lt;ol&gt;
&lt;li id=&#34;fn:1&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://wiki.archlinux.org/title/Laptop/Lenovo#T_series&#34;target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;T series comparison table&lt;/a&gt; in the ArchWiki&amp;#160;&lt;a href=&#34;#fnref:1&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:2&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://www.eff.org/deeplinks/2017/05/intels-management-engine-security-hazard-and-users-need-way-disable-it&#34;target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Article on Intel&amp;rsquo;s Management Engine&lt;/a&gt; by EFF.&amp;#160;&lt;a href=&#34;#fnref:2&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:3&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://en.wikipedia.org/wiki/AES_instruction_set&#34;target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;AES instruction set&lt;/a&gt; in the Wikipedia&amp;#160;&lt;a href=&#34;#fnref:3&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:4&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://en.wikipedia.org/wiki/IEEE_802.11ac-2013&#34;target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Wi-Fi 5&lt;/a&gt; in the Wikipedia&amp;#160;&lt;a href=&#34;#fnref:4&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
      </description>
    </item>
    
    <item>
      <title>Just in time</title>
      <link>https://this.ven.uber.space/blog/just-in-time/</link>
      <pubDate>Fri, 31 May 2024 15:55:24 +0200</pubDate>
      
      <guid>https://this.ven.uber.space/blog/just-in-time/</guid>
      <description>
        
        
        &lt;p&gt;The last weeks have been stressful. A lot is going on at work and in my private
life. However, now and again I can take some time to extend the &lt;a href=&#34;https://this.ven.uber.space/docs/&#34;&gt;docs&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Lately, I started documenting my &lt;a href=&#34;https://this.ven.uber.space/docs/computer/&#34;&gt;computer&lt;/a&gt; setup. The plan is
to finish the more basic guides on building an Arch Linux system and get to the
more specific guides on professional audio. For example:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Installing and booting a Real-time kernel&lt;/li&gt;
&lt;li&gt;Tweaking system settings to avoid xruns&lt;/li&gt;
&lt;li&gt;Understanding the role of an audio server&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Since my living situation has also changed recently, I&amp;rsquo;m confident to actually
create music soon. &lt;span class=&#34;hx:inline-block hx:align-text-bottom hextra-icon&#34;&gt;&lt;svg height=1em xmlns=&#34;http://www.w3.org/2000/svg&#34; fill=&#34;none&#34; viewBox=&#34;0 0 24 24&#34; stroke-width=&#34;2&#34; stroke=&#34;currentColor&#34; aria-hidden=&#34;true&#34;&gt;&lt;path stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34; d=&#34;M14.828 14.828a4 4 0 01-5.656 0M9 10h.01M15 10h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z&#34;/&gt;&lt;/svg&gt;&lt;/span&gt;
&lt;/p&gt;
      </description>
    </item>
    
    <item>
      <title>Taking off, nailing down</title>
      <link>https://this.ven.uber.space/blog/taking-off-nailing-down/</link>
      <pubDate>Mon, 01 Apr 2024 10:58:34 +0200</pubDate>
      
      <guid>https://this.ven.uber.space/blog/taking-off-nailing-down/</guid>
      <description>
        
        
        &lt;p&gt;Hi! If you wonder why my website looks different, this article is about why.&lt;/p&gt;
&lt;p&gt;If you already know about the background of this site you may want to jump to
the section &lt;a href=&#34;#know-why-know-what-know-how&#34;&gt;Know why, know what, know how&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;The history of this site&lt;span class=&#34;hx:absolute hx:-mt-20&#34; id=&#34;the-history-of-this-site&#34;&gt;&lt;/span&gt;
    &lt;a href=&#34;#the-history-of-this-site&#34; class=&#34;subheading-anchor&#34; aria-label=&#34;Permalink for this section&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&lt;p&gt;Since I started the this.ven project in the fall of 2017 and created the website
in the following year, the purpose of these pages and the services I am running
has changed.&lt;/p&gt;
&lt;h3&gt;Taking off with Tor on a netbook&lt;span class=&#34;hx:absolute hx:-mt-20&#34; id=&#34;taking-off-with-tor-on-a-netbook&#34;&gt;&lt;/span&gt;
    &lt;a href=&#34;#taking-off-with-tor-on-a-netbook&#34; class=&#34;subheading-anchor&#34; aria-label=&#34;Permalink for this section&#34;&gt;&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;In the beginning, I just wanted to share my music
(&lt;a href=&#34;https://this.ven.uber.space/music/drafts/&#34;&gt;drafts&lt;/a&gt;) and some of the details related to it. For this
reason, an old netbook with a 700 MHz single-core CPU, 512 MB RAM and 4 GB SSD
running Debian 9 (Stretch)&lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt; has been sufficient to serve static HTML files
via an Apache 2 webserver over the Tor&lt;sup id=&#34;fnref:2&#34;&gt;&lt;a href=&#34;#fn:2&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;2&lt;/a&gt;&lt;/sup&gt; network. To connect the site to the
clearnet&lt;sup id=&#34;fnref:3&#34;&gt;&lt;a href=&#34;#fn:3&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;3&lt;/a&gt;&lt;/sup&gt; I resorted to a proxy together with a link shortener service. This
way the visitors could access my onion site by navigating to a clearnet address.&lt;/p&gt;
&lt;figure&gt;&lt;img src=&#34;https://this.ven.uber.space/blog/img/netbook-kernel-panic.jpg&#34;
    alt=&#34;Netbook Kernel panic&#34;&gt;&lt;figcaption&gt;
      &lt;p&gt;The last screen (kernel panic) of the netbook in Oktober 2022&lt;/p&gt;
    &lt;/figcaption&gt;
&lt;/figure&gt;

&lt;p&gt;Though this solution induces that visitors had to trust the free proxy service
since the end-to-end encrypted (E2EE) Tor traffic is terminated at the exit node
(before the proxy node), at that time I didn&amp;rsquo;t have enough resources for another
option. Additionally, I didn&amp;rsquo;t want to register at a service, share my personal
data, such as the place of residence and phone number, due to the legislation in
my country.&lt;/p&gt;
&lt;h3&gt;Migration to Uberspace&lt;span class=&#34;hx:absolute hx:-mt-20&#34; id=&#34;migration-to-uberspace&#34;&gt;&lt;/span&gt;
    &lt;a href=&#34;#migration-to-uberspace&#34; class=&#34;subheading-anchor&#34; aria-label=&#34;Permalink for this section&#34;&gt;&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;However, as the need for E2EE instant messaging (IM) became more urgent, and I
was looking for options to run other web applications without being dependend on
Tor I gave Uberspace a try. I migrated the website files and extended it in the
following years. I used a Prosody&lt;sup id=&#34;fnref:4&#34;&gt;&lt;a href=&#34;#fn:4&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;4&lt;/a&gt;&lt;/sup&gt; server for IM with my family and friends,
and registered a domain in order to setup DNS records against my concerns. I
setup and tried out many other services for blogging, collaborative writing,
file sharing, instant messaging, streaming, and audio- and videoconferencing.
After some time I learned that there&amp;rsquo;s a high price to convert fellow people for
Internet politics and digital rights this way. I cancelled the domain and most
services. Unfortunately, some friends didn&amp;rsquo;t manage or didn&amp;rsquo;t want to switch to
another protocol (&lt;a href=&#34;https://this.ven.uber.space/docs/infrastructure/matrix/&#34;&gt;Matrix&lt;/a&gt;) and fell back to SMS.&lt;/p&gt;
&lt;h3&gt;A more private Uberspace&lt;span class=&#34;hx:absolute hx:-mt-20&#34; id=&#34;a-more-private-uberspace&#34;&gt;&lt;/span&gt;
    &lt;a href=&#34;#a-more-private-uberspace&#34; class=&#34;subheading-anchor&#34; aria-label=&#34;Permalink for this section&#34;&gt;&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;As of 2019 the Uberspace evolved into a more private resource to allow myself to
be more independent from GAFAM, which I&amp;mdash;kind of&amp;mdash;celebrated in November 2020
when I organized to do a live &lt;a href=&#34;https://this.ven.uber.space/music/live/streaming-miniconcert/&#34;&gt;miniconcert&lt;/a&gt;
using a &lt;a href=&#34;https://this.ven.uber.space/docs/infrastructure/icecast/streaming-setup/&#34;&gt;streaming setup&lt;/a&gt; backed
by Icecast. However, I still wanted to share my experiences and knowledge to
support other people on their way to digital sovereignty&lt;sup id=&#34;fnref:5&#34;&gt;&lt;a href=&#34;#fn:5&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;5&lt;/a&gt;&lt;/sup&gt;. I started a wiki
using DokuWiki&lt;sup id=&#34;fnref:6&#34;&gt;&lt;a href=&#34;#fn:6&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;6&lt;/a&gt;&lt;/sup&gt; documenting my &lt;a href=&#34;https://this.ven.uber.space/docs/infrastructure/&#34;&gt;infrastructure&lt;/a&gt;.&lt;/p&gt;
&lt;figure&gt;&lt;img src=&#34;https://this.ven.uber.space/blog/img/larven-wiki.png&#34;
    alt=&#34;lar.ven wiki&#34;&gt;&lt;figcaption&gt;
      &lt;p&gt;Startpage of the discontinued lar.ven wiki&lt;/p&gt;
    &lt;/figcaption&gt;
&lt;/figure&gt;

&lt;p&gt;In addition to instructions on how I tweak my services at Uberspace to achieve
more security and privacy I also wrote articles about setting up a Tor relay
with the netbook that was providing the onion site before and VoidLinux&lt;sup id=&#34;fnref:7&#34;&gt;&lt;a href=&#34;#fn:7&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;7&lt;/a&gt;&lt;/sup&gt; as a
more lightweight OS until the hardware finally died. It was replaced by a
Raspberry Pi 3 A+, but due the lack of a wired NIC I switched to a Snowflake
proxy&lt;sup id=&#34;fnref:8&#34;&gt;&lt;a href=&#34;#fn:8&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;8&lt;/a&gt;&lt;/sup&gt; very soon. If you want to support the Tor network, donate to the
project and have a look at the:&lt;/p&gt;
&lt;div class=&#34;hextra-cards hx:mt-4 hx:gap-4 hx:grid not-prose&#34; style=&#34;--hextra-cards-grid-cols: 3;&#34;&gt;
  &lt;a
    class=&#34;hextra-card hx:group hx:flex hx:flex-col hx:justify-start hx:overflow-hidden hx:rounded-lg hx:border hx:border-gray-200 hx:text-current hx:no-underline hx:dark:shadow-none hx:hover:shadow-gray-100 hx:dark:hover:shadow-none hx:shadow-gray-100 hx:active:shadow-sm hx:active:shadow-gray-200 hx:transition-all hx:duration-200 hx:hover:border-gray-300 hx:bg-transparent hx:shadow-xs hx:dark:border-neutral-800 hx:hover:bg-slate-50 hx:hover:shadow-md hx:dark:hover:border-neutral-700 hx:dark:hover:bg-neutral-900&#34;href=&#34;https://community.torproject.org/relay/setup/snowflake/browser&#34;
      target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;&lt;span class=&#34;hextra-card-icon hx:flex hx:font-semibold hx:items-start hx:gap-2 hx:p-4 hx:text-gray-700 hx:hover:text-gray-900 hx:dark:text-neutral-200 hx:dark:hover:text-neutral-50&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; fill=&#34;none&#34; viewBox=&#34;0 0 24 24&#34; stroke-width=&#34;2&#34; stroke=&#34;currentColor&#34; aria-hidden=&#34;true&#34;&gt;&lt;path stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34; d=&#34;M13.828 10.172a4 4 0 00-5.656 0l-4 4a4 4 0 105.656 5.656l1.102-1.101m-.758-4.899a4 4 0 005.656 0l4-4a4 4 0 00-5.656-5.656l-1.1 1.1&#34;/&gt;&lt;/svg&gt;Browser Snowflake proxy&lt;/span&gt;&lt;/a&gt;
&lt;/div&gt;

&lt;h3&gt;Site building overhaul, handy features, and a new design&lt;span class=&#34;hx:absolute hx:-mt-20&#34; id=&#34;site-building-overhaul-handy-features-and-a-new-design&#34;&gt;&lt;/span&gt;
    &lt;a href=&#34;#site-building-overhaul-handy-features-and-a-new-design&#34; class=&#34;subheading-anchor&#34; aria-label=&#34;Permalink for this section&#34;&gt;&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;At the end of 2023 I reconsidered my infrastructure and website content. If the
intent is to share my music and knowledge together, there is no reason to
separate the contents. Furthermore, I was getting tired of manually maintaining
the static HTML files. I browsed the &lt;a href=&#34;https://lab.uberspace.de/&#34;target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Uberlab&lt;/a&gt; guides
to find a content management system that has already been proven to work. A few
of my requirements were to write Markdown files and a Git repository for version
control and site building automation.&lt;/p&gt;
&lt;h2&gt;Know why, know what, know how&lt;span class=&#34;hx:absolute hx:-mt-20&#34; id=&#34;know-why-know-what-know-how&#34;&gt;&lt;/span&gt;
    &lt;a href=&#34;#know-why-know-what-know-how&#34; class=&#34;subheading-anchor&#34; aria-label=&#34;Permalink for this section&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&lt;p&gt;&lt;a href=&#34;https://this.ven.uber.space/docs/infrastructure/hugo/&#34;&gt;Hugo&lt;/a&gt; is what I have found to be a sufficient
solution to address the aforementioned needs. I migrated the content of the
former site&lt;sup id=&#34;fnref:9&#34;&gt;&lt;a href=&#34;#fn:9&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;9&lt;/a&gt;&lt;/sup&gt; and added new documentation on &lt;a href=&#34;https://this.ven.uber.space/docs/graphics/&#34;&gt;graphics&lt;/a&gt;
design, for exmaple, while I was recreating the color scheme, logo, and profile
image. This way I can share my experiences and knowledge together with the music
I am able to create absolutely independently through the people contributing to
software freedom.&lt;/p&gt;
&lt;div class=&#34;hextra-cards hx:mt-4 hx:gap-4 hx:grid not-prose&#34; style=&#34;--hextra-cards-grid-cols: 3;&#34;&gt;
  
      &lt;a
    class=&#34;hextra-card hx:group hx:flex hx:flex-col hx:justify-start hx:overflow-hidden hx:rounded-lg hx:border hx:border-gray-200 hx:text-current hx:no-underline hx:dark:shadow-none hx:hover:shadow-gray-100 hx:dark:hover:shadow-none hx:shadow-gray-100 hx:active:shadow-sm hx:active:shadow-gray-200 hx:transition-all hx:duration-200 hx:hover:border-gray-300 hx:bg-gray-100 hx:shadow-sm hx:dark:border-neutral-700 hx:dark:bg-neutral-800 hx:dark:text-gray-50 hx:hover:shadow-lg hx:dark:hover:border-neutral-500 hx:dark:hover:bg-neutral-700&#34;href=&#34;https://this.ven.uber.space/about/&#34;
      &gt;&lt;img
        alt=&#34;this.ven&#34;
        class=&#34;hextra-card-image&#34;
        loading=&#34;lazy&#34;
        decoding=&#34;async&#34;
        src=&#34;https://this.ven.uber.space/images/profile.jpg&#34;
        
        
        
      /&gt;&lt;span class=&#34;hextra-card-icon hx:flex hx:font-semibold hx:items-start hx:gap-2 hx:pt-4 hx:px-4 hx:text-gray-700 hx:hover:text-gray-900 hx:dark:text-neutral-200 hx:dark:hover:text-neutral-50&#34;&gt;this.ven&lt;/span&gt;&lt;div class=&#34;hextra-card-subtitle hx:line-clamp-3 hx:text-sm hx:font-normal hx:text-gray-500 hx:dark:text-gray-400 hx:px-4 hx:mb-4 hx:mt-2&#34;&gt;FLOSS musician, tinkerer, and privacy advocate&lt;/div&gt;&lt;/a&gt;
&lt;/div&gt;

&lt;p&gt;In the next months I will focus on my music projects, further document how I am
approaching in the &lt;a href=&#34;https://this.ven.uber.space/docs/&#34;&gt;docs&lt;/a&gt;, and keep you updated via this blog.&lt;/p&gt;
&lt;p&gt;Stay tuned. &lt;span class=&#34;hx:inline-block hx:align-text-bottom hextra-icon&#34;&gt;&lt;svg height=1em xmlns=&#34;http://www.w3.org/2000/svg&#34; width=&#34;1em&#34; height=&#34;1em&#34; viewBox=&#34;0 0 24 24&#34;&gt;&lt;g fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34; stroke-width=&#34;2&#34;&gt;&lt;path d=&#34;M18 12.5V10a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v1.4m0-.4V9a2 2 0 1 0-4 0v2m0-.5V5a2 2 0 1 0-4 0v9&#34;/&gt;&lt;path d=&#34;m7 15l-1.76-1.76a2 2 0 0 0-2.83 2.82l3.6 3.6C7.5 21.14 9.2 22 12 22h2a8 8 0 0 0 8-8V7a2 2 0 1 0-4 0v5&#34;/&gt;&lt;/g&gt;&lt;/svg&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt;
&lt;ol&gt;
&lt;li id=&#34;fn:1&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://www.debian.org/releases/stretch/&#34;target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Debian Stretch&lt;/a&gt; release page&amp;#160;&lt;a href=&#34;#fnref:1&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:2&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://www.torproject.org/&#34;target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Tor Project&lt;/a&gt; website&amp;#160;&lt;a href=&#34;#fnref:2&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:3&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://en.wikipedia.org/wiki/Clearnet_%28networking%29&#34;target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Clearnet (networking)&lt;/a&gt;
in the Wikipedia&amp;#160;&lt;a href=&#34;#fnref:3&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:4&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://prosody.im/&#34;target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Prosody&lt;/a&gt; website&amp;#160;&lt;a href=&#34;#fnref:4&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:5&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://fsfe.org/freesoftware/standards/index.en.html&#34;target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Open Standards&lt;/a&gt;
background page of the Free Software Foundation Europe (FSFE)&amp;#160;&lt;a href=&#34;#fnref:5&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:6&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://www.dokuwiki.org/&#34;target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;DokuWiki&lt;/a&gt; website&amp;#160;&lt;a href=&#34;#fnref:6&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:7&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://voidlinux.org/&#34;target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;VoidLinux&lt;/a&gt; website&amp;#160;&lt;a href=&#34;#fnref:7&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:8&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://snowflake.torproject.org/&#34;target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Snowflake&lt;/a&gt; project page&amp;#160;&lt;a href=&#34;#fnref:8&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:9&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://web.archive.org/web/20240111215640if_/https://this.ven.uber.space/&#34;target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Former website&lt;/a&gt;
in the Internet Archive wayback machine&amp;#160;&lt;a href=&#34;#fnref:9&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
      </description>
    </item>
    
  </channel>
</rss>
