Using Aeon 1.1.1 Platinum For Mac, specifically Aeon Standalone. Mac OS 10.5.8.
1- Even though it's stated there:
http://www.soundspectrum.com/aeon/standalone.html
that:
... the "Built-in Output" option appears, as well as my iMic USB audio system. Sadly, selecting any of them doesn't make Aeon Standalone react to music. It would be SO SIMPLER if such a thing was possible; right now i contemplate wiring BACK my mix, to an Input port, because of this. There should be a software-oriented way of doing it!Note: the Mac OS X operating system doesn't allow third party applications to access audio from iTunes or the OS
Maybe a 3rd-party app could help me in this?
2- I appreciate the possibility of getting Aeon Standalone in Fullscreen mode on a secondary monitor. This should enable showing visualization on the LCD tv at my club while DJing on the same computer. I'd like to be able to show fullscreen visualization with text and/or image ON TOP of it. I see 2 ways of doing it, but both don't work:
a) Aeon Standalone being really in Fullscreen mode, but somehow overriding this with another application?
b) Aeon Standalone being in windowed mode, and that being maxed out. The problem is, the grey title bar remains at the top. It ruins the setup on the LCD!!! For iTunes, I had found an Applescript to do it, and it works:
Code: Select all
tell application "iTunes"
set bounds of window 1 to {-1680, -70, 0, 1080}
end tell
Code: Select all
tell application "Aeon Standalone"
set bounds of window 1 to {-1680, -70, 0, 1080}
end tell
3- Why are the options regarding Track Text configurable in Aeon Standalone??? It doesn't seem to be looking for track information from iTunes at all; since this is a Standalone app, I would have expect it, for it to work, that there would be a way of selecting one of the compatible apps for getting the track information.Aeon Standalone got an error: Can't set bounds of window 1 to {-1680,-70,0,1080}.
Moreover I'd like to use either Traktor or Djay to broadcast the Track Text and Aeon Standalone to display it (the same way it does it in the iTunes visualization plugin). Could this be done? How could be tweak it on the Aeon Standalone side?
Thank you.