Arnout Engelen wrote:
> On Sun, Aug 02, 2009 at 02:20:15PM +0200, Ralf Mardorf wrote:
>
>> Arnout Engelen wrote:
>>
>>> If you don't have the copyright to a piece of code you wrote, for example
>>> because you wrote it for your employer, then this means you are *not allowed*
>>> to distribute this code. Not under the GPL, and not under whatever
>>> other license either.
>>>
>>> To distribute the code, you must either get the copyright on the work back,
>>> or get permission from the actual copyright holder (employer, institution) to
>>> do so.
>>>
>> You misunderstood my broken English. GPL only allows a copyleft, that's
>> why no institute or professor can use GPL licensed code and take on the
>> copyright.
>>
>> I don't think any institute is allowed to take on a copyright by using GPL
>> licensed code.
>>
>
> Example.
>
> Say I'm employed, and I'm working on some project for my employer. I download
> some GPL'ed code, and write some nontrivial additions to it.
>
> This now means the institution has the copyright on the code I wrote. If I'd
> want to distribute this software, I'd need 2 things:
> 1) distribute it under the GPL
> 2) ask my employer to either:
> a) grant me my copyright back on the additions
> b) give me permission to distribute the software under the GPL
>
> If I wouldn't do (1), I would violate the copyright of the original author of
> the GPL'ed code I download.
>
> If I wouldn't do (2), I would violate the copyright of my employer.
>
> In other words, if my employer doesn't give me permission to distribute the
> work I did for him, I cannot distribute it at all, regardless of the GPL.
> The instition is still bound by the GPL though, so they can't distribute the
> software under anything other than the GPL - but they can still choose not to
> distribute at all.
>
>
> Arnout
>
Easy to understand examples, thank you. Yes, this is what I mean by my
post, using GPL code means that nobody can take on the copyright without
violating the GPL.
Hi,
I'm currently playing with some code that sends SysEx data to ALSA using
RtMidi¹. I get an error reported by the latter one as soon as the size of the
message exceeds 16355 bytes. Unfortunately, I have such SysEx files of two
devices (namely a Waldorf Microwave I and a Digitech Studio Quad).
Can anyone comment whether this is a limitation in ALSA, and in case it is if
there are coding workarounds? AFAIR ALSA splits incoming SysEx-events into
chunks of 256 bytes if necessary. But I obviously overlooked that sending is
much harder when I played with SysEx data the last time :) .
Best regards,
ce
¹ http://www.music.mcgill.ca/~gary/rtmidi/
uname -a
Linux Grandevitesse 2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:57:59 UTC
2009 i686 GNU/Linux
cat /proc/asound/version
Advanced Linux Sound Architecture Driver Version 1.0.18rc3.
rtmidi-1.0.10
On 1/8/2009, "Ulrich Lorenz Schlüter" <audio-mobster(a)gmx.de> wrote:
>with vcf-lv2-0.0.2 I get errors:
>
>plugins/bandpass1-vcf.lv2/bandpass1.c:10:17: error: vcf.h: No such file
>or directory
>plugins/bandpass1-vcf.lv2/bandpass1.c:11:26: error: filter_type2.h: No
>such file or directory
Woops... A little embarrassing. Thanks for letting me know.
Uploaded what should have been, try again.
src: http://www.jwm-art.net/lv2/vcf-lv2-0.0.2.tar.gz
patch: http://www.jwm-art.net/lv2/vcf-lv2-0.0.2.patch.gz
Regards, James.
I am pleased to announce a new mailing list for general questions and comments relating to Impro-Visor:
impro-visor-general-request(a)lists.sourceforge.net
which is hosted at:
https://sourceforge.net/projects/impro-visor/
Information on subscription may be found here:
https://lists.sourceforge.net/lists/listinfo/impro-visor-general
Thanks for your constructive suggestions.
Regards,
Bob Keller
--
Robert M. Keller, Csilla and Walt Foley Professor of Computer Science
Harvey Mudd College
Hi,
First release of the VCF LADSPA plugins ported to LV2:
(again, temporary download location)
http://www.jwm-art.net/default_downloads/vcf-lv2-0.0.1.tar.gz
notes:
some of the filters appear to work incorrectly in ardour2,
but appear to work correctly in lv2rack and ingen. i don't
yet know if this is a fault with my .ttl files, if anyone
with more knowledge than i can clarify it'd be much appreciated.
----------------
Second release of the NJL LADSPA plugins ported to LV2:
http://www.jwm-art.net/default_downloads/njl-lv2-0.0.2.tar.gz
changes:
* removed www. from LV2 URI prefixes of all plugins
* fixed port properties which specified 'integer' instead
of 'Integer'.
----------------
plugins have been (unthoroughly) tested in lv2rack, lv2_jack_host,
ingen, and ardour2. of the vcf plugins, the CV variants are mostly
untested.
Cheers,
James.