Alkalmazások / Vasparittya
Leírás
A program célja, hogy bárki könnyedén hozzáadhasson újabb hangeffekt tárakat, bennük az éppen aktuális pop kultúrai utalásokkal, vagy az adott eseményhez illő hangokkal, és ezeket könnyedén le tudja játszani bármilyen – akár külön a célra átalakított – perifériáról. Felhasználható akár komoly prezentációkhoz is, a program ugyanis a háttérben futhat, és csak a beállított gombokat kell nyomogatni hozzá és máris kész akár egy házi vetélkedő műsor hangaláfestése.
Támogatott perifériák: billentyűzet vagy egér, illetve bármilyen DirectInput vagy XInput kompatibilis joystick.
A gyári hangbankok hangeffektjei a JoWooD Productions Software AG, id Software, L’art pour L’art társulat, és számos egyéb társaság jogtulajdona, és nem használhatók fel nyilvánosan!
Felprogramozási útmutató
A felprogramozáshoz az útmutató innen elérhető online, illetve mellékelve van a letölthető állományban is.
- Windows 7 / 8 / 10
- Microsoft .NET-keretrendszer 4.5
- Microsoft DirectX 9
- Hangkártya
- Egér, billentyűzet és tetszőleges DirectInput vagy XInput kompatibilis joystick
- Némi kreativitás a saját hangeffektekhez
Planned features:
- Fix left and right trigger behavior on PS4 controllers.
v1.5
- Added english user manual on how to program sound libraries.
- Embedded user manuals in executable file, so they will be regenerated if lost.
- Added an example sound library for continuous playback.
- Tweaked some settings in the default sound libraries.
- Added Big Red Button mode to relabel F13-F16 buttons. Has to be turned on manually from settings.xml.
v1.4
- Added support for Unicode file and folder names (including the path to the app itself).
- Added support for additional keyboard keys, like: F13 through F24, volume control keys, and so on.
- Fixed D-pad (POV) input for DirectInput joysticks.
- Fixed beeping sound when user presses any key after a bind while the button is still in focus.
- Added properly formatted names for keyboard keys.
- Added locale specific keyboard key names for Hungarian language (assuming user has keyboard with Hungarian layout).
- Fixed some inconsistencies in localization strings, especially for Hungarian language.
- Added support for mouse button 6, 7 and 8. At least in theory, as I have no hardware to test it.
- Fixed Scroll Lock LED flashing bugs when active buttons are pressed concurrently.
- Scroll Lock LED flashing is now limited to just keyboard inputs.
- Fixed logarithmic volume control to be actually logarithmic.
- Removed silly cover art.
- Retargeted to .NET Framework 4.5
- Updated VB Common Interface to latest version using the latest Web API.
- Fixed CPU intensive reacquisition attempt when a DirectInput device is removed during runtime.
- Added proper error message if DirectX is missing.
- Removed accented characters from released ZIP archive, as not every system can handle the UTF-8 file names in it.
- Known "issue": AltGr key on non-US keyboards register as both LCtrl and AltGr when pressed. You can still bind AltGr, but expect LCtrl to be firing too.
- Known issue with PS4 controllers: The left and right triggers register as button 7 and 8 when pressed, and they are also analog axes but in an inverted way, so they trigger upon release.
v1.3
- Added LED control for flashing the Scroll Lock LED on the keyboard when a button is pressed.
v1.2
- Language is now properly initialized upon start.
- Sound glitch fixes on continuous sounds without fade.
v1.1
- Added option: "continuous" programs can force analog inputs to still act as normal buttons, instead of manually controlling the volume.
- Added option: "continuous" programs can determine whether they should continue or restart playback the next time their button is pressed.
- XML files can now use either comma or dot as the decimal point.
- Implements the new VB Common Interface, which handles common tasks like language and app settings control and adds a consistent look to the different applications.