[Alsa-user] Still able to record with 0% capture volume and boost?

2009-10-30 Thread Ng Oon-Ee
Hi all, I'm using an Asus F8SG, the important thing about it for the purpose of this email is that in alsamixer the card is listed as a 'Realtek ALC660-VD'. Using the snd-hda-intel driver. When I tab to the Capture tab and set my Capture volume to 0 (dB gain = -13.5) and Mic Boost to 0, I still g

Re: [Alsa-user] Connecting RawMidi

2009-10-30 Thread Michael Schnupp
Clemens Ladisch schrieb: > Michael Schnupp wrote: > >> I want to use the RawMidi interface to send MIDI data to my midi port. >> At the moment, I open that "virtual" interface and connect the created >> port with 'system("aconnect 130:0 128:0")' directly afterwards. >> > > See the output of

Re: [Alsa-user] Connecting RawMidi

2009-10-30 Thread Clemens Ladisch
Michael Schnupp wrote: > I want to use the RawMidi interface to send MIDI data to my midi port. > At the moment, I open that "virtual" interface and connect the created > port with 'system("aconnect 130:0 128:0")' directly afterwards. See the output of "amidi -l" for a list of RawMidi device names

[Alsa-user] Connecting RawMidi

2009-10-30 Thread Michael Schnupp
Hello, I want to use the RawMidi interface to send MIDI data to my midi port. At the moment, I open that "virtual" interface and connect the created port with 'system("aconnect 130:0 128:0")' directly afterwards. This currently works for me, but is probably not the way it is planed to... What is