takaswie / hinawa-utils

Python 3 module and scripts to handle Audio and Music units on IEEE1394 bus via libhinawa API with a help of PyGObject.
GNU Lesser General Public License v3.0
17 stars 6 forks source link

Apogee Duet problems #8

Closed bmtwl closed 2 years ago

bmtwl commented 2 years ago

Problem with hinawa_utils/oxfw/apogee_protocol.py

fixed execution of hinawa-apogee-duet-cli with the following diff:

274c274 < def get_meters(cls, fcp: Hinawa.FwFcp):

def get_meters(cls, unit: Hinawa.FwUnit):

422c422 < def get_meters(cls, fcp: Hinawa.FwFcp):

def get_meters(cls, unit: Hinawa.FwUnit):

But even though most functions now work, still can't execute mixer-meters or input-meters, so something fundamental is still broken

takaswie commented 2 years ago

Hi @briantolko ,

Thanks for the report, while hinawa-utils project has already abandoned. I' like you to test https://github.com/alsa-project/snd-firewire-ctl-services instead.

Cheers.