1、软件安装,分两种情况。软件包下载地址:
(1)首先安装TTG_Setup_en.exe,再将ttg.exe-patch.exe复制到安装目录,右击管理员运行。此时软件可以以免费模式运行。但是不可以使用Script脚本。
(2)首先安装TTG_Setup_en.exe,再将第三个文件ttg.exe替换掉安装目录的ttg文件。此时软件可以以授权模式运行。这种模式下可以使用Script脚本。如下图:
2、对软件的四个场景进行如下设置,分别设置4个阶段:
四种阶段对应设置图如下:
(1、舒筋阶段)
------------Step 1、设置正弦波的周期为5s,就相当于整个波形发声一次坚持5s;
------------Step 2、勾选Repeat,否则只进行一个周期,即只有5s;
------------Step 3、通道选择Stereo(立体声);
------------Step 4、Wave Function选择正弦波。
------------Step 5、频率选择Sweep,会在设置的频率范围内随着正弦波发生。
------------Step 6、设置频率范围
------------Step 7、为了省事,直接勾选和左通道相同。
------------Step 8、保存该设置的预设名称
(2、通络阶段)
(3、习武阶段)
(4、打擂阶段)
3、设置好之后,保存预设为文件,并命名为“预设-煲耳机”“。
4、接下来进行TTG Script Editor编写脚本。打开“File”-“Open script Editor”。
(a)脚本只有如下几种操作:
----------(1)Play– Plays one preset of a set of saved presets. The parameter given is the preset number to be played and the filename of the preset (.ttg file). This preset can be a tone or sweep and this effectively combines the old (TTG V3.5 and older) TONE and SWEEP commands.
----------(2)Pause - Pauses the sequence and waits for a confirmation click to continue from the user.
----------(3)Delay - Delays the script by a given number of seconds.
----------(4)Rem – For comments the script, this line will be ignored by the program.
----------(5)Repeat - Repeats the complete sequence (indefinitely).
----------(6)End - Ends the sequence.
----------The last command of a script MUST be Repeat or End.
(b)Edit选项下可以增加行、删除行。
5、操作详解
Play操作是需要指定预设的序号,对应如下:
Play后增加命令行Repaet即可:
然后“File”-“Save Script”,命名为“煲耳机”
6、运行脚本-选择“煲耳机即可”,其实可以直接点ON。不用脚本,脚本太弱鸡,这里只是为说明用法。
7、另一种计时切换预设的方法使用,Autohotkey,发送按键指令到程序,通过Autokey进行计时。但我完了怎么弄了,哈哈。