[PlanetCCRMA] Re: PlanetCCRMA digest, Vol 1 #1654 - 5 msgs

David Beetham dave@paranoise.fsnet.co.uk
Fri Mar 10 09:33:01 2006


I'm interested in automatically setting the volume control i/o to full
volume on user log in ?
At the moment every time I log in I have to open up the volume control
application and manually set it to full volume ...
I would like to avoid having to do this ?

I'm running FC4 and have an m-audio 24/96 sound card

I imagine I could script it or perhaps change a conf file somewhere, but
I'm just guessing ...

Any help would be much appreciated ...

DaveB 

On Thu, 2006-03-09 at 12:00 -0800,
planetccrma-request@ccrma.Stanford.EDU wrote:
> Send PlanetCCRMA mailing list submissions to
> 	planetccrma@ccrma.stanford.edu
> 
> To subscribe or unsubscribe via the World Wide Web, visit
> 	http://ccrma-mail.stanford.edu/mailman/listinfo/planetccrma
> or, via email, send a message with subject or body 'help' to
> 	planetccrma-request@ccrma.stanford.edu
> 
> You can reach the person managing the list at
> 	planetccrma-admin@ccrma.stanford.edu
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of PlanetCCRMA digest..."
> 
> 
> Today's Topics:
> 
>    1. Re: general soundfont questions (blindman jones)
>    2. Re: general soundfont questions (Nigel Henry)
>    3. Re: general soundfont questions (Tom Poe)
>    4. Re: general soundfont questions (Tom Poe)
>    5. Re: sndcard now lost when booting ccrma kernel in FC2 (Nigel Henry)
> 
> --__--__--
> 
> Message: 1
> Date: Thu, 9 Mar 2006 08:36:57 -0500
> From: "blindman jones" <erleichda@gmail.com>
> To: planetccrma@ccrma.Stanford.EDU
> Subject: Re: [PlanetCCRMA] general soundfont questions
> 
> Or try a Prodikeys...
> http://www.prodikeys.com/
> 
> I use my kids Yamaha PSR-240 as a midi keyboard... there may be
> cheaper models too that have midi in/out.
> 
> later,
> mjr
> 
> On 3/9/06, Luis Garrido <luisgarrido@users.sourceforge.net> wrote:
> > On 3/9/06, Tom Poe <tompoe@fngi.net> wrote:
> > > I got all inspired after being introduced to lead sheets and playing
> > > piano, today.  I'm pretty sure I can set up vkeybd, Rosegarden4, Jack,
> > > and QSynth? to learn how to play chords using my PC keyboard.  Somebody
> > > stop me, if that's a ridiculous claim.
> > >
> >
> > A PC keyboard may let you play simple melodies, but due to technical
> > constrains it is strange that it will recognize more than two keys
> > pressed at a time, so it is highly unlikely that you can play three or
> > four note chords.
> >
> > If you are genuinely interested a good start could be buying a cheap
> > Casio or Yamaha keyboard with some builtin sounds, then you don't need
> > even a computer, but be sure it has midi or usb connection so you can
> > use midi software as well.
> >
> > You can find soundfonts in sf2midi.com.
> >
> > HTH,
> >
> > Luis
> >
> > _______________________________________________
> > PlanetCCRMA mailing list
> > PlanetCCRMA@ccrma.stanford.edu
> > http://ccrma-mail.stanford.edu/mailman/listinfo/planetccrma
> >
> 
> 
> --
> michael jones * erleichda archiving * usa
> shivering is the first step towards your destiny.....
> 
> 
> --
> michael jones * erleichda archiving * usa
> shivering is the first step towards your destiny.....
> 
> 
> --__--__--
> 
> Message: 2
> From: Nigel Henry <cave.dnb@tiscali.fr>
> To: planetccrma@ccrma.Stanford.EDU
> Subject: Re: [PlanetCCRMA] general soundfont questions
> Date: Thu, 9 Mar 2006 15:07:17 +0100
> Cc: Tom Poe <tompoe@fngi.net>
> 
> On Thursday 09 March 2006 05:31, Tom Poe wrote:
> > I got all inspired after being introduced to lead sheets and playing
> > piano, today.  I'm pretty sure I can set up vkeybd, Rosegarden4, Jack,
> > and QSynth? to learn how to play chords using my PC keyboard.  Somebody
> > stop me, if that's a ridiculous claim.
> >
> > I started reading through the Rosegarden4 manual to set up stuff, and
> > quickly arrived at the part that calls for loading soundfonts.  Does
> > CCRMA include general soundfonts when I install?  When I run command: #
> > locate soundfont
> > /usr/include/sound/soundfont.h
> > /usr/share/mimelnk/audio/x-soundfont.desktop
> > /lib/modules/2.6.12-0.21.rdt.rhfc4.ccrma/build/include/sound/soundfont.h
> >
> > Any recommendation for downloading general soundfont files for my sound
> > card:
> 
> Hi Tom. Soundfonts can't be loaded onto your card. Only Audigy, or SBlive 
> cards with a hardware wavetable synth, and using the emu10k1 driver, are 
> capable of having soundfonts loaded onto them.
> 
> The alternatives are to use TiMidity, or use Qsynth and load soundfonts (.sf2) 
> into that.
> 
> GM soundfonts, and others are available from. http://www.hammersound.net/ , 
> and other places on the Internet.  All the best. Nigel.
> > $ /sbin/lsmod | grep snd
> > snd_intel8x0           33856  0
> > snd_ac97_codec         83708  1 snd_intel8x0
> > snd_seq_dummy           4228  2
> > snd_seq_oss            37888  0
> > snd_seq_midi_event      7680  1 snd_seq_oss
> > snd_seq                60176  5
> > snd_seq_dummy,snd_seq_oss,snd_seq_midi_event snd_seq_device          9868 
> > 3 snd_seq_dummy,snd_seq_oss,snd_seq
> > snd_pcm_oss            63776  0
> > snd_mixer_oss          21376  1 snd_pcm_oss
> > snd_pcm               106632  3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
> > snd_timer              28292  2 snd_seq,snd_pcm
> > snd                    68612  11
> > snd_intel8x0,snd_ac97_codec,snd_seq_dummy,snd_seq_oss,snd_seq_midi_event,sn
> >d_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer soundcore  
> >             9824  1 snd
> > snd_page_alloc         11140  2 snd_intel8x0,snd_pcm
> 
> 
> --__--__--
> 
> Message: 3
> Date: Thu, 09 Mar 2006 08:29:25 -0600
> From: Tom Poe <tompoe@fngi.net>
> To: Luis Garrido <luisgarrido@users.sourceforge.net>
> Cc: planetccrma@ccrma.Stanford.EDU
> Subject: Re: [PlanetCCRMA] general soundfont questions
> 
> Luis Garrido wrote:
> 
> >On 3/9/06, Tom Poe <tompoe@fngi.net> wrote:
> >  
> >
> >>I got all inspired after being introduced to lead sheets and playing
> >>piano, today.  I'm pretty sure I can set up vkeybd, Rosegarden4, Jack,
> >>and QSynth? to learn how to play chords using my PC keyboard.  Somebody
> >>stop me, if that's a ridiculous claim.
> >>
> >>    
> >>
> >
> >A PC keyboard may let you play simple melodies, but due to technical
> >constrains it is strange that it will recognize more than two keys
> >pressed at a time, so it is highly unlikely that you can play three or
> >four note chords.
> >
> >If you are genuinely interested a good start could be buying a cheap
> >Casio or Yamaha keyboard with some builtin sounds, then you don't need
> >even a computer, but be sure it has midi or usb connection so you can
> >use midi software as well.
> >
> >You can find soundfonts in sf2midi.com.
> >
> >HTH,
> >
> >Luis
> >  
> >
> Luis:  Thanks for the reality check!  If I kept going, I would surely 
> have blown myself up like Wile E. Coyote on the roadrunner cartoons.  :)
> Tom
> 
> -- 
> 94% of returning troops suffer from trauma
> Open Studios
> http://www.ibiblio.org/studioforrecording/
> 
> 
> --__--__--
> 
> Message: 4
> Date: Thu, 09 Mar 2006 08:41:11 -0600
> From: Tom Poe <tompoe@fngi.net>
> To: Nigel Henry <cave.dnb@tiscali.fr>
> Cc: planetccrma@ccrma.Stanford.EDU
> Subject: Re: [PlanetCCRMA] general soundfont questions
> 
> Nigel Henry wrote:
> 
> >On Thursday 09 March 2006 05:31, Tom Poe wrote:
> >  
> >
> >>I got all inspired after being introduced to lead sheets and playing
> >>piano, today.  I'm pretty sure I can set up vkeybd, Rosegarden4, Jack,
> >>and QSynth? to learn how to play chords using my PC keyboard.  Somebody
> >>stop me, if that's a ridiculous claim.
> >>
> >>I started reading through the Rosegarden4 manual to set up stuff, and
> >>quickly arrived at the part that calls for loading soundfonts.  Does
> >>CCRMA include general soundfonts when I install?  When I run command: #
> >>locate soundfont
> >>/usr/include/sound/soundfont.h
> >>/usr/share/mimelnk/audio/x-soundfont.desktop
> >>/lib/modules/2.6.12-0.21.rdt.rhfc4.ccrma/build/include/sound/soundfont.h
> >>
> >>Any recommendation for downloading general soundfont files for my sound
> >>card:
> >>    
> >>
> >
> >Hi Tom. Soundfonts can't be loaded onto your card. Only Audigy, or SBlive 
> >cards with a hardware wavetable synth, and using the emu10k1 driver, are 
> >capable of having soundfonts loaded onto them.
> >
> >The alternatives are to use TiMidity, or use Qsynth and load soundfonts (.sf2) 
> >into that.
> >
> >GM soundfonts, and others are available from. http://www.hammersound.net/ , 
> >and other places on the Internet.  All the best. Nigel.
> >  
> >
> >>$ /sbin/lsmod | grep snd
> >>snd_intel8x0           33856  0
> >>snd_ac97_codec         83708  1 snd_intel8x0
> >>snd_seq_dummy           4228  2
> >>snd_seq_oss            37888  0
> >>snd_seq_midi_event      7680  1 snd_seq_oss
> >>snd_seq                60176  5
> >>snd_seq_dummy,snd_seq_oss,snd_seq_midi_event snd_seq_device          9868 
> >>3 snd_seq_dummy,snd_seq_oss,snd_seq
> >>snd_pcm_oss            63776  0
> >>snd_mixer_oss          21376  1 snd_pcm_oss
> >>snd_pcm               106632  3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
> >>snd_timer              28292  2 snd_seq,snd_pcm
> >>snd                    68612  11
> >>snd_intel8x0,snd_ac97_codec,snd_seq_dummy,snd_seq_oss,snd_seq_midi_event,sn
> >>d_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer soundcore  
> >>            9824  1 snd
> >>snd_page_alloc         11140  2 snd_intel8x0,snd_pcm
> >>    
> >>
> >
> >_______________________________________________
> >PlanetCCRMA mailing list
> >PlanetCCRMA@ccrma.stanford.edu
> >http://ccrma-mail.stanford.edu/mailman/listinfo/planetccrma
> >
> >  
> >
> Nigel:  Thanks for the info.  I'll check out configuring QSynth. 
> Tom
>