Skip to content

Instantly share code, notes, and snippets.

View mattbis's full-sized avatar

Matthew mattbis

View GitHub Profile
@mattbis
mattbis / meglo-settings-for-production.wip.md
Created May 23, 2023 15:06
meglo-settings-for-production.wip.md

production run only such that gui actually works again 🤦

fixes

FixUserProcessHandlesQuotaWindowsNTSafeLimit.reg

17k conservative/safe limit

  • fixes stopping some plugins not even working until you minimize and maximise
  • fixes crash on startup
@mattbis
mattbis / temporary scratch
Created May 23, 2023 15:00
temporary scratch
temporary scratch
# description
0. in
1. out
0
1
@mattbis
mattbis / rename-wav-with-pitch.py
Created July 3, 2022 12:13 — forked from r4dian/rename-wav-with-pitch.py
Rename wav files using frequency and pitch detection
#!/usr/bin/env python2
import subprocess, os, glob, math
## /!\ Python 2.x /!\
## requires [Aubio](https://aubio.org)
## Rename wav files using frequency and pitch detection:
## GTR_08.wav ---> automated pitch detection & file renaming ---> GTR_08 - C3 (+0cents) - 130.81Hz.wav