|
@@ -335,6 +335,8 @@ namespace JACK |
|
|
const char ** |
|
|
const char ** |
|
|
Port::connections ( void ) |
|
|
Port::connections ( void ) |
|
|
{ |
|
|
{ |
|
|
|
|
|
ASSERT( _port, "Attempt to get connections of null port" ); |
|
|
|
|
|
|
|
|
return jack_port_get_connections( _port ); |
|
|
return jack_port_get_connections( _port ); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|