Hey hey,
recently, the question of "summer songs" arose, so here's my contribution:
https://youtu.be/0OW6Qa_CPgo
OGG version:
https://www.dropbox.com/s/ff0qzoj7cn0ona2/i_wanna.ogg
On the Linux side I used Yoshimi, a lot of Csound and LinuxSampler. On the
hardware side: the old Waldorf Microwave Xt for the main bass, Behringer
Neutron for the layered sub-bass, RD-8 for 808 drums, Roland JV-1080 for the
rest of the drums, 0-Coast for the pluck layer and the MiniBrute for the chord
sequence. Csound came in very handy as my sidechain compressor and to perfect
the chord sequence, by stereo width automation, delay, reverb and again
sidechain compression to get the delay and reverb tails out of the way. :)
Finally, Csound is responsible for the riser and the layered pitch corrected
voice.
If anyone's interested in the lyrics, I can post them too.
Enjoy the hot nights!
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 used to think
I had the answers to everything
But now I know
... :) <3
(Britney Spears)
This is n. 3 of my Synth Preludes.
This one took a really long time to finish, and compared to the initial
draft I had nearly one year ago, changed quite a lot as time passed and
recent global events unfolded...
Soundcloud: https://soundcloud.com/lorenzosu/synth-prelude-n-03Archive.org: https://archive.org/details/synth_prelude_03 (includes
direct download links for FLAC and Opus)
Made with Yoshimi and Rosegarden on Linux.
As usual thanks to all the developers of these two music applications
and of all other Linux Audio ones in the 'ecosystem'.
For anyone interested I've also made available all of the 'sources' for
Synth Preludes here:
https://gitlab.com/lorenzosu/synth-preludes/
Hope you enjoy.
Lorenzo.
Hey hey,
I tried to use autotalent again and couldn't make it work. I'm using it from
the commandline, so I only see the ports with their underlying numeric ranges.
So I'd like to ask a few questions about meanings/mechanisms of the
parameters.
The note name parameters, i.e. A, Bb, B, ... what do these paremters do?
Select a scale? So setting Bb to -1 will correct a detected Bb to A?
"Output scale rotate (scale notes)" I can't make any sense of this one.
The rest seems clear enough. When I've used it so far "pull to fixed pitch"
has worked very well, as did formant warp. But the basic pitch correction I
couldn't get to work. I did apply a good deal of compression before the plugin
to make pitch detection easier, but to no avail. So I think I set some of the
parameters incorrectly, didn't realise the interdependence of controls.
I'd be very grateful if someone could help me find my feet with this plugin.
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
Say hello to the girl that I am! <3
(Britney Spears)
I'm pleased to announce the release v0.4 of XUiDesigner
A easy to use GUI generator/designer tool to create X11 based UI's for
LV2 plugins.
Inspired by Glade and QT Designer
XUiDesigner allow to generate alternative UI's for existing LV2 plugins
which could be installed and used parallel to the existing ones.
It allow as well to create full LV2 plugin bundles from scratch, were
only the dsp part needs to be done.
With this version, it allow to generate LV2 plugin bundles from faust
(*.dsp) files. Those could be simply drop on the XUiDesigner interface
and XUiDesigner will create the UI for it. The UI could be reworked when
needed (reorder the controls, implement colours or images, . . .) . Then
the complete Bundle could be saved. All what needs to be done then is
run |make && make install| on the bundle, to get the LV2 plug into the
preferred LV2 host.
Still this is in the beta stage, so there may be come changes which are
not backward compatible, but the generated LV2 bundles are all fully
working.
Project page:
https://github.com/brummer10/XUiDesigner
release:
https://github.com/brummer10/XUiDesigner/releases/download/v0.4/XUIDesigner…
regards
hermann