I have started a new project called Composite, which is planned to be a
sequencer for live-performance sequencing, sampling, and looping. One might
say that it will be like Ableton Live. It will be an LV2 host for synths and
effects, and will have a built-in sampler (which will probably be an LV2
plugin).
At this time, the project is in the planning stages.[1] Anyone who is
interested is invited to join the mailing list and share your thoughts and
opinions -- especially as it relates to UI and workflow.[2]
Links......
Project: http://gabe.is-a-geek.org/composite/
Mailing List: http://groups.google.com/group/composite-dev
Code: http://gitorious.org/composite
Specs (WIP): http://gabe.is-a-geek.org/composite/specification.html
FAQ: http://gabe.is-a-geek.org/composite/faq.html
Thanks especially to Patrick Shirkey for stirring things up.
Peace,
Gabriel
CC: LAU, LAD, LAA, Composite-Dev
[1] Strategy: Create a published spec. of what we want to
accomplish, and then get after it. There is currently
no code, but we plan to steal as much as we can.
[2] However, these will probably *not* change:
+ Will be monolithic. Let's not start a monolithic
vs. modular debate.
+ Will use Qt and C++.
>From: Chris Cannam <cannam(a)all-day-breakfast.com>
On Sun, Nov 8, 2009 at 6:41 AM, Jeff McClintock <jef(a)synthedit.com> wrote:
> GMPI is quietly and successfully in use as the new native plugin format of
> SynthEdit.
>Interesting. Can you link to an API reference or the like?
Hi Chris,
The download link is below. The current version is tested on Windows only,
I'm pretty sure it's potentially Linux friendly because it's a refinement of
the original prototype which was jointly developed with Tim Hocken on Linux.
Any MSWindows-specific, or SynthEdit-specific features are implemented as
extensions. I periodically check it compiles cleanly with GCC.
http://www.synthedit.com/sdk.htm
-----------------------------
From: Emanuel Rumpf <xbran(a)web.de>
>From the KVR site:
"Like MIDI, GMPI will be license free and royalty free."
>"...and will cost you ~ $88 to acquire."
My addition.
>FLOSS people - let's rather ignore GMPI as long as we can.
The prototype was developed by members of the GMPI mailing list who are not
members of the MMA.
"Req 113: The GMPI SDK must be released under a license with similar terms
to the BSD license."
It is under the BSD license, it costs nothing to acquire or to use.
Every plugin I've written with GMPI (aka SEM) is also BSD and source code
is available with the SDK. My own plugins are aimed at modular synthesis
though, so maybe not widely useful.
------------------------------
I'm don't believe GMPI has much chance of widespread popularity, much of the
design was considered too radical, e.g. my proposal to ditch MIDI. MIDI
support *was* eventually included as an option, but I also support MIDI-less
synths controlled via polyphonic control-ports.
I will continue using my branch of GMPI, it's far cleaner, more advanced and
more efficient (for me) than anything else.
Here are the official GMPI requirements...
http://retropaganda.info/archives/gmpi/gmpi-requirements-2005-04-05-final-dr
aft.html
Here (bottom of page )... list which GMPI requirements are currently
supported.
http://www.synthedit.com/sdk3_docs/index.htm
Jeff McClintock.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I'm just curious what your long-time experiences with these
gui-libraries are.
Considering to use one of these two but can't really decide.
But I do not want to switch in a year or two...
Thanks for your advices!
Christian
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iEYEARECAAYFAkp/wE0ACgkQVC26eJ+o0+2UQACePLcVXkXSwPygZrC1sQnDUWC0
hk0AmgNmgru7KzOfYCkGppoqldsam5GH
=BzmB
-----END PGP SIGNATURE-----
On Sun, Nov 8, 2009 at 8:57 PM, Stefano D'Angelo <zanga.mail(a)gmail.com> wrote:
> 2009/11/8 Nedko Arnaudov <nedko(a)arnaudov.name>:
>> * Dynmanifest support in version 5 (and maybe even for latest git) is
>> for an old version of dynmanifest.
>
> Git version is for the current version ;-)
What is dynmanifest? I can't see it in the wiki.
(changing subject line to avoid polluting thread)
Chris
<insert obligatory GMPI joke here>
>-dr
GMPI is quietly and successfully in use as the new native plugin format of
SynthEdit. I've so far written 70 plugins with it, and others are writing
more. SynthEdit's previous plugin format has about 1000 plugins available,
hopefully also will be ported to GMPI (aka SEM V3)... so GMPI can't really
be called vaporware any more.
Jeff
Hello,
I'm student in computer science and for one of my projects, I
would like to program an audio player.
The player will be developed for GNU/Linux environment but I would like
to use an audio library which permit a portability for Windows and
MacOS X too.
The player will must read files in wav, MP3 and OGG/vorbis (at first)
and it will have an equalizer.
I think to use C++ language with Qt library for the graphical interface
but I encounter difficulties to make a choise for an audio library, that
is why I thought to ask the question on this list.
What would be the best audio library to program this kind of audio
applications ? (SDL ? OpenAl ? PortAudio? or other(s) ?)
Thank you by advance for your answers.
Regards,
--
.---. Ludovic RESLINGER
/ \
\.@-@./ Free Software Developer
/`\_/`\ Musician
// )X( \\
| \ : )|_ _,'| .''`.
/`\_`> <_/ \ @======TTT=====::_ | : :' :
\__/'---'\__/ ((_<=HHH___)) `.| `. `'`
`---UUU---'=> `-
Hi,
I'm about to work on a LV2 wrapper for the FxEngine Framework and I would like to know if it exits compliant tests to validate LV2 plugin according to the port type, scope, ect ..... ? With the exeption of a few unitary tests, I didn't find anything on the web.
Thanks in advance, regards,
Sylvain
Hi
I think this post is [OT] but also i think is the apropiate audience...
I'am now working on making personalized menus for Musix distro. I try to
do this task using the freedesktop rules, using .desktop files and the
"Categories" field. This is a real problem. All audio Apps put "AudioVideo"
tag... and all apps apear together on a single menu option... Mixers merged
with synths... with DAWs... with virtual keyboards... Well... when the user
chooses the "multimedia" option of system menu... the submenu have three
columns of apps... Only a little set of apps put more specific tag like
"Midi" or "Synthesis"...
This behavoir can be modified using more "Categories" tags describing
more closely the app... But this cant be done without the agreement of linux
apps developers about a clasification...
I can make a proposal to add some tags?
(Tags about types off apps)
AudioFX -> Effects
DAW
AudioAnalisys
FftAnalisys
AudioFrameworks (like csound or CLAM)
AudioPlayer
Mixer
WaveEditor
ScoreEditor
.
.
(Tags about runtime environment)
Jack
Alsa
Portaudio
.
.
If the developers of audio apps include this tags (or others that can be
discussed here) the wm developers can make a multimedia menu more clear and
compact... I think this is well for all people... And the work is only put
some words in one file of sources.
Well... sorry for my english
Thx in Advance
---------- Forwarded message ----------
From: Daniel Vidal <danielvidalchornet(a)gmail.com>
Date: 2009/11/6
Subject: Re: [LAD] [Maybe OT] Linux Audio Apps Clasification
To: Pedro Lopez-Cabanillas <pedro.lopez.cabanillas(a)gmail.com>
Thx Pedro (¿i can say "gracias Pedro?)
Yes... i read the standars before post. But my call is not only to make
new categories but also to apply existing ones... a very large number of
audio apps comes with only "AudioVideo" tag...
And yes... This task can be done for other people than developers... in
fact the Suse packagers do this task to manage menus... Debian make your own
.desktop files and put your own submenu... but only take two posible tags...
"sound" and "video". The problem remains unsolved.
I can also edit the .desktop files to put my own categories... but i think
this is not a practical solution... if the user update any app... these
changes can be lost... and the user can view how the app disapear from the
menus...
Regards
2009/11/6 Pedro Lopez-Cabanillas <pedro.lopez.cabanillas(a)gmail.com>
On Tuesday, November 3, 2009, Daniel Vidal wrote:
> > I'am now working on making personalized menus for Musix distro. I try
> to
> > do this task using the freedesktop rules, using .desktop files and the
> > "Categories" field. This is a real problem. All audio Apps put
> "AudioVideo"
> > tag... and all apps apear together on a single menu option... Mixers
> merged
> > with synths... with DAWs... with virtual keyboards... Well... when the
> user
> > chooses the "multimedia" option of system menu... the submenu have three
> > columns of apps... Only a little set of apps put more specific tag like
> > "Midi" or "Synthesis"...
>
> I would strongly recommend to adhere to the published standards:
>
> http://standards.freedesktop.org/menu-spec/latest/apa.html
>
> If there is a real need for more registered categories, the way to go is to
> propose the new categories to be included in future releases of the
> standard.
>
> Some of your proposed additional categories correspond to registered ones:
>
> > AudioPlayer
>
> Player; Audio or Video or AudioVideo
>
> > Mixer
>
> Mixer;AudioVideo;Audio;
>
> > WaveEditor
> > ScoreEditor
>
> AudioVideoEditing; Audio or Video or AudioVideo
>
> There are other already existing categories:
>
> Midi;AudioVideo;Audio;
> Sequencer;AudioVideo;Audio
> Recorder; Audio or Video or AudioVideo
> Music; AudioVideo or Education
>
> Regards,
> Pedro
>
---------- Forwarded message ----------
From: Daniel Vidal <danielvidalchornet(a)gmail.com>
Date: 2009/11/4
Subject: Re: [LAD] [Maybe OT] Linux Audio Apps Clasification
To: Raymond Martin <laseray(a)gmail.com>
Hi
Thx for answer Raymond
Well... My proposal of categories are just a suggestion to initiate the
discussion...
About the number of categories... Not are a direct relation betwen
number of categories and submenu groups... These categories are used by the
people that design the menu to include (or exclude) apps in the menu
groups... I can put together audio players with audio file managers... or
not... i can put together secuencers with drum machines... or not... But i
need these categories to do this work... I cant make a serious multimedia
menu if all apps are only "AudioVideo" apps.
Thx again
Bye
2009/11/4 Raymond Martin <laseray(a)gmail.com>
On November 3, 2009 01:22:30 pm Daniel Vidal wrote:
> > Hi
> >
> > I think this post is [OT] but also i think is the apropiate
> audience...
> >
> > I'am now working on making personalized menus for Musix distro. I try
> to
> > do this task using the freedesktop rules, using .desktop files and the
> > "Categories" field. This is a real problem. All audio Apps put
> "AudioVideo"
> > tag... and all apps apear together on a single menu option... Mixers
> merged
> > with synths... with DAWs... with virtual keyboards... Well... when the
> user
> > chooses the "multimedia" option of system menu... the submenu have three
> > columns of apps... Only a little set of apps put more specific tag like
> > "Midi" or "Synthesis"...
> >
> > This behavoir can be modified using more "Categories" tags describing
> > more closely the app... But this cant be done without the agreement of
> > linux apps developers about a clasification...
> >
> > I can make a proposal to add some tags?
>
> [snip]
>
> I can see where you are coming from. The Sound & Video menu on my desktop
> (E17) is a mess. Categorizing these better would be nice, but I just cannot
> see how you will find a way to break it up that most people will agree
> with.
> For instance, I do not necessarily agree with the categories you suggest,
> seems like too many IMO.
>
> I would suggest either using very broad categories (max of 3, 4, for
> example)
> or leaving it alone altogether. Even the other non-audio related menus are
> questionable across different desktops. An end user can always edit them
> if it bothers them that much.
>
> Raymond
>
>
>
>
>
>
> _______________________________________________
> Linux-audio-dev mailing list
> Linux-audio-dev(a)lists.linuxaudio.org
> http://lists.linuxaudio.org/mailman/listinfo/linux-audio-dev
>