Is Xrns Meant To Work On Osx?

tried to convert midi.
just get loads of parse errors.

any ideas?

does it work on osx?

Yes, the scripts work on OS X but you need to install PHP5 and a few third party apps in your path.

There is currently no GUI for OS X so as a user you have to make some effort to actually understand how your computer works, read the screen as those words, the ones you can read, you know, on your screen, tell you what is going on. :)

Really though, it’s not that difficult.

Links to PHP5, any one of these options will do fine, I use the third package:

http://www.entropy.ch/software/macosx/php/
http://www.apachefriends.org/en/xampp-macosx.html
http://www.mamp.info/en/download.html

Links to third party apps:

Vorbis Tools for MacOS X : http://www.rarewares.org/ogg-oggenc.php
FLAC: http://flac.sourceforge.net/

I put oggenc and flac in ~/bin and use bash as my shell, this is a partial output of my .bashrc file:

  
#PATH  
export PATH="$PATH:/Users/dac514/bin/:/Applications/MAMP/bin/php5/bin/"  
  
# ALIASES  
alias php=/Applications/MAMP/bin/php5/bin/php  
alias pear=/Applications/MAMP/bin/php5/bin/pear