Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IPC interface for control ports #21

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Nov 10, 2018

  1. Provide generic round function

    This function can be used to round any address to any chosen boundary
    e.g. 8 byte aligned
    
    Signed-off-by: Timo Wischer <[email protected]>
    Timo Wischer authored and drobilla committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    1ea09cf View commit details
    Browse the repository at this point in the history
  2. Provide backend function to get unique period ID

    This ID is unique for each new period which will be processed.
    Therefore it can be used to check if a function was already called for the
    current period. This is benificial for some optimization.
    
    Signed-off-by: Timo Wischer <[email protected]>
    Timo Wischer authored and drobilla committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    95a78e0 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2018

  1. Provide additional IPC interface to read and write

    Lv2 control ports from external processes
    
    Signed-off-by: Timo Wischer <[email protected]>
    Timo Wischer committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    2d16932 View commit details
    Browse the repository at this point in the history
  2. Use additional IPC interface to read and write

    Lv2 control ports from external processes
    
    Signed-off-by: Timo Wischer <[email protected]>
    Timo Wischer committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    83fa080 View commit details
    Browse the repository at this point in the history