|
Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
|

Data Fields | |
| int | schema_version |
| bool | is_input |
| ExtPort_v1 ** | ext_audio_ports |
| int | num_ext_audio_ports |
| ExtPort_v1 ** | ext_midi_ports |
| int | num_ext_midi_ports |
| Port_v1 ** | audio_ports |
| int | num_audio_ports |
| Port_v1 ** | midi_ports |
| int | num_midi_ports |
Definition at line 16 of file hardware_processor.h.
| Port_v1** HardwareProcessor_v1::audio_ports |
Definition at line 24 of file hardware_processor.h.
| ExtPort_v1** HardwareProcessor_v1::ext_audio_ports |
Definition at line 20 of file hardware_processor.h.
| ExtPort_v1** HardwareProcessor_v1::ext_midi_ports |
Definition at line 22 of file hardware_processor.h.
| bool HardwareProcessor_v1::is_input |
Definition at line 19 of file hardware_processor.h.
| Port_v1** HardwareProcessor_v1::midi_ports |
Definition at line 26 of file hardware_processor.h.
| int HardwareProcessor_v1::num_audio_ports |
Definition at line 25 of file hardware_processor.h.
| int HardwareProcessor_v1::num_ext_audio_ports |
Definition at line 21 of file hardware_processor.h.
| int HardwareProcessor_v1::num_ext_midi_ports |
Definition at line 23 of file hardware_processor.h.
| int HardwareProcessor_v1::num_midi_ports |
Definition at line 27 of file hardware_processor.h.
| int HardwareProcessor_v1::schema_version |
Definition at line 18 of file hardware_processor.h.