theseanco / howto_co34pt_liveCode

A repository of readmes, techniques, notes and other materials about how i live code in SuperCollider. A (sorta) companion repository to co34pt_livecode
201 stars 32 forks source link

Quarks.install("ddwSnippets") OSX issue #9

Closed kcebul12 closed 6 years ago

kcebul12 commented 6 years ago

When evaluating

(
Quarks.install("Bjorklund");
Quarks.install("BatLib");
Quarks.install("ddwSnippets");
)

I get: Installing Bjorklund Bjorklund installed Installing BatLib BatLib installed ERROR: Quark 'ddwSnippets' not found

However, I am able to install it with Quarks.install("https://github.com/jamshark70/ddwSnippets.git");

theseanco commented 6 years ago

Hi kcebul12,

What version of SuperCollider are you using?

S

kcebul12 commented 6 years ago

3.8

theseanco commented 6 years ago

Okay, I'll add a note in the tutorial

theseanco commented 6 years ago

Out of curiosity, is ddwSnippets currently working on OSX?

kcebul12 commented 6 years ago

I just tested it out and it appears to be fully functional for me. I'm really new to SC, but I was able create and "call" several snippets

On Thu, Oct 12, 2017 at 8:12 AM, S Cotterill notifications@github.com wrote:

Out of curiosity, is ddwSnippets currently working on OSX?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/theseanco/howto_co34pt_liveCode/issues/9#issuecomment-336131139, or mute the thread https://github.com/notifications/unsubscribe-auth/AQiTGW1blPQ_ORX6lFeQSx73A8dHGqjuks5srhBAgaJpZM4PspiH .

theseanco commented 6 years ago

alright, i'll call this one closed