Skip to content
This repository was archived by the owner on Mar 30, 2019. It is now read-only.
This repository was archived by the owner on Mar 30, 2019. It is now read-only.

AudioProcessorBase.LockForProcess method is not virtual #1126

@victor-david

Description

@victor-david

According to the Microsoft docs and other articles I've come across, when creating an XAPO effect, you can override the LockForProcess() method in order to obtain information about the audio format before you start processing via the Process() method on the real-time thread. This allows the effect to adapt to different formats, maybe create some data structures etc. ahead of actual processing.

However, the LockForProcess() method in AudioProcessorBase is not virtual.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions