|
From: Mark K. <mar...@co...> - 2003-12-11 04:15:19
|
Hi, I changed the order of my sound cards. Now the onboard sound chip is #1 and the HDSP 9652 is #2. I tried running LinuxSampler with the onboard chip and it works but I haven't managed to get it working yet with the HDSP. I tried changing the two entries on lines 43 and 49 of audioio.cpp from hw:0,0 and plughw:0,0 to hw:1,0 and plughw:1,0, but when I try and run I get the following message: bash-2.05b$ linuxsampler --numfragments 2 --gig /mnt/samples/Gigs/Pianos/Bardstown\ Audio/The\ Bosendorfer\ Imperial\ Grand\ Version\ 2.2.gig Initializing audio output...Error snd_pcm_hw_params_set_access: Invalid argument. bash-2.05b$ Any ideas what I can do to get this working in the short term? I think it would be very helpful to get the basic options to choose the card, as well as the MIDI connection we've talked about, on the command line. Thanks, Mark |
|
From: Christian S. <chr...@ep...> - 2003-12-13 00:22:33
|
Es geschah am Donnerstag, 11. Dezember 2003 05:15 als Mark Knecht schrieb:
> Hi,
> I changed the order of my sound cards. Now the onboard sound chip is
> #1 and the HDSP 9652 is #2. I tried running LinuxSampler with the
> onboard chip and it works but I haven't managed to get it working yet
> with the HDSP.
>
> I tried changing the two entries on lines 43 and 49 of audioio.cpp
> from hw:0,0 and plughw:0,0 to hw:1,0 and plughw:1,0, but when I try and
> run I get the following message:
>
> bash-2.05b$ linuxsampler --numfragments 2 --gig
> /mnt/samples/Gigs/Pianos/Bardstown\ Audio/The\ Bosendorfer\ Imperial\
> Grand\ Version\ 2.2.gig
> Initializing audio output...Error snd_pcm_hw_params_set_access: Invalid
> argument.
> bash-2.05b$
You forgot line 163:
bool AudioIO::HardwareParametersSupported(uint channels, int samplerate, uint
numfragments, uint fragmentsize) {
pcm_name = "hw:0,0";
...
Change that too and it will automatically fall back to plughw.
> I think it would be very helpful to get the basic options to choose the
> card, as well as the MIDI connection we've talked about, on the command
> line.
Sure, but unfortunately I'm very busy at the moment and I think that will last
til next week friday; have to take care of lot of projects at university.
Maybe kick Benno's ass that he should do something, but again; I'm sure you
can do such small and easy things too and help us to take some of our work
load.
Benno: what is the event system doing? Anything done in that area?
Btw: is nobody here on the list who wants to participate actively in the
project? There are a lot of open tasks in all kind of areas and with the end
of this year we need to start with a GUI.
Anyway, I'm still hopeful that we can finish complete gig support this year...
CU
Christian
|
|
From: Rui N. C. <rn...@rn...> - 2003-12-13 13:21:22
|
Christian Schoenebeck wrote: > > Btw: is nobody here on the list who wants to participate actively in the > project? There are a lot of open tasks in all kind of areas and with the > end of this year we need to start with a GUI. > > Anyway, I'm still hopeful that we can finish complete gig support this > year... > I've been lurking for a while and was thinking to make some kind of proposal here, but now that you ask, I'll volunteer right now to the GUI stuff. As you might know, I'am authoring the qjackctl and qsynth projects, which means Qt is my preferred arena. If that's acceptable to the linuxsampler project, I can start working on ASAP. Nevertheless I need some focused guidance for what this list may be certainly a fulcrum. Hope to hear from you all. Cheers. -- rncbc aka Rui Nuno Capela rn...@rn... |
|
From: Mark K. <mar...@co...> - 2003-12-13 14:41:17
|
On Sat, 2003-12-13 at 05:18, Rui Nuno Capela wrote: > I've been lurking for a while and was thinking to make some kind of > proposal here, but now that you ask, I'll volunteer right now to the GUI > stuff. > > As you might know, I'am authoring the qjackctl and qsynth projects, which > means Qt is my preferred arena. > > If that's acceptable to the linuxsampler project, I can start working on > ASAP. Nevertheless I need some focused guidance for what this list may be > certainly a fulcrum. > > Hope to hear from you all. > > Cheers. Rui, As a very happy user of qjackctl I'd love to have you participate here. I hope you guys can find a good way to divide up the work without stepping on each other's toes! Welcome! Mark |
|
From: Mark K. <mar...@co...> - 2003-12-13 14:44:44
|
On Fri, 2003-12-12 at 16:21, Christian Schoenebeck wrote:
>
> You forgot line 163:
>
> bool AudioIO::HardwareParametersSupported(uint channels, int samplerate, uint
> numfragments, uint fragmentsize) {
> pcm_name = "hw:0,0";
> ...
>
> Change that too and it will automatically fall back to plughw.
Great. Works fine. Thanks!
> Btw: is nobody here on the list who wants to participate actively in the
> project? There are a lot of open tasks in all kind of areas and with the end
> of this year we need to start with a GUI.
Ask and you received, didn't you! If anyone wants to know things about
what GSt have available through it's GUI. What works well and what
doesn't (IMO) etc, then I Can help with that.
>
> Anyway, I'm still hopeful that we can finish complete gig support this year...
>
> CU
> Christian
>
|
|
From: Christian S. <chr...@ep...> - 2003-12-13 14:58:30
|
Es geschah am Samstag, 13. Dezember 2003 14:18 als Rui Nuno Capela schrieb: > Christian Schoenebeck wrote: > > Btw: is nobody here on the list who wants to participate actively in the > > project? There are a lot of open tasks in all kind of areas and with the > > end of this year we need to start with a GUI. > > > > Anyway, I'm still hopeful that we can finish complete gig support this > > year... > > I've been lurking for a while and was thinking to make some kind of > proposal here, but now that you ask, I'll volunteer right now to the GUI > stuff. > > As you might know, I'am authoring the qjackctl and qsynth projects, which > means Qt is my preferred arena. Perfect! > If that's acceptable to the linuxsampler project, I can start working on > ASAP. Nevertheless I need some focused guidance for what this list may be > certainly a fulcrum. No problem, we are often on irc.freenode.org (#linuxsampler and #lad). I will definitely be there on sunday. So we can discuss details regarding the GUI there if you'll find the time. Anyway, our long term plan is to have several GUIs e.g. ncurses, Gtk, or even Java. So if anybody likes to write a GUI frontend based on another library or language, be also invited to participate! Of course we also have a lot of other tasks not related to the GUI, so if anybody likes to participate in another area, just let us know! > Hope to hear from you all. And I'm glad to welcome you! CU Christian |
|
From: Rui N. C. <rn...@rn...> - 2003-12-13 18:55:55
|
Christian Schoenebeck wrote: > > ..., we are often on irc.freenode.org (#linuxsampler and #lad). I > will definitely be there on sunday. So we can discuss details regarding > the GUI there if you'll find the time. > At what time frame? I'm guessing that you're from Germany, so a litle time adjustment will be in effect :) > > Of course we also have a lot of other tasks not related to the GUI, so > if anybody likes to participate in another area, just let us know! > If that deals on the ground for some linuxsampler API, I surely vote in. Anyway that would be implicit for the GUI(s), am I wrong? Cheers. -- rncbc aka Rui Nuno Capela rn...@rn... |