[PlanetCCRMA] hitmuri

Nicholas Manojlovic nicholasmanojlovic@gmail.com
Mon Jul 16 05:28:04 2007


Nigel Henry wrote:
> On Monday 16 July 2007 12:49, Nicholas Manojlovic wrote:
>> Hi all,
>>
>> Just lately I have been browsing the web and I came across this guy,
>> some of you probably know - Hitmuri.
>>
>> http://www.hitmuri.com/
>>
>> He uses a Planet CCRMA Gnu/Linux rig and it is inspring!
>>
>> He also makes the following software:
>> http://www.hitmuri.com/Tapeutape/
>>
>> Anyone know how to get it to build on F7?
>>
>> Cheers Niko
> 
> I'm downloading the necessary packages now, and have a go at building it.
> 
> You need to install scons, and also the development packages for the 
> dependencies he mentions. See below.
> 
> fltk-devel
> jack-audio-connection-kit-devel
> lash-devel
> libsamplerate-devel
> libsndfile-devel
> libxml2-devel
> alsa-lib-devel
> 
> Not forgetting to install scons as well. Installing the development packages 
> will pull in the main packages, if you don't have any of them.
> 
> I'm going to install the GUI version, so that's the version of Tapeutape i've 
> downloaded.
> 
> Ok I've installed it now, so here's the procedure.
> 
> cd to the directory you've downloaded tapeutape to, then as user type.
> 
> tar xzvf tapeutape-0.0.5.tgz
> 
> this will create a new directory,so next.
> 
> cd tapeutape-0.0.5
> 
> then simply type
> 
> scons
> 
> after a bit it will finish, then su to root, and type
> 
> scons install
> 
> Job done.
> 
> You will find it /usr/bin/tapeutape, and can start it from the desktop by 
> creating a desktop launcher, but I can't find an icon for it.
> 
> I don't know how to use it, have fun with it.
> 
> Nigel.
> 
> btw. dont forget to open qjackctl, and start Jack before starting tapeutape.
>> _______________________________________________
>> PlanetCCRMA mailing list
>> PlanetCCRMA@ccrma.stanford.edu
>> http://ccrma-mail.stanford.edu/mailman/listinfo/planetccrma
> 
> _______________________________________________
> PlanetCCRMA mailing list
> PlanetCCRMA@ccrma.stanford.edu
> http://ccrma-mail.stanford.edu/mailman/listinfo/planetccrma
> 

hmm, I got this far but unfortunately it is refusing to connect to lash. 
I started lashd, but it errors lash_open_socket: could not look up host 
'localhost': Servname not supported for ai_socktype

any ideas?