macramole wrote: ↑Fri Jul 02, 2021 5:33 pm
Thanks for taking the time for making the video. I haven't seen that configuration before, and don't know how to fix it. What I'll fix for sure is the disconnection when adding effects that is quite annoying.
I started it from terminal, to get error messages. When I start up. It says error connecting output ports. The program creates 21 output ports to match the interfaces 21 outputs but only connects to the first 12.
Code: Select all
[notice ] ofSoundStreamListDevices:
[Unkown API: 0] firewire_pcm [in:21 out:21] (default in) (default out)
[Unkown API: 1] PulseAudio JACK Sink [in:2 out:0]
[Unkown API: 2] a2j [in:3 out:2]
[Unkown API: 3] PulseAudio JACK Source [in:0 out:2]
[notice ] Using: firewire_pcm
[notice ] Using: a2j
[notice ] Using: PulseAudio JACK Source
[notice ] [pdsp] engine: starting with parameters: buffer size = 512 | sample rate = 48000 | 0 inputs | 21 outputs
[ error ] RtApiJack::startStream(): error connecting output ports!
[notice ] [pdsp] engine: started | buffer size = 512 | sample rate = 48000 | 0 inputs | 21 outputs
[ error ] RtApiJack::startStream(): error connecting output ports!
When I switch to pulseaudio jack source.
Code: Select all
[notice ] [pdsp] engine: starting with parameters: buffer size = 512 | sample rate = 48000 | 0 inputs | 2 outputs
[notice ] [pdsp] engine: changing setup, shutting down stream
[notice ] [pdsp] engine: changing setup, releasing resources...
[notice ] ...done
[notice ] [pdsp] engine: started | buffer size = 512 | sample rate = 48000 | 0 inputs | 2 outputs
I also tried having a instance of Non-Timeline loaded with 2 inputs and got this. No connections made.
Code: Select all
[notice ] [pdsp] engine: starting with parameters: buffer size = 512 | sample rate = 48000 | 0 inputs | 2 outputs
[notice ] [pdsp] engine: changing setup, shutting down stream
[notice ] [pdsp] engine: changing setup, releasing resources...
[notice ] ...done
[ error ] RtApiJack::startStream(): error connecting output ports!
[notice ] [pdsp] engine: started | buffer size = 512 | sample rate = 48000 | 0 inputs | 2 outputs
When trying to connect to an instance of MusE sequencer.
Code: Select all
[notice ] [pdsp] engine: starting with parameters: buffer size = 512 | sample rate = 48000 | 0 inputs | 8 outputs
[notice ] [pdsp] engine: changing setup, shutting down stream
[notice ] [pdsp] engine: changing setup, releasing resources...
[notice ] ...done
[ error ] RtApiJack::startStream(): error connecting output ports!
[notice ] [pdsp] engine: started | buffer size = 512 | sample rate = 48000 | 0 inputs | 8 outputs
Every time it says "error connecting output ports!" is when the program also doesn't work even when you connect them manually. I don't know whether this extra info helps.