Home
last modified time | relevance | path

Searched refs:outportnames (Results 1 – 2 of 2) sorted by relevance

/dports/audio/mhwaveedit/mhwaveedit-1.4.24/src/
H A Dsound-jack.c45 gchar *inportnames[8],*outportnames[8]; member
92 mhjack.outportnames[i] = d; in mhjack_read_config()
155 g_free(mhjack.outportnames[i]); in mhjack_preferences_ok()
156 mhjack.outportnames[i] = in mhjack_preferences_ok()
159 inifile_set(buf,mhjack.outportnames[i]); in mhjack_preferences_ok()
163 mhjack.outportnames[i]); in mhjack_preferences_ok()
238 gtk_entry_set_text(GTK_ENTRY(g),i>0 ? mhjack.outportnames[j] : in mhjack_preferences()
287 jack_port_register(mhjack.myself, mhjack.outportnames[i], in mhjack_register_ports()
/dports/audio/snd/snd-21.2/
H A Daudio.c4155 …const char **outportnames=jack_get_ports(sndjack_client,NULL,NULL,JackPortIsPhysical|JackPortIsInp… in sndjack_init() local
4156 for (ch=0;outportnames && outportnames[ch]!=NULL && ch<numch;ch++){ in sndjack_init()
4161 outportnames[ch] in sndjack_init()
4165 printf ("Warning. Cannot connect jack output port %d: \"%s\".\n",ch,outportnames[ch]); in sndjack_init()