This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
# Description: Haraka netdata python.d module | |
# Author: tabascoterrier | |
# SPDX-License-Identifier: GPL-3.0-or-later | |
import psutil | |
from bases.FrameworkServices.SimpleService import SimpleService | |
# TODO: does priority actually do anything? | |
priority = 90000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import sys | |
import mido | |
import time | |
import random | |
import hashlib | |
# pip install mido rtmidi | |
# Enable a virtual MIDI bus: https://help.ableton.com/hc/en-us/articles/209774225-Using-virtual-MIDI-buses | |
# tail -f somelog | ./audiater.py |