Branches
Comments
[»]
Problem with make
by rasjark - Apr 30th 2005 04:18:31
Hi all
I've got a error message when trying to install Trommler :
# make
cc -Wall -Werror -O9 `pkg-config --cflags gtk+-2.0` -c -o drummer.o
drummer.c
drummer.c:33:20: export.h : Aucun fichier ou répertoire de ce
type
drummer.c: Dans la fonction « PlayBeat »:
drummer.c:301: attention : implicit declaration of function
`SoundcardWrite'
make: *** [drummer.o] Erreur 1
Does anyone now how can i solved it ?
thx
[reply]
[top]
[»]
Re: Problem with make
by muth - May 12th 2005 02:39:41
My french is not that great anymore but
it looks like turning off the "-Werror" option in the
makefile might get you further.
> Hi all
>
> I've got a error message when trying to
> install Trommler :
>
> # make
> cc -Wall -Werror -O9 `pkg-config
> --cflags gtk+-2.0` -c -o drummer.o
> drummer.c
> drummer.c:33:20: export.h : Aucun
> fichier ou répertoire de ce type
> drummer.c: Dans la fonction «
> PlayBeat »:
> drummer.c:301: attention : implicit
> declaration of function
> `SoundcardWrite'
> make: *** [drummer.o] Erreur 1
>
> Does anyone now how can i solved it ?
>
> thx
[reply]
[top]
[»]
Excellent - just what I was looking for.
by alimat - Nov 6th 2002 03:16:12
I needed an easy to use, simple programmable drum machine - mainly for use
when practicing guitar and bass. Trommler gives me everything I need at
this stage to build song patterns - Its a damn sight more reliable than
the drummer in the band I used to play in!
[reply]
[top]
[»]
nice app
by manolopsst - Oct 2nd 2002 03:59:05
Just tried that the other day and it's a very cool application if what you
want is basic, easy and fast building of rhythms for your home recordings
[reply]
[top]
[»]
Re: nice app
by fab1 - Oct 4th 2003 05:59:45
> Just tried that the other day and it's a
> very cool application if what you want
> is basic, easy and fast building of
> rhythms for your home recordings
I've just downloaded Trommler 3.4 and tried it.
I like it, it's easy to use and well designed.
Is there any way to output sound to a file instead of /dev/dsp ?
Sorry to ask this here but I haven't found a FAQ.
The README file says it's possible but I can't find out howto.
[reply]
[top]
[»]
Re: nice app
by fab1 - Oct 5th 2003 03:33:07
>
> % Just tried that the other day and it's
> a
> % very cool application if what you
> want
> % is basic, easy and fast building of
> % rhythms for your home recordings
>
>
>
> I've just downloaded Trommler 3.4 and
> tried it.
> I like it, it's easy to use and well
> designed.
> Is there any way to output sound to a
> file instead of /dev/dsp ?
> Sorry to ask this here but I haven't
> found a FAQ.
> The README file says it's possible but I
> can't find out howto.
>
I answer to my own question.
You can audio output to an smp file and then convert into the audio format
you want.
It's really the drum app I was looking for.
[reply]
[top]
|