Need advice about recording my daughter singing- what do I need to know?

Thanks folks for listening.
Have a brilliant wee singer who has her own amp/karaoke machine but the equipment is hooked into our TV and that only gives out as good as the home system's abilities.
Besides which- now that she is so good I'd like a permanent record.
I have a 1.5GHz PB with 1GB of RAM. What can I get to help me record her by way of hardware (mikes) and software (would Soundtrack Pro be the answer?).
Note that I happened upon this part of the "discussion" by accident and really do not know if I am right here.
Any help you wonderful people can give me would be gratefully appreciated as this young lady is 14 and is seeking to go into music once she finishes school here in Scotland in four years time. Anything I can do to help her follow her ambition (not pushing here- heaven forbid!) is good by me so your help will be invaluable!

Thanks for the reply- and sorry for the delay in replying.
OK- she has been using GB herself so I guess we need to look at the hardware...
As I am definately not "grown up" in this department am I right in saying that the mike ought to go through the pre-amp first and THEN into the Mac running GB?
I shall look at the things you recommend- erm...
AM looking at what you recommend... What am I looking at in terms of which is better? I mean- one is 60 cheaper and littler. Is all I can say between the two as the technical specs are too much for me to understand.
A preference anyone? This links to the Firebox but has the recommendation for the other below: http://www.dolphinmusic.co.uk/page/shop/flypage/product_id/5031

Similar Messages

  • Need advice: About record store

    Hi,
    I am developing an application which will first display a list of options to users (multiple choice i.e. with check boxes). The list of options could be anything, such as movie titles, etc.
    The application will need to allow users to select their options by
    checking the check box, and save the selected ones in record store.
    My problem is, the next time when users launch the application, how
    should it read in the records from record store, such that options
    previously selected by them are "checked"? For instance, a user selected "Stardust" and exit the application. Then when he re-launches the application, he will see "Stardust" as checked.
    I was thinking of using a loop, which will read in each record, and compare with the list; then check those which are identical. But I reckon this is rather inefficient? How shall I solve the problem?
    Thanks in advance :)

    Hmm... maybe I misunderstood your application. Where do you load the list, I thought it was from the RecordStore.
    If you save only the selected items in rms, you've already done all you need to do.
    Hey, by "control character" I didn't mean any special character. If I had to save all items and their selection status, I would probably prepend "Y" or "N" for the selection status and when loading, read the first character for status and the rest of the String for the name.
    There may be a more efficient way to so this but I don't know of any. Keep checking back, some professional developer may offer advice.
    Cheers, db

  • I need to crop image in TIFF format. what product i need to buy

    i need to crop image in TIFF format. what product i need to buy

    Photoshop should be able to handle cropping your TIFF file, possibly Photoshop Elements as well which would cost less.  You should get the trial version to make sure rather than buying before trying.
    You might also want to check if you already have something on your machine that can do it.  On a PC you should be able to right click the image and choose "Open With" whereby a menu of programs should appear with programs that can open the file.  You can check to see if any of those listed provide the cropping tool.
    If you have further questions you should try posting in the Photoshop forum instead of here (http://forums.adobe.com/community/photoshop?view=discussions).  This forum is primarly for questions about downloading and installing Adobe applications.

  • HT4463 I am trying to open photoshop elements but it is telling me a need an app to do so. What do I need in order to open the photoshop elements 11 that I have purchased and downloaded on my laptop?

    I am trying to open photoshop elements 11 which I purchased and downloaded but it is telling me I need an app to do so. What do I need in order to open photoshop elelements 11 and where to I find it?

    From where did you purchase Elements? If you didn't get it from the Mac App Store, from where did you get it and what is the file format, or just the full name of the file?

  • Need advice about coalesce and deallocate unused space

    Hi experts;
    Here looking for an advice about coalesce and deallocate unused space.
    I got this tablespace with 87% full, one of the table in that tablespace has 1,150,325 records.  I'm going to delete 500,000 records from that table, but to release the space used by those records I understand that I need to execute other procedure. I was reading about coalesce tablespace and deallocate unused space.
    I found that apparently, both process can help me to free space. If you want to share with me your comments, about  advantages or disadvantages about them, in order I can take the best solution?
    Thanks for your comments.
    Al

    Hi
    after deleted rows, the high water mark is still the same and so the size of the table. you need to bring down the water mark
    here is what you need to do to bring down the high water mark. We do this monthly for performance purpose.
    This is an EBS R12 system  but the procedures are the same for EBS database or non EBS database.
    After you purge or delete data in a table
    1) alter table APPLSYS.WF_ITEM_ATTRIBUTE_VALUES move; <-- this operation will invalidate all indexes attache to the table
    2)select owner, index_name, status from dba_indexes  -- list all invalid object for user APPLSYS
    where table_owner = upper('APPLSYS')
    and
    status NOT IN ('VALID','N/A');
    3)spool idxrebuild.sql --generate script to rebuild indexes.
    select 'alter index ' ||owner||'.'||index_name ||' rebuild online;'  from dba_indexes
    where table_owner = upper('APPLSYS')
    and
    status <> 'VALID';
    4) run idxrebuild.sql   -- to rebuild indexes.  -- at this point if you check spaces on the table, it is still the same, you need to run #5
    5)exec fnd_stats.gather_schema_stats ('APPLSYS');  --fnd_stat is for EBS system you can replace with the database equivalent command.
    use this statement to count the block before and after the operation to see the different.
    select DISTINCT(SEGMENT_NAME), count(blocks) "Total Block" from dba_extents
    where
    owner IN ('APPLSYS')
    AND segment_name = 'WF_ITEM_ATTRIBUTE_VALUES'
    Hope this help.

  • Need advice about zip rar files

    Here's wishing you all a very happy New Year!! Mr Greenhorn is back again! I have a question about zip and rar files. As some of you may remember, this is my first Mac, so I'm used to using the zip/rar programme on my old Windows O/S. Now I receive zip/rar files and can't open them. What is anyone's advice about downloading the zip/rar programme onto my Mac? Any particular pro's and con's? Any particular site to download from? Now my Mac has a compression programme included which converts files to zip files, but is that compatible to the actual zip/rar programme? And finally, where is the advantage to compressing files? Is it only for uploading or is there some benefit to having files 'compressed' on your actual laptop?

    Hi There
    Mac OS X has a built in Archive Utility which doesn't support .rar files. To uncompress rar files you will need a utility like RAR Expander or Stuffit Expander both are free. I suggest doing a search on MacUpdate (http://www.macupdate.com) or VersionTracker (http://www.versiontracker.com) to find a programme that you like.
    I personally don't see any advantage with keeping compressed files on your laptop (unless the archives being used often for emailing, uploading to websites etc). Compressing files does save disk space but if you get to the point where you need to compress your files to gain disk space then I suggest buying an external HD or a bigger internal HD.
    Hope this helps
    J.C

  • Need advice about headphones and splitter for HP EliteBook

    Hello,
    I would like some advice about what headphones and headphones splitter I should use for an HP EliteBook. I am going on a plane trip with my kids, and I plan to get them both Leapfrog headphones. However, I need a headphone splitter so that they can both watch a movie on the same computer.
    Does anyone have any suggestions for a splitter for an HP EliteBook? I tried Amazon but couldnt find anything.
    Thanks
    This question was solved.
    View Solution.

    Hi,
    The following one is for more than 2:
        http://www.officeworks.com.au/shop/officeworks/belkin-rockstar-headphone-splitter-bef8z274
    and the following one is from Amazon:
        http://www.amazon.com/Belkin-Speaker-and-Headphone-Splitter/dp/B00009WQSR
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Need advice about transfering files

    Hello. I just got a new mac through an education deal at school. I hate this process of transferring files from one computer to the next but have never done it from one Mac to another before so thought it would be pretty smooth. Im new to the whole Migration Assistant and so need some advice about what to do next.
    I tried using migration assistance upon first turning on my new mac but was using wireless and it just wasnt working. My computer kept saying my new mac wasnt responding and I kept having to select ok or cancel every minute and with 15 hours to go, i thought f^*# it. So I decided to just start the computer up and manually transfer files. Then I found an ethernet cable, turned file sharing on and am using my public folder to transfer but its turning into The Most Tedious task and things arent transferring properly (like certain folders arent copying contents, just the folder itself).
    Now Im wishing I could have used migration assistant from the start but what can you do. I cant just re-install the mac os software and try again because before we got our new macs they installed some programs for us, like Logic, and I dont really wanna mess with that.
    Whats my best option at this stage? Ive transferred about a gig of pictures and documents over so far (and I think my old hard drive is about 60 gig full) but theres a bunch of other little things like iphoto, imovie, garageband, stickies, as well as big folders of music (and itunes - playlists etc) that I wanna make sure get copied in entirety. Will migration assistant handle that? Is it best to delete the stuff Ive transferred so far and let it start fresh? What would you do?
    Sorry my post is so long
    Message was edited by: girrrl

    Also, now that I have an ethernet cable, if I go ahead and use migration assistant to transfer the account from my old computer, will Logic only be available through the new account I have set up on my new computer? Would I have to log out of one account and into the other and back and forth to access the different files/programs? Any help would be much appreciated

  • I have a 2009 Macbook Pro. When I put in a DVD or a computer CD, it will read it, but when I put in a CD it automatically ejects it about 15 seconds later. What do I need to do?

    I just got this MacBook and it is refurbished. Yesterday, I went to put music CDs into iTunes, and it wouldn't even read that I put in a CD. About 15 to 20 seconds later, it spit it back out. I tried several CDs and it did the same to all of them. I also tried a DVD and a computer disk and they both were read and worked. Only a CD won't be read. What do I need to do?

    Take it to an Apple store or AASP.

  • New to Mac computers-need advice about hardware

    I purchased a Mac computer on eBay knowing that the mainboard needed to be replaced. I purchased it for the software on the hard drive. I need to replace the mainboard and do not know anything aside from that the bottom is white, round, and has a silver apple on it. I need to purchase a mainboard for the older computer, and don't know what to ask or search for and I would like to know who I could purchase a mainboard from. Any advice would be appreciated. The serial number for the computer is QP30837HNHX and was initially purchased from Apple in Feb. 2003. I've noticed that these computers have models named after large cats, i.e. Jaguar, Tiger, etc. I don't know what mine is, other than it has an 80G HD, 1Ghz G4. Any advice would be appreciated.

    Hello! Here is a rundown of the computer.
    Serial number: QP30837HNHX
    Name: iMac G4 (Early 2003)
    Model: M6498 iMac G4 1.0GHz
    Bus speed: 133MHz
    Screen size: 17 inch
    Factory: QP (USA)
    And also look HERE for additional info concerning iMacs like yours.
    You may find a logic board HERE.
    Tom

  • Need advice about a WiFi set-up

    Dear Gang,
    I want to have a pure 802.11n network using the 5 ghz spectrum and the wide array setting. However, I have one desktop computer that is 802.11g. I'd like to run a 25 ft. Cat 5 cable to one of the LAN ports on the TimeCapsule and then shut-off the WiFi on this computer. However, strangely enough, I've always had all my computers (even desktops) networked via WiFi so I don't know how well using the LAN works.
    What are the thoughts of the group?
    I know that ethernet should give me greater speeds to the TC's hard drive and should solve my problem with bringing a non-802.11n machine in to a "pure" network, but I don't want to do so if the set-up is arduous or if doing so makes me lose a lot of features that I get in an all WiFi network.
    TIA,
    Mark

    dwb,
    I'll definitely take your advice about the ethernet cables - thank you.
    Your info is reassuring as it means that my dual G5 will get a little more life out of it by connecting it in to my "pure" system via ethernet.
    Two other quick questions:
    -should I connect my new iMac via ethernet to the router, too, even though it's capable of going on my system in 802.11n 5ghz?
    -also, as an aside, I'm trying to figure out if my new 802.11n network will equal my current 802.11g network in terms of distance as I have an Apple TV that's a few rooms over. That Apple TV gets about 4 bars of signal from my current network. Do you think that 802.11n at 5 ghz will have an equivocal range?
    Mark

  • Need advice about making a application log over every task succsessfully done to a target

    Hi!!!
    I need an advice about how to make an application log over every task succsessfully done to a target with an unique ID.
    I have developed an application with several tasks on the menu which have to be done in a certain order to program and test a target board,
    and the user want a log about which tasks are done to the target, so it is easy to know which step is next on the menu (It is a very routinebased  job).
    Do somebody have any good advice on how this can be done in a cleaver way ?
    Best regards,
    A

    Also, now that I have an ethernet cable, if I go ahead and use migration assistant to transfer the account from my old computer, will Logic only be available through the new account I have set up on my new computer? Would I have to log out of one account and into the other and back and forth to access the different files/programs? Any help would be much appreciated

  • I need advice about being part of the Twitter Army of Awesome Help

    I am grateful for the fact of Mozilla and I use Twitter a lot.
    Although I am not technically competent, I do have experience of using Mozilla and Thunderbird for quite some years and am willing to share my experience.
    I obviously do not want to make matters worse for questioners and need some advice about how to begin.
    Is there a Forum where Folk such as me can share experiences of answering Tweets and also just be given examples how the system works, please, or might it be better for me to resign before I start rather than cause complications for anyone?

    Thanks - I hope to have a check there, when I have more time, meanwhile I see that separately I have been sent an email asking for my experience etc.. -
    I plan to attend to that when I am less pressed for time, it may not be for some while though - my spirit is willing but resources few, but if I just learn to do some small things it spreads the load - and I guess I have made a very small start - I have wondered about it for years but that Awesome Tweet was the prompt that got me this far!

  • Need advice about certification: do J2SE 1.4 or wait for 1.5 to go out?

    I need advice here! I am studing for Java Programmer certification (310-035) and I know now that the certification does not have any expiration date, instead it's version based. So, if I get now a J2SE 1.4 certification, soon it will be outdated... I guess!
    Does anyone know or have any ideia of WHEN java 1.5 sdk will be avaliable, and anyone can tell me how long it will take for a new 1.5 programmer certification be avaliable for general public?

    Do both. 1.5 is far enough away that you do not want to wait for it.
    And besides, 1.5 has enough new stuff in it that you'll want to recertify anyway.

  • Need advice about second graphics card for PowerPC G5

    My boss bought me a second monitor for our office computer, so we can use two monitors on one computer.  The problem is we need a second graphics card to handle the second monitor and I'm not sure what to buy.
    The computer is a  Dual 2.7 GHz Power PC G5.
    The second monitor that my boss gave me is a View Sonic HD Widescreen LCD with a DVI-D single link connector.
    What should we buy to make all of this work together?  The company I work for is very cheap, so we need to do this rather inexpensively. 

    You don't need a second card (which would kill several advanced features on the main card anyway) but a card with two appropriate output connectors.
    What card is in the machine at present?  Open System Profiler in /Applications/Utilities and click on the Graphics/Displays item under Hardware, viz. this screen grab:
    The top bold-face line will have the information you need, plus if two monitors are supported (which I am betting is true) one of the displays entries will be "No Display Connected."  I am pretty sure that any card that came with the 2.7 originally has two video connectors, probably DVI.  According to the specs listed on the Power Macintosh specs pages, the 2.7 base card had a single-link and dual-link pair of DVI connectors.

Maybe you are looking for

  • How to set width of a select list?

    Hi, another newbie question from me :-) When I create a select list the default width is 30, no matter what I set this value to the width of the select list stays the same, it gets as wide as the widest element in the list. This messes the design of

  • Disable every node except one

    Hi, I building a game on javafx. At some point I need to ask some questions (for example "Sure to quit Y/N") I bring up a Node at the top of others with 2 buttons, but I need to disable everything at the bottom (many other controls, images, text inpu

  • Simple Pocedure:

    Hi experts i am poor in oracle the logic what i want to implement is if ACCNO,MOBNO,ID of temp table present in monitoring table then temp table records should get inserteed in to app table with response as 'successfully inserted' else it should get

  • EHS & PLM integration in EP6

    Hi experts, Currently we have integrated EAM/PLM and EHS on ECC 6 EhP4. Later the user access will be limited to the Enterprise Portal 6.0 for those modules. For the moment I have implemented the following business packages : - BP for assets 50.3 - B

  • Doubts in SAP E sourcing

    Hi, I am going to take up an assignment for a roll out project in SAP E sourcing I am having some of the doubts in E sourcing, 1. Whether SAP E -sourcing and SRM Souricng is same or different? 2. For  SAP  E-souring  different  IDES server is needed?