Skip to content

Instantly share code, notes, and snippets.

View yakovkhalinsky's full-sized avatar

Yakov Khalinsky yakovkhalinsky

View GitHub Profile
@yakovkhalinsky
yakovkhalinsky / 2-voice-one-poly.ini
Created December 6, 2022 11:59
DROID Patch: One Poly Voice, One Mono Voice
[b32]
[b32]
[m4]
[p2b8]
[p2b8]
[p4b2]
[p10]
# -------------------------------------------------
# clocks
@yakovkhalinsky
yakovkhalinsky / five-voices-one-gate.ini
Created December 4, 2022 00:19
DROID Patch: Five Voices One Gate
[b32]
[b32]
[m4]
[p2b8]
[p2b8]
[p4b2]
[p10]
# -------------------------------------------------
# clocks
@yakovkhalinsky
yakovkhalinsky / just-melodies.ini
Created November 24, 2022 10:38
DROID Patch: Melody Focused Patch; 2 Channel
[b32]
[b32]
[m4]
[p2b8]
[p2b8]
[p4b2]
[p10]
# -------------------------------------------------
# clocks
@yakovkhalinsky
yakovkhalinsky / droid.ini
Last active October 29, 2022 10:58
DROID sequencing based on 8 channels of euclidean rhythms
[p2b8]
[p2b8]
[b32]
[m4]
[b32]
[p4b2]
[p10]
[clocktool]
clock = I1
@yakovkhalinsky
yakovkhalinsky / droid.ini
Created September 19, 2022 14:12
DROID experiment with 8 sliders on a launchpad controlling a melody sequence
# main clock
[clocktool]
clock = I1
multiply = 4
output = _MAIN_CLOCK
# reset
[copy]
input = I2
output = _RESET
@yakovkhalinsky
yakovkhalinsky / droid.ini
Created September 15, 2022 08:16
Monotrail: Introduction to Droid; Generative Patch
[p2b8]
[p2b8]
[p10]
[p10]
# -------------------------------------------------
# General
# -------------------------------------------------
# Master clock
@yakovkhalinsky
yakovkhalinsky / droid.ini
Last active December 4, 2022 15:38
Droid patch - The monosynth: 4 tracks, 3 drums, 1 synth
# -------------------------------------------------
# controller setup
# -------------------------------------------------
[p2b8]
[p2b8]
[b32]
[m4]
# -------------------------------------------------
# utility controls
# -------------------------------------------------
(async () => {
await someAsyncFunction()
})()
*node_modules*, package.json, package-lock.json, .eslintrc, *.meteor*, CHANGELOG.md
#! /bin/bash
### USAGE
# example:
# package-json.sh version // current directory
# package-json.sh version /path/to/package/json
FIELD=$1
PACKAGE_PATH=${2-.}