Software :: Need A Program To Extract Single Instrument From A Tune

Feb 1, 2010

I am looking for a program to extract a single instrument (guitar) for the purpose of learning to play it.
I don't care if it costs $ or not as long as it is native to UBUNTU 9.10 .

View 8 Replies


ADVERTISEMENT

General :: Shell Script To Extract Single Report By Pattern Then Both Backward And Forward

Feb 18, 2010

I have to admit that I register to LQ after I failed to search for similar solutions.let me see whether I can explain my problem clearly. I need to extract a single report from a big file. The big file looks something like this:

Report for yyyyyy
Your info 999-9999999
End of Report

[code]....

I need to search for a user provided string, say 999-9999999, in the big file. Then I have to extract the single report. My logic is simple,

1) find 999-9999999
2) backward search for "Report for", note down the line number
3) forward search for "End of Report", note down the line number
4) extract the record by using info found from step 2) and 3).

I am trying to do this in bash, with awk and sed (I am new to both).

View 8 Replies View Related

Ubuntu :: Program Says Extracting But Doesn't Extract?

May 19, 2010

I just downloaded the unrar extension from the software center, and when I try to extract
a file from a rar archive unto my desktop,ays it extracted the file but nothinghappens.When I press on "Show the Files", it opens the folder which is supposed to contain the files, and they are not there

View 2 Replies View Related

Ubuntu :: Extract File To Program Directory?

Jul 19, 2010

How do i extract a file to a program directory ?

YEA stupid question but im used to windows and im trying to learn ubuntu so far i love it just hitting bumps..

I want to extract

xbmc to

.xbmc/plugins/program directory

i downloaded the file, but when it comes to extracting im lost, because i cannot access the root ? is that were it is ?

View 9 Replies View Related

Ubuntu Multimedia :: What Program To Use To Extract Music Files

Jul 30, 2010

IS there a program in ubuntu that extracts individual songs from album and label and tags them. i have just got 200 GB of music from a friend, but the albums are 1 full Mp3 file so it just runs right thru each song non stop. no individual song files what program can i use to convert album into individual song files and keep them together in a album. i found one that runs on windoze, but was wantiing to know if ubuntu has one. the windoze one is called Alba Extractor

View 3 Replies View Related

Software :: Finding A Program That Can Extract The Content Of An Mkv File To Be Combined Later

Dec 30, 2010

i have some mkv files that come out pixelated and i don't want to go through the trouble of finding a suitable media player i want to extract the desired audio channel and video channel to combine them into an avi file that will be playable on most media players i already have mkv-toolnix installed but i see nothing that will extract the contents of an mkv or as far as i know i think it's though command line. and how would you combine the audio and video together

View 4 Replies View Related

General :: Extract A Single Mail From The Mail Path?

Mar 10, 2011

I just want to know is it possible to extract a single mail from the mail path i.e. /var/mail/root.

for ex. i am having this mail in /var/mail/root.

From root@localhost.localdomain Thu Mar 10 21:47:47 2011
Return-Path: <root@localhost.localdomain>
Received: from localhost.localdomain (localhost.localdomain [127.0.0.1])
by localhost.localdomain (8.13.8/8.13.8) with ESMTP id p2AGHlx4004190
for <root@localhost.localdomain>; Thu, 10 Mar 2011 21:47:47 +0530
[Code]....

how to extract only this mail from /var/mail/root

View 2 Replies View Related

Networking :: Bad: Two Sockets Of Different Ports In A Single Program?

Mar 4, 2011

I am trying to make a file proxy server...that is any request of file a client makes goes to the proxy server...it checks it in cache if not there then asks main server for the file. to act as a server for client and as client for server...how to do it in a single program. I tried with 2sockets with different ports one for client-proxy server and one for proxyserver-main server.But it does not workAm i doing something wrong or is there any other method

View 2 Replies View Related

Programming :: Get 2 Text Windows With A Single Program?

Apr 21, 2010

Running Ubuntu and writing simple C programs. I need 2 text windows, the one I have started in, and a second to display some debug information. I can start a second screen using popen("/usr/X11R6/bin/xterm" "w"), and I get my new text window. However, it is running a shell and I can't send any info to it!

View 4 Replies View Related

Ubuntu Installation :: JDK - Set The Path - Unable To Run A Single Program

Jun 3, 2010

I have downloaded the jdk-6u20-linux-i586.bin from their website. I also read the instruction given to install jdk manually but i was not able to run a single program. Can someone give a step by step instruction to install jdk and also tell me how to set the path so i can easily execute the programs.

View 9 Replies View Related

General :: Tune Up A Fc4?

Aug 18, 2010

I have a fc4 and it is very slow. Any idea to improve performance without upgrading the software? (Too many work related stuff there and I don't want to cause trouble at work)

View 14 Replies View Related

Ubuntu :: Allow To Single Click To Open A Folder/launch A Program?

Mar 5, 2011

I've looked, but no luck. Coming from Debian, 5.02, is there a setting in Ubuntu 10.10 that will allow me to single click to open a folder/launch a program. I don't mean the one i am using now that is set up with the mouse setting where it seems to be an assistive technologies application where there is a slider to set the dwell time (when i use this one, i get a menu opening at the same time as the application launch), but the one where the pointer turns to a little hand when it moves over the icon, and opens/launches the program when the button is released.

View 3 Replies View Related

Ubuntu Security :: Is The Root Password In 11.04 For A Single Program Or For All Programs

Sep 1, 2011

I have ubuntu 11.04 installed along side windows. And I often share files with windows computers. If I am installing a new package from ubuntu software center, and consquently I have to log in as root to do so, which means I have given the system 'privileges' as the program is being installed, I decide to go open mozilla, and surf suspicious sites on the net. Is it possible in that case for me to get a virus?

When we enter the password for the root user in order to run one program such as ubuntu software center, does that mean that all programs have root privileges for the time being (as the software center is installing the program)?

View 3 Replies View Related

Ubuntu Security :: Program That Allows To Password Lock Single File Or Folder?

Apr 3, 2010

Is there a program that allows me to password lock a single file or folder?

View 5 Replies View Related

Ubuntu :: Can I Change Login Tune / How To Do

Aug 26, 2010

Can I change the login tune? If YES please advise how?

View 1 Replies View Related

Server :: Tune Apache With TCP_DEFER_ACCEPT?

Apr 22, 2010

I found out that I can tune apache with TCP_DEFER_ACCEPT [URL] but i don't understand how to do it..

View 1 Replies View Related

General :: Single C/C++ Program Using Unix Commands To Retrieve The Username, Associated Static IP Address?

Mar 11, 2010

For monitoring a network [LAN] I need a single C/C++ program using unix commands to retrieve the username, associated static IP address, what time user logged in, log out, total time system used by user. so that if a system has several users who used it @ different times of the day... then i need details of all users me,time of log in, static IP &all

View 1 Replies View Related

Software :: Program: Compile Jpeg Into Single File, Like A Book, And Maintain Quality?

Mar 30, 2010

I've been trying to find a way to take a bunch of jpeg images and while maintaining their quality (no loss at all) compile them in such a way as to make one coherent file. Maybe something like a pdf, but while maintaining quality. I've tried converting to pdf and djvu, but the quality is always reduced, but if you know of a way to preserve quality, I'll use it.An alternative is an image viewer that can look inside archives, so I just make a zip or tgz of the images and then use the image viewer to access them. I've tried a few

View 9 Replies View Related

Ubuntu Networking :: Tune IP Address In To A Website Name

Mar 25, 2011

how do i teun an IPaddress in to a website name that i payed for? useing apachie 2. think stupid what line number to enter what code(s) i use notepad++ to edit system files with coreftp and putty by my side.

View 6 Replies View Related

Programming :: Using Ld -wrap Function To Instrument

Feb 20, 2010

I am trying the wrap feature for the first time. I followed the instruction as mentioned in this link URl...but I am getting an error saying "undefine reference to __wrap_malloc.I followed all the steps, but the post was a decade old, I am sure something has changed? or am I missing something.

View 2 Replies View Related

Ubuntu Multimedia :: Play Soundfonts As An Instrument?

Jun 21, 2010

I am a composer with no money whose old music computer and keyboard were destroyed in an accident. I can't afford to replace them. However, I still have 320+ gb of soundfonts that I would like to play on my 64-bit Ubuntu 10.04 machine. No composing now; I just want to play them on my computer keyboard. The trouble is, I can't find any native Linux app that works.

I used wine install the demo version of FL Studio 9, and I can play my soundfonts with it, but the latency is terrible. I have to set the latency to 65 milliseconds before I get anything but a stuttering mess.

I'd really like to use Virtual MIDI Piano Keyboard, but the sound doesn't work, and I'm not sure how to troubleshoot it. The System Testing detects my sound device as "DA-Intel - HDA NVidia HDA NVidia at 0xfe024000 irq 21"

since when does NVidia manufacture sound equipment? Is this a motherboard with integrated sound?

View 1 Replies View Related

General :: Help W/ Custom Virtual Musical Instrument?

Jul 17, 2010

How would someone with very little programming experience go about creating a custom virtual musical instrument? Each key would produce a tone of a specified frequency when clicked. Instead of being limited to a piano keyboard layout, each key would be movable. Holding the Shift key would allow multiple keys to sound at once. (See attachment for what it might look like.)I know there are dozens of possibilities (Flash, Java, etc.) Which would be best?

View 1 Replies View Related

OpenSUSE Multimedia :: Tune Audacity Recording With Pulse Audio?

Jun 18, 2011

I'm trying to capture audio from a stream, NOT from the mic. This is what I'm doing: Start Audacity, push its record button, play a song. It shows that it is recording but when I play back the results, all background noise, conversation, etc, is in the recording as well as the audio from the song. If the mic is unplugged, I cannot record what I hear coming from the sound card (as in what you hear from the sound card is what you get). I got directions on how to do what I want here ( Looking (maybe) for audio mixer for use with Pulse Audio - Page 2 Posts # 4 and 5) but it's not permanent. I got the instructions in post #11 from that same page to make such a change permanent. I tried using the instructions to make the change permanent (I backed up my default.pa just in case something went wrong) and these are the changes I had made:

Code:

### Load audio drivers statically (it's probably better to not load
### these drivers manually, but instead use module-hal-detect --
### see below -- for doing this automatically)
#load-module module-alsa-sink

[code]....

View 3 Replies View Related

Ubuntu Multimedia :: Af9015 DVB-T Tuner Fails To Tune / Solve This?

Mar 12, 2010

I've downloaded the firmware from http://www.otit.fi/~crope/v4l-dvb/af..._files/4.95.0/ and placed it in /lib/firmware. I'm using Karmic. MythTV and Kaffeine both see the devices. They attempt to tune but I can't get any channels out because they can't tune.

View 3 Replies View Related

Ubuntu Multimedia :: Connecting A Musical Instrument To Computer?

Jan 17, 2010

I'm trying to get audio from a keyboard into my computer. I have a 1/8' to 1/4' adapter, and I can hear the sound from the other end when I connect my earphones to the keyboard, but if I connect it to my computer's microphone port, it doesn't even recognize something connected there. Sound preferences tell me that there are two microphones connected (two built-in microphones), and so does Jack.How do I get it to detect the keyboard? I'm using Ubuntu 9.10 64-bit, if that's of any relevance.

[edit] I also tried connecting this computer to another computer (i.e. Speakers are connected to computer 2, a 1/8' cable goes from the speaker's earphone socket and into computer 1's microphone in). I expected the sound produced by computer 2 to go to computer 1 like regular microphone input would, but it still didn't detect anything and persisted in telling me that there are only two sound inputs on the computer.

View 2 Replies View Related

Ubuntu Multimedia :: Connecting A Musical Instrument To The Computer

Sep 4, 2010

I'm trying to get audio from a keyboard into my computer. I have a 1/8' to 1/4' adapter, and I can hear the sound from the other end when I connect my earphones to the keyboard, but if I connect it to my computer's microphone port, it doesn't even recognize something connected there. Sound preferences tell me that there are two microphones connected (two built-in microphones), and so does Jack. How do I get it to detect the keyboard? I'm using Ubuntu 9.10 64-bit.

[edit] I also tried connecting this computer to another computer (i.e. Speakers are connected to computer 2, a 1/8' cable goes from the speaker's earphone socket and into computer 1's microphone in). I expected the sound produced by computer 2 to go to computer 1 like regular microphone input would, but it still didn't detect anything and persisted in telling me that there are only two sound inputs on the computer.

View 2 Replies View Related

Ubuntu Multimedia :: Connecting Musical Instrument To Computer?

Sep 23, 2010

I'm trying to get audio from a keyboard into my computer. I have a 1/8' to 1/4' adapter, and I can hear the sound from the other end when I connect my earphones to the keyboard, but if I connect it to my computer's microphone port, it doesn't even recognize something connected there. Sound preferences tell me that there are two microphones connected (two built-in microphones), and so does Jack.
How do I get it to detect the keyboard? I'm using Ubuntu 9.10 64-bit, if that's of any relevance.

[edit] I also tried connecting this computer to another computer (i.e. Speakers are connected to computer 2, a 1/8' cable goes from the speaker's earphone socket and into computer 1's microphone in). I expected the sound produced by computer 2 to go to computer 1 like regular microphone input would, but it still didn't detect anything and persisted in telling me that there are only two sound inputs on the computer.

View 4 Replies View Related

Hardware :: Install A Usb Driver To Talk With An Instrument That Profalso The Drivers Were Given?

Aug 11, 2010

I'm an italian student that's making a project for an exam of the university.I'm trying to install a usb driver to talk with an instrument that my profalso the drivers were given by my prof. the driver now I'm trying to install is called:libhid-0.2.12.origI've opened it and I have run the programm called configure.I had the same problem of Gabyx (in a topic in the section linux Programming & Scripting) but I think I've resolved it in the same way suggested by Lakerdonald....now after I run configure appears:

Code: configure: Using db2man stylesheet: /usr/share/kde4/apps/ksgmltools2/docbook/xsl/html/docbook.xsl
configure: creating ./config.status

[code]....

View 9 Replies View Related

Ubuntu Installation :: 10.04 Graphics - (login?) Screen Just Shows Rolling Display Like An Out-of-tune Analogue TV

Jul 2, 2010

I tried installing 10.04 via Wubi on a friend's notebook and have hit problems with the display. The installation seemed to proceed OK (took ages to download / install - left it running overnight) until it came to boot to Ubuntu. The GRUB menu appears OK, but choosing Ubuntu leads to a blank screen with some icons at the bottom, which is displayed for a few seconds, then the (login?) screen just shows rolling display, like an out-of-tune analogue TV. I suspect that I need a graphics driver or something? The notebook is a logiQ notebook, with 128MB SiS Mirage-3 graphics.

View 2 Replies View Related

Programming :: Connect Multiple Sockets From A Single Client To A Single Server And Keep Them Open?

Oct 13, 2010

I have question about the UNIX sockets. my goal is to connect multiple sockets from a single client to a single server and keep them open...I'm not sure if that is possible to create or not. Do you have any suggestion or an example of code?

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved