Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Can't Record on Garage Band or make Apple Loop

Hi All,


I'm new to Garage Band, and although I have the downloadable manual, it seems I'm doing something wrong. I've got my guitar plugged with my sound all ready to go, but I can't find any way to record. The manual shows a diagram with play and record buttons that I can't find anywhere and I've tried every menu ooption. What am I doing wrong?


II also wanted to put in a simple drum loop in lieu of metronome to play to, and had an issue there that when I followed all the instructions and went to the menu of loops where they ought to be, there seems to be nothing there.


Any help with these issues, and patience with the fact that I'm sure there's something obvious and dumb I'm not doing right, would be greatly appreciated...thanks!!


~Rob

GarageBand (Mac) '11, Mac OS X (10.6.8)

Posted on Mar 20, 2013 6:01 PM

Reply
13 replies

Mar 22, 2013 9:39 AM in response to crazydiamond3939

Your GarageBand window is too large for your screen - the bottom row is cut off.

Press the little green button in the traffic light in the upper left corner of the window

User uploaded file

If that does not bring the full window back, hold down the options-key ⌥ while clicking the green button.

And if that does not work, try the Apple Script on my Web Page:


Garageband Window too Large



Your missing pedals: Experiment with the stompbox you selected and select a different one from the drop down menu. They all have different effects.

User uploaded file


Missing loops: There may be many reasons. The most common reason is usually a filter. Have you set the Loop Browser to show all Loops, (the topmost popup menu) and selected only "All Drums"?

And in the Preferences > Loops disable "Keyword Browsing > Filter for more relevant results".


User uploaded file

Mar 22, 2013 10:58 AM in response to crazydiamond3939

Yes, I meant the options-key (on some keyboards it is labelled "alt ⌥") - that is a pity, that does not work in your case. Have you tried to run the Apple Script that I linked to? This will tell the Finder to shrink the GarageBand window.



Paste this into a window in AppleScript Editor


tell application "Finder"


set {d1, d2, d3, d4} to (get bounds of window of desktop)


end tell


tell application "GarageBand"


set margins to {d1 + 10, d2 + 54, d3 - 10, d4 - 148}


set bounds of window 1 to margins


end tell


and then press the "Run" button.

User uploaded file

Mar 22, 2013 3:05 PM in response to crazydiamond3939

Was GarageBand running, when you were pressing the "run" button?


What do you see, when you click the "Replies" button in the Apple Script editor?

This will show you the code, that actually has been executed. For me it will look like this:

tell application "Finder"


get bounds of window of desktop


--> {0, 0, 1344, 840}

end tell

tell application "GarageBand"


set bounds of window 1 to {10, 54, 1334, 692}

end tell


If you see no results, or the script does not resize the window, your GarageBand preferences file may be broken. Then you need to remove it from your user library. See HangTime's fix for "oddball" problems in the FAQ:



http://www.bulletsandbones.com/GB/GBFAQ.html#oddballprobs

(Let the page FULLY load. The link to your answer is at the top of your screen)

Mar 22, 2013 3:39 PM in response to crazydiamond3939

Rob,

the AppleScript results you get are very puzzling. The script has a line of code

tell application "GarageBand",

but the result you posted shows that this line is executed as

tellapplication "Apple Script Editor", so it is not sending the resize command to the correct application.


But anyway - your display seems to beset to very small dimensions - it is only 1024x640 pixels wide. The GarageBand window simply does not fit this small size.


I'd suggest to change the resolution of the Display from the System Preferences to a larger size:

Open "System Preferences" and open the "Display" tab and set the Resolution to a higher value - GarageBand needs a larger screen.

User uploaded file

Mar 22, 2013 4:43 PM in response to léonie

Wow! So easy, after all that..will just cahnge rez's back and forth if I use GB from now on! It all fits in the window perfectly now.


You've been extremely helpful, and patient with my lack of technical prowess, and I hate to trouble you just once further, but I was hoping that I would understand your answer to the stompbox piece better when I got it so I could see the full window. I still am unsure how to find wherever the stompbox are.


When I select edit I can adjust the controls on the amp (which I have already done much to my liking with the Classic Blues setup), but don't see any pedals anywhere. They were there when I first started the project...in fact these two pedals were defalut with the amp. I took them away for Rhythm guitar track but kept them and tweaked settings for lead. No I can find no trace that any pedals ever existed.

Mar 23, 2013 12:53 AM in response to crazydiamond3939

You are welcome. Great, that you have your full window now.



Classic Blues initially does not have any pedals.

But I just managed to add some by clicking onto the empty floorboards beside the stomp box. This will open a window with effects, and you can drag them from there. you can save the arrangement by pressing "Save Setting" and name it.


User uploaded file


Regards

Léonie

Can't Record on Garage Band or make Apple Loop

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.