Hello,
I found this a few minutes ago - http://www.apple.com/itunes/lp-and-extras/
Is this released for the general public?
I tried to dowmload the TuneKit near the bottom of the page but all I get is page of this
const TK_VERSION="2009-11-18";const KEYBOARD_BACKSPACE=8;const KEYBOARD_LEFT=37;
const KEYBOARD_RIGHT=39;const KEYBOARD_UP=38;const KEYBOARD_DOWN=40;const KEYBOARD_RETURN=13;
const IS_APPLE_TV=(window.iTunes!==undefined&&window.iTunes.platform=="AppleTV");
const ATV_SOUNDS=IS_APPLE_TV?window.iTunes.getSystemSounds():null;const SOUND_MOVED=IS_APPLE_TV?ATV_SOUNDS.SystemSoundScrollStart:new Audio("../TuneKit/sounds/SelectionChange.aif");
const SOUND_ACTIVATED=IS_APPLE_TV?ATV_SOUNDS.SystemSoundSelect:new Audio("../TuneKit/sounds/Selection.aif");
const SOUND_LIMIT=IS_APPLE_TV?ATV_SOUNDS.SystemSoundScrollLimit:new
Why does that happen?
Regards
I found this a few minutes ago - http://www.apple.com/itunes/lp-and-extras/
Is this released for the general public?
I tried to dowmload the TuneKit near the bottom of the page but all I get is page of this
const TK_VERSION="2009-11-18";const KEYBOARD_BACKSPACE=8;const KEYBOARD_LEFT=37;
const KEYBOARD_RIGHT=39;const KEYBOARD_UP=38;const KEYBOARD_DOWN=40;const KEYBOARD_RETURN=13;
const IS_APPLE_TV=(window.iTunes!==undefined&&window.iTunes.platform=="AppleTV");
const ATV_SOUNDS=IS_APPLE_TV?window.iTunes.getSystemSounds():null;const SOUND_MOVED=IS_APPLE_TV?ATV_SOUNDS.SystemSoundScrollStart:new Audio("../TuneKit/sounds/SelectionChange.aif");
const SOUND_ACTIVATED=IS_APPLE_TV?ATV_SOUNDS.SystemSoundSelect:new Audio("../TuneKit/sounds/Selection.aif");
const SOUND_LIMIT=IS_APPLE_TV?ATV_SOUNDS.SystemSoundScrollLimit:new
Why does that happen?
Regards