#jackd

2025-06-10

I replaced the jackd package with pipewire-jack

this allows using pipewire within the jack setup. For example mixing guitar/amp output with browser output (backing tracks for example)

👌🏽

archlinux.org/packages/extra/x

#pipewire #archlinux #arch #foss #electricguitar #guitar #scarlettsolo #guitarix #jackd

ScriptFanix ❤️ ⏚ ⸫ScriptFanix@maly.io
2024-12-22

Coucou le fedivers #geek musical 👋
Quelqu'un connait un bon moyen d'intercaler un équaliseur entre jackd et la sortie audio ? Ou dans pulseAudio ? Je cherche un moyen de réduire les basses pour le soir/la nuit sans changer le réglage très minutieux de mon caisson de basse.

J'ai cherché mais pas trouvé de trucs *qui fonctionne*

#jack #jackd #linux #PulseAudio

2024-12-11

OK, so more specific question:

jack or pipewire?

why?

see above for my use case.

I've used jack before, but I'm completely new to pipewire and not even sure if it does what is needed for realtime pro audio.

#linux #audio #linuxaudio #pipewire #jackd

teledyn 𓂀teledyn@mstdn.ca
2024-09-16

The long sought #LinuxAudio Holy Grail of running #JackD applications like #Supercollider in #rpi4b (and presumably everywhere) #Pipewire is so incredibly simple yet so widely unknown:

Step 1: get rid of jackd you don't need it.

and you're done!

Here's what you do instead: pw-jack -r 44100 sclang

#onlytookmeaweektofind

teledyn 𓂀teledyn@mstdn.ca
2024-09-15

I figured out the playback, but only after installing on a Ubuntu laptop where I'm happily listening to "autohausen" -- in #Emacs, and presumably the IDE, I load each file into the workspace and evaluate each expression in succession. It /may/ have done so on the rpi4b, but I later discovered my #SuperCollider / #JackD setup needs work.

So it isn't autoplay, but now I can listen while I read their code!

Patrick MalikPatrickMalik69
2024-06-09

ดู Jack’d บน X
is the most diverse community for gay, bi, trans, and queer people around the globe. x.com/jackd

2024-05-05

#No, I love linux audio

# is the ultra attached
if aplay -l | grep -qi ultra
then
echo ultra

#adjust amplitude
i=0
j=0
for i in $(seq 8); do
for j in $(seq 8); do
if [ "$i" != "$j" ]; then
amixer -c Ultra set "DIn$i - Out$j" 0% > /dev/null
#amixer -c Ultra set "DIn$i - Out$j" 100% > /dev/null
else
amixer -c Ultra set "DIn$i - Out$j" 100% > /dev/null
fi
amixer -c Ultra set "AIn$i - Out$j" 0% > /dev/null
#amixer -c Ultra set "AIn$i - Out$j" 100% > /dev/null
done
done

for i in $(seq 4); do
amixer -c Ultra set "Effect Return $i" 0% > /dev/null
done

#start jack
#jackd -d alsa -d hw:Ultra -r 48000 -p 2048 &
#else
#start jack with default hardware
#jackd -d alsa -d hw:PCH -r 48000 &
fi

guitarix is a virtual guitar amplifier for Linux running on Jack Audio Connection Kit.

guitarix has more than 25 built-in modules to create stunning effects.

guitarix.org/

#linux #guitarix #jack #jackd

2024-03-20

This reminds me of my early dating/hook-up/cruising days. I am so glad that the pendulum is swinging in the other direction, because now on Grindr and Jack’d profiles, many people are specifically stating their preference is only for trans women or very feminine cisgender men.

Around 15 years ago, gay spaces were very hostile towards femininity, ironically. Men were demanding that you be “straight-acting” and masculine. I rolled my eyes every time I saw “masc 4 masc”. Thankfully, dating apps like Grindr have become more inclusive, and the pendulum has swung in the other direction. Profiles that express a gender preference seem to prefer femininity more than masculinity.

Tinder Nightmares: Raw Masculinity ONLY

#dates #dating #datingApps #fragileMasculinity #gay #Grindr #Jackd #lgbt #LGBTQ #masculinity #nowWatching #Outspoken #podcast #podcasts #queer #SamCollins #Tinder #transgender #YouTube

2024-01-17

@smallcircles @ADHDefy Thanks for the list! RickRack is exactly what I need right now, many thanks. :)

In the "Standalone instruments / Synthetizers", it's missing AlsaModularSynth : alsamodular.sourceforge.net/

Unless it's on purpose? It's been a while since I haven't tried to build it. 😅 It's one of the most nerdy/enjoyable audio software I played with : it basically gives you the building blocks of a synth (as in, its electronic components), and you arrange them as you want, plugging their inputs and outputs, inserting other sources or effects in the middle through #Jackd, etc. And in the end, you can just load it as an instrument in #Ardour (or directly through Jackd).

Giovanni Crisalfigicrisf@fosstodon.org
2023-08-24

I have been trying since evening to start Overtone, and finally I managed to do it but now it is impossible for me to test it because I can't get Jack to cooperate. I was excited, now I am exhausted.

#overtone #music #clojure #lisp #jack #jackd #alsa

2022-12-31

🥁 💻 🎹 🔊 J'ai réussi à faire tourner griode (l'excellent instrument développé par @jpetazzo en python et piloté par le launchpad mini de novation) avec jack, j'envoie la sortie vers sooperlooper, j'ai jack_mixer piloté par la BCF2000 de Behringer en MIDI. J'ai presque un setup qui marche.

Reste à piloter sooperlooper avec le mixer midi (boutons pour record/overdub/etc), et maîtriser un peu l'ensemble...

#homestudio #linux #ubuntu #jackd #sooperlooper #griode #mao

Copie d'écran de qjackd, griode, sooperlooper, jack_mixer
2022-10-22

finally I was able to make #jackd work together with #pulseaudio
I took me ages to figure this out. So now pa adds the jack sink whenever jack is started and I can continue to hear sound from pa applications.
The trick is that you need to start jackd via dbus then everything works autmagically in #debian.
the necessary option in #qjackctl in the image...

Slow Motion Walterthermous@linernotes.club
2021-05-12

Alright! bespoke, truly headless pi-zero streaming foxdot/supercollider stack is back up and running at
radio.intercrap.com/test.m3u

Once again, just playing a simple/repetitive loop for now but it does feel overall less sluggish and isn't pegging the CPU, so that's cool. Will tinker with my original idea of piping external stimuli into foxdot over lunch.

#jackd is pretty cool now that I have a vague grasp of what it does; love that I can just run it with a dummy device instead of fighting with ALSA config/device nonsense and then just patch apps together.

#foxdot #supercollider

2021-03-29

Hier j'ai rejoué avec la boite à outils de production sonore sous linux (jackd, ardour, midi, etc.) Ça reste un poil technique, mais à petite doses ça reste fun.

Les ressources @Castopod sont précieuses (thanks!)

podlibre.org/how-to-record-a-p

podlibre.org/how-to-use-contro

#linux #mao #midi #podcast #jackd #ardour

Diagramme par podlibre sur l'architecture cibleVue graph de qjackctl pour jackd
margin.walkermargin@mastodon.ml
2021-03-22

омг, почему я не посещал эту страницу раньше:
jackaudio.org/faq/device_namin

решение было таким простым 🙈

#jackd #потрачено #alsa

KOM-IN-Netzwerkkomin
2021-02-14

Heute ist .
Wir danken allen, die an arbeiten und so unsere gemeinnützigen Dienste stützen. Z.B.

I made fresh Palemoon 28.16.0 package for Void Linux x86_64-musl, with jackd sound output support:

git.ironbug.org/void-linux-pck…

#palemoon #voidlinux #musl #jackd #package #sources #Linux
Charles 𝄢 Hutchinscelesteh@algonoise.social
2018-03-21
So, I turned on #jackd to run some supercollider on my laptop, while leaving my webserver running. As per usual, #pulseaudio had a sulk and all of the audio stuff going on in the web browsers was put on hold, so youtube videos won't play etc.

The microsoft #outlook web client REALLY wants to play an annoying chime when it updates the email listing in the gui.  Apparently, it blocks on this, so the list of sent mail won't update when I'm running supercollider. (Guess what kind of example code I was sending to a student.)

But also it does just randomly fail to send things sometimes, which is why I was checking in the first place.....  (Computers are terrible part 17373896)
LibraZiK - compte alternatifLibraZiK@mastodon.rocks
2017-11-18

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst