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

Mixer channels unmute for solo recursive #6746

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on May 10, 2023

  1. unmute related FX channels

    When soled one FX channel, unmute send and receive channels, to allow complex FX channel routing (BUS, SENDs, etc.)
    superpaik committed May 10, 2023
    Configuration menu
    Copy the full SHA
    c2663cd View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2023

  1. Comment change

    superpaik committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    3bd29e8 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. SEND channels

    Activate also SEND channels recursively
    superpaik committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    f07bb24 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Merge remote-tracking branch 'origin/master' into MixerChannels-unmut…

    …eForSoloRecursive
    
    Conflicts:
    * include/Mixer.h
    michaelgregorius committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    62c06b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e460a0 View commit details
    Browse the repository at this point in the history
  3. Encapsulate mixer channel index

    Make the mixer channel index `m_channelIndex` private and add getters and
    setters. Also add a method to determine if the channel is the master
    channel.
    
    Move `m_channelIndex` to the end of the initialization list of the
    `MixerChannel` constructor because it is now the last member in the
    header.
    
    Adjust all clients to make use of the new methods.
    michaelgregorius committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    a2600bf View commit details
    Browse the repository at this point in the history