LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-15-2006, 04:17 AM   #1
angelo_maci
Member
 
Registered: Apr 2006
Posts: 62

Rep: Reputation: 15
midi rosegarden problems


hi
I successfully compiled and installed rosegarden sequencing software thanks to your help.
Now I'm trying to use it but I'm not confident about midi port situation and my keyboard connected to game port seems not to be existing. Rosegarden says:

*********************************************
Rosegarden 4-1.0 - AlsaDriver - alsa-lib version 1.0.8

JackDriver::initialiseAudio - JACK server not running

ALSA Client information:

62,0 - (Midi Through, Midi Through Port-0) (DUPLEX) [ctype 2, ptype 2, cap 99]

Creating device 0 in Play mode for connection 62:0 Midi Through Port-0 (duplex)
Default device name for this device is MIDI output system device
Creating device 1 in Record mode for connection 62:0 Midi Through Port-0 (duplex)
Default device name for this device is MIDI input system device
Current timer set to "system timer"
AlsaDriver::initialiseMidi - initialised MIDI subsystem

Current timer set to "system timer"
AlsaDriver::setRecordDevice - successfully subscribed device 1 as record port

ALSA Client information:

62,0 - (Midi Through, Midi Through Port-0) (DUPLEX) [ctype 2, ptype 2, cap 99]

AlsaDriver::setRecordDevice - attempting to subscribe (1) already subscribed
****************************************







When I attempt to record, the program goes but not seamlessly and when I stop it crashes:

*******************************************
Using host libthread_db library "/lib/tls/libthread_db.so.1".
`system-supplied DSO at 0xffffe000' has disappeared; keeping its symbols.
[Thread debugging using libthread_db enabled]
[New Thread -1209100608 (LWP 6208)]
[KCrash handler]
#3 0x084bec35 in Rosegarden::Event::find ()
#4 0x080e2d95 in Rosegarden::Event::get<(Rosegarden::PropertyType)0> ()
#5 0x084d72e6 in Rosegarden::Marks::removeMark ()
#6 0x08514640 in Rosegarden::SegmentNotationHelper::autoSlur ()
#7 0x081404de in EventQuantizeCommand::modifySegment ()
#8 0x080b872c in BasicCommand::execute ()
#9 0x4e9e666f in KMacroCommand::execute () from /usr/lib/libkdeui.so.4
#10 0x081f7099 in MultiViewCommandHistory::addCommand ()
#11 0x08355cf2 in RosegardenGUIDoc::stopRecordingMidi ()
#12 0x083b37ae in Rosegarden::SequenceManager::stop ()
#13 0x083b32f3 in Rosegarden::SequenceManager::stopping ()
#14 0x0833ad9c in RosegardenGUIApp::slotStop ()
#15 0x08436230 in RosegardenGUIApp::qt_invoke ()
#16 0x4e040f9c in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#17 0x4e040dc4 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#18 0x08431d6e in CountdownDialog::stopped ()
#19 0x08431dfb in CountdownDialog::qt_emit ()
#20 0x4e040fd1 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#21 0x4e040dc4 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#22 0x4e38706c in QButton::released () from /usr/lib/libqt-mt.so.3
#23 0x4e0d380c in QButton::mouseReleaseEvent () from /usr/lib/libqt-mt.so.3
#24 0x4e0773b7 in QWidget::event () from /usr/lib/libqt-mt.so.3
#25 0x4dfe469f in QApplication::internalNotify () from /usr/lib/libqt-mt.so.3
#26 0x4dfe3d94 in QApplication::notify () from /usr/lib/libqt-mt.so.3
#27 0x4e5b3a85 in KApplication::notify () from /usr/lib/libkdecore.so.4
#28 0x4df78e30 in QETWidget::translateMouseEvent ()
from /usr/lib/libqt-mt.so.3
#29 0x4df76abe in QApplication::x11ProcessEvent () from /usr/lib/libqt-mt.so.3
#30 0x4df8dad4 in QEventLoop:rocessEvents () from /usr/lib/libqt-mt.so.3
#31 0x4dff6a58 in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3
#32 0x4dff6908 in QEventLoop::exec () from /usr/lib/libqt-mt.so.3
#33 0x4dfe48f1 in QApplication::exec () from /usr/lib/libqt-mt.so.3
#34 0x081a5559 in main ()
*****************************************

Can anyone help me?
thanks in advance
 
Old 04-15-2006, 10:28 AM   #2
JMJ_coder
Member
 
Registered: Apr 2006
Distribution: Fedora
Posts: 478

Rep: Reputation: 30
Hello,

Did you set the midi port in Rosegarden? It doesn't use port 64 or any port one would use a midi device on by default, at least not for me. I had to go to the 'Configure Midi Devices' screen and select them.

I hope that this helps.
 
Old 04-15-2006, 09:38 PM   #3
foo_bar_foo
Senior Member
 
Registered: Jun 2004
Posts: 2,553

Rep: Reputation: 53
i never used rosegarden but wonder why jack isn't running
anyway
there is a cool utility "pmidi"
pmidi -l
will show you available midi ports
soundcard gameport will need a module loaded snd_mpu401_uart at boot

what kind of soundcard are you using

Last edited by foo_bar_foo; 04-15-2006 at 09:40 PM.
 
Old 04-15-2006, 10:01 PM   #4
JMJ_coder
Member
 
Registered: Apr 2006
Distribution: Fedora
Posts: 478

Rep: Reputation: 30
Quote:
Originally Posted by foo_bar_foo
i never used rosegarden but wonder why jack isn't running
Hello,

If Jack is not installed, then it shows as Jack not running. If Jack is installed and hasn't been initialized, or been shutdown, then it show as Jack not running. But it does not require Jack in order to run. Rosegarden is funny that way (and in alot of other ways).
 
Old 04-16-2006, 02:06 PM   #5
angelo_maci
Member
 
Registered: Apr 2006
Posts: 62

Original Poster
Rep: Reputation: 15
hi
snd_mpu401_uart
where can I get it?
which atcions to load it at boot?
thanks in advance
 
Old 04-16-2006, 02:36 PM   #6
foo_bar_foo
Senior Member
 
Registered: Jun 2004
Posts: 2,553

Rep: Reputation: 53
MPU401 module is a part of alsa
just put
snd-seq-midi (if its not there) and
snd-mpu401-uart
at the bottom of the list of sound modules to load at boot

you also need the input I/O drivers for the gameport
if that module in not "builtin" it is called "gameport"
plus there is a specific module for your cards gameport like "emu10k1-gp"
for soundblaster

you might want to show us "lsmod"
and again tell us what kind of soundcard
 
Old 04-18-2006, 05:52 AM   #7
imwacko
LQ Newbie
 
Registered: Apr 2006
Posts: 2

Rep: Reputation: 0
Unhappy MIDI won't work!

Hi, I've got a problem on Mandriva 10.2 with midi, I also use Rosegarden, when I try to play a midi file or play one I've made it plays but no sound comes out. I've selected the midi device but it still won't work. I'd been told to use TiMidity++ in the past, it's all right but I still would prefer to use Rosegarden. I also tried Kmid but that did the same, no sound! I tried going into the configuration for the sound system and using a midi mapper that came with Kmid. But hey presto, still didn't work! I don't know what to do.

Thanks
 
Old 04-18-2006, 11:57 AM   #8
angelo_maci
Member
 
Registered: Apr 2006
Posts: 62

Original Poster
Rep: Reputation: 15
boot modules

I do not know my sound card, it is in the mother board.
I do not know what file to edit to load the modules at boot, what is its name and path?
below is lsmod output
thanks in advance


Module Size Used by
ppp_deflate 8576 0
zlib_deflate 23960 1 ppp_deflate
bsd_comp 9216 0
ppp_async 12672 1
crc_ccitt 5888 1 ppp_async
md5 7680 1
ipv6 238016 8
ppp_generic 27796 7 ppp_deflate,bsd_comp,ppp_async
slhc 9984 1 ppp_generic
snd_seq_dummy 6660 0
snd_seq_oss 32128 0
snd_seq_midi 10272 0
snd_rawmidi 23072 1 snd_seq_midi
snd_seq_midi_event 10112 2 snd_seq_oss,snd_seq_midi
snd_seq 48656 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_seq_device 10636 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
radeon 74496 1
drm 59540 2 radeon
lp 13704 2
snd_pcm_oss 47264 0
snd_pcm 77316 1 snd_pcm_oss
snd_timer 23556 2 snd_seq,snd_pcm
snd_page_alloc 11268 1 snd_pcm
snd_mixer_oss 18304 1 snd_pcm_oss
snd 46820 8 snd_seq_oss,snd_rawmidi,snd_seq,snd_seq_device,snd_pcm_oss,snd_pcm,snd_timer,snd_mixer_oss
i810_audio 36116 0
ac97_codec 20236 1 i810_audio
soundcore 11104 2 snd,i810_audio
via_agp 11392 0
sis_agp 9988 1
nvidia_agp 9756 0
intel_agp 22300 0
amd_k7_agp 10380 0
ali_agp 9216 0
autofs4 19076 1
af_packet 24328 0
agpgart 31440 7 drm,via_agp,sis_agp,nvidia_agp,intel_agp,amd_k7_agp,ali_agp
8250 42844 3
serial_core 21120 1 8250
sis900 21760 0
mii 8320 1 sis900
i2c_sis630 10380 0
i2c_sis96x 8580 0
i2c_core 20992 2 i2c_sis630,i2c_sis96x
parport_pc 38724 1
parport 33480 2 lp,parport_pc
unionfs 68088 0
sbp2 24584 0
usb_storage 68544 0
ohci1394 33460 0
ieee1394 297432 2 sbp2,ohci1394
usbhid 42464 0
ohci_hcd 21764 0
uhci_hcd 31632 0
usbcore 102492 5 usb_storage,usbhid,ohci_hcd,uhci_hcd
pcmcia 23696 0
yenta_socket 22152 0
rsrc_nonstatic 14080 1 yenta_socket
pcmcia_core 43268 3 pcmcia,yenta_socket,rsrc_nonstatic
apm 22252 2
rtc 13900 0
ntfs 163600 0
ext3 123912 0
jbd 65572 1 ext3
reiserfs 231024 1
 
Old 10-22-2006, 03:25 PM   #9
linmix
Senior Member
 
Registered: Jun 2004
Location: Spain
Distribution: FC5
Posts: 1,993
Blog Entries: 1

Rep: Reputation: 46
Have you found a solution to your problem angelo? My problem might be the same so I'm curious.
 
Old 10-23-2006, 03:20 PM   #10
angelo_maci
Member
 
Registered: Apr 2006
Posts: 62

Original Poster
Rep: Reputation: 15
sorry

sorry
I gave up very soon.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Rosegarden + Midi.. cna this be done? trey85stang Linux - Software 1 05-26-2005 03:36 AM
problems with midi intuxicator Debian 6 04-09-2005 07:10 PM
Lilypond/Rosegarden/midi problem Icarus56 Linux - Software 7 10-01-2004 01:57 PM
Set up midi device in suse 9.1 w/ AC'97 midi controller Guitarist88 Linux - Hardware 1 07-06-2004 03:09 PM
rosegarden problems salparadise Linux - Software 0 08-10-2003 02:58 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 08:38 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration