summaryrefslogtreecommitdiffstats
path: root/hosts/lv2_simple_jack_host.c
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/lv2_simple_jack_host.c')
-rw-r--r--hosts/lv2_simple_jack_host.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/lv2_simple_jack_host.c b/hosts/lv2_simple_jack_host.c
index 4b1bcc3..1c279ec 100644
--- a/hosts/lv2_simple_jack_host.c
+++ b/hosts/lv2_simple_jack_host.c
@@ -164,7 +164,7 @@ create_port(struct JackHost* host,
SLV2PortDirection direction = slv2_port_get_direction(host->plugin, port);
/* Get the (data) type of the port (control, audio, MIDI, OSC) */
- SLV2PortType type = slv2_port_get_type(host->plugin, port);
+ SLV2PortDataType type = slv2_port_get_data_type(host->plugin, port);
/* Connect control ports to controls array */
if (type == SLV2_PORT_TYPE_CONTROL) {