So:
I have visited six motnhs ago the freebob site and became very curious
about Quatafire 610 under linux...
The site has not changed to much since then. Any news?
It would be a very nice interface to use in any system. (linux, mac,
win...) I have particular interest in intercative music on Puredata then
low latency would be a important thing..
Another thing that would be nice know is if anyone knows about freebob
integration on Debian based distros like Ubuntu.
I thanks anyone that has news or sugestions (not RME, please: to high
prices on my country).
J.H.
_______________________________________________________
Abra sua conta no Yahoo! Mail: 1GB de espaço, alertas de e-mail no celular e anti-spam realmente eficaz.
http://mail.yahoo.com.br/
Hi all,
I've been working on a host library for LV2 plugins. It's at the point
where everything is working (LV2 plugins are working in Om right now),
so I'd like some feedback on the API from anyone who's interested before
it gets too entrenched. The primary design goal is to be as simple and
terse as possible for the host author, so if you would prefer something
was different let me know.
A simple (working) Jack host:
http://www.scs.carleton.ca/~drobilla/files/slv2_jack_host.c
Doxygen documentation:
http://www.scs.carleton.ca/~drobilla/files/libslv2_doc/
(Anything having to do with SLV2Property is still hairy, everything else
is fair game). And no, you can't have the code yet. Steve would hang
me. :)
Cheers,
-DR-
Hi all,
I had to familiarize myself with python for work, and I took it as an
opportunity to hack on something I've want for some time now. I have
these behringer control surfaces, and they are pretty cool, but there is
no editor for them on linux. And using the device interface itself is a
little cumbersome.
So I figured out the sysex format (the patch dump format from "edit +
>") and wrote a parser for it in python. I also have a small PyQt
inteface (had to learn that too) that allows you to load files, change
the values and save them as a new file.
Note that this is very basic & non-bugfree software. No checking
whatsoever is performed on the sysex files, so if your control surface
displays "ERR" when you send a sysex file, you're probably violating the
format. The GUI is also limited to changes on existing files only.
I put this code online because I think it might be a nice starting point
for somebody that want's to write a real editor. It shouln't be that
hard (mostly GUI design), and they can use this code to further explore
the sysex format. I'm not planning to work on this any further because
(1) it serves my needs and (2) I need my time for other projects (most
notably freebob).
Anyway, you can find the code here:
http://freebob.sourceforge.net/old/bcx2000edit.tar.gz
Let me know if you start something with it.
Greets,
Pieter
A couple of years ago I started writing a tracker-like GUI program to
control Csound, but then I mostly lost interest in Csound and forgot
about it. It's a bit like Buzz or Psycle or Octal in that it has a
built-in "modular synth" where you connect Csound instruments and a
traditional tracker-style pattern editor.
It probably doesn't work with recent Csound versions and probably
doesn't even build with recent compilers and libraries, and I'm not
going to hack any more on it. But if anyone is interested in taking
over, the source and other things can be found here:
http://keso-project.sourceforge.net/
I'd be happy to hand over the SF project if anyone is interested.
--
Lars Luthman - please encrypt any email sent to me if possible
PGP key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x04C77E2E
Fingerprint: FCA7 C790 19B9 322D EB7A E1B3 4371 4650 04C7 7E2E
Hi I'm currently writing on a loop based midi sequencer.
My problem is that I want to get Hardware synced via midi clock.
I've read that the midi-clock signal is send 24 times in a quarter note.
My sequencer is network based.
So there is one time-server which sends a tcp packet with every 256 note.
But when I want it to send the midi-clock signal it would be send every 2+2/3 note. Which is not possible.
Do you see any solution?
--
A sine curve goes off to infinity, or at least the end of the blackboard.
-- Prof. Steiner
Does anyone have any examples that use HPET (or any other high
resolution event) timers? I've built HPET support into my kernel but
I cannot figure out how to compile the example given in the
documentation :
/usr/src/linux-2.6.12/Documentation/hpet.txt
I have searched the web and I cannot quite figure out how people use these.
I'd like to have micro-second precision and I'm wondering if there is
a better way then polling the time of day?
Thanks,
Alex Norman
Hi.
>Hi Paul,
>How does your software compare to SoundTouch in
regard >to "less extreme" time
>stretching?
This algorithm is made especially for extreme time
stretching, for "less extreme" I recomand you to try
other programs/algorithms :)
Paul
>many thanks,
>Predrag
>> Hi.
>> I released today the second version of the
>> extreme-time-stretching software.
>> It's here:
>> http://hypermammut.sourceforge.net/src/paulstretch/
>
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
Hi.
I released today the second version of the
extreme-time-stretching software.
It's here:
http://hypermammut.sourceforge.net/src/paulstretch/
News:
- Added a graphical user interface (requires
wxWidgets). Now you can control the FFT size (buffer
size) too. Also, you can use this program as a very
interesting effect if you make FFT size large (even if
the stretch parameter is close to 1)
- Added Ogg Vorbis support for output (requires ogg
vorbis libraries)
- Added an "optimize" option to the FFT size to make
it power of 2 or 3 for speedups (afaik the fftw
library is optimised for these kinds of buffers). The
disavantage is that the stretch value is now quantised
(if you don't like this, you can disable the optimize
checkbox).
P.S. For now, there is no available resource checking
(I mean if your disk is full or the buffer size is too
large, the program will crash)
Paul
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
Hi.
I rewrote the experimental time-stretching software
(discussed in linux-audio-user mailinglist in "How can
I time-stretch the sound like this" topic ) and I put
it
here:
http://hypermammut.sourceforge.net/src/paulstretch/
Please listen to audio examples here (with 20x
stretching):
http://hypermammut.sourceforge.net/src/paulstretch/example/
The algorithm is simple and it's described into the
readme.txt from the archive. There is room for
improovements to avoid over-smoothing (I wrote in
readme.txt how I think that is possible to do).
Please tell me your opinion about it.
Paul
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
hi
attached patch includes MEMSET fixlet from yesterday.
it adds err subtracts pthread_* calls from
aubio_midi_direct_output().
those did block here.
and aren't anyhow needed in aubio_midi_direct_output(),
i think.
karsten
*) here
___________________________________________________________
Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de