Standalone full screen on start

Discussion forum for Aeon users

Moderators: BTT, andy55, b.dwall, juxtiphi

Post Reply
coolmuse
Posts: 6
Joined: Fri Aug 03, 2018 6:37 pm

Standalone full screen on start

Post by coolmuse »

Just got Aeon and Whitecap, using on Win10 and with the Audio Cable it is outstanding - it exceeded my expectations!

Question: I would like Aeon and Whitecap standalone to start in fullscreen mode. Is there a command line parameter I can supply or a configuration file option that can control this?

Thanks!

User avatar
BTT
Administrator
Posts: 2162
Joined: Sun Jun 20, 2010 9:34 pm
Location: United Kingdom

Post by BTT »

Hello coolmuse

Your best bet is to contact Brandon (SoundSpectrum) by clicking on the link below.

http://www.soundspectrum.com/support/contact.html
.
Regards BTT

ColorMap Creator for G-Force and Aeon --- SoundSpectrum Forum Administrator.

coolmuse
Posts: 6
Joined: Fri Aug 03, 2018 6:37 pm

Post by coolmuse »

From the Brandon and the devs:

I heard back from the developer on your question. It just requires a little code added to one of the program files. First, go to the following directory:

Mac: Computer HD/Users/(you)/*Library/Application Support/SoundSpectrum/Aeon/Resources/Common (*library is hidden by default, click on Finder > Go [in the top toolbar] > and press the 'Option' to unhide the Library folder)

Windows: C:/Program Files/SoundSpectrum

1) Using a text editor, open /Aeon/Resources/Common/Startup.py

2) after import SoundSpectrum, add the following text:

Code: Select all

@_time( '0:01' )
def action():
    vis.SetFullscreen( True )

3) Save changes

Please note, when using the text editor to add commands, make sure the horizontal spacing is consistent with other indents in the file, otherwise it will not work.

User avatar
BTT
Administrator
Posts: 2162
Joined: Sun Jun 20, 2010 9:34 pm
Location: United Kingdom

Post by BTT »

Hello coolmuse

That's great news, and thanks for sharing for all Aeon users. Brandon posted details to enable G-Force to start in full screen.

http://www.soundspectrum-forums.com/vie ... php?t=8455
.
Regards BTT

ColorMap Creator for G-Force and Aeon --- SoundSpectrum Forum Administrator.

Post Reply