Hydrogen and compiling

View: New views
7 Messages — Rating Filter:   Alert me  

Hydrogen and compiling

by Julien Claassen :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello drummers!
   I have two questions, one dependent on the other, so if the first is
negative, no need to read on. :-)
   If I get the hydrogen 0.9.4 source there's a subdir extra, in which I find
hydrogenPlayer and hydrogenSynth. Does one of these at least have a text based
interface, which I can start, without any Xserver running somewhere?
   If yes: How can I build it? It doesn't build automatically. I tried by hand
using: C++ with some guessed -l-options, with qmake and gmake. Qmake built all
the Makefile's, but still some problem there, which in my eyes shouldn't be.
   thanks for anything at all in advance
           Julien

--------
Music was my first love and it will be my last (John Miles)

======== FIND MY WEB-PROJECT AT: ========
http://ltsb.sourceforge.net
the Linux TextBased Studio guide
======= AND MY PERSONAL PAGES AT: =======
http://www.juliencoder.de
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@...
http://lists.linuxaudio.org/mailman/listinfo/linux-audio-user

Re: Hydrogen and compiling

by Gabriel M. Beddingfield :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hi Julien,

hydrogenPlayer is a command-line player for hydrogen.  hydrogenSynth is a
proof-of-concept for the beginnings of a subtractive synth in Hydrogen.
Neither are officially supported.

HOWEVER, one of the other devs recently resurrected hydrogenPlayer and got
it to build.  Check out the hydrogen-player branch.

   $ svn co http://svn.assembla.com/svn/hydrogen/branches/hydrogen-player

YMMV, and HTH!

-gabriel
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@...
http://lists.linuxaudio.org/mailman/listinfo/linux-audio-user

Re: Hydrogen and compiling

by Julien Claassen :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thank you Gabriel. This is very helpful to me.
   Kindest regards
         Julien

--------
Music was my first love and it will be my last (John Miles)

======== FIND MY WEB-PROJECT AT: ========
http://ltsb.sourceforge.net
the Linux TextBased Studio guide
======= AND MY PERSONAL PAGES AT: =======
http://www.juliencoder.de
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@...
http://lists.linuxaudio.org/mailman/listinfo/linux-audio-user

Re: Hydrogen and compiling

by Julien Claassen :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello Hydrogeners!
   I just tried to use hydrogenplayer, only to see, that in the hydrogen-player
svn branch, this application seems to require and X server as well as hydrogen
itself. Isn't there any purely textbased hydrogen-app? I mean a loader for a
kit would suffice for quite a while. I simply want to connect hydrogen to my
MIDI keyboard and JACK output and then drum on as I please. Something like:
hydrogenlive my_kit.h2drumkit
   OR:
hydrogenlive drumkit.xml
   Powering up as many JACK ports as needed and an ALLSA Sequencer MIDI-in.
   Does anyone of you probably already have such a thing, for testing kits or
something like that? I'd be much obliged.
   Kindest regards
         Julien

--------
Music was my first love and it will be my last (John Miles)

======== FIND MY WEB-PROJECT AT: ========
http://ltsb.sourceforge.net
the Linux TextBased Studio guide
======= AND MY PERSONAL PAGES AT: =======
http://www.juliencoder.de
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@...
http://lists.linuxaudio.org/mailman/listinfo/linux-audio-user

Re: Hydrogen and compiling

by Gabriel M. Beddingfield :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hi Julien,

I'm cross-posting this to the hydrogen-dev list.

In theory, there should be no problem getting a no-X-dependency of
hydrogenPlayer working.  I can't tackle this at the moment... but perhaps
another dev could take a look at it.

I think the problem is either with the build script, or a funky dependency
between libhydrogen.a and the GUI code because of the Playlist and
PlaylistEditor creating a cross-dependency.  Or both.  :-)

Peace,
Gabriel

On Sun, 1 Nov 2009, Julien Claassen wrote:

> Hello Hydrogeners!
>  I just tried to use hydrogenplayer, only to see, that in the
> hydrogen-player svn branch, this application seems to require and X server as
> well as hydrogen itself. Isn't there any purely textbased hydrogen-app? I
> mean a loader for a kit would suffice for quite a while. I simply want to
> connect hydrogen to my MIDI keyboard and JACK output and then drum on as I
> please. Something like:
> hydrogenlive my_kit.h2drumkit
>  OR:
> hydrogenlive drumkit.xml
>  Powering up as many JACK ports as needed and an ALLSA Sequencer MIDI-in.
>  Does anyone of you probably already have such a thing, for testing kits or
> something like that? I'd be much obliged.
>  Kindest regards
>        Julien
>
> --------
> Music was my first love and it will be my last (John Miles)
>
> ======== FIND MY WEB-PROJECT AT: ========
> http://ltsb.sourceforge.net
> the Linux TextBased Studio guide
> ======= AND MY PERSONAL PAGES AT: =======
> http://www.juliencoder.de
>
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@...
http://lists.linuxaudio.org/mailman/listinfo/linux-audio-user

Re: Hydrogen and compiling

by Julien Claassen :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thank you Gabriel, this is really very kind of you.
   Kindest regards
          Julien

--------
Music was my first love and it will be my last (John Miles)

======== FIND MY WEB-PROJECT AT: ========
http://ltsb.sourceforge.net
the Linux TextBased Studio guide
======= AND MY PERSONAL PAGES AT: =======
http://www.juliencoder.de
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@...
http://lists.linuxaudio.org/mailman/listinfo/linux-audio-user

Re: Hydrogen and compiling

by Sebastian Moors :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Gabriel M. Beddingfield wrote:

> Hi Julien,
>
> I'm cross-posting this to the hydrogen-dev list.
>
> In theory, there should be no problem getting a no-X-dependency of
> hydrogenPlayer working.  I can't tackle this at the moment... but perhaps
> another dev could take a look at it.
>
> I think the problem is either with the build script, or a funky dependency
> between libhydrogen.a and the GUI code because of the Playlist and
> PlaylistEditor creating a cross-dependency.  Or both.  :-)
>  
Hi Julien,

i'm one of the hydrogen devs and i've played around with a headless
version of hydrogen some months ago.
In coincidence it seems that you're somehow related to the c-lab of the
university of paderborn and i'm living/studying there as well :)
I'm going to contact you off-list, maybe i can help you with that issue..
- Sebastian

_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@...
http://lists.linuxaudio.org/mailman/listinfo/linux-audio-user