Discussion:
Quarks and Mac Paths
magicwindow
2014-10-02 16:32:07 UTC
Permalink
Hello list!

I've been trying to get my Quarks up n running (just doing svn changes now)
but im having a lot of trouble. I've searched the forums and tried using the
techniques but to no avail. I searched deeper and realized that my
"Platform.userAppSupportDir;" ("/Users/name/Library/Application
Support/SuperCollider") path doesn't even exist on my mac! and my Library
folder is currently residing in Macintosh HD next to Users, Applications and
System.

I tried creating a Library folder in my /Users/name folder but it wouldn't
let me. I'm pretty sure my Quarks problem would be solved if this weird
pathing problem can be fixed.

Anyone have any ideas?



--
View this message in context: http://new-supercollider-mailing-lists-forums-use-these.2681727.n2.nabble.com/Quarks-and-Mac-Paths-tp7613696.html
Sent from the SuperCollider Users New (Use this!!!!) mailing list archive at Nabble.com.

_______________________________________________
sc-users mailing list

info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/
Matt Mitchell
2014-10-02 16:43:49 UTC
Permalink
Hi, I'm a SC neophyte who's getting into patterns and whatnot via the recently created "Gentle Introduction", which is great.

I'm actually trying to get Quarks going for the first time myself. I wouldn't mind a clarification as to the best method. It seems Subversion is not a part of Mountain Lion, which I'm using. I've downloaded a Subversion binary and installed it and it seems like I need a bunch of other stuff to get it working. I've searched forums and read the SC quarks page but it seems not especially clear to me.

So I guess my question is, what would be the way to get this happening in the fewest steps possible? My main interests are the MIDI file quarks for exporting pattern stuff as a midi file and maybe importing MIDI files to mutate and whatnot.

Thanks for any help!

-matt
Post by magicwindow
Hello list!
I've been trying to get my Quarks up n running (just doing svn changes now)
but im having a lot of trouble. I've searched the forums and tried using the
techniques but to no avail. I searched deeper and realized that my
"Platform.userAppSupportDir;" ("/Users/name/Library/Application
Support/SuperCollider") path doesn't even exist on my mac! and my Library
folder is currently residing in Macintosh HD next to Users, Applications and
System.
I tried creating a Library folder in my /Users/name folder but it wouldn't
let me. I'm pretty sure my Quarks problem would be solved if this weird
pathing problem can be fixed.
Anyone have any ideas?
--
View this message in context: http://new-supercollider-mailing-lists-forums-use-these.2681727.n2.nabble.com/Quarks-and-Mac-Paths-tp7613696.html
Sent from the SuperCollider Users New (Use this!!!!) mailing list archive at Nabble.com.
_______________________________________________
sc-users mailing list
info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/
_______________________________________________
sc-users mailing list

info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/
felix
2014-10-02 17:02:20 UTC
Permalink
Honestly the easiest and fastest way is to just download the whole thing
(download snapshot):

http://sourceforge.net/p/quarks/code/HEAD/tree/

and stick them in /Users/YOU/Library/Application
Support/SuperCollider/quarks

Then you can use the gui to install and uninstall those. They get installed
into Extensions

If you aren't updating often or developing then its the simplest way to do
it.

---

The help page is here:

http://doc.sccode.org/Guides/UsingQuarks.html

---

There has been a newer version of quarks, but it hasn't gotten finalized or
released.

---

Myself, I'm favoring a new approach where I install quarks into the
directory where I'm working.
But this is still a work in progress.

The ~/Library folder is now invisible by default, so I think keeping user
files there is now an anti-pattern. I much prefer to have all the source
code where I can see it.
Post by Matt Mitchell
Hi, I'm a SC neophyte who's getting into patterns and whatnot via the
recently created "Gentle Introduction", which is great.
I'm actually trying to get Quarks going for the first time myself. I
wouldn't mind a clarification as to the best method. It seems Subversion is
not a part of Mountain Lion, which I'm using. I've downloaded a Subversion
binary and installed it and it seems like I need a bunch of other stuff to
get it working. I've searched forums and read the SC quarks page but it
seems not especially clear to me.
So I guess my question is, what would be the way to get this happening in
the fewest steps possible? My main interests are the MIDI file quarks for
exporting pattern stuff as a midi file and maybe importing MIDI files to
mutate and whatnot.
Thanks for any help!
-matt
Post by magicwindow
Hello list!
I've been trying to get my Quarks up n running (just doing svn changes
now)
Post by magicwindow
but im having a lot of trouble. I've searched the forums and tried using
the
Post by magicwindow
techniques but to no avail. I searched deeper and realized that my
"Platform.userAppSupportDir;" ("/Users/name/Library/Application
Support/SuperCollider") path doesn't even exist on my mac! and my Library
folder is currently residing in Macintosh HD next to Users, Applications
and
Post by magicwindow
System.
I tried creating a Library folder in my /Users/name folder but it
wouldn't
Post by magicwindow
let me. I'm pretty sure my Quarks problem would be solved if this weird
pathing problem can be fixed.
Anyone have any ideas?
--
http://new-supercollider-mailing-lists-forums-use-these.2681727.n2.nabble.com/Quarks-and-Mac-Paths-tp7613696.html
Post by magicwindow
Sent from the SuperCollider Users New (Use this!!!!) mailing list
archive at Nabble.com.
Post by magicwindow
_______________________________________________
sc-users mailing list
http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
Post by magicwindow
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/
_______________________________________________
sc-users mailing list
http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/
--
..
http://soundcloud.com/crucialfelix
http://github.com/crucialfelix
.
Matt Mitchell
2014-10-02 18:11:08 UTC
Permalink
Thank you! Will try that.

best wishes,

-m
Post by felix
http://sourceforge.net/p/quarks/code/HEAD/tree/
and stick them in /Users/YOU/Library/Application Support/SuperCollider/quarks
Then you can use the gui to install and uninstall those. They get installed into Extensions
If you aren't updating often or developing then its the simplest way to do it.
---
http://doc.sccode.org/Guides/UsingQuarks.html
---
There has been a newer version of quarks, but it hasn't gotten finalized or released.
---
Myself, I'm favoring a new approach where I install quarks into the directory where I'm working.
But this is still a work in progress.
The ~/Library folder is now invisible by default, so I think keeping user files there is now an anti-pattern. I much prefer to have all the source code where I can see it.
Post by Matt Mitchell
Hi, I'm a SC neophyte who's getting into patterns and whatnot via the recently created "Gentle Introduction", which is great.
I'm actually trying to get Quarks going for the first time myself. I wouldn't mind a clarification as to the best method. It seems Subversion is not a part of Mountain Lion, which I'm using. I've downloaded a Subversion binary and installed it and it seems like I need a bunch of other stuff to get it working. I've searched forums and read the SC quarks page but it seems not especially clear to me.
So I guess my question is, what would be the way to get this happening in the fewest steps possible? My main interests are the MIDI file quarks for exporting pattern stuff as a midi file and maybe importing MIDI files to mutate and whatnot.
Thanks for any help!
-matt
Post by magicwindow
Hello list!
I've been trying to get my Quarks up n running (just doing svn changes now)
but im having a lot of trouble. I've searched the forums and tried using the
techniques but to no avail. I searched deeper and realized that my
"Platform.userAppSupportDir;" ("/Users/name/Library/Application
Support/SuperCollider") path doesn't even exist on my mac! and my Library
folder is currently residing in Macintosh HD next to Users, Applications and
System.
I tried creating a Library folder in my /Users/name folder but it wouldn't
let me. I'm pretty sure my Quarks problem would be solved if this weird
pathing problem can be fixed.
Anyone have any ideas?
--
View this message in context: http://new-supercollider-mailing-lists-forums-use-these.2681727.n2.nabble.com/Quarks-and-Mac-Paths-tp7613696.html
Sent from the SuperCollider Users New (Use this!!!!) mailing list archive at Nabble.com.
_______________________________________________
sc-users mailing list
info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/
_______________________________________________
sc-users mailing list
info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/
--
..
http://soundcloud.com/crucialfelix
http://github.com/crucialfelix
.
nescivi
2014-10-02 17:01:35 UTC
Permalink
Post by magicwindow
Hello list!
I've been trying to get my Quarks up n running (just doing svn changes now)
but im having a lot of trouble. I've searched the forums and tried using the
techniques but to no avail. I searched deeper and realized that my
"Platform.userAppSupportDir;" ("/Users/name/Library/Application
Support/SuperCollider") path doesn't even exist on my mac! and my Library
folder is currently residing in Macintosh HD next to Users, Applications and
System.
I tried creating a Library folder in my /Users/name folder but it wouldn't
let me. I'm pretty sure my Quarks problem would be solved if this weird
pathing problem can be fixed.
Anyone have any ideas?
Apple, in their infinite wisdom on what is good for users to acces,
started to hide this folder since a few versions of OSX.

But, you can open it in Finder from SC with this line of code:

Platform.userAppSupportDir.openOS;

Or, in the recent IDE there is a link in the file menu to open the folder.

sincerely,
Marije

_______________________________________________
sc-users mailing list

info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/
magicwindow
2014-10-02 17:47:03 UTC
Permalink
Ah Thanks for the answer!

The problem Im having now is that i can open it in Supercollider, however, i
need to be able to cd into the directory in Terminal (so i can set up the
svn) and Terminal can't find the path. Any ideas?



--
View this message in context: http://new-supercollider-mailing-lists-forums-use-these.2681727.n2.nabble.com/Quarks-and-Mac-Paths-tp7613696p7613702.html
Sent from the SuperCollider Users New (Use this!!!!) mailing list archive at Nabble.com.

_______________________________________________
sc-users mailing list

info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/
Stefan Nussbaumer
2014-10-02 17:58:35 UTC
Permalink
Post by magicwindow
Ah Thanks for the answer!
The problem Im having now is that i can open it in Supercollider, however, i
need to be able to cd into the directory in Terminal (so i can set up the
svn) and Terminal can't find the path. Any ideas?
if you're in your 'home' directory (~):

cd Library/Application\ Support/SuperCollider

... as 'Application Support' contains a space you have to escape that
with a backslash.
Then:

svn checkout http://svn.code.sf.net/p/quarks/code/ quarks

hope that works...

stefan


_______________________________________________
sc-users mailing list

info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/
magicwindow
2014-10-02 18:22:49 UTC
Permalink
You guys are awesome!! Worked like a charm. Thank you so much!



--
View this message in context: http://new-supercollider-mailing-lists-forums-use-these.2681727.n2.nabble.com/Quarks-and-Mac-Paths-tp7613696p7613705.html
Sent from the SuperCollider Users New (Use this!!!!) mailing list archive at Nabble.com.

_______________________________________________
sc-users mailing list

info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/
nescivi
2014-10-02 19:10:49 UTC
Permalink
Hiho,

and use the TAB key in the terminal, it autocompletes to available
directories or files.
Or you can drag folders from Finder to the Terminal, and get the path,
so another trick is typing "cd " in the terminal, then drag the path
from Finder to the Terminal.

sincerely,
Marije
Post by magicwindow
You guys are awesome!! Worked like a charm. Thank you so much!
--
View this message in context: http://new-supercollider-mailing-lists-forums-use-these.2681727.n2.nabble.com/Quarks-and-Mac-Paths-tp7613696p7613705.html
Sent from the SuperCollider Users New (Use this!!!!) mailing list archive at Nabble.com.
_______________________________________________
sc-users mailing list
info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/
_______________________________________________
sc-users mailing list

info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/

Loading...