Re: [LAD] Android audio plugins

2011-06-30 Thread Jens M Andreasen
On Wed, 2011-06-29 at 20:47 +0200, Nick Copeland wrote: The ARM softfloat overhead is not that great and the coding required to get access to the GPUs is suitable that developers will implement them for optimisations. 1) There are several hw floating point implemntations on the ARM platform

[LAD] Android Java stack

2011-06-30 Thread Jens M Andreasen
On a related subject ... What is the Java implementation like on Android? Is it the normal Java as we have it in Linux/OSX/etc or is it one of those Mobile variants, having its own set of API's? /j ___ Linux-audio-dev mailing list

Re: [LAD] wiki page: dead projects

2011-06-30 Thread Renato
Hi, thanks to Holger and Robin for the replies On Wed, 29 Jun 2011 12:10:51 +0200 Robin Gareus ro...@linuxaudio.org wrote: The generic way to do this it to simply add the tag unmaintained to each project, then they'll automatically end up at

Re: [LAD] Android Java stack

2011-06-30 Thread Adrian Knoth
On 06/30/11 09:26, Jens M Andreasen wrote: On a related subject ... What is the Java implementation like on Android? Is it the normal Java as we have it in Linux/OSX/etc or is it one of those Mobile variants, having its own set of API's? It's Dalvik:

[LAD] Feature requests: add JackSession support

2011-06-30 Thread rosea grammostola
Linux Audio Developer, May I make a feature request here for your Linuxaudio application(s)? Could you please add JackSession support? It makes working with JACK standalone applications a lot more user friendly. There are some apps who support it already and they work fine, like Yoshimi,

Re: [LAD] Feature requests: add JackSession support

2011-06-30 Thread Renato
On Thu, 30 Jun 2011 11:03:05 +0200 rosea grammostola rosea.grammost...@gmail.com wrote: Linux Audio Developer, May I make a feature request here for your Linuxaudio application(s)? Could you please add JackSession support? It makes working with JACK standalone applications a lot more

Re: [LAD] Feature requests: add JackSession support

2011-06-30 Thread rosea grammostola
On 06/30/2011 11:31 AM, Renato wrote: On Thu, 30 Jun 2011 11:03:05 +0200 rosea grammostolarosea.grammost...@gmail.com wrote: Linux Audio Developer, May I make a feature request here for your Linuxaudio application(s)? Could you please add JackSession support? It makes working with JACK

Re: [LAD] Android Java stack

2011-06-30 Thread Olivier Guilyardi
On 06/30/2011 09:26 AM, Jens M Andreasen wrote: On a related subject ... What is the Java implementation like on Android? Is it the normal Java as we have it in Linux/OSX/etc or is it one of those Mobile variants, having its own set of API's? On Android, it's pretty standard. You can rely on

Re: [LAD] Feature requests: add JackSession support

2011-06-30 Thread m.wolkst...@gmx.de
Am Thu, 30 Jun 2011 11:43:50 +0200 schrieb rosea grammostola rosea.grammost...@gmail.com: On 06/30/2011 11:31 AM, Renato wrote: On Thu, 30 Jun 2011 11:03:05 +0200 rosea grammostolarosea.grammost...@gmail.com wrote: Linux Audio Developer, May I make a feature request here for your

Re: [LAD] Feature requests: add JackSession support

2011-06-30 Thread Dan Muresan
Understanding the dev side and not the user side, that is the world up-side-down for me ;) That is quite possible -- the API that a host (session handler) uses to communicate with clients / plugins / whatever says nothing about how that host calls those API functions, how it structures disk

Re: [LAD] Feature requests: add JackSession support

2011-06-30 Thread m.wolkst...@gmx.de
Am Thu, 30 Jun 2011 12:22:01 +0200 schrieb rosea grammostola rosea.grammost...@gmail.com: On 06/30/2011 12:11 PM, rosea grammostola wrote: On 06/30/2011 12:00 PM, m.wolkst...@gmx.de wrote: Am Thu, 30 Jun 2011 11:43:50 +0200 schrieb rosea grammostolarosea.grammost...@gmail.com: On

Re: [LAD] Feature requests: add JackSession support

2011-06-30 Thread rosea grammostola
On 06/30/2011 01:13 PM, m.wolkst...@gmx.de wrote: Am Thu, 30 Jun 2011 12:22:01 +0200 schrieb rosea grammostolarosea.grammost...@gmail.com: On 06/30/2011 12:11 PM, rosea grammostola wrote: On 06/30/2011 12:00 PM, m.wolkst...@gmx.de wrote: Am Thu, 30 Jun 2011 11:43:50 +0200 schrieb rosea

Re: [LAD] Android Java stack

2011-06-30 Thread Jens M Andreasen
(USB) MIDI appears to be missing - or am I looking in the wrong places? I would have wanted one of those underpowered tablets that people are dumping left and right as a midi-sysex controller /j [Ctrl-L == Reply-to-List] On Thu, 2011-06-30 at 11:53 +0200, Olivier Guilyardi wrote: On 06/30/2011

Re: [LAD] Android Java stack

2011-06-30 Thread Olivier Guilyardi
I know very little about this, but turning an Android device into a USB controller should become possible with the new (Arduino based) Android ADK: http://developer.android.com/guide/topics/usb/adk.html Olivier On 06/30/2011 01:33 PM, Jens M Andreasen wrote: (USB) MIDI appears to be missing -

Re: [LAD] wiki page: dead projects

2011-06-30 Thread Emanuel Rumpf
2011/6/30 Renato renn...@gmail.com: Maybe add a more detailed explanations than on the unmaintained page, like Kluppe is great but it would greatly benefit from basic midi support? Add that info to the kluppe wiki page. (Or to a new dedicated page, gathering such issues) Such a thing could

Re: [LAD] Feature requests: add JackSession support

2011-06-30 Thread David Robillard
On Thu, 2011-06-30 at 11:03 +0200, rosea grammostola wrote: [...] Qjackctl is able to work as Session Manager, so is Pyjacksm (and likely Patchage in the future). There is very preliminary support in Patchage in SVN, but the format in which it currently saves sessions is a bit sketchy. The

Re: [LAD] Feature requests: add JackSession support

2011-06-30 Thread rosea grammostola
On 06/30/2011 06:20 PM, David Robillard wrote: On Thu, 2011-06-30 at 11:03 +0200, rosea grammostola wrote: [...] Qjackctl is able to work as Session Manager, so is Pyjacksm (and likely Patchage in the future). There is very preliminary support in Patchage in SVN, but the format in which it

Re: [LAD] Android Java stack

2011-06-30 Thread Olivier Guilyardi
If you were talking about javax.sound.midi, no that's not provided by the platform. The system doesn't provide MIDI support AFAIK. But some OSC apps are being developed. I thought the Android ADK and the USB accessory mode [1] could be somehow relevant, because before that, all you could do with

Re: [LAD] Android Java stack

2011-06-30 Thread Jens M Andreasen
Yes, but that page is about communication upstream to the host ... I think the idea here is that most Androids are phones and by nature not intended to work as your main device. But there are no midi devices in existence that works like a host, unless you consider your main computer a midi device

Re: [LAD] Android Java stack

2011-06-30 Thread pshirkey
Yes, but that page is about communication upstream to the host ... I think the idea here is that most Androids are phones and by nature not intended to work as your main device. But there are no midi devices in existence that works like a host, unless you consider your main computer a midi

[LAD] Jack Session Manager: feature request

2011-06-30 Thread rosea grammostola
Hi, It is very promising that devs like Torben, Paul Davis, Rui and David Robillard (to name a few), are 'backing up' Jack Session and that the Jack Session API is in the Jack API. This will give the community a very good chance that many apps will get JackSession support soon (or later).

Re: [LAD] Jack Session Manager: feature request

2011-06-30 Thread rosea grammostola
On 06/30/2011 11:47 PM, rosea grammostola wrote: Hi, It is very promising that devs like Torben, Paul Davis, Rui and David Robillard (to name a few), are 'backing up' Jack Session and that the Jack Session API is in the Jack API. This will give the community a very good chance that many apps

Re: [LAD] Android audio plugins

2011-06-30 Thread Jeff McClintock
From: Nick Copeland Don't you think it is more likely that people who are interested will run Linux as a replacement for Android on the ARM tablets rather than have the apps ported over? Smartphone growth is on a meteoric rise, with Android leading the way... Android follows with 14.5%, and

Re: [LAD] Jack Session Manager: feature request

2011-06-30 Thread Jeremy Jongepier
On 06/30/2011 11:47 PM, rosea grammostola wrote: Amsynth is an application without JS support and in this way I am able to load amsynth, with project A. amSynth has JS support: http://code.google.com/p/amsynth/source/detail?r=400 The current 1.3-beta2 tarball contains this revision afaik.

Re: [LAD] Jack Session Manager: feature request

2011-06-30 Thread rosea grammostola
On 07/01/2011 12:00 AM, Jeremy Jongepier wrote: On 06/30/2011 11:47 PM, rosea grammostola wrote: Amsynth is an application without JS support and in this way I am able to load amsynth, with project A. amSynth has JS support: http://code.google.com/p/amsynth/source/detail?r=400 The current

[LAD] petri-foo/specimen license formalizations/clarifications

2011-06-30 Thread James Morris
hi, sorry for cross posting (again), but i want to try and get this out to all people who've been involved in specimen development over the years. i've add a gpl header to all source files with (where appropriate) copyright attributed to Pete Bessman as original specimen author and myself as