@@ -0,0 +1,14 @@ | |||||
KXStudio LV2 Extensions | |||||
Copyright (C) 2012-2020 Filipe Coelho <falktx@falktx.com> | |||||
Permission to use, copy, modify, and/or distribute this software for any | |||||
purpose with or without fee is hereby granted, provided that the above | |||||
copyright notice and this permission notice appear in all copies. | |||||
THIS SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | |||||
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | |||||
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | |||||
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | |||||
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | |||||
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | |||||
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
@@ -14,9 +14,18 @@ | |||||
doap:developer <http://falktx.com/myself.html> ; | doap:developer <http://falktx.com/myself.html> ; | ||||
doap:maintainer <http://falktx.com/myself.html> ; | doap:maintainer <http://falktx.com/myself.html> ; | ||||
doap:release [ | doap:release [ | ||||
doap:revision "2.0" ; | |||||
doap:created "2020-08-08" ; | |||||
doap:file-release <https://github.com/KXStudio/LV2-Extensions/archive/2020-08-08.tar.gz> ; | |||||
dcs:changeset [ | |||||
dcs:item [ | |||||
rdfs:label "Relicense as ISC." | |||||
] | |||||
] | |||||
] , [ | |||||
doap:revision "1.0" ; | doap:revision "1.0" ; | ||||
doap:created "2015-07-03" ; | doap:created "2015-07-03" ; | ||||
doap:file-release <http://kxstudio.sf.net/ns/lv2ext/kx-extensions-1.0.tar.bz2> ; | |||||
doap:file-release <https://github.com/KXStudio/LV2-Extensions/archive/2020-07-14.tar.gz> ; | |||||
dcs:changeset [ | dcs:changeset [ | ||||
dcs:item [ | dcs:item [ | ||||
rdfs:label "First stable release." | rdfs:label "First stable release." | ||||
@@ -1,13 +1,18 @@ | |||||
/* | /* | ||||
LV2 External UI extension | LV2 External UI extension | ||||
This work is in public domain. | |||||
This file is distributed in the hope that it will be useful, | |||||
but WITHOUT ANY WARRANTY; without even the implied warranty of | |||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||||
If you have questions, contact Filipe Coelho (aka falkTX) <falktx@falktx.com> | |||||
or ask in #lad channel, FreeNode IRC network. | |||||
Copyright 2020 Filipe Coelho <falktx@falktx.com> | |||||
Permission to use, copy, modify, and/or distribute this software for any | |||||
purpose with or without fee is hereby granted, provided that the above | |||||
copyright notice and this permission notice appear in all copies. | |||||
THIS SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | |||||
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | |||||
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | |||||
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | |||||
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | |||||
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | |||||
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | |||||
*/ | */ | ||||
/** | /** | ||||
@@ -3,6 +3,6 @@ | |||||
<http://kxstudio.sf.net/ns/lv2ext/external-ui> | <http://kxstudio.sf.net/ns/lv2ext/external-ui> | ||||
a lv2:Specification ; | a lv2:Specification ; | ||||
lv2:minorVersion 1 ; | |||||
lv2:minorVersion 2 ; | |||||
lv2:microVersion 0 ; | lv2:microVersion 0 ; | ||||
rdfs:seeAlso <external-ui.ttl> . | rdfs:seeAlso <external-ui.ttl> . |
@@ -3,6 +3,6 @@ | |||||
<http://kxstudio.sf.net> | <http://kxstudio.sf.net> | ||||
a lv2:Specification ; | a lv2:Specification ; | ||||
lv2:minorVersion 1 ; | |||||
lv2:minorVersion 2 ; | |||||
lv2:microVersion 0 ; | lv2:microVersion 0 ; | ||||
rdfs:seeAlso <meta.ttl> . | rdfs:seeAlso <meta.ttl> . |
@@ -3,6 +3,6 @@ | |||||
<http://kxstudio.sf.net/ns/lv2ext/rtmempool> | <http://kxstudio.sf.net/ns/lv2ext/rtmempool> | ||||
a lv2:Specification ; | a lv2:Specification ; | ||||
lv2:minorVersion 1 ; | |||||
lv2:minorVersion 2 ; | |||||
lv2:microVersion 0 ; | lv2:microVersion 0 ; | ||||
rdfs:seeAlso <rtmempool.ttl> . | rdfs:seeAlso <rtmempool.ttl> . |
@@ -14,9 +14,18 @@ | |||||
doap:developer <http://falktx.com/myself.html> ; | doap:developer <http://falktx.com/myself.html> ; | ||||
doap:maintainer <http://falktx.com/myself.html> ; | doap:maintainer <http://falktx.com/myself.html> ; | ||||
doap:release [ | doap:release [ | ||||
doap:revision "2.0" ; | |||||
doap:created "2020-08-08" ; | |||||
doap:file-release <https://github.com/KXStudio/LV2-Extensions/archive/2020-08-08.tar.gz> ; | |||||
dcs:changeset [ | |||||
dcs:item [ | |||||
rdfs:label "Relicense as ISC." | |||||
] | |||||
] | |||||
] , [ | |||||
doap:revision "1.0" ; | doap:revision "1.0" ; | ||||
doap:created "2015-07-03" ; | doap:created "2015-07-03" ; | ||||
doap:file-release <http://kxstudio.sf.net/ns/lv2ext/kx-extensions-1.0.tar.bz2> ; | |||||
doap:file-release <https://github.com/KXStudio/LV2-Extensions/archive/2020-07-14.tar.gz> ; | |||||
dcs:changeset [ | dcs:changeset [ | ||||
dcs:item [ | dcs:item [ | ||||
rdfs:label "First stable release." | rdfs:label "First stable release." | ||||
@@ -1,13 +1,18 @@ | |||||
/* | /* | ||||
LV2 realtime safe memory pool extension definition | LV2 realtime safe memory pool extension definition | ||||
This work is in public domain. | |||||
This file is distributed in the hope that it will be useful, | |||||
but WITHOUT ANY WARRANTY; without even the implied warranty of | |||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||||
If you have questions, contact Filipe Coelho (aka falkTX) <falktx@falktx.com> | |||||
or ask in #lad channel, FreeNode IRC network. | |||||
Copyright 2020 Filipe Coelho <falktx@falktx.com> | |||||
Permission to use, copy, modify, and/or distribute this software for any | |||||
purpose with or without fee is hereby granted, provided that the above | |||||
copyright notice and this permission notice appear in all copies. | |||||
THIS SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | |||||
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | |||||
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | |||||
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | |||||
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | |||||
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | |||||
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | |||||
*/ | */ | ||||
/** | /** | ||||