Skip to content

Instantly share code, notes, and snippets.

@davidgranstrom
davidgranstrom / ohs.md
Created October 9, 2012 22:33
ohs anteckningar

OpenHackSpace

GENERELLT

  • Fasta punkter/ämnen att diskutera
  • Hur går man på djupet utan att bli för specifik?
  • Ta fram exempel som är lätta att köra/testa
@davidgranstrom
davidgranstrom / step-sequencer.scd
Created October 28, 2012 11:43
step sequencer
(
s.waitForBoot {
~steps = 16;
~dur = 0.2;
~root = 349.22823;
~ratios = Plazy {
var x = Scale.minor(\just).ratios.scramble.keep(3);
(~root*x).debug("sequence");
Pseq(x,inf);
};
@davidgranstrom
davidgranstrom / README.md
Created March 30, 2018 13:54 — forked from mrbar42/README.md
bash scripts to create VOD HLS stream with ffmpeg almighty (tested on Linux and OS X)

running:

bash create-vod-hls.sh beach.mkv

will produce:

    beach/
      |- playlist.m3u8
 |- 360p.m3u8