Hi,
for the last two years I was able to run the excellent and floss
jitsi-meet videoconferencing tool using the jack audio
server by installing the "jack" alsa plugin, and telling jitsi-meet to
use it as default via my ~/.asoundrc holding the following:
pcm.!default{
type plug
slave { pcm "jack" }
hint {description" jack with software conversions added by me" }
}
Since the last two or three jitsi-meet upgrades (which are hard to trace because
they happen forcibly and in the background without user notification)
the software will lose its microphone input a few seconds after the mic is
unmuted, tracable by a vanishing audio connection in jack's gui
qjackctl. When this happens I see jackd posting
subgraph starting at alsa-jack.jackC.468772.0 timed out (subgraph_wait_fd=17, status = 0, state = Triggered, pollret = 0 revents = 0x0)
09:27:13.048 JACK connection graph change.
**** alsa_pcm: xrun of at least 393698.976 msecs
09:27:13.052 XRUN callback (8).
09:27:13.232 JACK connection change
How can I go about debugging this further? Thank you a lot!
P
Hey hey,
I'd like to present let's dance (on four):
https://youtu.be/mXjZJasO00M
OGG version:
https://www.dropbox.com/s/w3l8fy0zy5y1nq8/lets_dance-on_four.ogg
This piece takes many inspirations in style and melodies, though it is not a
cover of anything. The style is taken from 70s disco funk as played by the
Munich Music Machine, a collecitve who cover classical pieces in their style.
The piano theme is inspired by late romantic piano compositions. There are
actually two small quotations from radio jingles of old (until early/mid 90s)
from the public German radio station WDR4, which explains the title.
Technically, LinuxSampler brings us the grand piano and the electric ones
(both Rhodes and Wurlitzer) as well as the drums. The drum kit was especially
assembled for this tune. The bass is courtesey of Fluidsynth and the naturally
decaying bass soundfont. Yoshimi perfectly shines as a string machine. Both
arpeggios and lead synths are hardware, the Behringer Neutron and Aruturia
MiniBrute 2s.
In terms of plugins, I had to discover a few new ones and find new uses for
old horses to achieve that distinct 70s sound. Even with good raw material it
took quite a bit of processing to approximate the sound to the best of my
abilities. Judge for yourself...
Best wishes,
Jeanette
--
* Website: http://juliencoder.de - for summer is a state of sound
* Youtube: https://www.youtube.com/channel/UCMS4rfGrTwz8W7jhC1Jnv7g
* Audiobombs: https://www.audiobombs.com/users/jeanette_c
* GitHub: https://github.com/jeanette-c
Here I go, on my own now <3
(Britney Spears)
Hey hey,
I'd like to present: Heroine
https://youtu.be/rOKoHH8cuCM
OGG version:
https://www.dropbox.com/s/df3qm4olf2rvmjv/heroine.ogg
Special mentions go to Yoshimi for superb plucks, additive synthesis and
indispensible layering. Also to the Roland JV-1080 sound module for a powerful
architecture, especially considering its year of birth in 1994. Add
LinuxSampler, more hardware and the usual stock of great effects and we have a
song.
This song has two distinct inspirations: technically it is a study in fades
and blends and there is still lots more to learn on that score. Musically,
there was an old piece I always wanted to explore in a soundtrack like
setting. The whole track works up to it, even though the master piece itself
only gets a short but explicit spot at the end. Curious? I hope so. :)
Best wishes,
Jeanette
--
* Website: http://juliencoder.de - for summer is a state of sound
* Youtube: https://www.youtube.com/channel/UCMS4rfGrTwz8W7jhC1Jnv7g
* Audiobombs: https://www.audiobombs.com/users/jeanette_c
* GitHub: https://github.com/jeanette-c
All you people look at me like I'm a little girl.
Well did you ever think it be okay for me to step into this world. <3
(Britney Spears)
Hey hey,
Elements of synth proudly presents: Rain
Music: Staffan Melin a.k.a Oscillator and Jeanette C.
Mixing: Jeanette C.
Video: Staffan Melin
https://youtu.be/1bVJdjytJeU
Synths used: Surge, LinuxSampler with Sonatina Symphonic Orchestra (SSO) and
some hardware for that extra analogue bass. :)
Effects: g2reverb, Fons' 4-band parametric filter, CAPS plugins, TAP, SWH,
Invada compressor.
Feedback as ever is welcome. Enjoy!
Best wishes,
Jeanette
--
* Website: http://juliencoder.de - for summer is a state of sound
* Youtube: https://www.youtube.com/channel/UCMS4rfGrTwz8W7jhC1Jnv7g
* Audiobombs: https://www.audiobombs.com/users/jeanette_c
* GitHub: https://github.com/jeanette-c
I can't believe it's what I see
That the girl in the mirror
The girl in the mirror Is me <3
(Britney Spears)
Greetings, all. I'm trying to take another stab at OSC control of
non-mixer. I've tried a few times over years, always using specific
methods given on list or various web sites. I did it again, still no
dice. Perhaps someone might be able to tell what I'm doing wrong.
First of all, the non-mixer setup I'm using is pictured here:
https://img.onl/IQ1Ds8
One of its strips is named "DistortionOutput", another "CleanOutput". The
goal is to get outside input somehow (this is a headless design, am
currently thinking programmable keypad for maximum simplicity), with two
different scripts to spawn, "DistortionMode.py" and "CleanMode.py".
My latest attempt, was to run non-mixer with the appropriate command line
option for the port, and then once running, to run the script below. It
was thought that it would turn the volume of DistortionOutput to zero.
However, the script freezes once run and no change is observed.
I have made sure the OS firewall is off (Manjaro seems to have it off by
default) and have tried a telnet to localhost at that port also, no
connection. Thoughts, anyone?
--
*Jonathan E. Brickman jeb(a)ponderworthy.com <jeb(a)ponderworthy.com>
(785)233-9977 God gives!!! Ponderworthy Music
<https://ponderworthy.com> Some New Music in Piano
<https://www.youtube.com/channel/UC-V09acFP20jYIgDAsJM-pw> Some Spoken
Word <https://www.youtube.com/channel/UCZddpE2EQo_Ai0DCoSKVRn=> #
Get the mididings and OSC stuffsfrom mididings import *from
mididings.extra.osc import SendOSC# Set up the OSC port #(you define it in
non-mixer thanks to "--osc-port=7587" option - no quotes)port = 7587 #The
actual conversion stuffrun( Filter(CTRL) >> CtrlSplit({ # Non-mixer
maping #It's always :
/strip/[strip_name]/[effect_name]/[control_name] #Non-mixer uses
values from 0.0 to 1.0. Therfore you have to divide by 127 # Caution
: 127.0 ( .0 !!). Check 'python's promotion' if you want to know why.
#Sending MIDI CC #16 to the pan pot of the "mix1" strip # 16:
SendOSC(port, '/strip/DistortionOutput/Mono%20Pan/Pan', lambda ev: ev.value
/ 127.0), # 17: SendOSC(port, '/strip/mix2/Mono%20Pan/Pan', lambda
ev: ev.value / 127.0), # CC0 is sent to the gain of the "mix1" strip
0: SendOSC(port, '/strip/DistortionOutput/Gain/Gain%20(dB)', lambda
ev: ev.value / 127.0), # 1: SendOSC(port,
'/strip/mix2/Gain/Gain%20(dB)', lambda ev: ev.value / 127.0), }))*
I have a slight problem using jack-play since I'm using Pipewire and
I wonder if anyone knows of an alternative I could try.
pw-play is unsuitable because it isn't transport aware.
I reported the bug / problem I have at:
https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/2089
It's an odd one.
--
John.
Hey hey,
this is only tangential to the other big pipewire thread.
I wish to run pipewire on top of my running jack server as a replacement for
pulseaudio, since that somehow stopped working and now I have no speech output
from the desktop/Orca.
I read that one has to change alsa-monitor.conf for the media session manager.
Changing:
alsa.jack-device = false
to
alsa.jack-device = true
Which I did, but the next step of using pw-cli to connect or enable it is
unclear to me.
I will need a commandline way of achieving this.
At the moment pipewire is still using ALSA and that means the built-in
soundcard which has no connections.
Has someone here managed this?
Best wishes and thanks,
Jeanette
--
* Website: http://juliencoder.de - for summer is a state of sound
* Youtube: https://www.youtube.com/channel/UCMS4rfGrTwz8W7jhC1Jnv7g
* Audiobombs: https://www.audiobombs.com/users/jeanette_c
* GitHub: https://github.com/jeanette-c
'Cause living in a dream of you and me
Is not the way my life should be... <3
(Britney Spears)