ayyi / samplecat

SampleCat is a a program for cataloguing and auditioning audio samples.
http://ayyi.github.io/samplecat/
GNU General Public License v3.0
54 stars 5 forks source link

No audio; Jack audio ports are created and destroyed almost immediately #37

Open rghvdberg opened 6 years ago

rghvdberg commented 6 years ago

Here's what it looks in Catia patchbay when I play a midi note to trigger a sample. samplecat_jack_ports

output from samplecat -v1

jack_midi_thread(): NOTE On : 79 -- 0 10
application_play_selected()...
application_play_selected(): MIDI PLAY /home/rob/lmms/samples/[99Sounds] 99 Drum Samples/Samples/clap-808.wav
application_play(): clap-808.wav
JACKaudiooutputinit(): JACK connect to 'system:playback_'

jack_player_thread(): end of file.
application_play_next()...
application_play_next(): play_all finished.
application_stop()...
PLAY STOP
jack_midi_thread(): NOTE OFF: 79

Obviously I can't hear the sample played :-/

I tried playing a sample with [p] but nothing happens, no jack connections, no sound.

Let me know if there's anything I can do to help :-)

chaocrator commented 4 years ago

i got similar, but even stranger behavior. the same samplecat binary does not create jack connections on one Ubuntu 18.04 machine, but happily creates them on another, which also has Ubuntu 18.04 with absolutely the same jack version.