Hi all, check out lv2ui support for gsequencer, it still unstable and
not tested, yet.
https://github.com/weedlight/ags-devel
For any suggestions me would benefit. Next days me improves thread
reliability and safety ...
Let me know if you want to contribute and please take a look at:
https://github.com/weedlight/ags-devel/issues
There was a big refactoring going on and the birth of Advanced Gtk+
Sequencer libraries, namely
* libags
* ibags-thread
* libags-audio
* libags-gui
For sure don't forget the application `gsequencer`.
http://gsequencer.org
Cheers,
Joël Krähemann
Hi, F. Silvain
Critisism is always welcome, thanks. The drummer and I (guitar) know we
can be off tempo. Thats why we rehearse/record/play live always with
metronom in the ear. Imagine that, otherwise it would be worse ;)
Needless to say the bassist has a builtin metronom, he doesn't need the
click in the ear. Once we challenged him: We told him to clap a tempo,
say 105 bpm. He first started clapping, then I turned on the metronom at
105 bpm and he was perfectly in sync with it. Same at 85, 97 and 128
bpm! Crazy. I forbid him to move away after his studies and til now he's
obedient :)
As for the sounds, we purposely mix sounds and genres together but it
somehow always boils down to rock stuff :(. At sometime I'll put the
guitar aside for some songs and only do electro sounds, or wait: When
GuitarSynth is there where I want it (polyphony) the rock will go, the
electro will come ...
Gerald
On 14.05.2015 23:44, F. Silvain wrote:
> I have some bad points as well. You drummer sounds a little off. The
> guitar sometimes too, though that might be by design. With the drummer
> it's really noticeable. Also the production of the drums sounds
> typically "free music". You've kept the sound of the drums as they
> probably were, really nice, but in this productions my ears tell me,
> that it's too much. Even with just bass and guitar. For jazz it would
> have felt nice, but not for this rocky genre. The guitar sound itself
> was very agreeable though.
>
> Thank you for sharing and please don't take my comments as senseless
> complaints.
Hi Guys, I've got a double announcement to make:
First one: We've got a new Song, Sailing Sister. Check it out:
www.jimson-drift.de under Songs. If your in the Rhein-Neckar area in
June, we've
got an upcomming gig on June the 18th at the Kulturfenster in Heidelberg
(www.kulturfenster.de)
Second one: GuitarSynth is now an lv2 plugin. Yep, it's true, thanks to
falktx's DPF.
You can get it at https://github.com/geraldmwangi/GuitarSynth-DPF. Have
fun testing it and give me your thoughts.
Cheers Gerald
Hey All,
What time and where is the plan? Just so I can push a bit of publicity
on OpenAV's twitter etc :)
Cheers, -Harry
On Fri, Apr 24, 2015 at 1:43 PM, Sam Tuke <samtuke(a)fsfe.org> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA256
>
> Hey David,
>
> On 22/04/15 09:04, David Runge wrote:
>> The less mailman to configure for me on Debian-based systems, the
>> better! ;) May 6th sounds good! Any thoughts on what time? I
>> suppose early evening? 8PM okay?
>
> Let's check with C-Base for the time; maybe they have particular
> requirements.
>
>> I just subscribed to the one you mentioned below. What are your DNS
>> issues exactly? Zone file/ MX record related? Seems okay from the
>> outside (if you host your stuff on gandi exclusively):
>
> I think it's all fixed now, but we're doing some more testing to be
> sure. The mailman server didn't have a mailserver until yesterday, and
> when it did, the mailman aliases needed reconfiguring. Now that's done.
>
> See you on the list :)
>
> Sam.
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v2
>
> iF4EAREIAAYFAlU6OmEACgkQ1bR1Itj7YQWxfQD/V1nH7ExUlwgJaejTnHTTpgYq
> Sr/sN5H5k+Rf06uu834BAMhl3E9kcBieHnvvldpkAI9rLF9LjtMAeGLVAoUUpfhN
> =PE32
> -----END PGP SIGNATURE-----
> _______________________________________________
> Linux-audio-user mailing list
> Linux-audio-user(a)lists.linuxaudio.org
> http://lists.linuxaudio.org/listinfo/linux-audio-user
--
http://www.openavproductions.com
Just a curious thought...
If you are using only small values is there really any benefit in using chars
and shorts rather than just using integers everywhere and letting the compiler
sort it out?
Also, would bool actually have an extra cost due to masking needs?
Obviously large blocks of data are a different issue!
--
Will J Godfrey
http://www.musically.me.uk
Say you have a poem and I have a tune.
Exchange them and we can both have a poem, a tune, and a song.
Could I get some ideas and advice on the subject of reconciling two
streams with different channel layouts?
Going from mono to stereo is straightforward: make a stereo stream with
both channels carrying the same data. Mixing a one or two channel stream
with 5.1 or 7.1 also seems fairly clear: the audio goes to the front left
and right channels. Is this line of thinking solid?
What I don't understand is how to reconcile 5.1 audio with 7.1? Which two
of the four side and rear channels of 7.1 should receive the two rear
channels of 5.1? Also, should mono streams be mapped to the center
channel of 5.1/7.1?
I understand that the chances of someone writing a game that would go
beyond stereo are rather slim, but I'd rather not risk having someone
write a game that won't run on other Z-machines, but not mine. I'm also
considering extending the results of my work into a general-purpose mixer
library.
--
David Griffith
dave(a)661.org
A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?
I swear I saw a document once about it but now I cannot find it, I'm wondering
how I can launch my NSM client app, via NSM, but also via a terminal so I can
see the standard out/error? Also, being able to use GDB would be great.
I have a bug somewhere in my app shutdown process [via NSM] that only seems to
happen with NSM. I'd like to resolve that :)
Thanks to anyone who can clue me in or point me to this doc!
Alex
Am 01.05.2015 um 11:49 schrieb David Griffith:
> I really don't want to do that. My application has a curses interface and I don't want to pull in lots of GUI dependencies.
Maybe Gorilla Audio then? I don't know it, I just found it searching for
"audio mixing library".
https://code.google.com/p/gorilla-audio/
Pros: ANSI C, MIT license, cross-platform, high-level
Cons: no MOD support (but can be extended), development by the original
author seems to have stopped.
I see you alredy created your own fork of the library on Github. What
was your experience with it?
Chris