Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: spatialaudio/jackclient-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: zynthian/jackclient-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 3 files changed
  • 1 contributor

Commits on Jan 18, 2018

  1. Implement Port.alias() property.

    + uses "int jack_port_get_aliases(const jack_port_t * port, char *const aliases[2])" from the jack C library.
    jofemodo committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    ee5c90d View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2018

  1. + Implement set_alias and unset_alias as normal functions.

    + Change the name of property alias to aliases. Now it returns a list of 2 strings.
    + Use jack_port_name_size() for correctly set the size of strings in aliases property getter.
    jofemodo committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    392c78f View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2018

  1. Configuration menu
    Copy the full SHA
    6cec328 View commit details
    Browse the repository at this point in the history
  2. Modify aliases property getter for returning a variable length list i…

    …nstead of a 2-elements hardcoded list.
    jofemodo committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    d124c17 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2018

  1. Configuration menu
    Copy the full SHA
    b4f3284 View commit details
    Browse the repository at this point in the history
  2. Fix code indentation.

    jofemodo committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    66c74f6 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2018

  1. Configuration menu
    Copy the full SHA
    bcf142e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9be6dac View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2018

  1. Configuration menu
    Copy the full SHA
    e86ee6e View commit details
    Browse the repository at this point in the history
Loading