New pages
Jump to navigation
Jump to search
- 16:31, 8 August 2026 FXPack Shader Reference (hist | edit) [11,552 bytes] Admin (talk | contribs) (Create FXPack Shader Reference (split from howto); no inline bold (bot))
- 15:12, 8 August 2026 Writing FXPack Shaders (hist | edit) [8,475 bytes] Admin (talk | contribs) (Create developer guide: how to write FXPack shaders (bot))
- 22:19, 12 July 2026 Stage Recorder MQTT Interface (hist | edit) [7,728 bytes] Admin (talk | contribs) (Created page with "= MXW Recorder — Remote Control (MQTT) = This page documents controlling and monitoring MXW Recorder over an '''MQTT''' broker. MQTT is an optional bridge over the OSC command tree; see Remote Control OSC for the full command semantics and User Interface for on-screen operation. == Overview == Inbound MQTT messages are converted into OSC packets and injected into the OSC receive loop on localhost — there is no separate MQTT command handler. The entire OSC...")
- 22:14, 12 July 2026 Stage Recorder OSC Interface (hist | edit) [9,197 bytes] Admin (talk | contribs) (Created page with "= MXW Recorder — Remote Control (OSC) = This page documents controlling MXW Recorder over '''OSC''' (Open Sound Control). For the equivalent MQTT interface see Remote Control — MQTT; for the on-screen interface see User Interface. == Overview == OSC is the primary remote-control protocol. MQTT commands are internally converted to OSC and injected into the same receive loop, so the entire address space below applies equally to both protocols. All OSC proce...")
- 22:14, 12 July 2026 Stage Recorder User Interface (hist | edit) [9,043 bytes] Admin (talk | contribs) (Created page with "= MXW Recorder — User Interface = MXW Recorder is a professional multi-channel media recorder and player. This page documents the on-screen interface. For controlling the application over the network, see Remote Control — OSC and Remote Control — MQTT. The interface is a single full-screen window built with Dear ImGui on an OpenGL surface. It is designed for touch panels as well as mouse operation — every text field opens an on-screen keyboard when focu...")
- 14:40, 5 July 2026 Python imgui reference (hist | edit) [49,490 bytes] Admin (talk | contribs) (Created page with "<!-- MXWendler wiki page: Python mxw_imgui command reference --> <!-- Intended location: https://wiki.mxwendler.net/index.php?title=Python_ImGui_Reference --> <!-- See also: https://wiki.mxwendler.net/index.php?title=Python_Reference (the mxw module) --> <!-- See also: https://wiki.mxwendler.net/index.php?title=Python_Plugin_Howto --> Here are listed the commands available in module <code>mxw_imgui</code>, MXWendler's Python binding of '''Dear ImGui'''. This is how plug...") originally created as "3. Python imgui reference"
- 18:10, 3 July 2026 Python plugin reference (hist | edit) [34,765 bytes] Admin (talk | contribs) (Created page with "<!-- MXWendler wiki page: How to create a Python plugin (media and playlist) --> <!-- Intended location: https://wiki.mxwendler.net/index.php?title=Python_Plugin_Howto --> <!-- See also: https://wiki.mxwendler.net/index.php?title=Python_Reference --> MXWendler StageDesigner can be extended with '''Python plugins'''. A plugin is a plain folder containing a manifest file and a Python module; MXWendler discovers it at startup, shows it in the user interface and calls a def...") originally created as "3. Python plugin reference"