Hi all,
For a sound playback system I'm putting together, based on a Raspberry Pi 3,
I'm looking to have 4 channels of input and output, and to have the system
to run automatically at startup.
For this, I'm wondering how to (best) execute zita-a2j and zita-j2a; I've
tried two methods that don't work:
1. ask Qjackctl to execute the following script after startup:
sleep 5
zita-j2a -d hw:CODEC_1
2. execute this script:
qjackctl (with auto-start)
sleep 10
zita-j2a -d hw:CODEC_1
Executing the zita-j2a manually after Qjackctl has finished starting the
jack server does work.
Any pointers greatly appreciated!
Cheers, Steven
--
Sent from: http://linux-audio.4202.n7.nabble.com/linux-audio-user-f5.html
Hey hey,
a new synthpop tune. Someone said it sounds 80ish, although I aimed for the
naughties. It's all one hardware synth, sequenced, recorded, mixed and master
in Linux with my usual setup.
youtu.be/p_dol1TI13Y
I hope you enjoy it, whether for its sounds or the music. I'm looking forward
to your impressions, if you have any. :)
Best wishes and enjoy,
Jeanette
--
* Website: http://juliencoder.de - for summer is a state of sound
* SoundCloud: https://soundcloud.com/jeanette_c
* Youtube: https://www.youtube.com/channel/UCMS4rfGrTwz8W7jhC1Jnv7g
* GitHub: https://github.com/jeanette-c
* Twitter: https://twitter.com/jeanette_c_s
I believe
We all have one true love
Somewhere in this world <3
(Britney Spears)
Hey everyone!
I am very excited to present my new album, "Nocturnal Creatures".
As is usual for all of my latest ambient work, the textures and pads were
created with the Linux Audio setup, using JACK, Carla, Rakarrack and
Qtractor, whereas full song arrangement, automation and mixing were done
with FL Studio running through WINE.
The album can be streamed and purchased from Bandcamp:
https://louigi.bandcamp.com/album/nocturnal-creatures
If you like the album, I would greatly appreciate a review.
You can also stream the album from SoundCloud. Be sure to follow! :)
https://soundcloud.com/louigiverona/sets/nocturnal-creatures
Cheers!
Louigi Verona
https://louigiverona.com/
dear list members,
I'm trying to have my computer automatically establish a connection
between qmidinet and qjackctl resp. reaper so that I could just start
the jack-server via qjackctl, then start reaper and have touchdaw
working (via qmidinet). the connections can be established very easily,
only I don't know how to establish that said flow. the issue is that
qmidinet needs to be started/reseted after jack is up. I thought I just
use the option in qjackctl to run a script after jack is set up but if
I put 'qmidinet' here it doesn't work, because of some conflicting
processes I don't understand so far.
does anybody of you know what I could do? I thought of a command to
reset qmidinet just like its gui offers, that would be the easiest and
a sane way. is there such command?
thank you very much!
christoph
Yep, sounds like you need a LADISH manager. You might already have Claudia
on your system, which is quite nice, but if not you could also try out
GLadish which is the more basic one (also works great).
Claudia: https://kx.studio/Applications:Claudia
Gladish: sudo apt install gladish
On Sat, 31 Aug 2019, 12:25 , <linux-audio-user-request(a)lists.linuxaudio.org>
wrote:
> Send Linux-audio-user mailing list submissions to
> linux-audio-user(a)lists.linuxaudio.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.linuxaudio.org/listinfo/linux-audio-user
> or, via email, send a message with subject or body 'help' to
> linux-audio-user-request(a)lists.linuxaudio.org
>
> You can reach the person managing the list at
> linux-audio-user-owner(a)lists.linuxaudio.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Linux-audio-user digest..."
>
>
> Today's Topics:
>
> 1. Re: Nocturnal Creatures (Francesco Ariis)
> 2. Re: qjackctl, qmidinet, touchdaw, reaper (Banibrata Dutta)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Fri, 30 Aug 2019 13:01:29 +0200
> From: Francesco Ariis <fa-ml(a)ariis.it>
> To: Louigi Verona <louigi.verona(a)gmail.com>
> Cc: linux-audio-user <linux-audio-user(a)lists.linuxaudio.org>
> Subject: Re: [LAU] Nocturnal Creatures
> Message-ID: <20190830110129.wpeak3w62g5rzez4(a)x60s.casa>
> Content-Type: text/plain; charset=us-ascii
>
> Hello Louigi,
>
> On Fri, Aug 30, 2019 at 11:49:35AM +0200, Louigi Verona wrote:
> > Hey everyone!
> >
> > I am very excited to present my new album, "Nocturnal Creatures".
>
> I am listening to "Rumble of a Distant Migration", very good quality
> track atmosphere and production-wise. Good job!
> -F
>
>
> ------------------------------
>
> Message: 2
> Date: Sat, 31 Aug 2019 11:08:42 +0530
> From: Banibrata Dutta <banibrata.dutta(a)gmail.com>
> To: "soffioalcuore(a)posteo.net" <soffioalcuore(a)posteo.net>
> Cc: linux-audio-user(a)lists.linuxaudio.org
> Subject: Re: [LAU] qjackctl, qmidinet, touchdaw, reaper
> Message-ID:
> <CALODqpqOUZ3r7c9SpL6a=odVyKyLUsNViM0Dxppgbfd=
> 2dgAyQ(a)mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Not an expert on this, but I think you need a "session manager" for this.
> The session manager is what saves existing Jack connections / patching as a
> "session", s.t. everytime you need to start the combination of independent
> Linux Audio applications (that use JACKd), the connections are setup
> automagically for you (by the session manager, for the selected session).
>
> On Tue, Aug 27, 2019 at 4:20 PM soffioalcuore(a)posteo.net <
> soffioalcuore(a)posteo.net> wrote:
>
> > dear list members,
> >
> > I'm trying to have my computer automatically establish a connection
> > between qmidinet and qjackctl resp. reaper so that I could just start
> > the jack-server via qjackctl, then start reaper and have touchdaw
> > working (via qmidinet). the connections can be established very easily,
> > only I don't know how to establish that said flow. the issue is that
> > qmidinet needs to be started/reseted after jack is up. I thought I just
> > use the option in qjackctl to run a script after jack is set up but if
> > I put 'qmidinet' here it doesn't work, because of some conflicting
> > processes I don't understand so far.
> > does anybody of you know what I could do? I thought of a command to
> > reset qmidinet just like its gui offers, that would be the easiest and
> > a sane way. is there such command?
> >
> > thank you very much!
> > christoph
> > _______________________________________________
> > Linux-audio-user mailing list
> > Linux-audio-user(a)lists.linuxaudio.org
> > https://lists.linuxaudio.org/listinfo/linux-audio-user
> >
>
>
> --
> regards,
> Banibrata
> http://www.linkedin.com/in/bdutta
> http://twitter.com/edgeliving
>
Hi everyone,
We're happy to announce that LAC-19 videos can now be watched online
directly from the conference website:
https://lac.linuxaudio.org/2019/#program
This would not have been possible without Carlos Sanchez and Dave Kerr's
hard work!!!
Enjoy and feel free to ask if you have any questions!
Cheers,
The LAC-19 team
ps: sorry for the delay but organizing a conference is quite intense and we
did have to take a little break after LAC-19 happened ;)
Hey hey,
I know that the official date is the 1st of Septembre, but I'll be a little
out of touch, so I have decided to post my birthday contribution today.
Beautiful, excellent birthay dear Yoshimi :)
youtu.be/0luuMWOYBV0
I stayed with the electronic genre, which is an obvious choice, but I have
tried to go down a different route with a different sound. A more RNB inspired
song in rhythm and arrangement, though the harmonies tell a more classical
story. The bridge is strongly influenced by Cesar Franck Prelude et
variations. It's a beautiful piece, you'll find a lovely version on the Aeolus
demo page. Listen out for the small section leading from the opening part to
the quieter verse. It's the best way I can describe it. :)
The sounds are mostly from the Jeanny's Genius soundbank for Yoshimi:
http://juliencoder.de/sound/jg_yoshimi_patches-0.1.tar.bz2
The big bang is from the noise bank and the lead is the officially approved
"Will Godfrey's favourite lead sound". The latter is admittedly a tad low in
the mix. I tried it at more volume, but found it too straining for my ears. I
thik I might be a little sensitive in that frequency range and then this song
is quite different from Will's serene, open tunes, where this sound can flow
much more freely.
So: happy birthday Yoshimi, for ten years you're a very grown up little girl
with (not so) hidden depth to your character. An inspiring "play mate".
Best wishes,
Jeanette
--
* Website: http://juliencoder.de - for summer is a state of sound
* Youtube: https://www.youtube.com/channel/UCMS4rfGrTwz8W7jhC1Jnv7g
* SoundCloud: https://soundcloud.com/jeanette_c
* Twitter: https://twitter.com/jeanette_c_s
* Audiobombs: https://www.audiobombs.com/users/jeanette_c
* GitHub: https://github.com/jeanette-c
There's a girl in the mirror
I wonder who she is
Sometimes I think I know her
Sometimes I really wish I did <3
(Britney Spears)
Hi,
I'm on an Arch Linux system, and now have an old Yamaha PSR-220 (TM)
"portable keyboard" and an iConnectivity Mio (TM) MIDI to USB cable.
My MIDI-fu is extremely limited.
When I plug in the cable, it shows up (sans name) in lsusb as "Bus 001
Device 005: ID 2321:000a"
What is a good way to save keyboard stuff as .mid files and vice-versa
(play MIDI files out to the keyboard)?
Last week I fooled around with cat'ing to and from /dev/snd/midiC1D0
as mentioned in
[https://askubuntu.com/questions/633185/how-to-send-midi-raw-data-to-a-midi-…]
and was able to get "noise" sending a MIDI file out, and get "garbage"
from the keyboard. I just don't know the RIGHT way to do stuff. (My
web searches weren't turning up obvious leads, which is how I ended up
at the above. It sounded like the closest to what I was trying to
ask.)
Thanks.
Aug 22 2019, Ralf Mardorf has written:
...
> On the quick my guess is
>
> Original left channel + inverted right channel = plain_left
> Original right channel + inverted left channel = plain_right
>
> Original left channel + inverted plain_left = middle only
> Original right channel + inverted plain_right = middle only
...
That sounds good. Unforunately it didn't work. Perhaps too many
differences due to the old tape and having been stored as an MP3. Well,
it was worth a try. the result is good enough, I suppose. :)
Best wishes and thanks,
Jeanette
--
* Website: http://juliencoder.de - for summer is a state of sound
* Youtube: https://www.youtube.com/channel/UCMS4rfGrTwz8W7jhC1Jnv7g
* SoundCloud: https://soundcloud.com/jeanette_c
* Twitter: https://twitter.com/jeanette_c_s
* Audiobombs: https://www.audiobombs.com/users/jeanette_c
* GitHub: https://github.com/jeanette-c
She's so lucky,
she's a star
But she cry, cry, cries in her lonely heart... <3
(Britney Spears)