protux-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Protux-devel] more alsa stuff for mini-plan?


From: Luciano Giordana
Subject: Re: [Protux-devel] more alsa stuff for mini-plan?
Date: Tue, 22 Jul 2003 18:44:06 -0300
User-agent: KMail/1.5

bingo !
this is a bug, the song's properties are being bad re-loaded AND bad first-set 


I will check


On Tuesday 22 July 2003 06:23 pm, address@hidden wrote:
> On Saturday 19 July 2003 05:23 pm, Luciano Giordana wrote:
> > I am not sure if I understood the question, but if you asked that you
> > ALWAYS need 48000 to start playback the answer is no.
> >
> > you can define  the default sample rate in .protuxrc, and start projects
> > using 44100, so this will not be a requirement.
>
> I have already defined 48kHz as the default sample rate, because my
> soundcard seems to have support not for 44100, but for 48000 .........
>
> > > [ Trying 44100 Hz 1 channels 16 bits ... FAILED : ]
> > > [ Trying 44100 Hz 2 channels 16 bits ... FAILED : ]
> > > [ Trying 44100 Hz 1 channels 24 bits ... FAILED : ]
> > > [ Trying 44100 Hz 2 channels 24 bits ... FAILED : ]
> > > [ Trying 48000 Hz 1 channels 16 bits ... OK ]
> > > [ Trying 48000 Hz 2 channels 16 bits ... OK ]
>
> ....... right?
>
>
> BUT ... I also can't start play back after changing the dafault sample rate
> to 48000!
> Everytime I get this error below .....
>
> ------------------------------------------------------------------
>
>                 [ Opening PLAYBACK bus : ENS1371 - 1st OUT (hw:0,1) ... ]
>
> *** Error in int Bus::open(int, int, int, bool)
> Invalid mode for bus ENS1371 - 1st OUT (hw:0,1) : 44100 Hz, 16 bits, STEREO
>
>             LEAVING MustuxAudioBus.cc::open
>         LEAVING MustuxAudioDeviceMapper.cc::open_bus_out
>
> *** Error in int Mixer::go(long long int)
> PLAYBACK THREAD START : FAILED : None of required playback bus could be
> open. Try changing bust out on the tracks, please
>
> ------------------------------------------------------------------------
>
> But I can't change the suggested Bus out as mentioned above , because they
> are all greyed out in [BN] dialog .....
>
> ....... but there is a way to solve this .... (after creating a new project
> I can start play back and I'm able to record too) ....
>
>
>
> ............
> ............
> ENTERING Project.cc::create
>         [ Creating new project 48000  NumSongs=2 ]
>         [ Retrieving key DEFAULT_SAMPLE_RATE=48000  ]
>         [ Retrieving key DEFAULT_BIT_DEPTH=16  ]
>         ENTERING Song (CONSTRUCTOR)
>             ENTERING MustuxDrawable (CONSTRUCTOR)
>             LEAVING MustuxDrawable (CONSTRUCTOR)
>             ENTERING MustuxDrawable (CONSTRUCTOR)
>             LEAVING MustuxDrawable (CONSTRUCTOR)
>             [ Retrieving key HZOOM_LEVEL=19  ]
>             ENTERING Mixer (CONSTRUCTOR)
>                 [ --- Summary of all valid bus for this project ( 48000 Hz
> , STEREO, 16 bits --- ]
>                 [          ENS1371 - 1st OUT (hw:0,1) ]
>                 [          ENS1371 - 2nd OUT (hw:0,0) ]
>                 [          ENS1371 - 1st IN (hw:0,0) ]
>                 [ --- Buses not listed on this summary will be disable for
> this project --- ]
>             LEAVING Mixer (CONSTRUCTOR)
> ............
> ...........
>
>
> but this is just a temporary solution, because after restarting protux play
> back is not working again!
>
> -------------------------------------------------------------
>
>                 [ Opening PLAYBACK bus : ENS1371 - 1st OUT (hw:0,1) ... ]
>
> *** Error in int Bus::open(int, int, int, bool)
> Invalid mode for bus ENS1371 - 1st OUT (hw:0,1) : 44100 Hz, 16 bits, STEREO
>
>             LEAVING MustuxAudioBus.cc::open
>         LEAVING MustuxAudioDeviceMapper.cc::open_bus_out
>
> *** Error in int Mixer::go(long long int)
> PLAYBACK THREAD START : FAILED : None of required playback bus could be
> open. Try changing bust out on the tracks, please
>
>     LEAVING Mixer.cc::go
>
> ---------------------------------------------------------------
>
>
> greetings
> Reinhard
>
> > On Saturday 19 July 2003 10:22 am, Reinhard Amersberger wrote:
> > > Hi,
> > >
> > > my other pc has a creative soundblaster live value ... or something
> > > like that ... I forgot the correct name of this card, but it is just a
> > > cheap one and it seems that I need 48kHz support to start playback,
> > > right?
> > >
> > > ENTERING MustuxAudioDeviceMapper.cc::init
> > > [ Found ALSA supported Card : ENS1371 - Ensoniq AudioPCI ]
> > > [ PLABACK Bus 0 [ card 0 ] : "ENS1371 - 1st OUT (hw:0,1)" created ]
> > > [ PLABACK Bus 1 [ card 0 ] : "ENS1371 - 2nd OUT (hw:0,0)" created ]
> > > [ MustuxAudioDeviceMapper::CAPTURE Bus 0 [ card 0 ] : "ENS1371 - 1st
> > > IN (hw:0,0)" created ]
> > >
> > > [ Probing CAPTURE Buses
> > > ------------------------------------------------ ]
> > > [ Probing valid modes for bus 0:0 ... ]
> > > [ Trying 22050 Hz 1 channels 16 bits ... FAILED : ]
> > > [ Trying 22050 Hz 2 channels 16 bits ... FAILED : ]
> > > [ Trying 32000 Hz 1 channels 16 bits ... OK ]
> > > [ Trying 32000 Hz 2 channels 16 bits ... OK ]
> > > [ Trying 44100 Hz 1 channels 16 bits ... FAILED : ]
> > > [ Trying 44100 Hz 2 channels 16 bits ... FAILED : ]
> > > [ Trying 44100 Hz 1 channels 24 bits ... FAILED : ]
> > > [ Trying 44100 Hz 2 channels 24 bits ... FAILED : ]
> > > [ Trying 48000 Hz 1 channels 16 bits ... OK ]
> > > [ Trying 48000 Hz 2 channels 16 bits ... OK ]
> > > [ Trying 48000 Hz 1 channels 24 bits ... FAILED : ]
> > > [ Trying 48000 Hz 2 channels 24 bits ... FAILED : ]
> > > [ Trying 96000 Hz 1 channels 16 bits ... FAILED : ]
> > > [ Trying 96000 Hz 2 channels 16 bits ... FAILED : ]
> > > [ Trying 96000 Hz 1 channels 24 bits ... FAILED : ]
> > > [ Trying 96000 Hz 2 channels 24 bits ... FAILED : ]
> > > [ Probing PLAYBACK Buses
> > > ------------------------------------------------ ]
> > > [ Probing valid modes for bus 0:0 ... ]
> > > [ Trying 22050 Hz 1 channels 16 bits ... FAILED : ]
> > > [ Trying 22050 Hz 2 channels 16 bits ... FAILED : ]
> > > [ Trying 32000 Hz 1 channels 16 bits ... FAILED : ]
> > > [ Trying 32000 Hz 2 channels 16 bits ... FAILED : ]
> > > [ Trying 44100 Hz 1 channels 16 bits ... FAILED : ]
> > > [ Trying 44100 Hz 2 channels 16 bits ... FAILED : ]
> > > [ Trying 44100 Hz 1 channels 24 bits ... FAILED : ]
> > > [ Trying 44100 Hz 2 channels 24 bits ... FAILED : ]
> > > [ Trying 48000 Hz 1 channels 16 bits ... OK ]
> > > [ Trying 48000 Hz 2 channels 16 bits ... OK ]
> > > [ Trying 48000 Hz 1 channels 24 bits ... FAILED : ]
> > > [ Trying 48000 Hz 2 channels 24 bits ... FAILED : ]
> > > [ Trying 96000 Hz 1 channels 16 bits ... FAILED : ]
> > > [ Trying 96000 Hz 2 channels 16 bits ... FAILED : ]
> > > [ Trying 96000 Hz 1 channels 24 bits ... FAILED : ]
> > > [ Trying 96000 Hz 2 channels 24 bits ... FAILED : ]
> > >
> > >
> > >
> > >
> > > greetings
> > > Reinhard
> > >
> > >
> > >
> > > _______________________________________________
> > > Protux-devel mailing list
> > > address@hidden
> > > http://mail.nongnu.org/mailman/listinfo/protux-devel
>
> _______________________________________________
> Protux-devel mailing list
> address@hidden
> http://mail.nongnu.org/mailman/listinfo/protux-devel

-- 
Best Regards
--
Luciano Giordana - Musician - Certified Java/GNU C++ Developer - Free Software 
Evangelist
Project Mustux - http://www.freesoftware.fsf.org/mustux
-- GNU/Linux adoption grew 65% only this yer. Smile : we're winning. --




reply via email to

[Prev in Thread] Current Thread [Next in Thread]