Resource icon

Multi Source Effect 0.2.1

This is an experimental release of Multi Source Effect plugin for OBS Studio.

Changes in 0.2.1
  • Linux: Fixed the plugin is not loaded by OBS Studio 28.
  • Linux: Fixed the source is not available on OBS Studio 27.
No changes for Windows and macOS users.
If there is a problem, please consider using the previous version 0.1.7. There is no difference in the source code at all.

Limitations
  • No binary packages were tested. (The source code was tested on Fedora 34.)
This is an experimental release of Multi Source Effect plugin for OBS Studio.

Changes in 0.2.0
  • Revised packages for OBS 28 on macOS.
  • Windows installer is removed.
If there is a problem, please consider using the previous version 0.1.7. There is no difference in the source code at all.

Limitations
  • No binary packages were tested. (The source code was tested on Fedora 34.)
This is a minor release of Multi Source Effect plugin for OBS Studio.

Changes in 0.1.7
  • Added a new property to set number of sources.
  • Added example effects
    • New effects; hard light, soft light, and overlay
    • Example effects with alpha blending
  • Implemented automatic reload of the effect file
    If the cache is disabled, the effect file will be automatically reloaded when timestamp of the file was updated.
    For users who don't develop effect files, it is recommended not to disable the cache.
  • Removed reload button
This is a hotfix release of Multi Source Effect plugin for OBS Studio. I'm sorry for a lot of bugfix releases.

Changes in 0.1.6
  • Another bugfix for blend state.
Limitations
  • No binary packages are tested. (My development environment is Fedora Linux.)
Install
This is a hotfix release of Multi Source Effect plugin for OBS Studio.

Changes in 0.1.5
  • Modified blend function so that the blend behavior is similar to that of the scene in OBS-Studio.
  • Fixed missing gs_blend_state_pop.
Limitations
  • No binary packages are tested. (My development environment is Fedora Linux.)
This is a minor release of Multi Source Effect plugin for OBS Studio.

Change in 0.1.4
  • Added two features to avoid caching of effect file and reloading the effect file by a button. It would be useful to debug your custom effect file.
Limitations
  • No binary packages are tested. (My development environment is Fedora Linux.)
This is a hotfix release of Multi Source Effect plugin for OBS Studio.

Changes from 0.1.2
  • The source won't be duplicated even if `Duplicate Source` is enabled on OBS Studio.
    This will improve performance by avoiding to read the effect file again at the scene transition.
  • Fix a crash when source select itself or scene that causes loop
Limitations
  • No binary packages are tested. (My development environment is Fedora Linux.)
This is a hotfix release of Multi Source Effect plugin for OBS Studio.
Changes from 0.1.1
  • Fix a crash when source name is not specified. (#4)
This is a minor release of Multi Source Effect plugin for OBS Studio.
Changes from 0.1.0
  • Now provides combo box for each source name.
  • Fix a bug causing dead-lock of the UI thread.
  • Fix a memory leak
Top