Psychosynth: Free 3D Music Interface, as a Virtual Reactable

Discuss anything new and newsworthy! See http://planet.linuxaudio.org and https://libreav.org/news for more Linux Audio News!

Announcements of proprietary software may fit better in the Marketplace.


Moderators: raboof, MattKingUSA, khz

Post Reply
User avatar
Claudio
Established Member
Posts: 45
Joined: Wed Nov 26, 2008 10:58 pm
Location: Miami, FL.

Psychosynth: Free 3D Music Interface, as a Virtual Reactable

Post by Claudio »

Create Digital Music checks out an interesting piece of free software called Psychosynth.

http://createdigitalmusic.com/2008/12/1 ... reactable/

I might have to give this a whirl. :)
"You must first control your voltage before you can oscillate."
User avatar
raboof
Established Member
Posts: 1855
Joined: Tue Apr 08, 2008 11:58 am
Location: Deventer, NL
Has thanked: 50 times
Been thanked: 74 times
Contact:

Re: Psychosynth: Free 3D Music Interface, as a Virtual Reactable

Post by raboof »

Amazing stuff.

The 3D doesn't seem very useful since the objects are still laid out on a plane. Showing the waveforms on the connections is a great touch.

Making/breaking connections by moving objects on and off other connections looks easy, but I wonder how that'll work when there are a lot of objects around.

Modifying parameters looks nice and intuitive, but I wonder how you specify *which* parameter you want to affect. Same goes for modifying parameters by attaching another object: how do you specify whether that sine you just added affects pitch, volume, tempo, etc?
User avatar
raboof
Established Member
Posts: 1855
Joined: Tue Apr 08, 2008 11:58 am
Location: Deventer, NL
Has thanked: 50 times
Been thanked: 74 times
Contact:

Re: Psychosynth: Free 3D Music Interface, as a Virtual Reactable

Post by raboof »

when trying to install, i had to:

* apt-get install libceguiogre-dev
* mkdir m4
* export SOUNDTOUCH_CFLAGS="-I/usr/include/soundtouch"
* export SOUNDTOUCH_LIBS="-L/usr/lib -lSoundTouch"
* export CXX=g++-4.2 (looks like it's not compatible with g++ 4.3 yet)
* export CC=gcc-4.2

After that './configure', 'make', 'sudo make install' installed the application correctly.

Unfortunately, the 3D interface doesn't work nearly good enough on my machine - the mouse pointer lags enormously. I guess I should go look into 3D accelleration...
User avatar
khz
Established Member
Posts: 1648
Joined: Thu Apr 17, 2008 6:29 am
Location: German
Has thanked: 42 times
Been thanked: 92 times

Re: Psychosynth: Free 3D Music Interface, as a Virtual Reactable

Post by khz »

i had to:

Code: Select all

emerge cegui
emerge ois
USE="cegui devil" emerge ogre
USE="+alsa +jack +psynth3d -oss +sndfile +vorbis +xml -osc" emerge  psychosynth
you must check by the first start from psynth3d that the configure in psynth3d/audio the same like in jack. maybe set the "FPS" configure in psynth3d/video down. http://www.psychosynth.com/index.php/User_manual#Video
i have no RT kernel http://people.redhat.com/mingo/realtime-preempt , build by my self.

Code: Select all

2.6.27-gentoo-r4-k8_kif #1 SMP PREEMPT Fri Dec 5 19:21:52 CET 2008 i686 AMD Athlon(tm) X2 Dual Core Processor BE-2350 AuthenticAMD GNU/Linux
and install the nvidia driver/modules.
psynth3d run here with ~30% cpu and it make fun to play :) .

hmm,

Code: Select all

-osc
...
daw-01.png
daw-01.png (282.81 KiB) Viewed 1322 times
. . . FZ - Does humor belongs in Music?
. . GNU/LINUX@AUDIO ~ /Wiki $ Howto.Info && GNU/Linux Debian installing >> Linux Audio Workstation LAW
  • I don't care about the freedom of speech because I have nothing to say.
User avatar
raboof
Established Member
Posts: 1855
Joined: Tue Apr 08, 2008 11:58 am
Location: Deventer, NL
Has thanked: 50 times
Been thanked: 74 times
Contact:

Re: Psychosynth: Free 3D Music Interface, as a Virtual Reactable

Post by raboof »

raboof wrote:Unfortunately, the 3D interface doesn't work nearly good enough on my machine - the mouse pointer lags enormously. I guess I should go look into 3D accelleration...
I installed fglrx (i use an ATi card, followed this guide) and now the 3d stuff performs well. The audio is still weird (sines don't sound like sines), will look into that later.
studio32

Re: Psychosynth: Free 3D Music Interface, as a Virtual Reactable

Post by studio32 »

Look at the linuxjournal article (give me 3 synths) by Dave Philips, there are some install notes

http://www.linuxjournal.com/content/giv ... ths-part-3
Post Reply