/[classpath]/classpath/native/jni/midi-alsa/gnu_javax_sound_midi_alsa_AlsaPortDevice.c
ViewVC logotype

Diff of /classpath/native/jni/midi-alsa/gnu_javax_sound_midi_alsa_AlsaPortDevice.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by green, Mon Oct 3 01:53:12 2005 UTC revision 1.2 by green, Tue Oct 4 12:24:08 2005 UTC
# Line 59  Java_gnu_javax_sound_midi_alsa_AlsaPortD Line 59  Java_gnu_javax_sound_midi_alsa_AlsaPortD
59    snd_seq_port_subscribe_alloca (&subs);    snd_seq_port_subscribe_alloca (&subs);
60    
61    rc = snd_seq_open (&seq, "default", SND_SEQ_OPEN_DUPLEX, SND_SEQ_NONBLOCK);    rc = snd_seq_open (&seq, "default", SND_SEQ_OPEN_DUPLEX, SND_SEQ_NONBLOCK);
   puts (snd_strerror(rc));  
62    
63    snd_seq_port_info_set_capability (pinfo, SND_SEQ_PORT_CAP_WRITE);    snd_seq_port_info_set_capability (pinfo, SND_SEQ_PORT_CAP_WRITE);
64    snd_seq_port_info_set_type (pinfo, SND_SEQ_PORT_TYPE_MIDI_GENERIC);    snd_seq_port_info_set_type (pinfo, SND_SEQ_PORT_TYPE_MIDI_GENERIC);

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26