Skip to content

Instantly share code, notes, and snippets.

View landlockedboat's full-sized avatar
🦙
Writing

mar landlockedboat

🦙
Writing
  • Lleida, Spain
View GitHub Profile
@landlockedboat
landlockedboat / Hercules DJControl Inpulse 200 - stems.midi.xml
Created November 6, 2025 14:50
Mixx controller mappings for the Hercules DJControl Inpulse 200 with stem support
<?xml version='1.0' encoding='utf-8'?>
<MixxxControllerPreset mixxxVersion="2.2" schemaVersion="1">
<info>
<name>Hercules DJControl Inpulse 200 - stems</name>
<author>DJ Phatso for Hercules Technical Support</author>
<description>MIDI Preset for Hercules DJControl Inpulse 200</description>
<forums>https://www.mixxx.org/forums/viewtopic.php?f=7&amp;t=12592</forums>
<wiki>https://www.mixxx.org/wiki/doku.php/hercules_djcontrol_inpulse_200</wiki>
</info>
<controller id="DJControl">
@landlockedboat
landlockedboat / home.html
Last active December 28, 2019 16:32
Include Jekyll posts by tag following the desired tag order
---
layout: default
---
<div class="home">
{% include posts-by-tag.html tag_name="tag2" %}
{% include posts-by-tag.html tag_name="tag1" %}
</div>