zachsaw / MPDN_Extensions

Media Player .Net (MPDN) Open Source Extensions
Other
58 stars 18 forks source link

[WIP] Reimplemented "Process" function. #203

Closed Shiandow closed 8 years ago

Shiandow commented 8 years ago

Also merged the ScriptChain and ScriptGroup classes.

Code now compiles, although AudioScripts don't work (fail to load). RenderScripts do still work.

Not sure if the "Process" function now does what it is supposed to do, and it's a bit silly to pass "Output" as a parameter called "output", but that's easy to fix.

Shiandow commented 8 years ago

Oh, and before I forget, hotkeys don't work. The DynamicHotkeys object isn't accessible from the Framework.

Might be a good idea to move part of it to the framework anyway, although I'd like to keep the actual handling of hotkeys as a PlayerExtension to improve portability.