Skip to content

Instantly share code, notes, and snippets.

View zewelor's full-sized avatar

Michał Ciemięga zewelor

View GitHub Profile
@zewelor
zewelor / helm-chart-compare.yml
Last active December 1, 2023 12:57
Github workflow to render helm diff between pull request branch and main. Adjust path with *.yaml if doesn't work. Also take a look at awk, and adjust depth there, to base dir for helm app. It will add comment with diff. I'm using this with argocd
name: Helm Chart Comparison
on:
pull_request:
paths:
- 'gitops/charts/**/*.yaml'
jobs:
find-changes:
runs-on: ubuntu-latest

Gist to gather found info about using Native Instruments Maschine in Linux. Idea is to document found code samples, to make better experience using NI Hardware in Linux. I own Maschine Mikro MK3 and couldn't find anything how to work with it.

Maschine mikro MK3, and Maschine MK3, and probably others(?), have "Midi mode", but its not read midi mode. Its emulated using virtual midi device. In other words, device in "midi mode" still doesn't send any midi messages over usb. It only gets colored different, and screen says "Midi Mode". It still sends the same messages as in non Midi Mode, only software (driver) emulates it to use as midi.

After some searching found these projects, which has some support for NI hardware: