Skip to content

Instantly share code, notes, and snippets.

View williamthazard's full-sized avatar

William Hazard williamthazard

  • Philadelphia, PA
View GitHub Profile
(
d = Dictionary.new;
d.add(\l ->
PathName("C:/Users/skgra/Desktop/606").entries.collect({
arg sf;
Buffer.read(s, sf.fullPath);
});
);
d.add(\m ->
PathName("C:/Users/skgra/Desktop/808").entries.collect({
@williamthazard
williamthazard / lieddruiddelay.lua
Created June 4, 2022 03:33
lied script for druid with delay
--- krahenLied.
input[1].mode('clock')
ii.jf.mode(1)
tab = function(t,e)
for index, value in ipairs(t) do
if value == e then return index end
end
return nil
end
Lattice, Pattern = {}, {}
--- krahenLied.
input[1].mode('clock')
ii.jf.mode(1)
tab = function(t,e)
for index, value in ipairs(t) do
if value == e then return index end
end
return nil
end
Lattice, Pattern = {}, {}