-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
gjacktransport version 0.2.6 released!
http://gjacktransport.sourceforge.net/ is a standalone application that
provides access to the JACK transport mechanism via a dynamic graphical
slider.
This version adds configurable key-binding support to control JACK's
transport state (play, pause, skip, rewind). - the prefs. dialog is
rather basic, and the config changes are yet only stored via LASH.
defalt key bindings (on key press):
"space bar" - toggle play/pause
"v" - skip back slider 5%
"n" - skip ffwd slider 5%
"b" - start transport
"p" - pause transport
"r" - rewind to 00:00:00.0
robin /at/ gareus /dot/ org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFF3zlDeVUk8U+VK0IRAi+PAKCVkMItwgnW7EsI/bmv8Rd4Cgn5rQCffyOg
uON1HZTjqg+EyUcUQ+O0WsY=
=SLY2
-----END PGP SIGNATURE-----
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
xjadeo-0.4.0 - X Jack Video Monitor
http://xjadeo.sourceforge.net/ - Xjadeo is a simple movie player that
synchronizes video to an external time source such as jack transport or MTC.
There has been little [direct] feedback, since rc3 so we assume
xjadeo-0.4 to work as intended! - on the contrary: xjadeo has been
included in the PlanetCCRMA (~Luis yells~: Yippie!) and managed to sneak
into more gnu/Linux distributions of which we start to loose track. - a
mighty thanks to all the packagers, patient users and contributors out
there!
ChangeLog: (since 0.4.0-rc3)
* tested and fixed xjadeo on osX-10.4.8 + latest ffmpeg svn
* French Translation for qjadeo - merci, Rapha�l
* fixed seg-fault if video size is < 120x80 pixels - thanks .pltk.
* added jack_activate() -> xjadeo gets jack-shutdown() callbacks if any
* documentation / website updates are in the queue.
Alas, we also have to announce that we will discontinue the maintenance
of qjadeo due to lack of time (Luis) and interest (Robin). Further
xjadeo development will branch (xj5-dev), but the remote ctrl. (used by
qjadeo interface) will remain backwards compatible. - We're happy if
someone want to join in or take over qjadeo development and maintenance.
luisgarrido /at/ users /dot/ sourceforge /dot/ net
robin /at/ gareus /dot/ org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFF3zPEeVUk8U+VK0IRAhRKAKCLEe2dX7/DyM5iQs9ZitZOD51SJQCghLIG
oYB9Ae411vy7gF9E1RlJv90=
=TKvG
-----END PGP SIGNATURE-----
Hallo,
Stefano D'Angelo hat gesagt: // Stefano D'Angelo wrote:
> I still don't know if I can get there...
> I got really disappointed to see that there's no easy way to get to
> Berlin via train from Turin, I'm considering bus, and I need someone
> else to come with me too... :-(
Maybe you can become a roadie for Yue: http://www.yue.it/ ? I don't
know, where in Italy they're from, but they might pass Turin on their
way to Germany. ;)
Ciao
--
Frank Barknecht _ ______footils.org_ __goto10.org__
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Has anyone ported Nasca Paul's PADSynth algorithm to any of the command-line synths? Anyone working on it, or want to try?
I'd love to have it as a Ugen in, for example, SuperCollider and/or ChucK.
By the way, my thanks to those who suggested checking out the algorithmic languages. I'm very impressed with SuperCollider and very intrigued by ChucK. I've been slowly wending my way through tutorials and sample code on both. Once I get my brain around one or both, and figure out how to control them thoroughly from MIDI, I'll probably abandon GOOEY clicky-draggy softsynths for good.
- -ken
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFF3dpze8HF+6xeOIcRAvQFAJ98WCrk9n4jMtB9x3US2W1nVd5sXACgxlpQ
bU3nfxCnv6rDxgQSquyzifQ=
=0Z5j
-----END PGP SIGNATURE-----
On 2/21/07, Dave Phillips <dlphillips(a)woh.rr.com> wrote:
> Ivica Ico Bukvic wrote:
>
> >>Today I have no good hopes for an audio-optimized general Linux desktop.
> >>Tomorrow I might feel better about it all, but right now I really don't
> >>see any organized effort to change the current situation.
> >>
> >>
> >
> >Geesh Dave, I know you are having a bad day, but this coming from the mouths
> >of a board director of Linuxaudio.org... ;-)
> >
> Only one mouth here. ;)
>
> Linuxaudio.org is indeed a hopeful light, but it's a small light,
> probably hard to see from the vantage of GNOME/KDE/whatever desktop
> development.
>
> My apologies, Ico, I didn't intend to critique the community's efforts
> (or your own work). What dismays me is the lack of any energy from
> *outside* the LA community directed *towards* the community. And
> considering some of the heavy weights connected to Linux today, I really
> have to wonder why this status remains quo. Example: IBM does audio
> hardware, they also do Linux in a big way, and they have real industry
> clout. IBM can offer real material assistance to Linux audio devs, but
> afaik they don't. Why not ? They can deal with SCO's nonsense but can't
> fund a Linux audio project ? While I'm pleased that IBM does support the
> general community, I have to wonder just how aware they are of the LA
> communities.
>
> Any lurkers from IBM who want to add to these comments ?
>
> Curmudgeonly,
>
> dp
>
What audio hardware does IBM do?
sevol wrote:
> Pieter Palmers wrote:
>
>> Can you put these two files in the same directory, and run the
>> freebob_debug_log.sh script as follows:
>>
>> (as root)
>> # ./freebob_debug_log username verbose.log > out.log
>>
>> then send me the verbose.log and out.log files.
>>
>> You can also try and take a look at the out.log file, it will most
>> likely indicate the problems.
>
> Hi Pieter,
>
> Thanks for responding. However, I must be a little stupider than I
> thought because bash say *No such file or directory* when I enter your
> input. & it keeps saying it no matter where I put the two files or what
> directory I cd to. So, I can't give you the logs because there are none
> to give you.
>
there are two things you can do:
run it with bash:
# bash ./freebob_debug_log.sh username verbose.log > out.log
or make it executable first:
# chmod a+x freebob_debug_log.sh
# ./freebob_debug_log.sh username verbose.log > out.log
two notes:
1) I made a mistake in the command line I wrote in the previous mail: I
forgot the .sh suffix. The correct line is
# ./freebob_debug_log.sh username verbose.log > out.log
2) replace 'username' in the command line with the username of the user
that is going to run the audio applications (most likely your own username)
Pieter
Anyone know of a little utility to convert SMF files from type 0 to type
1? I can do this one at a time with a seq like rosegarden, but I'd like
to bulk process a bunch of files.
Thanks.
--
Bob van der Poel ** Wynndel, British Columbia, CANADA **
EMAIL: bob(a)mellowood.ca
WWW: http://www.mellowood.ca
Someone checked this?
http://recordmydesktop.sourceforge.net/
I think that could be great to make video captures of the screen with
sound that comes trough jack , to make video tutorials or so .
Sound with Jack doesn't work for me yet , but as it is the first
release that supports jack , probably that will be fixed soon ( I hope )
. I send a message to the author to inform about some issues but would
be good to know about any experience of somebody here at LAU .
Saludos .
-- Carlos .
When I want to listen to jazz via internet, I go to
one or the other of CJRT and KCSM (.pls I use below).
The signal level difference between the two streams is
what I'd call huge. CJRT high, KCSM low.
Could someone try these and let me know if you hear the
same difference? I don't think this could be in my
setup here.
Are there standards for what volume streams should have
when broadcasting? Is one of these streams faulty?
Of course, I can adjust my volume, but I'm real surprised
that I have to make a major adjustment. But everytime I
do I bugs me and get my curiosity stirred up. I hope one
of the pro's here can educate me on this.
Marv
[playlist]
NumberOfEntries=1
Title1=Canada's Premier Jazz Station, JAZZ.FM91
File1=http://216.123.189.13:8000
[playlist]
NumberOfEntries=1
File1=http://hifi.kcsm.org:8002/
Marv
I've just revisited an old composition of mine and re-recorded it using
my new machine, with M-audio 2496, and also changing some voices to
Zyn.
I've also evened out the bass a bit and lifted the overall level (as
well as slightly adjusting some of the others).
I think it's an improvement but would like other opinions :)
http:/www.musically.me.uk/music/Ghost_train.ogg
http:/www.musically.me.uk/music/Ghost_train.mp3
--
Will J G