mastodon.xyz is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon instance, open to everyone, but mainly English and French speaking.

Administered by:

Server stats:

820
active users

#jackd

0 posts0 participants0 posts today
ScriptFanix ❤️ ⏚ ⸫<p>Coucou le fedivers <a href="https://maly.io/tags/geek" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>geek</span></a> musical 👋<br>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. </p><p>J'ai cherché mais pas trouvé de trucs *qui fonctionne*</p><p><a href="https://maly.io/tags/jack" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>jack</span></a> <a href="https://maly.io/tags/jackd" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>jackd</span></a> <a href="https://maly.io/tags/linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>linux</span></a> <a href="https://maly.io/tags/PulseAudio" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>PulseAudio</span></a></p>
xenogon<p>OK, so more specific question:</p><p>jack or pipewire?</p><p>why?</p><p>see above for my use case.</p><p>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.</p><p><a href="https://sunny.garden/tags/linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>linux</span></a> <a href="https://sunny.garden/tags/audio" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>audio</span></a> <a href="https://sunny.garden/tags/linuxaudio" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>linuxaudio</span></a> <a href="https://sunny.garden/tags/pipewire" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>pipewire</span></a> <a href="https://sunny.garden/tags/jackd" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>jackd</span></a></p>
teledyn 𓂀<p>The long sought <a href="https://mstdn.ca/tags/LinuxAudio" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LinuxAudio</span></a> Holy Grail of running <a href="https://mstdn.ca/tags/JackD" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>JackD</span></a> applications like <a href="https://mstdn.ca/tags/Supercollider" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Supercollider</span></a> in <a href="https://mstdn.ca/tags/rpi4b" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>rpi4b</span></a> (and presumably everywhere) <a href="https://mstdn.ca/tags/Pipewire" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Pipewire</span></a> is so incredibly simple yet so widely unknown:</p><p>Step 1: get rid of jackd you don't need it.</p><p>and you're done!</p><p>Here's what you do instead: pw-jack -r 44100 sclang</p><p><a href="https://mstdn.ca/tags/onlytookmeaweektofind" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>onlytookmeaweektofind</span></a></p>
Charles 𝄢 H<p><a href="https://post.lurk.org/tags/No" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>No</span></a>, I love linux audio</p><p># is the ultra attached<br>if aplay -l | grep -qi ultra<br> then<br> echo ultra<br> <br> <a href="https://post.lurk.org/tags/adjust" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>adjust</span></a> amplitude<br> i=0<br> j=0<br> for i in $(seq 8); do<br> for j in $(seq 8); do<br> if [ "$i" != "$j" ]; then<br> amixer -c Ultra set "DIn$i - Out$j" 0% &gt; /dev/null<br> <a href="https://post.lurk.org/tags/amixer" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>amixer</span></a> -c Ultra set "DIn$i - Out$j" 100% &gt; /dev/null<br> else<br> amixer -c Ultra set "DIn$i - Out$j" 100% &gt; /dev/null<br> fi<br> amixer -c Ultra set "AIn$i - Out$j" 0% &gt; /dev/null<br> <a href="https://post.lurk.org/tags/amixer" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>amixer</span></a> -c Ultra set "AIn$i - Out$j" 100% &gt; /dev/null<br> done<br> done</p><p> for i in $(seq 4); do <br> amixer -c Ultra set "Effect Return $i" 0% &gt; /dev/null <br> done </p><p> <a href="https://post.lurk.org/tags/start" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>start</span></a> jack<br> <a href="https://post.lurk.org/tags/jackd" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>jackd</span></a> -d alsa -d hw:Ultra -r 48000 -p 2048 &amp;<br> <a href="https://post.lurk.org/tags/else" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>else</span></a><br> <a href="https://post.lurk.org/tags/start" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>start</span></a> jack with default hardware<br> <a href="https://post.lurk.org/tags/jackd" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>jackd</span></a> -d alsa -d hw:PCH -r 48000 &amp;<br>fi</p>
TOV<p>guitarix is a virtual guitar amplifier for Linux running on Jack Audio Connection Kit.</p><p>guitarix has more than 25 built-in modules to create stunning effects.</p><p><a href="https://guitarix.org/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">guitarix.org/</span><span class="invisible"></span></a></p><p><a href="https://fosstodon.org/tags/linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>linux</span></a> <a href="https://fosstodon.org/tags/guitarix" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>guitarix</span></a> <a href="https://fosstodon.org/tags/jack" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>jack</span></a> <a href="https://fosstodon.org/tags/jackd" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>jackd</span></a></p>
kik<p><span class="h-card" translate="no"><a href="https://social.coop/@smallcircles" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>smallcircles</span></a></span> <span class="h-card" translate="no"><a href="https://kbin.social/u/ADHDefy" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>ADHDefy</span></a></span> Thanks for the list! RickRack is exactly what I need right now, many thanks. :)</p><p>In the "Standalone instruments / Synthetizers", it's missing AlsaModularSynth : <a href="https://alsamodular.sourceforge.net/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">alsamodular.sourceforge.net/</span><span class="invisible"></span></a></p><p>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 <a href="https://techhub.social/tags/Jackd" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Jackd</span></a>, etc. And in the end, you can just load it as an instrument in <a href="https://techhub.social/tags/Ardour" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Ardour</span></a> (or directly through Jackd).</p>
Arthur Lutz<p>🥁 💻 🎹 🔊 J'ai réussi à faire tourner griode (l'excellent instrument développé par <span class="h-card"><a href="https://hachyderm.io/@jpetazzo" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>jpetazzo</span></a></span> 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.</p><p>Reste à piloter sooperlooper avec le mixer midi (boutons pour record/overdub/etc), et maîtriser un peu l'ensemble... </p><p><a href="https://mamot.fr/tags/homestudio" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>homestudio</span></a> <a href="https://mamot.fr/tags/linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>linux</span></a> <a href="https://mamot.fr/tags/ubuntu" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ubuntu</span></a> <a href="https://mamot.fr/tags/jackd" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>jackd</span></a> <a href="https://mamot.fr/tags/sooperlooper" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sooperlooper</span></a> <a href="https://mamot.fr/tags/griode" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>griode</span></a> <a href="https://mamot.fr/tags/mao" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>mao</span></a></p>
Reto<p>finally I was able to make <a href="https://sonomu.club/tags/jackd" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>jackd</span></a> work together with <a href="https://sonomu.club/tags/pulseaudio" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>pulseaudio</span></a> <br>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.<br>The trick is that you need to start jackd via dbus then everything works autmagically in <a href="https://sonomu.club/tags/debian" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>debian</span></a>.<br>the necessary option in <a href="https://sonomu.club/tags/qjackctl" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>qjackctl</span></a> in the image...</p>
Arthur Lutz<p>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.</p><p>Les ressources <span class="h-card"><a href="https://podlibre.social/@Castopod" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>Castopod</span></a></span> sont précieuses (thanks!) </p><p><a href="https://podlibre.org/how-to-record-a-podcast-with-remote-guests-on-linux/" rel="nofollow noopener noreferrer" target="_blank"><span class="invisible">https://</span><span class="ellipsis">podlibre.org/how-to-record-a-p</span><span class="invisible">odcast-with-remote-guests-on-linux/</span></a></p><p><a href="https://podlibre.org/how-to-use-control-surfaces-with-ardour-on-linux/" rel="nofollow noopener noreferrer" target="_blank"><span class="invisible">https://</span><span class="ellipsis">podlibre.org/how-to-use-contro</span><span class="invisible">l-surfaces-with-ardour-on-linux/</span></a></p><p><a href="https://mamot.fr/tags/linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>linux</span></a> <a href="https://mamot.fr/tags/mao" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>mao</span></a> <a href="https://mamot.fr/tags/midi" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>midi</span></a> <a href="https://mamot.fr/tags/podcast" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>podcast</span></a> <a href="https://mamot.fr/tags/jackd" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>jackd</span></a> <a href="https://mamot.fr/tags/ardour" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ardour</span></a></p>
Charles 𝄢 HutchinsSo, I turned on #<span class=""><a href="https://algonoise.social/tag/jackd" rel="nofollow noopener noreferrer" target="_blank">jackd</a></span> to run some supercollider on my laptop, while leaving my webserver running. As per usual, #<span class=""><a href="https://algonoise.social/tag/pulseaudio" rel="nofollow noopener noreferrer" target="_blank">pulseaudio</a></span> 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. <br> <br> The microsoft #<span class=""><a href="https://algonoise.social/tag/outlook" rel="nofollow noopener noreferrer" target="_blank">outlook</a></span> web client REALLY wants to play an annoying chime when it updates the email listing in the gui.&nbsp; 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.) <br> <br> But also it does just randomly fail to send things sometimes, which is why I was checking in the first place.....&nbsp; (Computers are terrible part 17373896)
LibraZiK<p>Ayé ! C'est arrivé ! 🎧 🎼 🎹 🎤 🥁 🎷 🎺 🎸 🎻 </p><p>LibraZik-2 est dans les bacs !</p><p><a href="https://librazik.tuxfamily.org/dotclear/blog/?post/LibraZiK-2-est-de-sortie" rel="nofollow noopener noreferrer" target="_blank"><span class="invisible">https://</span><span class="ellipsis">librazik.tuxfamily.org/dotclea</span><span class="invisible">r/blog/?post/LibraZiK-2-est-de-sortie</span></a></p><p><a href="https://mastodon.rocks/tags/librazik" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>librazik</span></a> <a href="https://mastodon.rocks/tags/linuxmao" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>linuxmao</span></a> <a href="https://mastodon.rocks/tags/qtractor" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>qtractor</span></a> <a href="https://mastodon.rocks/tags/qjackctl" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>qjackctl</span></a> <a href="https://mastodon.rocks/tags/jackd" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>jackd</span></a> <a href="https://mastodon.rocks/tags/alsa" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>alsa</span></a> <a href="https://mastodon.rocks/tags/ffado" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ffado</span></a> <a href="https://mastodon.rocks/tags/cadence" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>cadence</span></a> <a href="https://mastodon.rocks/tags/carla" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>carla</span></a> <a href="https://mastodon.rocks/tags/mixxx" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>mixxx</span></a> <a href="https://mastodon.rocks/tags/ardour" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ardour</span></a> <a href="https://mastodon.rocks/tags/musescore" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>musescore</span></a> <a href="https://mastodon.rocks/tags/guitarix" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>guitarix</span></a> <a href="https://mastodon.rocks/tags/hydrogen" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>hydrogen</span></a> <a href="https://mastodon.rocks/tags/calf" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>calf</span></a> <a href="https://mastodon.rocks/tags/eq10q" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>eq10q</span></a></p>