Hi list,
(Sorry this question has already been discussed but the search function in the archive of the list does not work)
Is anyone working on the problem of getting Jack up and running on MacOS again? I installed Jack with brew but I get these “could not handle external client request” errors which seems to be old problems from looking at search results and GitHub discussions - problems introduced when MacOS audio architecture was changed a while back. Is there any progress on these matters? Is someone working on it? I need Jack as it is a dependency to another library I would like to use but I realize that I might have to abandon MacOS as a platform in the process.
Kindest regards,
Stefan
On Fri, 07 Dec 2018, liebrecht(a)grossmann-venter.com wrote:
>On 2018-12-07 00:54, Ralf Mardorf wrote:
>> However, hardware monitoring when using Class Compliant USB devices
>> usually can't be done by the audio device's internal routing, a
>> mixing console is needed for latency free monitoring, while cards
>> that need an individual ALSA driver, such as the HDSPe AIO might be
>> able to use the internal hardware routing (e.g. by hdspmixer).
>Thanks all for the insightful responses.
>
>The last part of your answer is something I dont see often.
>Do you have any point of departure where I can read up about which
>devices can access the onboard DSP of audio interfaces such as those
>you mention eg 1818vsl or other. It is the first time I see hints of
>someone or programs able to access the onboard DSP for low latency
>monitoring. Didnt see this ever mentioned but it is desperately
>needed. After receiving your post I tried to find similar on the web,
>but it is all very unclear what is possible and for which devices.
Please reply to the mailing list and don't top-post.
That is probably a misunderstanding. The Presonus and the Focusrite 2nd
gen USB devices don't provide access to the device's internal routing
when using it with a Linux machine. They are class compliant and don't
need individual drivers. Sound devices that aren't class compliant need
an individual driver and there might be access to the device's internal
routing, as there is for some RME audio devices, when using the Linux's
hdspmixer wich is similar to RME's totalmix,
http://www.rme-audio.de/en/support/techinfo/hdsp_totalmix_software.php.
Monitoring without latency means, that you could route the input
channels, directly to the output channels. IOW if you connect a
microphone, you could listen to the unprocessed signal without latency,
it's not the signal processed by your Linux machine.
On Mon, 28 Jan 2019 12:01:56 -0500, Sunset Tech wrote:
>On Mon, Jan 28, 2019, 11:15 AM Ralf Mardorf wrote:
>>FWIW apart from jack audio, there are also jack and ALSA midi
>>available. AFAIK when for example using two TerraTec EWX 24/96 PCI
>>cards as MIDI interfaces, there is no way at all to restore MIDI
>>connections automatically. The only way is to do all MIDI IO
>>connections with those cards manually. Even changing the name of at
>>least one card, does only affect audio, the MIDI names of identical
>>PCI cards are always the same.
>I'll admit i am not sure what your general thought here is? depending
>on the method used to restore connections, with the script I wrote one
>of these devices could be oneshot assigned group aliases for its midi
>ports, and then connections restored from there
How does your script find out to what card it assigned the aliases?
Have you ever used two or more identical PCI cards as MIDI interface?
Greetings! I attempted to see if there was any work or discussion on this,
but brought up nothing, I hope I am not duplicating some effort/thought
here.
I recently developed a small script allowing me to assign ports to groups,
using aliases, so that I may autoconnect these groups to ardour buses.
However, I quickly discovered there is a limit of two aliases per port,
which is admittedly workable, but not pleasantly so. perhaps there is a
better method of achieving this functionality? but I wanted to continue
using jack-matchmaker.
So I've patched a local copy of jack2 to allocate an array for aliases per
port, and allow its size to be specified via the compile time flag
--aliases-per-port. However, the implementation is not the best, I needed
to introduce a seperate version of jack_port_get_aliases, suffixed with _b,
which can be used in conjunction a new function, jack_port_max_aliases, to
safely retrieve aliases beyond the first two. applications using the old
jack_port_get_aliases will still be shown only the first two aliases in the
list. however the matching functions will match against all aliases.
Additionally there is what looks like serialization&matching code in
JackDriver, which i have not yet attempted to patch.
I've also patched copys of jack-matchmaker and luajack to make use of this.
I dont imagine such functionality would be accepted into jack in its
current state? it seems there is sort of a bind here regarding external api
design. I would love to contribute this to jack, so i'm emailing to see
what the possibility of that is, and if anyone has any ideas about how to
go about it. I am willing to patch jack1 as well for it, the relevant code
looks near identical. I would also like to dynamically manage the array
size or string memory allocation, perhaps within the limit, as statically
allocating even port_num*(alias_limit=8)*name_size to store mostly unused
aliases seems rather heavy, but it looked like everything regarding ports
is statically allocated for a reason?
hi everyone
is it just on me or the pulseaudio-jack-{source,sink} modules do choke
after a little while after jack_freewheel is set on?
for example, audio exporting in qtractor: uses the jack freewheeling
mode for its work, but always stops or freezes after the first couple of
seconds *iif* the pulseaudio bridge modules are around.
this is just terrible and awful behavior, especially when jackdbus
service is in charge (meaning the vast of jack2 installs nowadays), it
does bring up the pulseaudio-jack bridge/modules always under the graph,
no questions asked. dang.
again sorry to ask, is it just me or is it there any knowledge im
failing to recall?
cheers
--
rncbc aka. Rui Nuno Capela
rncbc(a)rncbc.org
Hey mate.
I have recently installed a copy of JACK onto my MAC and have been trying
to use Mainstage 3 in Ableton live. I can't seem to figure out how to do
this and was wondering if you could help me out as I just paid apple $47
for there instruments and can't use them.
Kind regards
Alex
Hello.
I ask forgiveness in advance for the poor knowledge of English.
I would like to ask a few questions about Jack and NetJack.
1. How would you react to trying to port Jack and Netjack to hardware (like
the Dante network), what could be the subtleties and inconveniences of
porting? At the moment, I'm starting to study the Jack code, in the future
I will try to port to STM32.
2. I understand that at the moment you can only use one master device on
the network, in both cases will arise out of sync because of the spread of
timing generators. If I manage to solve this problem in hardware, is it
possible to use several master devices(at the same frequency)?
P.S. the STM32 will also implement a fully digital amplifier and audio
capture with 32-bit accuracy, an additional convolver in the embedded DSP.
Or a microphone with an Ethernet interface or WiFi (I know wifi is very bad
because of the big delay)
To whom it may concernHello. This is Yeongseok Kim, a Ph.D. student in KAIST, South Korea.I really appreciate all the works which has been and being done by Jack audio developers.I was wondering if there would be any difficulties for using a device connected to PC via thunderbolt 3 with Jack audio connection kit.Would I be able to use Jack audio connection kit with the device if PC recognizes the device connection via thunderbolt 3?Thank you so much for your help.Best regards.Yeongseok Kim
I think it is possible if you have an Intel I210-T1 network card, but I
am not a jack developer, so someone else should have a more clear
answer.
김영석 wrote:
> To whom it may concern
>
>
> https://server54.web-hosting.com:2096/cpsess9557733042/3rdparty/roundcube/?…
> Hello. This is Yeongseok Kim, a Ph.D. student in KAIST, South Korea.
>
>
>
> I really appreciate all the works which has been and being done by Jack
> audio developers.
>
>
>
> I was wondering if there would be any difficulties for using a device
> connected to PC via thunderbolt 3 with Jack audio connection kit.
>
>
>
> Would I be able to use Jack audio connection kit with the device if PC
> recognizes the device connection via thunderbolt 3?
>
>
>
> Thank you so much for your help.
>
>
>
> Best regards.
>
>
>
> Yeongseok Kim
>
>
Is anyone else receiving phishing/blackmail spam sent to
the email address (unique in my case) they use for
jack-devel? It seems that a list member has been
infected with malware or someone signed up just to get
access to list members' email addresses.
The messages typically include the name 'Mario Moles'
somewhere in the header or message body (location
varies). I've seen that name before in spam sent to
my jack-devel email address.
John