|
|
|
|
@ -18,7 +18,7 @@ MIDIdef.cc(\ccTest, {
|
|
|
|
|
|
|
|
|
|
// Load samples
|
|
|
|
|
(
|
|
|
|
|
~sampleDir = PathName("/home/lcoogan/snd/live/2025-04-26.Basic_City_Brewery/seq/borrowed_flesh/808").fullPath;
|
|
|
|
|
~sampleDir = PathName("/home/lcoogan/snd/samples/seq/@808").fullPath;
|
|
|
|
|
|
|
|
|
|
~samples = Dictionary.newFrom(
|
|
|
|
|
(
|
|
|
|
|
@ -38,7 +38,7 @@ MIDIdef.cc(\ccTest, {
|
|
|
|
|
~samples[39].class;
|
|
|
|
|
|
|
|
|
|
(
|
|
|
|
|
~sampleDir = PathName("/home/lcoogan/snd/live/2025-04-26.Basic_City_Brewery/seq/borrowed_flesh/808");
|
|
|
|
|
~sampleDir = PathName("/home/lcoogan/snd/samples/seq/@808");
|
|
|
|
|
~sample = ();
|
|
|
|
|
~sampleDir.entries.do({ |pn|
|
|
|
|
|
var sym;
|
|
|
|
|
|