Become a member of the iLounge Forums. Register Now!
To start viewing messages, select the forum that you want to visit from the selection below.
If this is your first visit, be sure to check out the Forum FAQ and Forum Policy.
If this is your first visit, be sure to check out the Forum FAQ and Forum Policy.
Topic: equalizer preset of a track
|
|
#1
|
||
|
Freshman Lounger
Join Date: Jan 2008
Posts: 10
|
anyone know how to set the equalizer preset of a song to "spoken word" by an applescript
|
||
|
|
|
Join the iLounge Community and the ad above will disappear.
|
|
#2
|
||
|
Veteran Lounger
Join Date: Oct 2006
Location: About 3 feet in front of the monitor
Posts: 4,878
|
Something like this:
Code:
tell application "iTunes" -- get a list of the selected tracks set sel to the selection -- with each track in the list... repeat with t in sel -- set track EQ to a preset's name set EQ of t to "Spoken Word" -- it's not an error to specify an EQ name that doesn't exist end repeat end tell |
||
|
|
|
|
|
#3
|
||
|
Freshman Lounger
Join Date: Jan 2008
Posts: 10
|
thanks for the info. I wanted to maintain the EQ setting when I burn the track to a CD and then have a client import the track into their iTunes. I tried converting the AIFF to MP3 but you lose the eq setting on importing the track
any ideas thanks again |
||
|
|
|
|
|
#4
|
||
|
Veteran Lounger
Join Date: Oct 2006
Location: About 3 feet in front of the monitor
Posts: 4,878
|
Not gonna happen; EQ settings aren't saved as tags in track files, they're maintained in the "iTunes Library.itl" index file.
If you really have to impose your EQ settings on the client (and that could backfire real easy ;-) and the client uses iTunes, you can p'bly just burn a data disk with a folder full of AIFFs or whatever and an iTunes "export" xml file. |
||
|
|
|
|
|
#5
|
||
|
Freshman Lounger
Join Date: Jan 2008
Posts: 10
|
Well I wanted to make it easier for the client set the audio file I recorded to "spoken word" as it is a meditation audio file and I thought it would sound best with that EQ. I guess I will send a text file explaining how to set it in iTunes
thanks for all the advice |
||
|
|
|
Topic: equalizer preset of a track
Become a member of the iLounge Forums. Register Now!
To start viewing messages, select the forum that you want to visit from the selection below.
If this is your first visit, be sure to check out the Forum FAQ and Forum Policy.
If this is your first visit, be sure to check out the Forum FAQ and Forum Policy.
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
View iLounge History. Read our old Forums Archive (2001-2003)
All times are GMT -4. The time now is 02:05 AM.
All times are GMT -4. The time now is 02:05 AM.





equalizer preset of a track






Linear Mode


