Hello,
I am Mr. SEGUN AKINTEMI
Assistant General Manager (Information Technology & Operations)
of PRUDENT BANK NIGERIA LIMITED.
On Monday, February 3, 2003, a bomb blast explosion took
place on the Lagos Island, right inside My bank; So far a
total lost of about 35 million us dollars has been
recorded, this includes both cash and property of the
bank. Please View the Link below:
http://www.cnn.com/2003/WORLD/africa/02/03/lagos.explosion/index.html
However as the Assistant General Manager (Information
Technology & Operations) ,I discovered that Most of our Data on accounts has been
lost as well, as there has not been any back up or network trace even
from the HEADQUARTERS;therefore all losseswould be artributed to the
Explosion. The lagos State Government has taken charges to pay for all
losses.
I found out i still have Data's of foreign Customers who are Contractor
in Nigeria and who own accounts with the Branch, Particularly that of
an oil contractor Mr Barry Kelly who was reported Dead in a motor
accident on the 15 of september 2002, who's contract payments has been
Made and would be tranfered to his foreign accounts from the CENTRAL
BANK OF NIGERIA, upon our confirmation of his foreign designated
account as well as a beneficiary to his funds and payments.
Mr Barry Kelly, while our customer never left a trace of his next of
kin, and His contract Payment which is about 10 million US dollars,
would be made to no one as we( the bank) has none of his Data/next of
kin's contact.
my proposal is that I will like you
to stand in as the next of kin to Mr. Barry Kelly so
that the fruits of this old man's labour will not get into
the hands of some corrupt government officials,
I KNOW YOU MIGHT HAVE RECEIVED DIFFERENT PROPOSALS OF SUCH
ASSISTANCE BUT I HAVE ALL INFORMATIONS WITH WHICH YOU CAN
MAKE VERIFICATIONS.BESIDES EVEN THOUGH THE INTERNET IS
FLOODED WITH SCAM I STILL CANNOT AFFORD TO LOOSE THIS
OPPURTUNITY OF A LIFE TIME.
This is simple, I will like you
to provide immediately your bank account information which
you know is suitable to accomodate this funds and your
full names and address so that i can include it in the
next of kin database. You shall be needing the services of
a lawyer, the Lawyer will prepare the necessary documents
and affidavits which will put you in place as the next of
kin. We shall employ the service of the Lawyer for
drafting and notarization of the WILL and to obtain the
necessary documents and letter of probate/administration
in your favor for the transfer. A bank account in any part
of the world which you will provide will then facilitate
the transfer of this money to you as the beneficiary/next
of kin. The money will be paid into your account as claims
by the CENTRAL BANK OF NIGERIA upon the submission of your
information and your application as the next of kin to the
Late Barry Barrington by the Lawyer; Afterwords, the
funds would be tranfered for us to share in the ratio of
70% for me and 30% for you.
There is no risk at all as all the paperwork for this
transaction will be done by the Lawyer and my position as
Assistant General Manager (Information Technology & Operations)
guarantees the successful execution of this
transaction. If you are interested, please reply
immediately to: segunakintemi(a)netster.com
Upon your response, I shall then provide
you with more details that will help you
understand the transaction. Please observe utmost
confidentiality, and be rest assured that this transaction
would be most profitable for both of us because I shall
require your assistance to invest my share in your
country.
Awaiting your urgent reply.
SEGUN AKINTEMI
Assistant General Manager
(Information Technology & Operations)
http://www.prudentbank.net/team-mgt-profile.htm
1. A short summary of changes
Bugs in build process were fixed. Support for transport
functionality in JACK 0.77.0 and newer has been added.
Transport functions are enabeld only if Ecamegapedal is
compiled against Ecasound newer than 2.2.3. Ecamegapedal
was verified to work if compiled against Qt-3.2.
---
2. What is Ecamegapedal?
Ecamegapedal is a real-time effect processor software with
a graphical user interface for controlling the effect
parameters. It is meant to be used as a virtual guitar-fx
or studio effect box. In addition to real-time operation,
ecamegapedal also supports reading from and writing to audio
files. All audio object and effect plugin types provided by the
ecasound libraries are supported. This includes ALSA, JACK,
OSS, aRts, over 20 file formats, over 30 effect types, LADSPA
plugins and multi-operator effect presets. Ecamegapedal's
implementation is based on ecasound and Qt libraries.
Ecamegapedal is licensed under the GPL.
---
3. Contributors
Patches
Junichi Uekawa (1) -- Qt -rpath build optimization
Kai Vehmanen (1) -- JACK transport support
---
4. Links and files
http://www.eca.cx/ecamegapedalhttp://ecasound.seul.org/download/ecamegapedal-0.4.3.tar.gz
--
http://www.eca.cx
Audio software for Linux!
> Frank Barknecht <fbar(a)footils.org> writes:
>
> For a compiled language SFront might be used, where in the end the
> synth description is actually compiled with a C compiler into a synth.
Yes, unfortunately no jack support yet ...
More generally:
http://www.cs.berkeley.edu/~lazzaro/sa/pubs/pdf/wemp01.pdf
sketches out the tricks sfront uses to do the compilation, most
of these would be applicable to specification languages other
than Structured Audio. Doing "audio engine compilation" for an
API or language that has critical mass would be a good project
for someone to do ...
-------------------------------------------------------------------------
John Lazzaro -- Research Specialist -- CS Division -- EECS -- UC Berkeley
lazzaro [at] cs [dot] berkeley [dot] edu www.cs.berkeley.edu/~lazzaro
-------------------------------------------------------------------------
Hi folks, your friendly temporary list-admin here.
(Joern's on vacation and I'm filling in.)
We seem to be getting quite a lot of spam lately.
Currently the list is "open" - non-members can post.
I'd like to take an informal poll:
Should the LAD list remain totally open, or should
non-member postings require moderator approval?
I should point out that the LAU list requires approval
for non-member postings, and it seems to be no problem
in my very-limited experience managing the lists:
I check the pending-approval queue at least once a day, find
nothing but spam, and throw it away. Approving a legit non-member
posting would be trivially easy.
--
Paul Winkler
http://www.slinkp.com
Look! Up in the sky! It's GILDED THANATOS MYRKSKOG!
(random hero from isometric.spaceninja.com)
>> I have a couple of algorithms I would like to turn
>> into a softsynth.
>> I want the synth to be alsaseq->synth->jack .
>> And I want it to have a couple of GUI knobs.
>...
>> I would really like to escape dealing with basic functionality
>> which has been implemented tens of times in the existing
>> softsynths, but want to concentrate on the algorithms themselves.
>
>Well, why not extend some of the existing softsynths? That's what I
>do: Because I'm too lazy to write gui code I write Pd externals. The
>GUI part can be quickly done inside Pd (and every other user could do
>their own). jMax or SSM also come to mind
Its only a half of solution.
Can I "compile" or "render" the resulting engine into single executable?
I feel pretty uncomfortable when instead of using
a small self-contained synth I have to load its guts into editing
environment.
>
>and of course it is also
>possible to directly write a LADSPA plugin and load that in one of
>.those softsynths.
Does LADSPA support alsaseq MIDI input?
nikodimka
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
I am distressed. It was my understanding that the 2.5/2.6 kernel branch
was undergoing significant scheduler and latency work, and that 2.6
would eliminate the kernel from the list of obstacles of low-latency on
Linux. It will have the preemptable kernel patch, the new scheduler,
and all of Ingo Molnar's low-latency work. Claims were being thrown
around that 2.6 would be the lowest-latency operating system on the planet.
So how is it that we're in the 2.6.0-test series and people are
complaining about audio skipping in **XMMS**, which uses three second
buffers by default?? If people are getting skips from high-latency
playback, what hope is there for low-latency audio? A series of patches
are coming from both Ingo and Con Kolivas attempting to address this,
but the fact they are just now throwing around potential solutions
erodes at my faith that they really understand the problem or how to
solve it.
Is 2.6.x going to be suitable for low-latency (or even reliable
high-latency) audio? Or is it going to be more of the same: patching
the kernel, tweaking parameters, reading magical incantations, and
hoping for the best?
Reassure me please!
Josh
Hi!
gmorgan is a .. Rhythm Station, an organ with auto-accompaniment and a "small"
Band in a Linux Box. Uses MIDI and the ALSA sequencer for play the rhythm
patterns. Styles, patterns , sounds, and the mixer settings, can be edited
and saved.
Program is released GNU/GPL version 2.
news v0.13 (18/08/2003)
----------------------------
- Added Record. Play, Load, Save and Export as Midi File of what you play.
- Minor bugs solved. Thanks to Robert Jonsson
- Added Stacatto-Legatto parameter for each accompaniment section.
- Re-arranged old patterns to the "correct" lengths.
- Solved bug in engine, now play the correct note length. That can modify
some patterns.
REQUERIMENTS
--------------------------
Linux
ALSA
Fltk
Midi Keyboard (Optional).
Available in:
http://personal.telefonica.terra.es/web/soudfontcombi/http://www.telefonica.net/web/soudfontcombi/http://perso.wanadoo.fr/guy.clotilde/GMORGAN/index.html
Grettings
Josep
Hi, LADs!
I have a couple of algorithms I would like to turn
into a softsynth.
I want the synth to be alsaseq->synth->jack .
And I want it to have a couple of GUI knobs.
So I wonder if there anything resembling
the vst sdk (at least ladspa sdk) to start with?
Or (assuming there's no such sdk existing,
and noting that XAP aka GMPI still to far from here)
which of the synths have the "clearest" architecture.
So I could just productively GPLize the
infrastructure code at the beginning.
I would really like to escape dealing with basic functionality
which has been implemented tens of times in the existing
softsynths, but want to concentrate on the algorithms themselves.
nikodimka.
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
Hello,
we are finally getting close to reaching the original goals set for JACK.
The last big step has been the transport interface (to refresh your
memory, take a look at the initial JACK/LAAGA use-scenario [1]).
Thanks to Jack O'Quin's recent efforts, JACK now finally has a transport
interface (and implementation) that fulfills all the requirements, and
one that makes it possible to realize the example case [1].
Now at this point we'd _really_ appreaciate your input. If you are short
of time, at least take a look at our requirements list at the start of
the design doc:
http://www.joq.us/jack/refman/transport-design.html
The big questions are:
1. Is this API sufficient for your application? If not what is
missing and/or wrong?
2. Do you plan to add support for JACK transport to your app? If not,
what is the main reason not to (no interest, not useful for
your app, you prefer other solutions, etc)?
In addition, comments regarding interface and implementation details are
also welcome.
[1] http://www.eca.cx/laaga
---------- Forwarded message ----------
Date: 13 Aug 2003 22:08:09 -0500
From: Jack O'Quin <joq(a)io.com>
To: jackit-devel(a)lists.sourceforge.net
Subject: [Jackit-devel] CVS commit [0.77.0] new transport BETA test
The new transport interfaces are ready for beta testing. Bring on
your applications and give it a try. We will likely want to tweak a
few things as problems are discovered. So, please don't release any
applications that depend on the new API until the beta test is
finished and we cut a new JACK release. But, the design seems stable
right now.
The reference manual is still at...
<http:www.joq.us/jack/refman>
If you don't want to wait for CVS to catch up, here's a tarball...
<http:www.joq.us/jack/jack-audio-connection-kit-0.77.0-beta.tar.gz>
Highlights...
* new minor version, API version and protocol version
-- to distinguish beta test level from earlier snapshots
-- source compatible with recent 0.76 snapshots
-- transport API not binary compatible: must recompile
* functional test complete (except internal clients)
-- if you have an internal transport client, try it
-- it might work, but I still have no test cases
* jackd -v option (--verbose) now prints useful transport state
change information for debugging JACK and clients both
* includes Bob Ham's makefile fix for the jackrec example client
--
Jack O'Quin
Austin, Texas, USA