|
From: Mark K. <mar...@co...> - 2003-10-28 15:29:38
|
On Tue, 2003-10-28 at 06:35, be...@ga... wrote:
> edit the file audioio.cpp
> and at line 59
> replace:
> pcm_name = strdup("hw:0,0");
> with:
> pcm_name = strdup("plughw:0,0");
>
> make clean; make
>
Benno,
One step closer:
mark@Wizard linuxsampler $ ./linuxsampler --gig ../Gigs/Mellotron\
8Voice.gig
Initializing audio output...Error setting number of periods. : Invalid
argument
mark@Wizard linuxsampler $
I think the Hammerfall stuff only handles period sizes of 2? Is that
what's going on here? Or something else?
Mark
|