Software :: MIDI File - No Audio Output From Standard PC Soundcard?
Aug 6, 2011
have recently installed CentOS 5.6 Final on TWO DIFFERENT desktop PC's, and, on EITHER ONE, I can not get any sound output when using KMid to play a "standard .mid file (the file I am using to experiment with is "Canyon.mid", from the Windoze Media directory, a fairly standard midi audio file, I should think?!). I have normal audio output on both of these machines (.mp3 files, system sounds, etc.), so the specific sound cards are NOT the issue, here!I am thinking I must be missing something, as both of these PC's are completely different CPU types, etc. as well. The only significant similiarity in the two machines is the complete lack of MIDI audio output!And, yea, the soundcards are BOTH MPU-401 compatible, and they both have irq's assigned to this port (or, maybe just one has an irq assigned, I will have to double check...).
View 2 Replies
ADVERTISEMENT
Mar 16, 2011
I am working on telnet session and excuting commands. I am able to redirect or store expect output to log file but now i want to store in excel file like ispreadsheet showing details of commands and its responses
View 2 Replies
View Related
Feb 23, 2011
Is there already a program that reads multiple pipes or file descriptors and writes to the standard output (not splitting lines).Like cat, but reading all files simultaneously and preserving lines.It is needed to avoid coding of select/epoll loops or using multithreading in simple programs. Like "select loop for bash".
View 1 Replies
View Related
Nov 11, 2010
We make everyday a DB Mysql backup on Linux redhat Enterprise. We are using a bash shell script (and putting it in the crontab) to execute it automatically everyday. We added a line to this script telling, once the backup has completed, to find old backup files (stored on hard disk after each backup) older than x days to remove them. We use the find command (search for file type) with the mtime option and in combination with rm command. Everything runs ok but we also want to add some new code to the same line: If find command cannot find anything or fails, for example if it cannot delete file or fails, send the error message (standard error output) to an error file (like error000001 and increasing) and mail the errorxxxx file to an email address for example to admin@companyname.com. What would be the code for this issue to add it to our find command in the same bash shell script??
View 2 Replies
View Related
Feb 27, 2011
I just installed the MIDI Virtual Keyboard from the Software centre.Problem is when I hit the keys there's no sound at all.
Please tell me what I'm doing wrong? or if I need to add some other package to make this work?
View 3 Replies
View Related
Jul 27, 2010
As an arranger of collegiate a cappella music, I often times need to listen to a song as I'm playing with a midi sequencer or some arranging software. On Ubuntu, since Gutsy, I've often run into the same problem from distribution to distribution:
Midi and audio won't work at the same time. If I have an audio file open on VLC or FireFox, I can't play Midi sequences on my arrangement. If I'm arranging and listening to Midi notes, I can't play music. Note that it's incredibly inconvenient to constantly close one so I can play the other to finish arrangements.
View 3 Replies
View Related
Oct 29, 2010
Is it possible to convert a 2.1 channel mp3 or any video file to get a respective 5.1 file permanently so I could play them on external music system which is 5.1 speaker system. Any sites where i can usually songs n video with 5.1 channel.
View 2 Replies
View Related
Feb 12, 2016
I have no more sound on my debian. The only audio output I can find is the "dummy output".
When I try ask to aplay -l to display my sound cards, here's the output :
Code: Select alldevice_list:268: aucune carte son n'a été trouvée... <=> french for "no sound card found"
But I can still see my card(s) using lspci :
Code: Select all00:03.0 Audio device: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller (rev 06)
Subsystem: Toshiba America Info Systems Device fa49
Flags: fast devsel, IRQ 255
Memory at f7a14000 (64-bit, non-prefetchable) [disabled] [size=16K]
Capabilities: [50] Power Management version 2
[Code] ....
I already updated the system, reinstalled pulseaudio and alsa without any success.
View 1 Replies
View Related
Apr 27, 2010
I've just bought a very cheap USB sound device as the jacks built into my laptop are practically dead. I bought it as I'd googled around and seen that other people have it working in linux. Anyway, I plug it in and am able to select "USB AUDIO (ALSA)" from the xfce4-mixer. However, I don't get any sound from any applications.
Here is my aplay -l output:
Code:
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
Subdevices: 0/1
Subdevice #0: subdevice #0
card 1: HDMI [HDA ATI HDMI], device 3: ATI HDMI [ATI HDMI]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 2: default [USB AUDIO], device 0: USB Audio [USB Audio]
Subdevices: 1/1
Subdevice #0: subdevice #0
I can't find any options for the output on alsamixer and don't really know what to do. I'm running Mint with xfce4 on a Dell Studio 15.
View 2 Replies
View Related
Dec 22, 2009
I am looking for a piece of software that will play my audio CDs without having that little soundcard hookup thing. The only software that works for me so far has been audacious but that doesn't seem to work all the time for me.
View 4 Replies
View Related
Jun 11, 2010
i recently installed Ubuntu and the USB soundcard worked just fine, but when i changed the "Connector" in Sound Preferences (Output tab) the output stopped working (= no sound). Input still works. Sound did not come back even when i changed the Connector setting back (I hear no sound when its set to Analog Output as well as Analog Headphones, which are the only 2 setting).
View 5 Replies
View Related
Oct 27, 2009
I put "%" before and after my username and name which gave the install an error. So I changed the username to one without the special character '%' but left the name with and the setup proceeded with an error and skipped the other three stages (sound testing, time, hardware setup). But everything seems fine with the install except I have not configured the sound card.
From what I have seen the install is pretty much fine other than the lack of functions which I obviously missed during the preference end section of the install. And so I was wondering is there a way to manually detect and use a easily configure a sound card or any way for that matter? The installation guide of Fedora 11 gives advice that was outdated 'system-configure-soundcard"(or something similar) has been removed since F9.
[Code]...
Currently have a few mixers installed which may be conflicting but the extra mixers were a symptom I created due to the no sound problem. The mixers are definitely not the major cause though. My onboard motherboard sound has not been set up as a module to be run is what I assume but any help would be great.
View 1 Replies
View Related
Jul 31, 2011
I am building a midi synthesizer that I'd like to be able to control from linux. I know its a rather broad question, but, how do I go about this? At this point the hardware consists of a simple UART bridge, and I've already written a simple C++ program using termios to send the raw midi data to the device. Obviously I don't want to write a player/sequencer from scratch, so where should I start if I wanted to get this thing to work with, say, a sequencer like rosegarden? Do I write the driver for rosegarden, or hook into alsa or what?
View 1 Replies
View Related
Jan 10, 2011
I'm working on a SBC9261 board with touchscreen, running Linux 2.6.24./dev/ttyS0 is the standard output and /dev/tty0 is the console on the touchscreen.What I would like to do is to clone the standard output to the touchscreen, so the console would be displayed twice.
It would be like :
Code:
~ $ ./whatEverScript > /dev/tty0
but the output would also appear on /dev/ttyS0.
View 2 Replies
View Related
Mar 26, 2010
I'm trying to pull out sections from a bunch of files. For one file, I use:
Code:
sed '/string1/,/string2/ !d' <filename.ext >newfilename.ext
to pull out everything between two strings in the original file and put them in a new file.
[code]....
View 3 Replies
View Related
Mar 22, 2009
I would like to get the output from 'yum list installed' from a standard CentOS 5.1 32bit installation on a Intel desktop PC. I would like to do a diff with my 'yum list installed' to figure out exactly what my company customized. I know the docs here have the list of added, deleted and updated packages going from 5.0 to 5.1, but is there a complete 'yum list installed' list somewhere?
View 1 Replies
View Related
Mar 7, 2010
I installed KMplayer but I cant play video files...No video output but can get only the audio output...So how to make this work for videos?
View 2 Replies
View Related
Jan 25, 2011
Running 10.10 and win 7 on my HP dv6-2150us laptop and I'm having a few issues.
First how do I get HDMI audio output to my TV? I think I have just a integrated Intel graphics card. It works fine in windows but I can't seem to get it to work in Ubuntu. I tried searching but couldn't find anything pertaining to this issue.
View 3 Replies
View Related
Jul 19, 2011
I don't know anything about ubuntu. Could you guys help me out. I'm pretty knowledgeable with windows if you guys need a printout of something let me know. My friends getting really frustrated about this. Help!!i
So here's the situation. He plugs his audio jack into his computer and then into the speakers but it still plays from the computer speakers.
View 7 Replies
View Related
Mar 27, 2010
I finally got audio working on my ubuntu 9.10 desktop... now I am having sound issues watching movies from a network share.The sound device continually randomly changes to "dummy output device" and then there is no sound output. The sound icon dissapears on the toolbar. To get it back and audio to start working I have to $sudo alsa force-reloadIt seems to happen everytime there is a network delay, the movie will stop for a second and then when it plays the sound is gone
View 1 Replies
View Related
Aug 23, 2010
Say I have 2 speakers connected to 2 different sound cards. Under Windows, is it possible to have some sort of virtual device that would forward an audio stream to both sound cards? If this can't be easily done under Windows, a solution for Linux is also fine. lternatively, if the 2 speakers are connected to different channels of a sound card, is there any vendor-independent way to duplicate audio to both channels?
View 1 Replies
View Related
Jul 22, 2010
I'm following the "The Perfect Server - Fedora12 x86_64 [ISPConfig 3]" instructions and I am encountering an error when trying to build the rpm for courier-imap (from page 4 of the HOWTO).
The command I run is:
Code:
rpmbuild -ta courier-imap-4.6.0.tar.bz2
The error is below:
Code:
INFO: LOGIN, user=confmdtest, ip=[127.0.0.1], port=[0], protocol=SMAP1
INFO: LOGOUT, user=confmdtest, ip=[127.0.0.1], headers=0, body=0, rcvd=26, sent=610, time=0
sort: fflush failed: standard output: Broken pipe
[code]....
RPM build errors: Bad exit status from /var/tmp/rpm-tmp.85697 (%build)
View 3 Replies
View Related
Jul 4, 2010
I see lots of threads on converting your CDs to MP3s, but I want to do the opposite. I want to burn MP3s into CDs that will play on older CD players that dont have MP3 support.
So how do I do it? I have Mint on this particular computer, which is like having Medibuntu already I think.
View 7 Replies
View Related
Mar 4, 2011
Is possible to have two identical sound card outputs? For example, is I want to use two headphones at the same time.
View 6 Replies
View Related
Jan 3, 2010
My question regards available hardware... an adapter taking a USB plug_ at end of a mic cable_ which adapter would then connect to the computer's standard audio/mic input.
Anybody seen such an adapter ? After looking an hour or so this morning on USB gadget sites, I found lots of the audio-mic-plug-TO-usb adapters, but this again is the opposite of what I need.
The problem Im having is with older versions of a sound app I use (audacity)_ newer versions of this specifically support USB mics_ but_ that feature is missing in older versions.
Assuming audacity will treat any legal connection via audio port as "mic"
View 2 Replies
View Related
Jun 28, 2011
I cant convert audio files using flac with standard input. I tried the commands such as:
Code:
mpg321 -b 10000 -s -r 44100 -w - file.mp3 | flac - -o file.flac
or:
Code:
ogg123 -d wav -f - file.ogg | flac - -o file.flac
[Code]....
All such conversions doesnt produce any *.flac file. It seems flac doesnt accept minus sign for the standard input although flac manual allows to use it.
So my question is how I can use the standard input in order to decode audio data with flac?
View 10 Replies
View Related
Nov 2, 2010
i would like some help, i wanted to setup a ubuntu 10 desktop on some amd64 comp to make it a comp to watch movies and listen to music, but no luck cos i cant get the sound working. i noticed lots of ppl with same soundcard than me having the same problem. ("soundMAX integrated Digital HD Audio" its an onboard video card on my 64 bits nvidia motherboard thats about 5 years old..) old thread about this: [URL]....
Quote:
-Update BIOS (not even sure if that is required step, but it generally always good idea to do that).
-Get latest ALSA drivers [URL].... I got "1.0.12rc1" but "1.0.11 final" should also do.
-Put "options snd-hda-intel position_fix=1 model=3stack" to "/etc/modprobe.d/alsa-base".
-Worked for me after reboot.
i skipped all the parts about *updating, i downloaded that ubuntu install from [URL]... yesterday im pretty sure the alsa drivers should be up to date.........
View 2 Replies
View Related
May 10, 2011
I would like to know how I can play a midi file in Slackware command line. I write "aplaymidi -p (port number) file.mid" and I see that it is working, but I can't hear anything. As I have Windows XP in a computer and Windows 7 in another, I have to convert the midi files into wave files in order to listen to them in Slackware using play. There is another thing that I haven't ever been able to do in spite of the fact that I have had Slackware installed in my computers since 2002, and this thing is: I have never been able to connect Internet using Slackware or any other Linux distribuition. I like Linux very much but I am frustrated at not being able to do these two things: to play a midi file in Slackware and to connect Internet.
View 6 Replies
View Related
Apr 27, 2010
How to play a MIDI file, or a .mid file, <embed>ded in a Web page from my Ubuntu/Firefox combination?
View 1 Replies
View Related
Jan 3, 2011
I used to use notation player to do this in windows, although it works under wine i don't have the ability to print or print as a pdf file so i was wondering if theres a good alternative
View 7 Replies
View Related