From f38a7a8058cf19b222548a60912afc920419a9cf Mon Sep 17 00:00:00 2001 From: Leo Coogan Date: Sat, 26 Apr 2025 04:35:51 -0400 Subject: [PATCH] use proper 808 path --- neo-hasidic_brainsex/808.scd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/neo-hasidic_brainsex/808.scd b/neo-hasidic_brainsex/808.scd index d4bd569..a3e9de7 100644 --- a/neo-hasidic_brainsex/808.scd +++ b/neo-hasidic_brainsex/808.scd @@ -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;