Recording Basic Audio

Hello,
I've been using Logic Express 8 for some time now, but only the built-in software instruments.
Now, I'm trying to record a simple audio track, and cannot do it. Cannot even see the signal from my Blue Snowball USB mic. Everything is set up properly in the System Preferences > Sound Panel (Snowball selected, and Input Levels show), as well as in Audio MIDI Setup (Blue Snowball selected).
When the New Track dialog (Audio) is used, the resulting track does not show the Record Enable button. Am I missing something basic?
As a test I tried recording in Audacity and it worked.
Any help would be greatly appreciated. Thanks.

As you're using LE 8, you need to create an aggregate device.
This should help:
http://support.apple.com/kb/TS2648
More details here:
http://discussions.apple.com/thread.jspa?messageID=11251992&#11251992

Similar Messages

  • When I'm playing games on my Mac, I want to my viewers (from YouTube) to hear whats going on in the game, as far as I know, I can only record my voice audio, and the screen. Is there anyway I can record game audio too?

    When I'm playing games on my Mac, I want to my viewers (from YouTube) to hear whats going on in the game, as far as I know, I can only record my voice audio, and the screen. Is there anyway I can record game audio too?

    When I'm playing games on my Mac, I want to my viewers (from YouTube) to hear whats going on in the game, as far as I know, I can only record my voice audio, and the screen. Is there anyway I can record game audio too?
    You have two basic options. One is to use a commercial screen recording app with access to system audio built into the app and the other is to add a system extension like SoundFlower that allows the QT X screen recorder to access/record the system audio. I use the former so I am not that familiar with SoundFlower but there should be several posts to this forum covering this topic.

  • Record multiple audio streams

    Hello
    I'd like to make a voice chat software that can record all
    audio streams in one flv file. Is it possible with FMS 2?
    Thank you for the answers:
    Peter

    Hello Peter,
    Using the server NetStream object, create a new server stream
    and give it a name, e.g. master:
    ns = Stream.get("master");
    Then start it recording with the instruction to append all
    the new recordings:
    ns.record("append");
    Then call the play method of the NetStream with each new
    publishing stream and a second parm of -1 to indicate live
    recording:
    ns.play("pubstream1",-1);
    ns.play("pubstream2",-1);
    When you want to stop recording call:
    ns.play(false);
    These are the basics. Post back if you need more.
    Bill

  • Unable to record just audio with Mac Mini - no isight

    I am trying to use Podcast Capture on a mac mini connected to a generic monitor (no isight) and it is unable to initialize the audio subsystem. I am assuming this has to do with it needing a video camera, but surely that isn't required to record an audio only podcast. I have a microphone plugged into the line in and it works successfully in Garageband. Please help!

    Take a look at Soundflower, which will allow you to record audio from any source:
    http://soundflower.en.softonic.com/mac
    http://www.macworld.com/article/1159440/soundflower_capture.html

  • Unable to record internal audio with RecordMyDesktop

    In order to record sound and video from my desktop, I installed RecordMyDesktop (https://wiki.archlinux.org/index.php/RecordMyDesktop) and followed the instructions from post #4 and #6 on a thread about "Recording internal audio with alsa and recordmydesktop" (https://bbs.archlinux.org/viewtopic.php … 3#p1359593). When I try to record with "recordmydesktop --device looprec", it will not start recording and closes with the following error:
    Initial recording window is set to:
    X:0 Y:0 Width:1920 Height:1080
    Adjusted recording window is set to:
    X:0 Y:4 Width:1920 Height:1072
    Your window manager appears to be i3
    Initializing...
    Buffer size adjusted to 4096 from 4096 frames.
    Opened PCM device looprec
    Couldn't set format.
    Error while opening/configuring soundcard looprec
    Try running with the --no-sound or specify a correct device.
    If this information would be helpful, I use alsamixer and "aplay -l" gives the following:
    **** List of PLAYBACK Hardware Devices ****
    card 0: PCH [HDA Intel PCH], device 0: ALC663 Analog [ALC663 Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: PCH [HDA Intel PCH], device 1: ALC663 Digital [ALC663 Digital]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: Loopback [Loopback], device 0: Loopback PCM [Loopback PCM]
    Subdevices: 7/8
    Subdevice #0: subdevice #0
    Subdevice #1: subdevice #1
    Subdevice #2: subdevice #2
    Subdevice #3: subdevice #3
    Subdevice #4: subdevice #4
    Subdevice #5: subdevice #5
    Subdevice #6: subdevice #6
    Subdevice #7: subdevice #7
    card 1: Loopback [Loopback], device 1: Loopback PCM [Loopback PCM]
    Subdevices: 8/8
    Subdevice #0: subdevice #0
    Subdevice #1: subdevice #1
    Subdevice #2: subdevice #2
    Subdevice #3: subdevice #3
    Subdevice #4: subdevice #4
    Subdevice #5: subdevice #5
    Subdevice #6: subdevice #6
    Subdevice #7: subdevice #7
    I can record from the microphone with with the command "recordmydesktop". I succeeded in recording the internal audio with audacity by choosing the device "looprec" for recordings. I'm not sure why RecordMyDesktop gives an error while Audacity does not. Below is my ~/.asoundrc, which I copied from the aforementioned thread. I am not knowledgeable, but I guess there is a mistake in it? Would you please assist me solving this error? Thank you for your time.
    pcm.!default {
    type asym
    playback.pcm "LoopAndReal"
    #capture.pcm "looprec"
    capture.pcm "hw:0,0"
    pcm.looprec {
    type hw
    card "Loopback"
    device 1
    subdevice 0
    pcm.LoopAndReal {
    type plug
    slave.pcm mdev
    route_policy "duplicate"
    pcm.mdev {
    type multi
    slaves.a.pcm pcm.MixReale
    slaves.a.channels 2
    slaves.b.pcm pcm.MixLoopback
    slaves.b.channels 2
    bindings.0.slave a
    bindings.0.channel 0
    bindings.1.slave a
    bindings.1.channel 1
    bindings.2.slave b
    bindings.2.channel 0
    bindings.3.slave b
    bindings.3.channel 1
    pcm.MixReale {
    type dmix
    ipc_key 1024
    slave {
    pcm "hw:0,0"
    rate 48000
    #rate 44100
    periods 128
    period_time 0
    period_size 1024 # must be power of 2
    buffer_size 8192
    pcm.MixLoopback {
    type dmix
    ipc_key 1025
    slave {
    pcm "hw:Loopback,0,0"
    rate 48000
    #rate 44100
    periods 128
    period_time 0
    period_size 1024 # must be power of 2
    buffer_size 8192
    Last edited by rayanamukami (2014-07-05 14:05:20)

    You might want to take a look here and here.

  • How can I record an audio sound and convert it to a ringtone?

    How can I record an audio sound and convert it to a ringtone?

    Record your voice using iPhone (for ringtone only 35 secs or under are valid), sync iPhone with iTunes.
    In iTunes the recorded voice is listed under Music as some_numbers.m4a.
    Right click on the item and choose Create AAC version.
    Drag the converted voice onto the desktop.
    Delete the voice copy in iTunes. (important step)
    On desktop, rename the some_number.m4a to something_more_intelligent.m4r
    Drag it back to iTunes and you will find it under Tones.
    Now select it (for sync) and connect your iPhone, do a sync.
    If everything works out, it will be in Settings > Sounds > Ringtone.
    Now choose a contact you want to assign this ringtone, tap Edit and add the ringtone.
    Hope this helps.

  • When I record an audio track, there is a waveform. When I stop recording, the waveform disappears and becomes a straight line. It also disappears from the track edit window. But the sound is there. How can I stop the waveform from disappearing?

    When I record an audio track using Logic Pro X, there is a visible waveform which appears as I record. When I stop recording, the waveform disappears and becomes a straight line. It also disappears from the track edit window. But the sound is still there. How can I stop the waveform from disappearing? And can I do something to view it after it has disappeared? Anyone know the anser?

    In Logic:
    Preferences/Audio Set Recording Delay to 0 <zero>
    This should always be set to zero unless a specific set of circumstances exist and you're audio drivers do not report position correctly.
    On occasion, usually when importing a Logic 9 project, Logic-X randomly changes this to a negative/positive number.  It's actually a bug in Logic, as it should always display the waveform.

  • Capturing on a Mac- can't turn off the sound (still want to record the audio)

    How do you turn off audio output during capture on a mac but I still want to record the audio?

    Easy on a PC, I click the "speaker" icon at lower right of Windows screen and bring up the audio mixer and just MUTE Premiere, then I can surf the web, watch online videos, listen to music etc, without hearing the capture audio. Assuming that's what you wish to do? Must be a similar option on Mac
    Thanks
    Jeff

  • Hi I shoot on a canon 5d mk11 and I record my audio on an external device yet when I open up my footage in final cut pro x I can't find my external audio files only the ones attached to the clip which are off the camera mic

    I shoot on a canon 5d mk11 and I record my audio on an external device yet when I open up my footage in final cut pro x I can't find my external audio files only the ones attached to the clip which are off the camera mic

    What device?
    What format?
    How are you importing it?
    Can you find the external audio with Finder?
    Where is your destination file when you import it?
    Andy

  • How can I record an Audio Instrument (saxophone) and listen to a reference track at the same time?

    How can I record an Audio Instrument, and listen to a reference track at the same time?

    Are you using an external audio controller or the line-in and headphone jacks on the side of your computer? You shouldn't have an issue using headphones when you're recording through the line-in but you may want to make sure you have monitoring on and it's going to the right place.
    If you're using an external audio controller, try making an aggregate device combining the controller and the "built-in output" into the same device. Go to Applications/Utilities/Audio MIDI Setup, click the "+" sign at the bottom left to make a new device and check the "use" boxes to the left of the physical devices you want to use as part of that aggregate device. That is how I use the computer's speakers or headphones to monitor my input as opposed to only being able to use the output on my audio controller.
    Now that I see some of the questions on the side of this page I realize that the 13" MBPs seem to have only one combined input/output jack... That is an incredibly stupid feature. What on Earth could possibly justify that design decision? I suppose if that's the problem you're having you'll have to buy some sort of splitter (if they even make them) or get an external audio controller like an Apogee Duet or something along those lines. I would be furious if they combined those two jacks on all of the MBPs.

  • Recording just audio from a video DVD

    I thought I was ordering a CD with the music of a Broadway show. It turns out to have been a DVD of the entire production.
    How do I get just the audio from the DVD into iTunes? And while I'm at it, once I get the audio, I'll need to strip the dialogue, and I haven't got any idea how to do that, either!
    Hope someone can help!
    Jimper

    Jimper
    You can use Audio Hijack to record the audio from the Apple DVD player, which can be sent directly to iTunes as an ACC or AIFF file.
    http://www.rogueamoeba.com/audiohijack/
    Stripping the "dialog" (assuming dialog is spoken commentary during the performance??) will be much more difficult. There are techniques to use a an audio editing program such as Audacity
    http://audacity.sourceforge.net/
    to invert a one side of a stereo track to remove vocals for Karaoke, but the sound quality will be greatly diminished, the bass and even the vocals may be removed.
    So if there is "dialog" on all of the songs it may be cheaper to buy the CD.
    Hope this helps.
    emac   Mac OS X (10.3.9)  

  • Recording live audio from a Bus

    Hey,
    So what I'd like to do is record audio from a bus directly into an audio channel
    I have a test oscillator in the input slot of an instrument channel
    As you can see, the output is routed into bus 1
    In order to process any audio that I have coming into bus 1, from any number of channels, I have bus one routed into an Aux channel, from which I can run any effects.  Aux 1 (w/ Bus 1 in the input slot) is routed to Bus 2 (Bus 1 w/ effects from Aux 1)
    As I said earlier, I'd like to record the audio from a bus, in this case Bus 2, into an audio channel so that I've got a continuous audio file.  I figured the best way to do so was to create a record-enabled audio channel, with Bus 2 as the input, which I've done here
    As the screenshot shows, the audio from Bus 2 is making it into the channel. 
    When I hit the record button, with "Audio 3", as the selected track no audio is recorded.
    In other words, I can hear the audio, and I can run it through any processes, but I'm unable to record in a way that allows me to capture the live processing of the sound.
    I tried googling the matter and some suggested bouncing the track the project, which should leave me with an audio file, in the bin, of the audio with any automated effects processing.  Logic's stopped responding, with the mini "bouncing" window on the screen both times I've tried to do this- I'm not sure if this is a seperate problem, which I'll have to deal with at another time or if it's related to what I'm triyng to do.
    In any event, has anyone come across a way to route the audio that would allow me to record this audio live, without resorting to recording only the effects parameters and bouncing?

    Thanks CCT,
    Checked the prefs and switched them to built in and it cleared it right up, but it did bring up another issue, because I don't remember ever switching it into the "none" position. 
    I'm working with a USB audio interface that I remove when not in use; possible that logic automatically reverts to "none" rather than "built-in" when I remove it, and can I make it so reverts directly to "built-in" when the interface is removed?

  • How do I record an audio source outside of Logic while in Logic?

    Hi everyone, I have a question I would like to address to the forum.
    How do I record an audio source outside of Logic while in Logic? For example, I would like to record the audio off a youtube video or dvd to be then used in Logic. I am using a Dididesign M-Box Mini for both my audio input and audio output i.e. all sound is coming in and out of the M-Box. I hope this is an easy question to answer (I am a new Mac user). Thanks in advance.
    Mac Pro   Mac OS X (10.4.9)  

    Use the 3.5mm audio out jack on the back of your computer. Connect it to your audio interface, and record like normal. You need an adapter cable. ( 3.5mm stereo to two 1/4 inch mono) see link.
    http://www.musiciansfriend.com/product/Live-Wire-3.5M-TRSDual-14-Y-Cable?sku=330 481&src=3WBZ4DS

  • I Recorded 4 audio tracks, could hear it in the headphones while recording. Meters show input. No playback sound. Advise.

    I Recorded 4 audio tracks, could hear it in the headphones while recording. Meters show input. No playback sound. Please Advise.

    How can anyone advise on such a cryptic post, all we can do is guess.
    Which version of Logic, what audio hardware are you using?
    Have you read the manual?

  • Metronome click recorded onto audio track , can not separate during playbac

    I set the metronome for "click during recording only" and for some reason the metronome clicks on this audio track during playback as well. I am recording an audio track from a Kurzweil 2500sx keyboard.
    Please comment ?
    David

    Well just hit "c" to turn it off or look for the Metronome symbol in your transport window and turn it off there.
    Maybe the Click was recorded onto the Kurzweill track when you recorded it into Logic?

Maybe you are looking for

  • "ipod cannot be updated becuase the required file is in use"

    I upgraded to itunes 7 this weekend and so did my husband. I am running the latest versions of all mac software with my fifth gen ipod and he is running the same with the ipod mini. We both get teh same error message: "ipod cannot be updated becuase

  • Best practice of deployment IPv6 over PPPoE

    Hello colleagues! IOS XE Version: 03.09 I have following configuration on AC: ipv6 dhcp iana-route-add ipv6 dhcp pool 3PoE prefix-delegation pool PD lifetime 120 120 address prefix 2aXX:5CC0:BC35::/64 dns-server 2aXX:5CC0:DC1::DC1 dns-server 2aXX:5CC

  • My MacPro will not wake up from sleep after the 10.8.2 upgrade.

    Since latest os upgrade to 10.8.2, my mac will not wake up from sleep.

  • Youtube playlists broken again?

    I did a search on this and see several older lists with videos in playlists or favorites not being available in Apple TV. I have a couple playlists I regularly use that WERE working fine until the last s/w update. Now, those same playlists are missin

  • Need help adding data to Preview Tab of Crystal Report

    Hi!  I'm hoping someone can help me with an issue I'm having with a crystal report I use daily.  I work in accounting and the crystal report i use pulls data for a ton of different general ledger accounts on our system.  However, somehow the crystal