Re: [Alsa-user] midi on chromeos crostini and ras pi os

2021-02-15 Thread Stephen Hazel
Rats! I forgot to mention that ChromeOS gives me: $ ./tmidi Mon.16:29:29.980 card=0 name=hw:0 Mon.16:29:30.031 ALSA snd_ctl_rawmidi_next_device error: Inappropriate ioctl for device When I run the cpp in https://github.com/Stephen-Hazel/tmidi (the only important stuff is in main.cpp) I think

[Alsa-user] midi on chromeos crostini and ras pi os

2021-02-15 Thread Stephen Hazel
this isn't directly related to alsa. but i'm hoping yall can help me. I've been a windows developer of a midi app and i've finally realized that win10 is not for me. I've found Qt will probably get my old win32 cpp going just fine on linux with a minor rewrite. So on raspberry pi os, I've got

[Alsa-user] MIDI interface shows up in amidi, not in aplaymidi/arecordmidi

2020-06-07 Thread David Santinoli
Hallo, I cross-compiled alsa-lib-1.2.2 and alsa-utils-1.2.2 for LibreELEC on a Raspberry Pi after adding MIDI support to the kernel (4.19.36). When I connect my Clavinova digital piano (which comes with an embedded USB MIDI interface) to the Raspberry, it does not get listed as a valid I/O by

[Alsa-user] MIDI in for VirtualBox iOS guest

2019-03-31 Thread Ralf Mardorf
Hi, the Synth One open-source project [ https://github.com/AudioKit/AudioKitSynthOne ], unfortunately not available for Linux, runs fine installed to an iOS 12.2 VirtualBox guest [ https://i.imgur.com/4rHkCs4.jpg ]. Audio out works and is available for usage by the Linux host.

Re: [Alsa-user] MIDI events of custom USB device not appearing in aseqdump

2018-08-24 Thread Kevin Cuzner
On 08/22/2018 01:49 AM, Clemens Ladisch via Alsa-user wrote: > Please show the output of "lsusb -v" for your device. The device also implements an HID interface for driverless firmware update and control (changing what control maps to what channel etc), so the descriptor is a touch length. I'm

Re: [Alsa-user] MIDI events of custom USB device not appearing in aseqdump

2018-08-22 Thread Clemens Ladisch via Alsa-user
Kevin Cuzner wrote: > My device presents a USB Midistreaming interface with the following > characteristics: > - A single embedded MIDI IN jack with ID 1 > - A single embedded MIDI OUT jack with ID 2 > - A single element with ID 3 > - The embedded MIDI IN jack is attached to the single input

[Alsa-user] MIDI events of custom USB device not appearing in aseqdump

2018-08-21 Thread Kevin Cuzner
I'm developing a USB MIDI device for my own hobby use and I've run into a bit of an issue. I plan to release it as OSHW, but for now it is not in a presentable state. My device presents a USB Midistreaming interface with the following characteristics: - A single embedded MIDI IN jack with ID 1 -

Re: [Alsa-user] MIDI subscription

2018-01-02 Thread Clemens Ladisch via Alsa-user
Paul D. DeRocco wrote: > Under "Subscription", it says "subscription is a connection between two > sequencer ports." The snd_seq_subscribe_port() function takes a > snd_seq_port_subscribe_t which specifies a sender and a receiver. But the > explanation always seems to refer to subscribing "to" a

[Alsa-user] MIDI subscription

2017-12-28 Thread Paul D. DeRocco
I'm reading seq.html, and trying to understand how MIDI events are passed around, but it doesn't make sense to me. Under "Subscription", it says "subscription is a connection between two sequencer ports." The snd_seq_subscribe_port() function takes a snd_seq_port_subscribe_t which specifies a

Re: [Alsa-user] midi-player

2012-01-23 Thread Stefan Thomas
Dear Casi, thanks for Your proposals! It works fine now, I can hear sound. 2012/1/23 Casi Javi casi_j...@yahoo.es Stefan Thomas wrote: Dear Casi, I tried seq24 and it seems to be the right thing for me but: I can't get sound out of it. When I open a midi file and play it, I hear nothing.

Re: [Alsa-user] midi-player

2012-01-22 Thread Stefan Thomas
Dear Casi, I tried seq24 and it seems to be the right thing for me but: I can't get sound out of it. When I open a midi file and play it, I hear nothing. When I type aconnect -o I don't find something like seq24. How can I connect seq24 to the timidity server? 2012/1/17 Stefan Thomas

[Alsa-user] midi-player

2012-01-17 Thread Stefan Thomas
Dear community, I'm searching for an midi-player for ubuntu. I need a software, that can play midi in any desired tempo and which can play also loops. Off course, there's rosegarden, but I think, that's too big and complicated for my aim.

Re: [Alsa-user] midi-player

2012-01-17 Thread Jure Repinc
On Torek 17. of January 2012 09:12:23 Stefan Thomas wrote: Dear community, I'm searching for an midi-player for ubuntu. I need a software, that can play midi in any desired tempo and which can play also loops. Off course, there's rosegarden, but I think, that's too big and complicated for my

Re: [Alsa-user] midi-player

2012-01-17 Thread Stefan Thomas
Thanks, I will try it! 2012/1/17 Casi Javi casi_j...@yahoo.es Stefan Thomas wrote: Dear community, I'm searching for an midi-player for ubuntu. I need a software, that can play midi in any desired tempo and which can play also loops. Off course, there's rosegarden, but I think, that's too

Re: [Alsa-user] MIDI Start/Stop and controller messages

2011-05-15 Thread Alex Montgomery
On Wed, Mar 2, 2011 at 3:09 PM, Don Garb dong...@mrrb.ca wrote: Hi, I am new to Rosegarden so please excuse me if my questions are basic. I have an old Korg N5 synth connected through an Emu XMIDI 1X1 Tab into RG. There is a button on my Korg that is meant to turn an external looping

Re: [Alsa-user] MIDI, snd-serial-u16550 and dropped notes

2011-03-03 Thread r10kindsofpeople
On Tue, Mar 1, 2011 at 5:34 PM, r10kindsofpeople r10kindsofpeo...@gmail.com wrote: Ok, let's try problem 2: something is causing corrupted MIDI messages. Using the snd-serial-u16550 driver I have two MIDI inputs.  Every now and then (after 5-15 minutes of playing) I get a dropped or corrupted

Re: [Alsa-user] MIDI, snd-serial-u16550 and dropped notes

2011-03-02 Thread r10kindsofpeople
Ok, let's try problem 2: something is causing corrupted MIDI messages. Using the snd-serial-u16550 driver I have two MIDI inputs. Every now and then (after 5-15 minutes of playing) I get a dropped or corrupted message. I managed to capture this using both a logic analyzer on the serial data and

[Alsa-user] MIDI Start/Stop and controller messages

2011-03-02 Thread Don Garb
Hi, I am new to Rosegarden so please excuse me if my questions are basic. I have an old Korg N5 synth connected through an Emu XMIDI 1X1 Tab into RG. There is a button on my Korg that is meant to turn an external looping sequencer on and off and it's called MIDI START/STOP. I can see the

[Alsa-user] MIDI, snd-serial-u16550 and dropped notes

2011-02-28 Thread r10kindsofpeople
I'm actually having what I think are two different problems with dropped notes, but let's focus on the easier one first... snd-serial-u16550 appears to drop notes when CTS is raised/lowered. If I send large amounts of data to a port from the PC, the receiving serial device eventually raises CTS

Re: [Alsa-user] MIDI playback not keeping steady time with recent kernels

2011-02-21 Thread Arthur Marsh
Arthur Marsh wrote, on 06/02/11 21:37: Arthur Marsh wrote, on 06/02/11 16:06: Arthur Marsh wrote, on 06/02/11 12:08: Arthur Marsh wrote, on 05/02/11 17:30: Hi, I've had problems lately with recent kernels 2.6.37 and later, but haven't been able to pinpoint a specific change with git-bisect.

Re: [Alsa-user] MIDI playback not keeping steady time with recent kernels

2011-02-06 Thread Arthur Marsh
Arthur Marsh wrote, on 06/02/11 16:06: Arthur Marsh wrote, on 06/02/11 12:08: Arthur Marsh wrote, on 05/02/11 17:30: Hi, I've had problems lately with recent kernels 2.6.37 and later, but haven't been able to pinpoint a specific change with git-bisect. MIDI playback either through xmms or

Re: [Alsa-user] MIDI playback not keeping steady time with recent kernels

2011-02-05 Thread Arthur Marsh
Arthur Marsh wrote, on 05/02/11 17:30: Hi, I've had problems lately with recent kernels 2.6.37 and later, but haven't been able to pinpoint a specific change with git-bisect. MIDI playback either through xmms or aplaymidi won't keep regular time, sounding weird going faster and slower under

Re: [Alsa-user] MIDI playback not keeping steady time with recent kernels

2011-02-05 Thread Arthur Marsh
Arthur Marsh wrote, on 06/02/11 12:08: Arthur Marsh wrote, on 05/02/11 17:30: Hi, I've had problems lately with recent kernels 2.6.37 and later, but haven't been able to pinpoint a specific change with git-bisect. MIDI playback either through xmms or aplaymidi won't keep regular time,

Re: [Alsa-user] MIDI Configuration of Ploytec MIDI-USB Device

2011-01-17 Thread Clemens Ladisch
Johannes Findeisen wrote: On Tue, 2011-01-11 at 10:22 +0100, Clemens Ladisch wrote: localhost ~ # amidi -l Dir DeviceName IO hw:3,0,0 Ploytec MIDI Cable MIDI 1 IO hw:4,0,0 Ploytec MIDI Cable MIDI 1 Both devices claim to have both an input and an output port. Why do

Re: [Alsa-user] MIDI Configuration of Ploytec MIDI-USB Device

2011-01-14 Thread Johannes Findeisen
Hello Clemens, it seems that I am wrong on this list. On Tue, 2011-01-11 at 10:22 +0100, Clemens Ladisch wrote: localhost ~ # amidi -l Dir DeviceName IO hw:3,0,0 Ploytec MIDI Cable MIDI 1 IO hw:4,0,0 Ploytec MIDI Cable MIDI 1 Both devices claim to have both an input and an

Re: [Alsa-user] MIDI Configuration of Ploytec MIDI-USB Device

2011-01-11 Thread Clemens Ladisch
Johannes Findeisen wrote: On Mon, 2011-01-10 at 09:17 +0100, Clemens Ladisch wrote: Johannes Findeisen wrote: I am using two Ploytec MIDI cables for connecting my keyboard to my PC. One should work as IN port the other should work as OUT port. These cables have a MIDI plug on one side

Re: [Alsa-user] MIDI Configuration of Ploytec MIDI-USB Device

2011-01-10 Thread Clemens Ladisch
Johannes Findeisen wrote: I am using two Ploytec MIDI cables for connecting my keyboard to my PC. One should work as IN port the other should work as OUT port. These cables have a MIDI plug on one side and a USB plug on the other. The electronics are embedded in one of the ends of the cable.

Re: [Alsa-user] MIDI Configuration of Ploytec MIDI-USB Device

2011-01-10 Thread Johannes Findeisen
On Mon, 2011-01-10 at 09:17 +0100, Clemens Ladisch wrote: Johannes Findeisen wrote: I am using two Ploytec MIDI cables for connecting my keyboard to my PC. One should work as IN port the other should work as OUT port. These cables have a MIDI plug on one side and a USB plug on the other.

[Alsa-user] MIDI Configuration of Ploytec MIDI-USB Device

2011-01-09 Thread Johannes Findeisen
Hello all, I am using two Ploytec MIDI cables for connecting my keyboard to my PC. One should work as IN port the other should work as OUT port. These cables have a MIDI plug on one side and a USB plug on the other. The electronics are embedded in one of the ends of the cable. My problem is,

Re: [Alsa-user] MIDI I/O not working, ice1712

2010-04-21 Thread Lenson Pellouchoud
Hi all, I finally figured it out- bad MIDI cable. I hadn't even thought about this, because the cables were brand new, out of the box, but then again one should always test a brand new cable. Embarrassing, and a total waste of time and money. I really appreciate the time you took to read into my

Re: [Alsa-user] MIDI I/O not working, ice1712

2010-04-21 Thread Julien Claassen
Hi Lenson! No problem. As long as you fixed your problem. I thik that's why this list exists. To help. It's always learning. I can tell from own experiences. :-) I guess so can others. Warmly yours Julien Music was my first love and it will be my last (John Miles)

Re: [Alsa-user] MIDI I/O not working, ice1712

2010-04-09 Thread Lenson Pellouchoud
Thanks for sharing your ideas. I did make sure they were both using the same channel, and I did a diagnostic MIDI loop-back with the Kurzweil to find that indeed it can't transmit/receive its own MIDI signals. I haven't set up the diagnostic loop on the Delta1010 yet, but that is a good idea. As

Re: [Alsa-user] MIDI I/O not working, ice1712

2010-04-08 Thread sonof...@iinet.net.au
Hi Lenson, Make sure you are sending on the same MIDI channel that your kurzweil is set to receive. You may be able to set the Kurzweil to receive on OMNI (which means all channels). Each MIDI device is different so I can't tell you how to do this for your device. I hope this doesn't sound

Re: [Alsa-user] MIDI I/O not working, ice1712

2010-04-07 Thread Lenson Pellouchoud
As of yet, I have no idea why the keyboard is not sending MIDI. I use a Kurzweil PC3x, and the configuration for MIDI should be very simple. It has a standard MIDI out port as well as USB MIDI capability (which I have not yet tried to use), but this keyboard is supposed to be able to use all forms

Re: [Alsa-user] MIDI I/O not working, ice1712

2010-04-07 Thread Lenson Pellouchoud
I was able to get a MIDI sequencer program to pick up on MIDI data coming into the card, but I was using Windows for that test, only to confirm that the card's MIDI input port was working. I will certainly send an update once I get a chance to try it out on the Linux station. I haven't tried yet

Re: [Alsa-user] MIDI I/O not working, ice1712

2010-04-06 Thread Lenson Pellouchoud
In regards to the my last mailing about the MIDI I/O, I found out last night that there are no MIDI signals coming out of my keyboard- unexpected, and unfortunate, but at least it's less mysterious now. Much thanks to Julien for the tips on using aconnect and aseqdump. Best, Lenson 2010/4/1

[Alsa-user] MIDI I/O not working, ice1712

2010-04-01 Thread Lenson Pellouchoud
Hello, I am using ubuntu studio 9.10 (kernel 2.6.31-9-rt) and an M-Audio Delta 1010 PCI sound card, and trying to get MIDI inputs and outputs to work on this sound card. This card uses the alsa snd-ice1712 driver. I have Jack installed and working. MIDI signals from virtual keyboard or a MIDI

Re: [Alsa-user] MIDI I/O not working, ice1712

2010-04-01 Thread Julien Claassen
Hi! I don't exactly have your kernel, but very close. Did you try: aconnect -li and aconnect -lo These should also list your ALSA sequencer MIDI ports. To see, if your soundcard gets MIDI-input: aseqdump -p 20:0 Or was your card 10. If you see something there, then at least

Re: [Alsa-user] midi not working

2009-03-06 Thread Tony Smolar
Just as an update, I tested timidity in server mode. It shows up under 'aconnect -lo', but I get no music through it either if I try to play to it with aplaymidi. If I use timidity by itself on the command line it works. So it seems that whatever the problem is it is in the sequencer

Re: [Alsa-user] midi not working

2009-03-05 Thread Cassiel
So it's not an RT kernel? If yes, you should switch to 2.6.29 or downgrade to 2.6.26 in order to apply the one of the patches found on http://www.kernel.org/pub/linux/kernel/projects/rt/ Midi well known issues have been fixed in 2.6.26 -rt kernels. r 2009/3/5 Tony Smolar tsmol...@netscape.net

Re: [Alsa-user] midi not working

2009-03-05 Thread Tony Smolar
No, it isn't an RT kernel. I did find that patch, and I attempted to apply it, but my kernel did not have the bug that is fixed in that patch. Thanks for responding Anthony Smolar Cassiel wrote: So it's not an RT kernel? If yes, you should switch to 2.6.29 or downgrade to 2.6.26 in order

[Alsa-user] midi not working

2009-03-04 Thread Tony Smolar
Greetings, Ever since I upgraded to Fedora 8, I haven't been able to use either an external synth or the wavetable on my SBlive card with either aplaymidi or kmid. At most, they play 1 note.However, amidi seems to work for sending/receiving raw midi. kernel is 2.6.26.8-57, alsa-lib is

[Alsa-user] MIDI note jitter with alsa

2009-01-12 Thread steve linabery
Hi. I use jackd as follows: /usr/bin/jackd -v -R -P70 -dalsa -r48000 -p128 -n2 -D -Chw:0 -Phw:0 -Xraw Here's my output from alsa-info script: http://www.alsa-project.org/db/?f=8b1149c838d952854b79008a7a9b1980bd3ba0ff I notice that when I record MIDI from my vDrums, the playback is never quite

Re: [Alsa-user] MIDI note jitter with alsa

2009-01-12 Thread steve linabery
This is not a stock kernel; it's from f8-based planet-ccrma, 2.6.24.7-1.rt3.2.fc8.ccrmart to wit. Here's /proc/asound/timers: G0: system timer : 1000.000us (1000 ticks) G1: RTC timer : 976.562us (1 ticks) Client sequencer queue 0 : stopped P0-0-0: PCM playback 0-0-0 : SLAVE P0-0-1:

Re: [Alsa-user] MIDI note jitter with alsa

2009-01-12 Thread sonof...@iinet.net.au
Hi I am getting pretty good MIDI timing. I am using 2.6.26-rt (gentoo).. I don't really see any noticeable jitter but then again, of late I have really only been using it for controller information and handling note information on my external sequencer.. However, (when I had a working copy of

Re: [Alsa-user] Midi In with Audigy 2 ZS

2008-10-26 Thread Carl Bauer
:* Carl Bauer [EMAIL PROTECTED] *To:* Vedran Miletić [EMAIL PROTECTED] *Cc:* alsa-user mailing list alsa-user@lists.sourceforge.net *Sent:* Sunday, October 19, 2008 5:05 PM *Subject:* Re: [Alsa-user] Midi In with Audigy 2 ZS On Sun, Oct 19, 2008 at 2:49 AM, Vedran Miletić [EMAIL PROTECTED]wrote

Re: [Alsa-user] Midi In with Audigy 2 ZS

2008-10-19 Thread Vedran Miletić
You can catch data with arecordmidi. 2008/10/19 Carl Bauer [EMAIL PROTECTED]: Ok. Maybe I'm not understanding something fundamental here. If so, I would really appreciate it if someone could explain it to me. I have been told twice now that I need to load a soundfont into my SB card. Why??? A

Re: [Alsa-user] Midi In with Audigy 2 ZS

2008-10-19 Thread Carl Bauer
On Sun, Oct 19, 2008 at 2:49 AM, Vedran Miletić [EMAIL PROTECTED] wrote: You can catch data with arecordmidi. Tried that. Okay, let me rephrase the question. Is there anyone out there with an Audigy 2 ZS that has a working Midi In via the Live Drive/front panel jack? If so, please tell me

Re: [Alsa-user] Midi In with Audigy 2 ZS

2008-10-19 Thread Graham Harrison
Sent: Sunday, October 19, 2008 5:05 PM Subject: Re: [Alsa-user] Midi In with Audigy 2 ZS On Sun, Oct 19, 2008 at 2:49 AM, Vedran Miletić [EMAIL PROTECTED] wrote: You can catch data with arecordmidi. Tried that. Okay, let me rephrase the question. Is there anyone out

Re: [Alsa-user] Midi In with Audigy 2 ZS

2008-10-19 Thread Carl Bauer
. Graham - Original Message - *From:* Carl Bauer [EMAIL PROTECTED] *To:* Vedran Miletić [EMAIL PROTECTED] *Cc:* alsa-user mailing list alsa-user@lists.sourceforge.net *Sent:* Sunday, October 19, 2008 5:05 PM *Subject:* Re: [Alsa-user] Midi In with Audigy 2 ZS On Sun, Oct 19, 2008

[Alsa-user] Midi In with Audigy 2 ZS

2008-10-18 Thread Carl Bauer
I am trying to get my Audigy 2 ZS card to recognize signals from my Korg SP-200 keyboard. I am using the midi input jack on the audigy's live drive front panel thingy. I am using an up-to-date Fedora Core 9. The problems I have encountered and things I have already tried are described best in

Re: [Alsa-user] Midi In with Audigy 2 ZS

2008-10-18 Thread Vedran Miletić
You need to load the soundfont, of course, and then connect input to sampler using qjackctl. There is no need to run jack all the time, it works without it too. 2008/10/18 Carl Bauer [EMAIL PROTECTED]: I am trying to get my Audigy 2 ZS card to recognize signals from my Korg SP-200 keyboard. I

Re: [Alsa-user] Midi In with Audigy 2 ZS

2008-10-18 Thread Carl Bauer
Ok. Maybe I'm not understanding something fundamental here. If so, I would really appreciate it if someone could explain it to me. I have been told twice now that I need to load a soundfont into my SB card. Why??? A soundfont is just a collection of sounds to be played by midi instructions, and I

[Alsa-user] Midi timpiece

2008-08-29 Thread Matthew Polashek
- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK win great prizes Grand prize is a trip for two to an Open Source event anywhere in

[Alsa-user] MIDI Timepiece AV Parallel Ubuntustudio

2008-08-29 Thread Matthew Polashek
Hi! I'm looking for set of instructions for installing a MIDI Timepiece AV on Ubunutu Studio (hardy). Any tips? I go the kernel module to load by blacklisting the parallel port modules, but it's not working. Help? Thanks! Matt

[Alsa-user] midi timing issues (?) with m-audio delta-44, f8, ccrma distro

2008-08-14 Thread steve linabery
If I import a known good midi file into Rosegarden, for example, and send the midi to my vDrum brain, it sounds like it's being played by someone with no sense of rhythm. Yesterday I recorded a performance using both ardour and rosegarden (capturing audio and midi, respectively), then re-recorded

Re: [Alsa-user] MIDI with Intel HDA

2007-10-28 Thread James Shatto
But it seems MIDI is not supported: Many cards don't have onboard midi support these days. As long as you compiled with --with-sequencer=yes, you can run timidity to emulate midi. # modprobe snd-seq-oss $ timidity -Oi -iA Assuming timidity is installed and configured with useable sound

Re: [Alsa-user] midi port does not work

2007-10-22 Thread Clemens Ladisch
Alexander Saydakov wrote: This port shows garbage half of the time. Sometimes it shows right note on/off events, but sometimes complete garbage events like channel aftertouch (keyboard does not have any), resets or other events unrelated to the keys I push. Here I press the A note in the

Re: [Alsa-user] midi port does not work

2007-10-12 Thread Alexander Saydakov
- Original Message From: Clemens Ladisch [EMAIL PROTECTED] To: Alexander Saydakov [EMAIL PROTECTED] Cc: alsa-user@lists.sourceforge.net Sent: Thursday, October 11, 2007 6:24:27 AM Subject: Re: [Alsa-user] midi port does not work Now I have a different problem. I added SB Live 5.1 card

Re: [Alsa-user] midi port does not work

2007-10-12 Thread Alexander Saydakov
- Original Message From: Alexander Saydakov [EMAIL PROTECTED] To: Clemens Ladisch [EMAIL PROTECTED] Cc: alsa-user@lists.sourceforge.net Sent: Friday, October 12, 2007 9:32:36 PM Subject: Re: [Alsa-user] midi port does not work - Original Message From: Clemens Ladisch [EMAIL

Re: [Alsa-user] Midi pitchbend sends incorrect message.

2007-10-11 Thread Clemens Ladisch
[EMAIL PROTECTED] wrote: I am using an m-audio Oxygen keyboard. This has USB and a normal midi output. The pitchbend does not work properly. The pitchbend message for the default (middle position) should should be data bytes 0 and 64. Monitoring the pitch bend using the java

Re: [Alsa-user] midi port does not work

2007-09-30 Thread Alexander Saydakov
- Original Message From: Alexander Saydakov [EMAIL PROTECTED] To: Clemens Ladisch [EMAIL PROTECTED] Cc: alsa-user@lists.sourceforge.net Sent: Friday, September 28, 2007 4:05:56 PM Subject: Re: [Alsa-user] midi port does not work 20:0MPU-401 UART MPU-401 UART

[Alsa-user] Midi pitchbend sends incorrect message.

2007-09-29 Thread eespjl
Hi, I am using an m-audio Oxygen keyboard. This has USB and a normal midi output. The pitchbend does not work properly. The pitchbend message for the default (middle position) should should be data bytes 0 and 64. Monitoring the pitch bend using the java API I see data bytes 0 and

[Alsa-user] midi port does not work

2007-09-28 Thread Alexander Saydakov
Hi! I am trying to hook up a MIDI keyboard. Here is my configuration: Asus P4P800-E motherboard with on-board sound and MIDI/game port. MIDI port is configured 0x330 irq 5 in BIOS setup Fedora 7 with kernel 2.6.22.7-85.fc7 (tried with the previous 2.6.22.5-76.fc7 also) alsa-lib-1.0.14-3.fc7

Re: [Alsa-user] midi port does not work

2007-09-28 Thread Alexander Saydakov
- Original Message From: Clemens Ladisch [EMAIL PROTECTED] To: Alexander Saydakov [EMAIL PROTECTED] Cc: alsa-user@lists.sourceforge.net Sent: Friday, September 28, 2007 9:14:21 AM Subject: Re: [Alsa-user] midi port does not work Alexander Saydakov wrote: I am trying to hook up a MIDI

Re: [Alsa-user] midi port does not work

2007-09-28 Thread Clemens Ladisch
Alexander Saydakov wrote: I am trying to hook up a MIDI keyboard. Here is my configuration: Asus P4P800-E motherboard with on-board sound and MIDI/game port. MIDI port is configured 0x330 irq 5 in BIOS setup ... $ aseqdump -l PortClient name Port name ... 20:0

Re: [Alsa-user] midi port does not work

2007-09-28 Thread Alexander Saydakov
- Original Message From: Clemens Ladisch [EMAIL PROTECTED] To: Alexander Saydakov [EMAIL PROTECTED] Cc: alsa-user@lists.sourceforge.net Sent: Friday, September 28, 2007 9:14:21 AM Subject: Re: [Alsa-user] midi port does not work Alexander Saydakov wrote: I am trying to hook up a MIDI

[Alsa-user] Midi Program Change Messages in Alsa

2007-07-23 Thread Jonathan Leonard
Hello, has anyone ever successfully used midi program change messages in ALSA? I am not sure if I have configured something incorrectly, or if I should compile a bug report. If someone could say yeah, I use program change all the time - programs banks whatever its great.

Re: [Alsa-user] Midi Program Change Messages in Alsa

2007-07-23 Thread Frank Barknecht
Hallo, Jonathan Leonard hat gesagt: // Jonathan Leonard wrote: Hello, has anyone ever successfully used midi program change messages in ALSA? Yes, I use them all the time, but may differently that you are using them. Could you describe a bit more where it fails, what kind of software

[Alsa-user] MIDI and onboard SiS7012 (CMI9761A+)?

2007-05-14 Thread Giuseppe Zompatori
Hello, I have an asrock motherboard for which mpu401 doesn't want to work. I have the modules loaded correctly(I think), everything shows ok in /proc/interrupts and /proc/ioports (i.e.: it uses the BIOS settings for the mpu401) but once an application tries to wite to the port I am getting this

Re: [Alsa-user] MIDI input/output interaction w/snd-serial-u16550 (resolved)

2007-04-11 Thread r10 kindsofpeople
. John From: r10 kindsofpeople [EMAIL PROTECTED] To: alsa-user@lists.sourceforge.net Subject: Re: [Alsa-user] MIDI input/output interaction w/snd-serial-u16550 Date: Thu, 05 Apr 2007 15:30:15 -0500 For what it's worth, I've isolated the problem a bit more, and wonder if I'm looking at a bug

Re: [Alsa-user] MIDI input/output interaction w/snd-serial-u16550

2007-04-05 Thread r10 kindsofpeople
-user@lists.sourceforge.net Subject: [Alsa-user] MIDI input/output interaction w/snd-serial-u16550 Date: Wed, 04 Apr 2007 15:52:20 -0500 I'm seeing a strange interaction within ALSA that I assume is due to improper configuration on my part. I'm using alsa 1.0.14rc1 under Fedora Core 6 with the snd

[Alsa-user] MIDI input/output interaction w/snd-serial-u16550

2007-04-04 Thread r10 kindsofpeople
I'm seeing a strange interaction within ALSA that I assume is due to improper configuration on my part. I'm using alsa 1.0.14rc1 under Fedora Core 6 with the snd-serial-u16550 driver, adaptor 4 (generic). MIDI playback works fine with programs like aplaymidi. Incoming MIDI data doesn't seem

[Alsa-user] midi problem with cmi8330

2007-03-28 Thread Denis Prost
Hi all, I'm trying to have midi working on my old computer. The chipset is a cmi8330 (isa pnp card). I can play wav or mp3 files, but not midi ones. When I try to play a midi file through GNU solfege, it complains that /dev/sequencer does not exist. I googled a lot to search for a solution,

Re: [Alsa-user] midi problem with cmi8330

2007-03-28 Thread Rene Herman
On 03/28/2007 10:26 AM, Denis Prost wrote: I'm trying to have midi working on my old computer. The chipset is a cmi8330 (isa pnp card). I can play wav or mp3 files, but not midi ones. When I try to play a midi file through GNU solfege, it complains that /dev/sequencer does not exist. I

Re: [Alsa-user] Midi works with usb but no with softsynths

2007-03-08 Thread Dominique Michel
Le Wed, 7 Mar 2007 20:03:39 + (UTC), Vladimir Avdonin [EMAIL PROTECTED] a écrit : Hi, I can play midi from Rosegarden to usb midi keyboard. When I try to play to timidity as alsa client there is no sound. Playing midi file using timidity own interface make sounds fine. When I run

Re: [Alsa-user] Midi works with usb but no with softsynths

2007-03-08 Thread Vladimir Avdonin
Dominique Michel dominique.michel at citycable.ch writes: Le Wed, 7 Mar 2007 20:03:39 + (UTC), Vladimir Avdonin vldmrrr at yahoo.com a écrit : Hi, I can play midi from Rosegarden to usb midi keyboard. When I try to play to timidity as alsa client there is no sound. Playing midi

[Alsa-user] Midi works with usb but no with softsynths

2007-03-07 Thread Vladimir Avdonin
Hi, I can play midi from Rosegarden to usb midi keyboard. When I try to play to timidity as alsa client there is no sound. Playing midi file using timidity own interface make sounds fine. When I run timidity verbose with timidity -iAvvv, I get t log with the same event repeating while the midi

[Alsa-user] midi setup

2006-11-28 Thread Eric Fort
Hopefully this is the right place for this, if not please direct me to an apropriate place I'm trying to setup my Suse (10.0) box to act as a soft synth for an external midi controller. I'm a bit confused about what I need to do this. I have found various apps for composition, sequencing,

Re: [Alsa-user] Midi issue with 1.0.12 and ice1712

2006-11-02 Thread Sergei Steshenko
On Wed, 01 Nov 2006 19:29:18 -0700 Bob van der Poel [EMAIL PROTECTED] wrote: Clemens Ladisch wrote: Bob van der Poel wrote: I've just installed Mandriva 2007. It is using alsa 1.0.12 with my audiophile 2496 card. Oh, this is on linux kernel 2.6.17-5mdv. There appears to be a

Re: [Alsa-user] Midi issue with 1.0.12 and ice1712

2006-11-01 Thread Bob van der Poel
Clemens Ladisch wrote: Bob van der Poel wrote: I've just installed Mandriva 2007. It is using alsa 1.0.12 with my audiophile 2496 card. Oh, this is on linux kernel 2.6.17-5mdv. There appears to be a problem with midi output. A few times now my entire computer has locked while playing a

Re: [Alsa-user] Midi issue with 1.0.12 and ice1712

2006-10-27 Thread Takashi Iwai
At Fri, 27 Oct 2006 11:23:30 +0200, Clemens Ladisch wrote: Takashi Iwai wrote: [...] Yes, there is a known ABBA deadlock between rtc and snd-timer. At least, we need to remove a spinlock in rtc.c. - spin_lock_irqsave(rtc_task_lock, flags); if (rtc_callback != task) {

Re: [Alsa-user] Midi issue with 1.0.12 and ice1712

2006-10-27 Thread Clemens Ladisch
Takashi Iwai wrote: The commit seems lacking Patch-level: ASAP although this fix is definitely to go to 2.6.19. Could you add it to linus tree via ssh mv, too? Could you submit it to stable kernel tree, too? Done. Regards, Clemens

Re: [Alsa-user] Midi issue with 1.0.12 and ice1712

2006-10-27 Thread Bob van der Poel
Clemens Ladisch wrote: Bob van der Poel wrote: Clemens Ladisch wrote: options seq seq_default_timer_device=0 How can I confirm that the line has actually taken effect? Look into /proc/asound/timers when some MIDI is playing. bob$ cat timer Timer for queue 0 : RTC timer Period time :

Re: [Alsa-user] Midi issue with 1.0.12 and ice1712

2006-10-27 Thread Clemens Ladisch
Bob van der Poel wrote: Clemens Ladisch wrote: Bob van der Poel wrote: How can I confirm that the line has actually taken effect? Look into /proc/asound/timers when some MIDI is playing. Timer for queue 0 : RTC timer This says that the RTC timer is still used. Regards, Clemens

Re: [Alsa-user] Midi issue with 1.0.12 and ice1712

2006-10-27 Thread Clemens Ladisch
Bob van der Poel wrote: options seq seq_default_timer_device=0 Oops, I tould you the wrong module name. This should be: options snd-seq seq_default_timer_device=0 HTH Clemens - Using Tomcat but need to do more? Need to

Re: [Alsa-user] Midi issue with 1.0.12 and ice1712

2006-10-26 Thread Clemens Ladisch
Bob van der Poel wrote: I've just installed Mandriva 2007. It is using alsa 1.0.12 with my audiophile 2496 card. Oh, this is on linux kernel 2.6.17-5mdv. There appears to be a problem with midi output. A few times now my entire computer has locked while playing a midi file using

Re: [Alsa-user] Midi issue with 1.0.12 and ice1712

2006-10-26 Thread Takashi Iwai
At Thu, 26 Oct 2006 09:18:13 +0200, Clemens Ladisch wrote: Bob van der Poel wrote: I've just installed Mandriva 2007. It is using alsa 1.0.12 with my audiophile 2496 card. Oh, this is on linux kernel 2.6.17-5mdv. There appears to be a problem with midi output. A few times now my

Re: [Alsa-user] Midi issue with 1.0.12 and ice1712

2006-10-26 Thread Bob van der Poel
Clemens Ladisch wrote: Bob van der Poel wrote: I've just installed Mandriva 2007. It is using alsa 1.0.12 with my audiophile 2496 card. Oh, this is on linux kernel 2.6.17-5mdv. There appears to be a problem with midi output. A few times now my entire computer has locked while playing a

[Alsa-user] Midi issue with 1.0.12 and ice1712

2006-10-25 Thread Bob van der Poel
I've just installed Mandriva 2007. It is using alsa 1.0.12 with my audiophile 2496 card. Oh, this is on linux kernel 2.6.17-5mdv. There appears to be a problem with midi output. A few times now my entire computer has locked while playing a midi file using aplaymidi. The first time this

Re: [Alsa-user] MIDI (strange problem - Plays only one note)

2006-10-17 Thread Clemens Ladisch
Arthur Marsh wrote: Evighetens Mørke wrote, On 2006-10-14 01:30: A installed asfxload , and when I load SF2 sound font file, and when I start some program for playing midi, and choose some midi file (kmid for example), only I hear is ONE NOTE (I think it is piano). It does not mather

[Alsa-user] MIDI (strange problem - Plays only one note)

2006-10-13 Thread Evighetens Mørke
I have some strange problem with midi. I read all gentoo.org documentation, and all wiki.gentoo documentation, and no success. I have Sound Blaster Live 5.1, emu10k1. A have kernel 2.6.17-r8, and I (think) checked all midi and sound , alsa options for compile. A installed asfxload , and

Re: [Alsa-user] MIDI (strange problem - Plays only one note)

2006-10-13 Thread Arthur Marsh
Evighetens Mørke wrote, On 2006-10-14 01:30: I have some strange problem with midi. I read all gentoo.org http://gentoo.org documentation, and all wiki.gentoo documentation, and no success. I have Sound Blaster Live 5.1, emu10k1. A have kernel 2.6.17-r8, and I (think) checked all midi

Re: [Alsa-user] MIDI pb with Terratec Phase 26

2006-07-01 Thread Frank Barknecht
Hallo, Jacques Bon hat gesagt: // Jacques Bon wrote: I've a problem using MIDI IN connector of the Terratec Phase 26 (USB). I need to use it to connect a non-USB midi keyboard. The card works fine for the sound, is detected as a MIDI device by aconnect, but when I connect the card to a

Re: [Alsa-user] MIDI pb with Terratec Phase 26

2006-07-01 Thread Jacques Bon
Le Sat, 1 Jul 2006 11:29:17 +0200 Frank Barknecht [EMAIL PROTECTED] a écrit : # aconnect -o client 14: 'Midi Through' [type=kernel] 0 'Midi Through Port-0' client 16: 'PHASE 26 USB(16/48)' [type=kernel] 0 'PHASE 26 USB(16/48) MIDI 1' I don't see any ALSA capable softsynth

Re: [Alsa-user] MIDI pb with Terratec Phase 26

2006-07-01 Thread Frank Barknecht
Hallo, Jacques Bon hat gesagt: // Jacques Bon wrote: I.e. I can connect a keyboard by its MIDI OUT to MIDI IN of my Edirol Keyboard, then this keyboard to the computer by USB, it works fine and the same kernel module are used. I think it may be a kernel-relative pb, maybe usb squirks, I've

Re: [Alsa-user] MIDI pb with Terratec Phase 26

2006-07-01 Thread Jacques Bon
Le Fri, 30 Jun 2006 16:12:58 -0400 Lee Revell [EMAIL PROTECTED] a écrit : When you run aseqdump -p USB midi in port with the keyboard connected to the Phase 26, and hit some keys, do you see the events? No, nothing. I tried with two keyboards. Will try tomorrow with another computer/kernel.

Re: [Alsa-user] MIDI pb with Terratec Phase 26 -SOLVED

2006-07-01 Thread Jacques Bon
After hours of tests, I've found the solution : the MIDI hardware must be powered * after * the boot sequence to make the MIDI ports of the Phase 26 actives (I think : after the hotplug detection of the USB device). Thanks again for your help, hope this thread will be useful for others. Best

[Alsa-user] MIDI pb with Terratec Phase 26

2006-06-30 Thread Jacques Bon
Hello, I've a problem using MIDI IN connector of the Terratec Phase 26 (USB). I need to use it to connect a non-USB midi keyboard. The card works fine for the sound, is detected as a MIDI device by aconnect, but when I connect the card to a soft synth, no signal arrives to the synth. It's not

Re: [Alsa-user] MIDI pb with Terratec Phase 26

2006-06-30 Thread Lee Revell
On Fri, 2006-06-30 at 21:54 +0200, Jacques Bon wrote: Hello, I've a problem using MIDI IN connector of the Terratec Phase 26 (USB). I need to use it to connect a non-USB midi keyboard. The card works fine for the sound, is detected as a MIDI device by aconnect, but when I connect the

  1   2   3   >