Jump to content

ricmatrix

Basic Member
  • Posts

    12
  • Joined

  • Last visited

Files posted by ricmatrix

  1. DESCRIPTION
     
    Volume² is an advanced Windows volume control, a complete replacement for the standard Volume Control. This application lets you easily change the sound volume just by rotating the mouse wheel or by using keyboard hot keys or just mouse move on screen border. It includes an audio mixer with advanced volume controls support, a scheduler, an on-screen display, command line support, the ability to store and recall different unlimited presets via one mouse click or system-wide hot keys. Available languages: Russian, Ukrainian, English, Chinese, Armenian, German, Spanish, Polish, Italian, Arabic, Brazilian, Bulgarian, Byelorussian, Czech, Dutch, French, Greece, Hungarian, Japanese, Korean, Latvian, Portuguese, Romanian, Serbian, Slovak,Slovenian, Swedish, Vietnamese.
     
    CHANGE LOG
     
    *Fixed bug with hang system when connected USB device (on some PCs with Win7 x64)
    +Added function disable Volume²
    +Added mode OSD "gadget" (OSD always shows)
    +Added feature repairing the volume when you start the program (for Win7, when the some users on single PC)
    +Added one more DESCRIPTION
    Volume² is an advanced Windows volume control, a complete replacement for the standard Volume Control. This application lets you easily change the sound volume just by rotating the mouse wheel or by using keyboard hot keys or just mouse move on screen border. It includes an audio mixer with advanced volume controls support, a scheduler, an on-screen display, command line support, the ability to store and recall different unlimited presets via one mouse click or system-wide hot keys. Available languages: Russian, Ukrainian, English, Chinese, Armenian, German, Spanish, Polish, Italian, Arabic, Brazilian, Bulgarian, Byelorussian, Czech, Dutch, French, Greece, Hungarian, Japanese, Korean, Latvian, Portuguese, Romanian, Serbian, Slovak, Slovenian, Swedish, Vietnamese.

    SYSTEM REQUIREMENTS:
    Windows XP , Vista , Win7, Win8
     
    INSTALLATION
    1. Open the zip file with an unzip tool, such as WinZip or WinRar;
    2. Run Setup.exe ;
    3. After installation, run Volume2 shortcut on your desktop.
     
    UNINSTALLATION
    1. Just run Uninstall.exe in Volume2 folder
     

    CONFIGURATION
    On Volume² right click button in System tray icon select "Volume²." place volume control with the wheel: Anywhere on the screen
    +In the system tray added option set default device
    +Added function Mute all except active application on hotkeys
    +Added OSD skin options
    +Added new parameter for command string DEBUG (All errors shown on screen)
    +Added option auto restart hooks
    +Added new function to hotkeys: Set brightness percent
    +Added feature Peak Meter on OSD
    +Added keys wiche you can set as hotkeys in Volume²: Win+Up, Win+Down, Win+Left, Win+Right
    +Add events on hotkey: Power off PC, Reboot PC, Turn off monitor(only for StandBy)
    *Fixed bug with volume control in application list(x64)
    *Fixed: PeakMeter placement on the second monitor
    +Added PeakMeter binding to the device by default (automatic switching)
    +Added ability to control the recording devices(Win7/Win8)
     
    SYSTEM REQUIREMENTS:
    Windows XP , Vista , Win7, Win8
     
    INSTALLATION
    1. Open the zip file with an unzip tool, such as WinZip or WinRar;
    2. Run Setup.exe ;
    3. After installation, run Volume2 shortcut on your desktop.
    317
  2. Timer para contagem de tempo e bloqueio de teclas usado em PC Games ou emuladores entre outros. o mais completo temporizador ja feito by ricmatrix para equipe Hyperspin que tem me ajudado muito com meus projetos Arcade Games.
     
    <?xml version="1.0"?> Interceptar "Timer Full para PC Games" - "Paradox entretenimentos" ricmatrix - Brasil
    <configuration>
    <appSettings>
    A <add key="Tempo_do_Enter" value="1"/><!--Minutos--> (Tempo minutos para contagem regressiva do timer)
    B <add key="Tempo_Antes_Bloqueio" value="1"/><!--Segundos--> (Tempo segundos antes de bloquear tecla "Enter")
    1 <add key="Tecla_IniciarCode" value="Enter"/> (tecla principal configurada para bloqueio "Enter")
    2 <add key="Tecla_CreditoCode" value="D5"/> (tecla para liberação e iniciar contagem "5")
    3 <add key="Tecla_FecharCode" value="y"/> (tecla usada para fechar timer)
    4 <add key="Tecla_AdicionalCode_1" value="Space"/> (tecla adicional a ser bloqueada)
    5 <add key="Tecla_AdicionalCode_2" value="Z"/> (tecla adicional a ser bloqueada)
    6 <add key="Tecla_AdicionalCode_3" value="X"/> (tecla adicional a ser bloqueada)
    7 <add key="Tecla_AdicionalCode_4" value="D2"/> (tecla adicional a ser bloqueada)
    <!--Manter a Compatibilidade Com Sistemas Operacionais Diferentes-->
    <!--Nao Remover-->
    <add key="SendKeys" value="SendInput"/>
    </appSettings>
    <startup><supportedRuntime version="v2.0.50727"/></startup></configuration>
     
    Siga os Passos:
     
    abrir arquivo Interceptar.exe.config no bloco de notas
    colocar as teclas desejadas nos campos 1,2,3,4,5,6,7
    configurar tempo nos campos A e B
    faça um atalho do interceptar.exe para iniciar com windows
    renomeie os executaveis dos jogos PC para "game.exe"
     
    Todos os games.exe serão fechados quando o timer zerar, e com timer ativo os jogos ficará bloqueadas as teclas configuradas até a liberação com a tecla configurada "Tecla_CreditoCode" abrindo a contagem regressiva.
    "Tecla_CreditoCode" adiciona + tempo.
     
    somente plataforma Windows
    218
  3. Timer para contagem de tempo e bloqueio de teclas usado em PC Games ou emuladores entre outros. o mais completo temporizador ja feito by ricmatrix para equipe Hyperspin que tem me ajudado muito com meus projetos Arcade Games.
     
    <?xml version="1.0"?> Interceptar "Timer Full para PC Games" - "Paradox entretenimentos" ricmatrix - Brasil
    <configuration>
    <appSettings>
    A <add key="Tempo_do_Enter" value="1"/><!--Minutos--> (Tempo minutos para contagem regressiva do timer)
    B <add key="Tempo_Antes_Bloqueio" value="1"/><!--Segundos--> (Tempo segundos antes de bloquear tecla "Enter")
    1 <add key="Tecla_IniciarCode" value="Enter"/> (tecla principal configurada para bloqueio "Enter")
    2 <add key="Tecla_CreditoCode" value="D5"/> (tecla para liberação e iniciar contagem "5")
    3 <add key="Tecla_FecharCode" value="y"/> (tecla usada para fechar timer)
    4 <add key="Tecla_AdicionalCode_1" value="Space"/> (tecla adicional a ser bloqueada)
    5 <add key="Tecla_AdicionalCode_2" value="Z"/> (tecla adicional a ser bloqueada)
    6 <add key="Tecla_AdicionalCode_3" value="X"/> (tecla adicional a ser bloqueada)
    7 <add key="Tecla_AdicionalCode_4" value="D2"/> (tecla adicional a ser bloqueada)
    <!--Manter a Compatibilidade Com Sistemas Operacionais Diferentes-->
    <!--Nao Remover-->
    <add key="SendKeys" value="SendInput"/>
    </appSettings>
    <startup><supportedRuntime version="v2.0.50727"/></startup></configuration>
     
    Siga os Passos:
     
    abrir arquivo Interceptar.exe.config no bloco de notas
    colocar as teclas desejadas nos campos 1,2,3,4,5,6,7
    configurar tempo nos campos A e B
    faça um atalho do interceptar.exe para iniciar com windows
    renomeie os executaveis dos jogos PC para "game.exe"
     
    Todos os games.exe serão fechados quando o timer zerar, e com timer ativo os jogos ficará bloqueadas as teclas configuradas até a liberação com a tecla configurada "Tecla_CreditoCode" abrindo a contagem regressiva.
    "Tecla_CreditoCode" adiciona + tempo.
     
    somente plataforma Windows
    87
  4. PC Games
     
    Particle Preset Created By: Ricmatrix
    Date:
    Created With: HyperTheme 1.1 http://www.hyperspin.fe.com
    Additional Info:
     
    Paradox entretenimentos
    190
  5. PC Games
    192
  6. PC Games
    185
  7. Pc Games
    78
  8. PC Games
    207
  9. PC Games
    176
×
×
  • Create New...