Jamstix on OSX, the final hack (ARCHIVED)
-
79_Limited
- Posts: 57
- Joined: Sat Jun 19, 2010 4:48 pm
Jamstix on OSX, the final hack (ARCHIVED)
Man I would love to see a video how to set this up in Logic. Thanks for taking the time.
-
79_Limited
- Posts: 57
- Joined: Sat Jun 19, 2010 4:48 pm
Jamstix on OSX, the final hack (ARCHIVED)
Man I would love to see a video how to set this up in Logic. Thanks for taking the time.
-
Robitaille20
- Posts: 108
- Joined: Mon May 15, 2006 1:54 pm
Jamstix on OSX, the final hack (ARCHIVED)
No problem... I'll do one as soon as I get a chance.
-
Robitaille20
- Posts: 108
- Joined: Mon May 15, 2006 1:54 pm
Jamstix on OSX, the final hack (ARCHIVED)
Hey 79.... Just thought I'd check in and let you know that I haven't forgotten about getting this video done for you. I've been super busy with work pulling 80 hour weeks and haven't even seen my DAW. I still plan on getting it done.... Hopefully in the next few days. Sorry!
-
79_Limited
- Posts: 57
- Joined: Sat Jun 19, 2010 4:48 pm
Jamstix on OSX, the final hack (ARCHIVED)
No problem! I hear you!
I look forward to the video.
I look forward to the video.
Jamstix on OSX, the final hack (ARCHIVED)
Hi there,
I'd like to use Jamstix on a project that I'll have to complete in just a few weeks. I'm on a Mac so I would not want wait for the OSX release.
I'm trying to install Jamstix Wine, but whenever I run the installer, I just get a message "JackOSX must be installed before you can install JamstixWine. (www.jackosx.com)"
-even thought JackOSX is installed and running on my computer.
There was no readme file in the Jamstix Wine zipfile.
Any ideas how to fix this?
Thanks a lot!
I'd like to use Jamstix on a project that I'll have to complete in just a few weeks. I'm on a Mac so I would not want wait for the OSX release.
I'm trying to install Jamstix Wine, but whenever I run the installer, I just get a message "JackOSX must be installed before you can install JamstixWine. (www.jackosx.com)"
-even thought JackOSX is installed and running on my computer.
There was no readme file in the Jamstix Wine zipfile.
Any ideas how to fix this?
Thanks a lot!
-
willowhaus
- Posts: 42
- Joined: Tue May 15, 2007 12:42 pm
Jamstix on OSX, the final hack (ARCHIVED)
Did you look at page 3 of this thread? There is some advice there regarding changes in JackOSX.
Jamstix on OSX, the final hack (ARCHIVED)
No I hadn't seen that yet, thanks willowhaus -
it seems to point in the right direction. So I understand basically that it probably doesn't work because the new version of JackOSX doesn't work properly under snow leopard any more.
In one post, there's that little code provided that might fix it - so where should I enter that code? And what does it mean to run it as root?
Or could I also use the old version of JackOSX instead?
Any help is appreciated!
it seems to point in the right direction. So I understand basically that it probably doesn't work because the new version of JackOSX doesn't work properly under snow leopard any more.
In one post, there's that little code provided that might fix it - so where should I enter that code? And what does it mean to run it as root?
Or could I also use the old version of JackOSX instead?
Any help is appreciated!
-
willowhaus
- Posts: 42
- Joined: Tue May 15, 2007 12:42 pm
Jamstix on OSX, the final hack (ARCHIVED)
Dewdman42 updated the installer, so I'm not entirely sure that these commands need to be run. However, to proceed:
These commands need to be run from the command line, i.e. in Terminal.app.
Running as root means that you need elevated privileges (Administrator) to run some of these commands. Root is not enabled in OS X by default, however, so rather than going through all that, just use "sudo" before each command. You'll be asked for your password (at least the 1st time, it should stick for a few minutes after that).
First, you might just check to see if the symlinks are already there.
Open Terminal.app (located in /Applications/Utilities/) and type in:
[code:1:e1fc885828]
ls /usr/lib/libjack*
[/code:1:e1fc885828]
If you get "No such file or directory" as a result, then go ahead & try the commands. (Note that the ls and cd should not require you to use the sudo command.)
[code:1:e1fc885828]
cd /usr/local/lib
sudo tar -cvf jacklibs.tar libjack*
sudo mv jacklibs.tar /usr/lib/.
cd /usr/lib
sudo tar -xvf jacklibs.tar
sudo rm jacklibs.tar
[/code:1:e1fc885828]
Test & see what happens.
These commands need to be run from the command line, i.e. in Terminal.app.
Running as root means that you need elevated privileges (Administrator) to run some of these commands. Root is not enabled in OS X by default, however, so rather than going through all that, just use "sudo" before each command. You'll be asked for your password (at least the 1st time, it should stick for a few minutes after that).
First, you might just check to see if the symlinks are already there.
Open Terminal.app (located in /Applications/Utilities/) and type in:
[code:1:e1fc885828]
ls /usr/lib/libjack*
[/code:1:e1fc885828]
If you get "No such file or directory" as a result, then go ahead & try the commands. (Note that the ls and cd should not require you to use the sudo command.)
[code:1:e1fc885828]
cd /usr/local/lib
sudo tar -cvf jacklibs.tar libjack*
sudo mv jacklibs.tar /usr/lib/.
cd /usr/lib
sudo tar -xvf jacklibs.tar
sudo rm jacklibs.tar
[/code:1:e1fc885828]
Test & see what happens.
Jamstix on OSX, the final hack (ARCHIVED)
While I was trying out the code, I had an idea that turned out to be right.
I had moved the "Jack" folders from the Applications folder to my Music folder - and that must have caused the problem:
When I re-installed JackOSX and left it in the Applications folder, I was able to install Jamstix Wine!
But now I have a new problem... (which I will post seperately)
I had moved the "Jack" folders from the Applications folder to my Music folder - and that must have caused the problem:
When I re-installed JackOSX and left it in the Applications folder, I was able to install Jamstix Wine!
But now I have a new problem... (which I will post seperately)