<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://karaoke.kjams.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Oss</id>
	<title>kJams Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://karaoke.kjams.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Oss"/>
	<link rel="alternate" type="text/html" href="https://karaoke.kjams.com/wiki/Special:Contributions/Oss"/>
	<updated>2026-06-09T13:50:06Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://karaoke.kjams.com/w/index.php?title=Crossfade&amp;diff=5488</id>
		<title>Crossfade</title>
		<link rel="alternate" type="text/html" href="https://karaoke.kjams.com/w/index.php?title=Crossfade&amp;diff=5488"/>
		<updated>2009-10-27T23:49:03Z</updated>

		<summary type="html">&lt;p&gt;Oss: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Apologies for the delay.  I wanted to test the script adequately before releasing it.&lt;br /&gt;
&lt;br /&gt;
The new script is written in python, but still uses the applescript stuff Dave has exposed to kJams.  This is done through the appscript module.  Since python is already included on your Mac, we just need to install the appscript module.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Make sure you have an internet connection before attempting the below steps!&lt;br /&gt;
&lt;br /&gt;
Unfortunately you&#039;ll need to install the Xcode dev environment on your mac, it&#039;s included on your OSX DVD.  You need this because the gcc command is necessary to compile the appscript module.&lt;br /&gt;
&lt;br /&gt;
Perform the following to install the appscript module.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#Applications -&amp;gt; Utilities -&amp;gt; Terminal.App&lt;br /&gt;
#sudo easy_install -U setuptools    # this is not required if you are running Snow Leopard&lt;br /&gt;
#sudo easy_install appscript&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After downloading and extracting [http://kjams.com/downloads/fade.zip the crossfader script], place the script  where you&#039;d like to install it.  It might be handy to have on your dock.  The file name should be Faded.command.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The first time you run the script, it will create a configuration file in ~/Library/Application Support/Faded/faded.ini &lt;br /&gt;
&lt;br /&gt;
These are the user configurable parameters, feel free to modify them, and here&#039;s how they work:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;mix = auto&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This can be set auto or manual.  If set to auto, the script will continuously loop.  It checks for 3 conditions:&lt;br /&gt;
&lt;br /&gt;
If the currently playing kJams song has the number of seconds left as defined in the &#039;&#039;&#039;seconds_left&#039;&#039;&#039; parameter, it will automatically starting fading out kjams, and fading in iTunes.&lt;br /&gt;
&lt;br /&gt;
If the kJams state has changed from stopped to playing, then start fading out iTunes and start fading in kJams.&lt;br /&gt;
&lt;br /&gt;
If the kJams state has changed from playing to stopped, then start fading in iTunes.&lt;br /&gt;
&lt;br /&gt;
If auto = False, then the script must be manually invoked for each time you want to mix between the apps.  This mimics the function of the old version.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;seconds_left = 7&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is the number of seconds left in the kJams track before the auto crossfade begins.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;fade_step  = 5&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is the percentage increment of which the volume is increased or decreased.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;fade_delay = .2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is the number of seconds waited between each fade_step.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;max_volume = 80&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is the maximum volume you want set for both kJams and iTunes.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;min_volume = 0&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is the minimum volume you want set for both kJams and iTunes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you&#039;re still looking for the older version:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Try this: [http://www.kjams.com/forum/viewtopic.php?t=265 Crossfade between kJams and iTunes]&lt;/div&gt;</summary>
		<author><name>Oss</name></author>
	</entry>
	<entry>
		<id>https://karaoke.kjams.com/w/index.php?title=Crossfade&amp;diff=5487</id>
		<title>Crossfade</title>
		<link rel="alternate" type="text/html" href="https://karaoke.kjams.com/w/index.php?title=Crossfade&amp;diff=5487"/>
		<updated>2009-10-27T21:10:16Z</updated>

		<summary type="html">&lt;p&gt;Oss: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Apologies for the delay.  I wanted to test the script adequately before releasing it.&lt;br /&gt;
&lt;br /&gt;
The new script is written in python, but still uses the applescript stuff Dave has exposed to kJams.  This is done through the appscript module.  Since python is already included on your Mac, we just need to install the appscript module.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Make sure you have an internet connection before attempting the below steps!&lt;br /&gt;
&lt;br /&gt;
Unfortunately you&#039;ll need to install the Xcode dev environment on your mac, it&#039;s included on your OSX DVD.&lt;br /&gt;
&lt;br /&gt;
Perform the following to install the appscript module.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#Applications -&amp;gt; Utilities -&amp;gt; Terminal.App&lt;br /&gt;
#sudo easy_install -U setuptools    # this is not required if you are running Snow Leopard&lt;br /&gt;
#sudo easy_install appscript&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After downloading and extracting [http://kjams.com/downloads/fade.zip the crossfader script], place the script  where you&#039;d like to install it.  It might be handy to have on your dock.  The file name should be Faded.command.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The first time you run the script, it will create a configuration file in ~/Library/Application Support/Faded/faded.ini &lt;br /&gt;
&lt;br /&gt;
These are the user configurable parameters, feel free to modify them, and here&#039;s how they work:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;mix = auto&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This can be set auto or manual.  If set to auto, the script will continuously loop.  It checks for 3 conditions:&lt;br /&gt;
&lt;br /&gt;
If the currently playing kJams song has the number of seconds left as defined in the &#039;&#039;&#039;seconds_left&#039;&#039;&#039; parameter, it will automatically starting fading out kjams, and fading in iTunes.&lt;br /&gt;
&lt;br /&gt;
If the kJams state has changed from stopped to playing, then start fading out iTunes and start fading in kJams.&lt;br /&gt;
&lt;br /&gt;
If the kJams state has changed from playing to stopped, then start fading in iTunes.&lt;br /&gt;
&lt;br /&gt;
If auto = False, then the script must be manually invoked for each time you want to mix between the apps.  This mimics the function of the old version.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;seconds_left = 7&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is the number of seconds left in the kJams track before the auto crossfade begins.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;fade_step  = 5&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is the percentage increment of which the volume is increased or decreased.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;fade_delay = .2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is the number of seconds waited between each fade_step.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;max_volume = 80&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is the maximum volume you want set for both kJams and iTunes.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;min_volume = 0&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is the minimum volume you want set for both kJams and iTunes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you&#039;re still looking for the older version:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Try this: [http://www.kjams.com/forum/viewtopic.php?t=265 Crossfade between kJams and iTunes]&lt;/div&gt;</summary>
		<author><name>Oss</name></author>
	</entry>
	<entry>
		<id>https://karaoke.kjams.com/w/index.php?title=Crossfade&amp;diff=5486</id>
		<title>Crossfade</title>
		<link rel="alternate" type="text/html" href="https://karaoke.kjams.com/w/index.php?title=Crossfade&amp;diff=5486"/>
		<updated>2009-10-27T21:08:38Z</updated>

		<summary type="html">&lt;p&gt;Oss: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Apologies for the delay.  I wanted to test the script adequately before releasing it.&lt;br /&gt;
&lt;br /&gt;
The new script is written in python, but still uses the applescript stuff Dave has exposed to kJams.  This is done through the appscript module.  Since python is already included on your Mac, we just need to install the appscript module.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Make sure you have an internet connection before attempting the below steps!&lt;br /&gt;
&lt;br /&gt;
Perform the following to install the appscript module.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#Applications -&amp;gt; Utilities -&amp;gt; Terminal.App&lt;br /&gt;
#sudo easy_install -U setuptools    # this is not required if you are running Snow Leopard&lt;br /&gt;
#sudo easy_install appscript&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After downloading and extracting [http://kjams.com/downloads/fade.zip the crossfader script], place the script  where you&#039;d like to install it.  It might be handy to have on your dock.  The file name should be Faded.command.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The first time you run the script, it will create a configuration file in ~/Library/Application Support/Faded/faded.ini &lt;br /&gt;
&lt;br /&gt;
These are the user configurable parameters, and here&#039;s how they work:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;mix = auto&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This can be set auto or manual.  If set to auto, the script will continuously loop.  It checks for 3 conditions:&lt;br /&gt;
&lt;br /&gt;
If the currently playing kJams song has the number of seconds left as defined in the &#039;&#039;&#039;seconds_left&#039;&#039;&#039; parameter, it will automatically starting fading out kjams, and fading in iTunes.&lt;br /&gt;
&lt;br /&gt;
If the kJams state has changed from stopped to playing, then start fading out iTunes and start fading in kJams.&lt;br /&gt;
&lt;br /&gt;
If the kJams state has changed from playing to stopped, then start fading in iTunes.&lt;br /&gt;
&lt;br /&gt;
If auto = False, then the script must be manually invoked for each time you want to mix between the apps.  This mimics the function of the old version.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;seconds_left = 7&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is the number of seconds left in the kJams track before the auto crossfade begins.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;fade_step  = 5&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is the percentage increment of which the volume is increased or decreased.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;fade_delay = .2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is the number of seconds waited between each fade_step.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;max_volume = 80&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is the maximum volume you want set for both kJams and iTunes.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;min_volume = 0&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is the minimum volume you want set for both kJams and iTunes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you&#039;re still looking for the older version:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Try this: [http://www.kjams.com/forum/viewtopic.php?t=265 Crossfade between kJams and iTunes]&lt;/div&gt;</summary>
		<author><name>Oss</name></author>
	</entry>
	<entry>
		<id>https://karaoke.kjams.com/w/index.php?title=Crossfade&amp;diff=5485</id>
		<title>Crossfade</title>
		<link rel="alternate" type="text/html" href="https://karaoke.kjams.com/w/index.php?title=Crossfade&amp;diff=5485"/>
		<updated>2009-10-27T21:07:57Z</updated>

		<summary type="html">&lt;p&gt;Oss: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Apologies for the delay.  I wanted to test the script adequately before releasing it.&lt;br /&gt;
&lt;br /&gt;
The new script is written in python, but still uses the applescript stuff Dave has exposed to kJams.  This is done through the appscript module.  Since python is already included on your Mac, we just need to install the appscript module.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Make sure you have an internet connection before attempting the below steps!&lt;br /&gt;
&lt;br /&gt;
Perform the following to install the appscript module.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#Applications -&amp;gt; Utilities -&amp;gt; Terminal.App&lt;br /&gt;
#sudo easy_install -U setuptools    # this is not required if you are running Snow Leopard&lt;br /&gt;
#sudo easy_install appscript&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After downloading and extracting [http://kjams.com/downloads/fade.zip the crossfader script], place the script  where you&#039;d like to install it.  It might be handy to have on your dock.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The first time you run the script, it will create a configuration file in ~/Library/Application Support/Faded/faded.ini &lt;br /&gt;
&lt;br /&gt;
These are the user configurable parameters, and here&#039;s how they work:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;mix = auto&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This can be set auto or manual.  If set to auto, the script will continuously loop.  It checks for 3 conditions:&lt;br /&gt;
&lt;br /&gt;
If the currently playing kJams song has the number of seconds left as defined in the &#039;&#039;&#039;seconds_left&#039;&#039;&#039; parameter, it will automatically starting fading out kjams, and fading in iTunes.&lt;br /&gt;
&lt;br /&gt;
If the kJams state has changed from stopped to playing, then start fading out iTunes and start fading in kJams.&lt;br /&gt;
&lt;br /&gt;
If the kJams state has changed from playing to stopped, then start fading in iTunes.&lt;br /&gt;
&lt;br /&gt;
If auto = False, then the script must be manually invoked for each time you want to mix between the apps.  This mimics the function of the old version.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;seconds_left = 7&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is the number of seconds left in the kJams track before the auto crossfade begins.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;fade_step  = 5&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is the percentage increment of which the volume is increased or decreased.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;fade_delay = .2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is the number of seconds waited between each fade_step.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;max_volume = 80&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is the maximum volume you want set for both kJams and iTunes.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;min_volume = 0&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is the minimum volume you want set for both kJams and iTunes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you&#039;re still looking for the older version:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Try this: [http://www.kjams.com/forum/viewtopic.php?t=265 Crossfade between kJams and iTunes]&lt;/div&gt;</summary>
		<author><name>Oss</name></author>
	</entry>
	<entry>
		<id>https://karaoke.kjams.com/w/index.php?title=Crossfade&amp;diff=5484</id>
		<title>Crossfade</title>
		<link rel="alternate" type="text/html" href="https://karaoke.kjams.com/w/index.php?title=Crossfade&amp;diff=5484"/>
		<updated>2009-10-27T21:07:22Z</updated>

		<summary type="html">&lt;p&gt;Oss: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Apologies for the delay.  I wanted to test the script adequately before releasing it.&lt;br /&gt;
&lt;br /&gt;
The new script is written in python, but still uses the applescript stuff Dave has exposed to kJams.  This is done through the appscript module.  Since python is already included on your Mac, we just need to install the appscript module.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Make sure you have an internet connection before attempting the below steps!&lt;br /&gt;
&lt;br /&gt;
Perform the following to install the appscript module.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#Applications -&amp;gt; Utilities -&amp;gt; Terminal.App&lt;br /&gt;
#sudo easy_install -U setuptools    # this is not required if you are running Snow Leopard&lt;br /&gt;
#sudo easy_install appscript&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After downloading and extracting [http://kjams.com/downloads/fade.zip link title]the crossfader script, place the script  where you&#039;d like to install it.  It might be handy to have on your dock.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The first time you run the script, it will create a configuration file in ~/Library/Application Support/Faded/faded.ini &lt;br /&gt;
&lt;br /&gt;
These are the user configurable parameters, and here&#039;s how they work:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;mix = auto&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This can be set auto or manual.  If set to auto, the script will continuously loop.  It checks for 3 conditions:&lt;br /&gt;
&lt;br /&gt;
If the currently playing kJams song has the number of seconds left as defined in the &#039;&#039;&#039;seconds_left&#039;&#039;&#039; parameter, it will automatically starting fading out kjams, and fading in iTunes.&lt;br /&gt;
&lt;br /&gt;
If the kJams state has changed from stopped to playing, then start fading out iTunes and start fading in kJams.&lt;br /&gt;
&lt;br /&gt;
If the kJams state has changed from playing to stopped, then start fading in iTunes.&lt;br /&gt;
&lt;br /&gt;
If auto = False, then the script must be manually invoked for each time you want to mix between the apps.  This mimics the function of the old version.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;seconds_left = 7&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is the number of seconds left in the kJams track before the auto crossfade begins.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;fade_step  = 5&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is the percentage increment of which the volume is increased or decreased.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;fade_delay = .2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is the number of seconds waited between each fade_step.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;max_volume = 80&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is the maximum volume you want set for both kJams and iTunes.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;min_volume = 0&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is the minimum volume you want set for both kJams and iTunes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you&#039;re still looking for the older version:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Try this: [http://www.kjams.com/forum/viewtopic.php?t=265 Crossfade between kJams and iTunes]&lt;/div&gt;</summary>
		<author><name>Oss</name></author>
	</entry>
	<entry>
		<id>https://karaoke.kjams.com/w/index.php?title=Crossfade&amp;diff=5483</id>
		<title>Crossfade</title>
		<link rel="alternate" type="text/html" href="https://karaoke.kjams.com/w/index.php?title=Crossfade&amp;diff=5483"/>
		<updated>2009-10-27T20:33:33Z</updated>

		<summary type="html">&lt;p&gt;Oss: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Apologies for the delay.  I wanted to test the script adequately before releasing it.&lt;br /&gt;
&lt;br /&gt;
The new script is written in python, but still uses the applescript stuff Dave has exposed to kJams.  This is done through the appscript module.  Since python is already included on your Mac, we just need to install the appscript module.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Make sure you have an internet connection before attempting the below steps!&lt;br /&gt;
&lt;br /&gt;
Perform the following to install the appscript module.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#Applications -&amp;gt; Utilities -&amp;gt; Terminal.App&lt;br /&gt;
#sudo easy_install -U setuptools    # this is not required if you are running Snow Leopard&lt;br /&gt;
#sudo easy_install appscript&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After downloading the crossfader script, place the script  where you&#039;d like to install it.  It might be handy to have on your dock.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The first time you run the script, it will create a configuration file in ~/Library/Application Support/Faded/faded.ini &lt;br /&gt;
&lt;br /&gt;
These are the user configurable parameters, and here&#039;s how they work:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;mix = auto&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This can be set auto or manual.  If set to auto, the script will continuously loop.  It checks for 3 conditions:&lt;br /&gt;
&lt;br /&gt;
If the currently playing kJams song has the number of seconds left as defined in the &#039;&#039;&#039;seconds_left&#039;&#039;&#039; parameter, it will automatically starting fading out kjams, and fading in iTunes.&lt;br /&gt;
&lt;br /&gt;
If the kJams state has changed from stopped to playing, then start fading out iTunes and start fading in kJams.&lt;br /&gt;
&lt;br /&gt;
If the kJams state has changed from playing to stopped, then start fading in iTunes.&lt;br /&gt;
&lt;br /&gt;
If auto = False, then the script must be manually invoked for each time you want to mix between the apps.  This mimics the function of the old version.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;seconds_left = 7&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is the number of seconds left in the kJams track before the auto crossfade begins.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;fade_step  = 5&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is the percentage increment of which the volume is increased or decreased.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;fade_delay = .2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is the number of seconds waited between each fade_step.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;max_volume = 80&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is the maximum volume you want set for both kJams and iTunes.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;min_volume = 0&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is the minimum volume you want set for both kJams and iTunes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you&#039;re still looking for the older version:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Try this: [http://www.kjams.com/forum/viewtopic.php?t=265 Crossfade between kJams and iTunes]&lt;/div&gt;</summary>
		<author><name>Oss</name></author>
	</entry>
	<entry>
		<id>https://karaoke.kjams.com/w/index.php?title=Crossfade&amp;diff=5456</id>
		<title>Crossfade</title>
		<link rel="alternate" type="text/html" href="https://karaoke.kjams.com/w/index.php?title=Crossfade&amp;diff=5456"/>
		<updated>2009-10-08T05:14:50Z</updated>

		<summary type="html">&lt;p&gt;Oss: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I&#039;m putting the finishing touches on the new script and testing it out, it should be out by this weekend.&lt;br /&gt;
&lt;br /&gt;
The new script is written in python, but still uses the applescript stuff Dave has exposed to kJams.  This is done through the appscript module.  Since python is already included on your Mac, we just need to install the appscript module.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Make sure you have an internet connection before attempting the below steps!&lt;br /&gt;
&lt;br /&gt;
Perform the following to install the appscript module.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#Applications -&amp;gt; Utilities -&amp;gt; Terminal.App&lt;br /&gt;
#sudo easy_install -U setuptools&lt;br /&gt;
#sudo easy_install appscript&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After downloading the crossfader script (not uploaded yet), place the script  where you&#039;d like to install it.  It might be handy to have on your dock.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now if you open that script with a text editor, you can alter anything you&#039;d like, but unless you&#039;re looking to break something, I&#039;d only alter the values below:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;auto = True&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This can be set True or False.  If set to True, the script will continuously loop.  It checks for 3 conditions:&lt;br /&gt;
&lt;br /&gt;
If the currently playing kJams song has the number of seconds left as defined in the &#039;&#039;&#039;seconds_left&#039;&#039;&#039; parameter, it will automatically starting fading out kjams, and fading in iTunes.&lt;br /&gt;
&lt;br /&gt;
If the kJams state has changed from stopped to playing, then start fading out iTunes and start fading in kJams.&lt;br /&gt;
&lt;br /&gt;
If the kJams state has changed from playing to stopped, then start fading in iTunes.&lt;br /&gt;
&lt;br /&gt;
If auto = False, then the script must be manually invoked for each time you want to mix between the apps.  This mimics the function of the old version.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;seconds_left = 7&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is the number of seconds left in the kJams track before the auto crossfade begins.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;fade_step  = 5&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is the percentage increment of which the volume is increased or decreased.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;fade_delay = .2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is the number of seconds waited between each fade_step.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;max_volume = 80&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is the maximum volume you want set for both kJams and iTunes.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;min_volume = 0&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is the minimum volume you want set for both kJams and iTunes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you&#039;re still looking for the older version:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Try this: [http://www.kjams.com/forum/viewtopic.php?t=265 Crossfade between kJams and iTunes]&lt;/div&gt;</summary>
		<author><name>Oss</name></author>
	</entry>
	<entry>
		<id>https://karaoke.kjams.com/w/index.php?title=Crossfade&amp;diff=5455</id>
		<title>Crossfade</title>
		<link rel="alternate" type="text/html" href="https://karaoke.kjams.com/w/index.php?title=Crossfade&amp;diff=5455"/>
		<updated>2009-10-08T05:14:29Z</updated>

		<summary type="html">&lt;p&gt;Oss: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I&#039;m putting the finishing touches on the new script and testing it out, it should be out by this weekend.&lt;br /&gt;
&lt;br /&gt;
The new script is written in python, but still uses the applescript stuff Dave has exposed to kJams.  This is done through the appscript module.  Since python is already included on your mac, we just need to install the appscript module.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Make sure you have an internet connection before attempting the below steps!&lt;br /&gt;
&lt;br /&gt;
Perform the following to install the appscript module.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#Applications -&amp;gt; Utilities -&amp;gt; Terminal.App&lt;br /&gt;
#sudo easy_install -U setuptools&lt;br /&gt;
#sudo easy_install appscript&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After downloading the crossfader script (not uploaded yet), place the script  where you&#039;d like to install it.  It might be handy to have on your dock.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now if you open that script with a text editor, you can alter anything you&#039;d like, but unless you&#039;re looking to break something, I&#039;d only alter the values below:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;auto = True&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This can be set True or False.  If set to True, the script will continuously loop.  It checks for 3 conditions:&lt;br /&gt;
&lt;br /&gt;
If the currently playing kJams song has the number of seconds left as defined in the &#039;&#039;&#039;seconds_left&#039;&#039;&#039; parameter, it will automatically starting fading out kjams, and fading in iTunes.&lt;br /&gt;
&lt;br /&gt;
If the kJams state has changed from stopped to playing, then start fading out iTunes and start fading in kJams.&lt;br /&gt;
&lt;br /&gt;
If the kJams state has changed from playing to stopped, then start fading in iTunes.&lt;br /&gt;
&lt;br /&gt;
If auto = False, then the script must be manually invoked for each time you want to mix between the apps.  This mimics the function of the old version.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;seconds_left = 7&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is the number of seconds left in the kJams track before the auto crossfade begins.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;fade_step  = 5&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is the percentage increment of which the volume is increased or decreased.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;fade_delay = .2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is the number of seconds waited between each fade_step.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;max_volume = 80&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is the maximum volume you want set for both kJams and iTunes.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;min_volume = 0&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is the minimum volume you want set for both kJams and iTunes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you&#039;re still looking for the older version:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Try this: [http://www.kjams.com/forum/viewtopic.php?t=265 Crossfade between kJams and iTunes]&lt;/div&gt;</summary>
		<author><name>Oss</name></author>
	</entry>
	<entry>
		<id>https://karaoke.kjams.com/w/index.php?title=Crossfade&amp;diff=5454</id>
		<title>Crossfade</title>
		<link rel="alternate" type="text/html" href="https://karaoke.kjams.com/w/index.php?title=Crossfade&amp;diff=5454"/>
		<updated>2009-10-08T05:10:10Z</updated>

		<summary type="html">&lt;p&gt;Oss: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
I&#039;m putting the finishing touches on the new script and testing it out.&lt;br /&gt;
&lt;br /&gt;
The new script is written in python, but still uses the applescript stuff Dave has exposed to kJams.  This is done through the appscript module.  Since python is already included on your mac, we just need to install the appscript module.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Make sure you have an internet connection before attempting the below steps!&lt;br /&gt;
&lt;br /&gt;
Perform the following to install the appscript module.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#Applications -&amp;gt; Utilities -&amp;gt; Terminal.App&lt;br /&gt;
#sudo easy_install -U setuptools&lt;br /&gt;
#sudo easy_install appscript&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After downloading the crossfader script (not uploaded yet), place the script  where you&#039;d like to install it.  It might be handy to have on your dock.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now if you open that script with a text editor, you can alter anything you&#039;d like, but unless you&#039;re looking to break something, I&#039;d only alter the values below:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;auto = True&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This can be set True or False.  If set to True, the script will continuously loop.  It checks for 3 conditions:&lt;br /&gt;
&lt;br /&gt;
If the currently playing kJams song has the number of seconds left as defined in the &#039;&#039;&#039;seconds_left&#039;&#039;&#039; parameter, it will automatically starting fading out kjams, and fading in iTunes.&lt;br /&gt;
&lt;br /&gt;
If the kJams state has changed from stopped to playing, then start fading out iTunes and start fading in kJams.&lt;br /&gt;
&lt;br /&gt;
If the kJams state has changed from playing to stopped, then start fading in iTunes.&lt;br /&gt;
&lt;br /&gt;
If auto = False, then the script must be manually invoked for each time you want to mix between the apps.  This mimics the function of the old version.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;seconds_left = 7&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is the number of seconds left in the kJams track before the auto crossfade begins.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;fade_step  = 5&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is the percentage increment of which the volume is increased or decreased.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;fade_delay = .2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is the number of seconds waited between each fade_step.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;max_volume = 80&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is the maximum volume you want set for both kJams and iTunes.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;min_volume = 0&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is the minimum volume you want set for both kJams and iTunes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you&#039;re still looking for the older version:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Try this: [http://www.kjams.com/forum/viewtopic.php?t=265 Crossfade between kJams and iTunes]&lt;/div&gt;</summary>
		<author><name>Oss</name></author>
	</entry>
	<entry>
		<id>https://karaoke.kjams.com/w/index.php?title=Crossfade&amp;diff=5453</id>
		<title>Crossfade</title>
		<link rel="alternate" type="text/html" href="https://karaoke.kjams.com/w/index.php?title=Crossfade&amp;diff=5453"/>
		<updated>2009-10-08T05:08:47Z</updated>

		<summary type="html">&lt;p&gt;Oss: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
I&#039;m putting the finishing touches on the new script and testing it out.&lt;br /&gt;
&lt;br /&gt;
The new script is written in python, but still uses the applescript stuff Dave has exposed to kJams.  This is done through the appscript module.  Since python is already included on your mac, we just need to install the appscript module.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Make sure you have an internet connection before attempting the below steps!&lt;br /&gt;
&lt;br /&gt;
Perform the following to install the appscript module.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#Applications -&amp;gt; Utilities -&amp;gt; Terminal.App&lt;br /&gt;
#sudo easy_install -U setuptools&lt;br /&gt;
#sudo easy_install appscript&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After downloading the crossfader script (not uploaded yet), place the script  where you&#039;d like to install it.  It might be handy to have on your dock.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now if you open that script with a text editor, you can alter anything you&#039;d like, but unless you&#039;re looking to break something, I&#039;d only alter the values below:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;auto = True&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This can be set True or False.  If set to True, the script will continuously loop.  It checks for 3 conditions:&lt;br /&gt;
&lt;br /&gt;
If the currently playing kJams song has the number of seconds left as defined in the &#039;&#039;&#039;seconds_left&#039;&#039;&#039; parameter, it will automatically starting fading out kjams, and fading in iTunes.&lt;br /&gt;
&lt;br /&gt;
If the kJams state has changed from stopped to playing, then start fading out iTunes and start fading in kJams.&lt;br /&gt;
&lt;br /&gt;
If the kJams state has changed from playing to stopped, then start fading in iTunes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;seconds_left = 7&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is the number of seconds left in the kJams track before the auto crossfade begins.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;fade_step  = 5&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is the percentage increment of which the volume is increased or decreased.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;fade_delay = .2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is the number of seconds waited between each fade_step.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;max_volume = 80&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is the maximum volume you want set for both kJams and iTunes.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;min_volume = 0&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is the minimum volume you want set for both kJams and iTunes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you&#039;re still looking for the older version:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Try this: [http://www.kjams.com/forum/viewtopic.php?t=265 Crossfade between kJams and iTunes]&lt;/div&gt;</summary>
		<author><name>Oss</name></author>
	</entry>
	<entry>
		<id>https://karaoke.kjams.com/w/index.php?title=Crossfade&amp;diff=5452</id>
		<title>Crossfade</title>
		<link rel="alternate" type="text/html" href="https://karaoke.kjams.com/w/index.php?title=Crossfade&amp;diff=5452"/>
		<updated>2009-10-08T05:08:16Z</updated>

		<summary type="html">&lt;p&gt;Oss: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I&#039;m putting the finishing touches on the new script and testing it out.&lt;br /&gt;
&lt;br /&gt;
The new script is written in python, but still uses the applescript stuff Dave has exposed to kJams.  This is done through the appscript module.  Since python is already included on your mac, we just need to install the appscript module.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Make sure you have an internet connection before attempting the below steps!&lt;br /&gt;
&lt;br /&gt;
Perform the following to install the appscript module.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#Applications -&amp;gt; Utilities -&amp;gt; Terminal.App&lt;br /&gt;
&lt;br /&gt;
sudo easy_install -U setuptools&lt;br /&gt;
sudo easy_install appscript&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After downloading the crossfader script (not uploaded yet), place the script  where you&#039;d like to install it.  It might be handy to have on your dock.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now if you open that script with a text editor, you can alter anything you&#039;d like, but unless you&#039;re looking to break something, I&#039;d only alter the values below:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;auto = True&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This can be set True or False.  If set to True, the script will continuously loop.  It checks for 3 conditions:&lt;br /&gt;
&lt;br /&gt;
If the currently playing kJams song has the number of seconds left as defined in the &#039;&#039;&#039;seconds_left&#039;&#039;&#039; parameter, it will automatically starting fading out kjams, and fading in iTunes.&lt;br /&gt;
&lt;br /&gt;
If the kJams state has changed from stopped to playing, then start fading out iTunes and start fading in kJams.&lt;br /&gt;
&lt;br /&gt;
If the kJams state has changed from playing to stopped, then start fading in iTunes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;seconds_left = 7&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is the number of seconds left in the kJams track before the auto crossfade begins.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;fade_step  = 5&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is the percentage increment of which the volume is increased or decreased.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;fade_delay = .2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is the number of seconds waited between each fade_step.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;max_volume = 80&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is the maximum volume you want set for both kJams and iTunes.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;min_volume = 0&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is the minimum volume you want set for both kJams and iTunes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you&#039;re still looking for the older version:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Try this: [http://www.kjams.com/forum/viewtopic.php?t=265 Crossfade between kJams and iTunes]&lt;/div&gt;</summary>
		<author><name>Oss</name></author>
	</entry>
	<entry>
		<id>https://karaoke.kjams.com/w/index.php?title=Scripting&amp;diff=5440</id>
		<title>Scripting</title>
		<link rel="alternate" type="text/html" href="https://karaoke.kjams.com/w/index.php?title=Scripting&amp;diff=5440"/>
		<updated>2009-10-06T22:43:31Z</updated>

		<summary type="html">&lt;p&gt;Oss: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;You can use AppleScript to cause kJams Pro to export your songs to QuickTime format.&lt;br /&gt;
&lt;br /&gt;
Here is an example script for kJams:&lt;br /&gt;
&lt;br /&gt;
 tell application &amp;quot;kJams Pro&amp;quot;&lt;br /&gt;
 	-- returns the version of kJams that is running&lt;br /&gt;
 	--version&lt;br /&gt;
 	&lt;br /&gt;
 	-- a test property, returns false if kJams is not crashed.  set this to true to make kJams crash&lt;br /&gt;
 	--crash&lt;br /&gt;
 	--set crash to true&lt;br /&gt;
 	&lt;br /&gt;
 	-- it is okay to add the same song twice from a script, it will only be added once&lt;br /&gt;
 	-- it is also okay if the song is on a CD, it won&#039;t actually add to the library in that case&lt;br /&gt;
 	-- must pass a POSIX path&lt;br /&gt;
 	set songID to add to library &amp;quot;/Volumes/SGB0001 - Free Style Jazz Volume 1/7 The Lady Is A Tramp.aiff&amp;quot;&lt;br /&gt;
 	&lt;br /&gt;
 	if songID is not 0 then&lt;br /&gt;
 		-- POSIX path for output folder, tilde is okay for user folder&lt;br /&gt;
 		export songID encoder &amp;quot;QuickTime Movie&amp;quot; preset &amp;quot;Animation / AAC Best&amp;quot; folder &amp;quot;~/Desktop&amp;quot;&lt;br /&gt;
 	end if&lt;br /&gt;
 &lt;br /&gt;
 	-- get or set the volume of mics and speakers.  volume level goes from 0 to 100&lt;br /&gt;
 	set kSpeakers to 0&lt;br /&gt;
 	set kMicrophone_1 to 1&lt;br /&gt;
 	&lt;br /&gt;
 	set volume kSpeakers level 50&lt;br /&gt;
 	get volume kMicrophone_1&lt;br /&gt;
 &lt;br /&gt;
 	-- you can get the current time, the remaining time, or the absolute duration of the currently playing song.&lt;br /&gt;
 	-- curT is in floating point seconds&lt;br /&gt;
 	set kCurSongTime_DURATION to 0&lt;br /&gt;
 	set kCurSongTime_CURRENT to 1&lt;br /&gt;
 	set kCurSongTime_REMAINING to 2&lt;br /&gt;
 &lt;br /&gt;
 	set curT to get time kCurSongTime_CURRENT&lt;br /&gt;
 end tell&lt;br /&gt;
&lt;br /&gt;
Try this: [http://www.kjams.com/forum/viewtopic.php?t=265 Crossfade between kJams and iTunes]&lt;br /&gt;
&lt;br /&gt;
I&#039;ll (oss) be updating this script as soon as Dave implements exposes another item to AppleScript.  The script is going to be re-written in python, using the appscript module.  Python is my language of choice, so I&#039;ll be more comfortable.  More comfortable = more features :).  I&#039;ll leave the old one around for folks who are used to it.&lt;br /&gt;
&lt;br /&gt;
or try this (For use with [[Remote Control]] software):&lt;br /&gt;
&lt;br /&gt;
 set kScriptCommand_PLAY_PAUSE to 1&lt;br /&gt;
 set kScriptCommand_STOP to 2&lt;br /&gt;
 set kScriptCommand_BACK_REWIND to 3&lt;br /&gt;
 set kScriptCommand_NEXT to 4&lt;br /&gt;
 set kScriptCommand_VOL_UP to 5&lt;br /&gt;
 set kScriptCommand_VOL_DOWN to 6&lt;br /&gt;
 set kScriptCommand_VOL_MUTE to 7&lt;br /&gt;
 set kScriptCommand_PITCH_UP to 8&lt;br /&gt;
 set kScriptCommand_PITCH_DOWN to 9&lt;br /&gt;
 set kScriptCommand_PITCH_NORMAL to 10&lt;br /&gt;
 set kScriptCommand_SAVE to 11&lt;br /&gt;
 set kScriptCommand_SAVE to 11&lt;br /&gt;
 set kScriptCommand_TEMPO_UP to 12&lt;br /&gt;
 set kScriptCommand_TEMPO_DOWN to 13&lt;br /&gt;
 set kScriptCommand_TEMPO_NORMAL to 14&lt;br /&gt;
 set kScriptCommand_FULL_SCREEN to 15&lt;br /&gt;
 set kScriptCommand_CAM_POWER to 16&lt;br /&gt;
 set kScriptCommand_CAM_SHOOT to 17&lt;br /&gt;
 &lt;br /&gt;
 tell application &amp;quot;kJams Pro&amp;quot;&lt;br /&gt;
 	docommand kScriptCommand_PLAY_PAUSE&lt;br /&gt;
 end tell&lt;/div&gt;</summary>
		<author><name>Oss</name></author>
	</entry>
</feed>