Skip to content

Instantly share code, notes, and snippets.

View actionless's full-sized avatar
🎹
https://www.youtube.com/c/ActionlessLoveless13

Actionless Loveless actionless

🎹
https://www.youtube.com/c/ActionlessLoveless13
View GitHub Profile
@actionless
actionless / Rhythm Wolf.control.js
Last active February 13, 2021 01:23
Akai Rhythm Wolf controller script for Bitwig 1.x
loadAPI(1);
host.defineController("Akai", "Rhythm Wolf", "1.0",
"FF7FA0F5-9B53-4854-828A-666666666666");
host.defineMidiPorts(1, 1);
host.addDeviceNameBasedDiscoveryPair(["Rhythm Wolf MIDI 1"], ["Rhythm Wolf MIDI 1"]);
function init() {
var generic = host.getMidiInPort(0).createNoteInput("Rhythm Wolf Pads");
generic.setShouldConsumeEvents(false);
@actionless
actionless / unowns.py
Last active June 29, 2021 22:07
unowns ansi script
#!/bin/env python
# -*- coding: UTF-8 -*-
__author__ = 'actionless'
import random
unowns = [[
' ▀█▀▀▀█▀ ',
' ▄▀▀▀▄ ',
' ▀▄ ▀ ▄▀ ',