Identifying corrupt and 8-bit audio files and samples in a Garageband Song just got easier with the release of the fixed1t Garageband 10 Song - Audio Error Detector
fixed1t
fixed1t_music_software_728x90
Amazon Best Deals
Search This Blog
Showing posts with label Error. Show all posts
Showing posts with label Error. Show all posts
Wednesday, 16 July 2014
Monday, 28 October 2013
Garageband 2 iOS7 and 10 prevent Mac to iPad.. Conversion But Here's a fixed1t work around ;-)
Note:
iPad... = iPad 2, 3, or 4, iPhone 4(s) - 5(s), iPad Touch 4th/5th Gen
GB = Garageband
Please read my previous blogs about iOS7 and GB 2 and GB 10, I was quite enthusiastic about the potential for iCloud sharing between platforms. I was excited a little too soon.
fixed1t Sum-up of the Garageband Song Sharing Issues
Apple has seriously modified the song/project code for GB 10, under Mavericks which totally blocks Mac GB to iPad... Song transfer.
Here are the new game play rules as I see them if you want to collaborate with other iPad... Mac Musicians.
Rule 1) Any song opened in Free Mac GB 10 currently refuses to load or open on any iPad... ACTION - Jump to Rule X
Rule 2) fixed1t Converters work brilliantly on any GB 11 song archive :-)
- They run great with 10.5 Leopard to 10.9 Mavericks OS :-)
- When transferred to GB 1 for iOS they can happily ping-pong back from Mac GB 11 to and iPad... :-)
- When transferred to iOS 7 GB 2 they can no longer be opened again with GB 11 :-(
Rule 3) Once the GB 11 song file is fixed1t converted to iOS7 GB 2 it can be shared back and forth with other other iCloud iPad... devices :-)
Rule 4) An iOS7 GB 2 song file can be download from the iCloud using free GB 10 :-)
Rule 5) Once the song is downloaded to the Mac GB 10, we must Jump to Rule 1
Rule X) iPad... sharing End Of The Line - the Song can only be worked on by users with Mac GB 10 :-)
This is a real pain for an increasing number of users who were really enjoying sending files back and forth between Macs and their iPad, iPhone or iPod Touch.
Recommendation To fixed1t Users
What I an recommending to my users is they keep their install of GB 11 an and compress it and delete the application(see the blog entry), They then install NewGarageband. Once its installed and has the name NewGarageband you can uncompress the Garageband 11 and have both available. I made dock entries for each.
I am also recommending that they retrieve a backup of Garageband 1 on an iPad... so they and their friends can share between the Macs and their iPad... If they get to the stage that it is only iPad... sharing i.e. near the completion of the song, then they can convert it and load it into Garageband 2 on iOS7 which means they should be able to share the files between iPad...
When they have finished and are ready to Master, they can (if they want) open it on Garageband 10 on the Mac and finish it there.
Personally, I'll be going back to Garageband 11 and Garageband 1
I'll do a quick blog if I sort out the way forward.
To use or test the converter, and get your songs onto the iPad you will need Garageband 11 and either Garageband 1 or Garageband 2, but again once its on Garageband 2 it won't go back to Garageband 11 for the time being.
So there are my fixed1t workarounds, Apple have just made it a darn sight more complicated. At least with the fixed1t converters the conversion is so seamless and quite that it reduces some of the pain.
But as they say, no pain no pleasure. Personally I'll stick with the pleasure.
As you can imagine creating my blogs and videos takes time, so if you find this useful please consider making a small donation using the Donate button at the top of the right hand column. Even a few dollars really helps to justify to those indoors the time I spend on these 'it's a great excuse' :-). But if you don't wish to donate thats fine but it would useful if you could give the fix a thumbs up and pop back to leave a message.Please check out my other videos and blogs.
Many Thanks
fixed1t
Sunday, 27 October 2013
Fixing iTunes Error - 45054 dont have enough access privileges
Hi,
One of my fixed1t software users did an update which included iTunes with a view to moving to Mavericks. He then went to open iTunes to test it out but it totally refused to work and displayed the following dialogue:
Clicking OK then brought up the following Dialogue:
He asked if I could kindly take a look into it and I have 'Another fixed1t Software Solution.
Looking at the relevant iTunes files and associated files and folders I spotted that the Users folder was missing an innocuous System Folder named Shared that needs to be present in the Users Folder.
Given that iTunes and other Applications and Processes use this folder to hold and share privileges, amongst other things, I set about to replace it.
As this is a System folder it isn't simply a matter of right clicking and adding a new folder called Shared in the Users folder. To do this, you have to do a little bit of Unix coding using the free Apple Terminal Program.
Terminal in found in the Utilities folder which is within the Applications folder:
Open the terminal window and type in the following Unix command mkdir to make a new Directory Folder within the Users folder and press Return:
sudo mkdir -p /Users/Shared/
If you have the Users folder open on the desktop it should now look like this:
A Shared folder should now be visible. However, this isn't the end of the job. The permission on this new folder will not allow iTunes to use it. To make the folder fully accessible your use the Unix Command chmod to and set it to the folders permissions and privileges to 1777 (if your running Mac OS 10.6 as I am here). If your running Mac OS 10.5 use the code 777) These codes give the shared folder a kind of 'Universal Donor' status so it can be used by other programs and processes, sort of permissions to all.
So at the Terminal Prompt now type:
sudo chmod 1777 /Users/Shared
After pressing Return, the job is done and you can quit the Terminal.
When you go back to the Applications Folder and open iTunes it should now spring back into life with the errors gone, it worked for me.
As with all system fixes, it would be advisable to logout and log back in again to see if it still works. If it doesn't rebuild and fix the disc permissions.
I'll do another blog about that shortly.
If you a Garageband User check out my converter and sample/loop extractor videos on youtube.
http://www.youtube.com/watch?v=1KJcFR4DKKk
If this posting was of use please leave a comment and give it the thumbs up.
Thanks fixed1t
One of my fixed1t software users did an update which included iTunes with a view to moving to Mavericks. He then went to open iTunes to test it out but it totally refused to work and displayed the following dialogue:
![]() |
You do not have enough access privileges for this operation |
![]() |
An unknown error occurred (-45054) |
Looking at the relevant iTunes files and associated files and folders I spotted that the Users folder was missing an innocuous System Folder named Shared that needs to be present in the Users Folder.
![]() |
Screen capture of Users folder - No Shared folder is present |
Given that iTunes and other Applications and Processes use this folder to hold and share privileges, amongst other things, I set about to replace it.
As this is a System folder it isn't simply a matter of right clicking and adding a new folder called Shared in the Users folder. To do this, you have to do a little bit of Unix coding using the free Apple Terminal Program.
Terminal in found in the Utilities folder which is within the Applications folder:
Open the terminal window and type in the following Unix command mkdir to make a new Directory Folder within the Users folder and press Return:
sudo mkdir -p /Users/Shared/
If you have the Users folder open on the desktop it should now look like this:
A Shared folder should now be visible. However, this isn't the end of the job. The permission on this new folder will not allow iTunes to use it. To make the folder fully accessible your use the Unix Command chmod to and set it to the folders permissions and privileges to 1777 (if your running Mac OS 10.6 as I am here). If your running Mac OS 10.5 use the code 777) These codes give the shared folder a kind of 'Universal Donor' status so it can be used by other programs and processes, sort of permissions to all.
So at the Terminal Prompt now type:
sudo chmod 1777 /Users/Shared
After pressing Return, the job is done and you can quit the Terminal.
When you go back to the Applications Folder and open iTunes it should now spring back into life with the errors gone, it worked for me.
As with all system fixes, it would be advisable to logout and log back in again to see if it still works. If it doesn't rebuild and fix the disc permissions.
I'll do another blog about that shortly.
If you a Garageband User check out my converter and sample/loop extractor videos on youtube.
http://www.youtube.com/watch?v=1KJcFR4DKKk
If this posting was of use please leave a comment and give it the thumbs up.
Thanks fixed1t
Sunday, 11 August 2013
Mac safari not working in 10.6.8 - How To fix Safari in Snow Leopard
Just recently my Mac Safari stopped working, I'm running 10.6.8 Snow Leopard and I did nothing to provoke it ;-)
I went online looking for a fix but could find nothing for Snow Leopard and the other instructions appeared to relate to another system.
I've worked it out and put together this short video showing you how I did it.
Here is how to fix the hanging Safari.
If you find the video useful please give it a thumbs up.
Thanks fixed1t
I went online looking for a fix but could find nothing for Snow Leopard and the other instructions appeared to relate to another system.
I've worked it out and put together this short video showing you how I did it.
Here is how to fix the hanging Safari.
If you find the video useful please give it a thumbs up.
Thanks fixed1t
Subscribe to:
Posts (Atom)