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 it

[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 QtC

[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 a

[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. [weremouse@moonstud

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 not

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

2018-08-21 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 pin.

[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 - A

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 po

[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 send

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 > 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. > When I type

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 > Thanks, I

Re: [Alsa-user] midi-player

2012-01-17 Thread Stefan Thomas
Thanks, I will try it! 2012/1/17 Casi Javi > 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 an

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 > f

[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 Start/Stop and controller messages

2011-05-15 Thread Alex Montgomery
On Wed, Mar 2, 2011 at 3:09 PM, Don Garb 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 sequencer on and off

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 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 > message.  I managed t

[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 messag

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, 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 t

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. M

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 thro

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 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 und

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

2011-02-04 Thread Arthur Marsh
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 any kind of system load except when nothin

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 por

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 a

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 o

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 oth

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

[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, that

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-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-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 of

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 like

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

2010-04-08 Thread Lenson Pellouchoud
I tried the following on my Linux system: ~$ aconnect -li client 0: 'System' [type=kernel] 0 'Timer ' 1 'Announce' Connecting To: 15:0 client 14: 'Midi Through' [type=kernel] 0 'Midi Through Port-0' client 16: 'M Audio Delta 1010' [type=kernel] 0 'M Audio Delt

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 t

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

2010-04-07 Thread Julien Claassen
OK, but so you were abel to completely establish, that the card receives MIDI, can probably send it and it can doso under Linux. It shouldn't be an issue, my card is running here since 2002, first under a 2.4 kernel and now under ever changing linux kernels (2.6) with their built-in ALSA. I only

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 form

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

2010-04-06 Thread Julien Claassen
Hey! Do you know, why this is happening? Can you see any reason, why your keyboard shouldn't send MIDI-events? Or do you suspect something's broken there? Do you have a simple old MIDI keyboard, or does it have a USB or other connector? Kindly yours Julien Music was my

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 Julie

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 you'

[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 pla

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 sub

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

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 > Greetings, > > Ever s

[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

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

2009-01-13 Thread Pete Black
Good, tight midi playback is pretty much unacheivable in Linux with the stock kernel due to scheduling jitter. Realtime kernel + 1000Hz timer is probably best, but you can improve things with a standard kernel by increasing the timer HZ setting of the kernel to a value around 1000Hz but that s

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 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: P

[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 ri

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

2008-10-26 Thread Carl Bauer
; will help and if you tell me exactly what to type. >> The point of this message is basically to let you know that the Audigy 2ZS >> is fully supported - at least with Suse - and operates more or less "out of >> the box". >> >> Graham >> >> - O

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

2008-10-19 Thread Carl Bauer
message is basically to let you know that the Audigy 2ZS > is fully supported - at least with Suse - and operates more or less "out of > the box". > > Graham > > - Original Message - > *From:* Carl Bauer <[EMAIL PROTECTED]> > *To:* Vedran Miletić &l

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

2008-10-19 Thread Graham Harrison
uer To: Vedran Miletić Cc: alsa-user mailing list 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.

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 y

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??

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 r

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.

[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 this

[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 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 th

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

2008-08-15 Thread stan
steve linabery wrote: > 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

[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 pitchbend sends incorrect message.

2007-11-13 Thread paul
Hi Clemens, Thanks for your response. I should have said that I was using JAVA. I tried using alsaconnect directly and can control the pitchbend OK. So the problem is most likely in the JAVA layer. Any alsa+JAVA gurus out there? If not I'll take this problem to the JAVASOUND list. Paul. On T

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 patch

[Alsa-user] MIDI with Intel HDA

2007-10-28 Thread Ortwin Glück
Hi, My MacBook Pro has Intel HDA STAC 922x. I would like to play MIDI files (synthesizer) and use vkeybd to control apps like phasex. But it seems MIDI is not supported: mithril modules.d # aconnect -lo mithril modules.d # aconnect -li client 0: 'System' [type=kernel] 0 'Timer '

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

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 Lad

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

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 th

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

2007-10-11 Thread Clemens Ladisch
Alexander Saydakov wrote: >>> ...mpu401_uart.c:263: cmd: 0x3f failed at 0x330 (status = 0x80, data = 0x90) > > Looking at the code I found a magic spell I need to put into > /etc/modprobe.conf: > > options snd-mpu401 uart_enter=0 > > Looks like this particular port is not fully implemented and doe

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

[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 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 a

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 a

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 > ... >

[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 als

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 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.

[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 lo

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 i

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

2007-04-05 Thread r10 kindsofpeople
uot;r10 kindsofpeople" <[EMAIL PROTECTED]> To: alsa-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

[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

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 goo

[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, but

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

2007-03-08 Thread Vladimir Avdonin
Dominique Michel citycable.ch> writes: > > Le Wed, 7 Mar 2007 20:03:39 + (UTC), > Vladimir Avdonin 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 file using timi

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 r

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

2007-03-07 Thread Vladimir Avdonin
I just noticed that when I try to play to timidity via alsa I get lost interrupts message in system log: Mar 7 18:27:45 BACbKA kernel: rtc: lost some interrupts at 1024Hz. Mar 7 18:28:16 BACbKA last message repeated 689 times Mar 7 18:29:17 BACbKA last message repeated 1477 times -

[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 is

[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, et

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 ap

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

2006-11-02 Thread Clemens Ladisch
Bob van der Poel wrote: > Worked for a few days ... just now it hung completely. Had to rePOWER > the computer (RESET by itself didn't do the trick). > > [07:25 PM /proc/asound/seq] bob$ cat timer > Timer for queue 0 : system timer This is OK. Any lockup is not caused by the RTC timer. (Except

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

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-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,

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 Peri

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 Takashi Iwai
At Fri, 27 Oct 2006 12:29:39 +0200, I wrote: > > At Fri, 27 Oct 2006 11:23:30 +0200, > Clemens Ladisch wrote: > > > > I've committed a patch that just moves the code out of the RTC callback > > into a tasklet. Besides being 'proper' kernel programming technique, > > this also works with earlier

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_callba

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

2006-10-27 Thread Clemens Ladisch
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) { > - spin_unlock_irqrestore(&rtc_task_lock, flags

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: > > 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. HTH Clemens

  1   2   3   4   >