use proper 808 path

master
Leo Coogan 8 months ago
parent 32dea98f0f
commit f38a7a8058
Signed by: lcoogan
SSH Key Fingerprint: SHA256:vnrR5ilHkdr6L4t2yOMUMINFPpxEh+53N3nMel66mCw

@ -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;

Loading…
Cancel
Save