Page 1 of 1

Standalone full screen on start

Posted: Fri Aug 03, 2018 6:41 pm
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!

Posted: Fri Aug 03, 2018 9:30 pm
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

Posted: Sat Aug 18, 2018 11:16 am
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.

Posted: Sun Aug 19, 2018 12:17 am
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