[LAA] OMK quarterly releases 2021-2

Hanspeter Portner <[email protected]>
Newsgroups gmane.linux.audio.announce
Message-ID <[email protected]>
   ____                      __  ___           _
  / __ \____  ___  ____     /  |/  /_  _______(_)____
 / / / / __ \/ _ \/ __ \   / /|_/ / / / / ___/ / ___/
/ /_/ / /_/ /  __/ / / /  / /  / / /_/ (__  ) / /__
\____/ .___/\___/_/ /_/  /_/  /_/\__,_/____/_/\___/
    /_/
    __ __            __             ____
   / //_/___  ____  / /__________  / / /__  __________
  / ,< / __ \/ __ \/ __/ ___/ __ \/ / / _ \/ ___/ ___/
 / /| / /_/ / / / / /_/ /  / /_/ / / /  __/ /  (__  )
/_/ |_\____/_/ /_/\__/_/   \____/_/_/\___/_/  /____/

Quarterly releases 2021-2
--------------------------------------------------------------------------------
   ______                 _
  / __/ /____ _______    (_)
 / _// __/ -_) __/ _ \  / /
/___/\__/\__/_/  \___/_/ /
                    |___/

*Open Sound Control inside LV2 plugin graphs*


This LV2 plugin bundle allows you to handle OSC (Open Sound Control) bundles and
messages in modular hosts.

- Insert/dispatch OSC from/to UDP, TCP (IPv4/6) and serial sockets
- Pack/unpack MIDI into OSC
- Pack/unpack OSC into MIDI
- Pack/unpack LV2 atoms into OSC

Makes only sense to be used in hosts that allow
routing of LV2 atom messages between plugins, e.g.

- http://drobilla.net/software/ingen
- https://open-music-kontrollers.ch/lv2/synthpod



---------
ChangeLog
---------

======================
[0.10.0] - 14 Apr 2021
======================

------
Fixed
------

- license URI in turtle manifest


This is free software: you can redistribute it and/or modify
it under the terms of the Artistic License 2.0 as published by
The Perl Foundation.


Kindly find more details, the source (and binaries) at:

https://open-music-kontrollers.ch/lv2/eteroj

--------------------------------------------------------------------------------
   __     ___  ___      __
  / /  __|_  |/ (_)__  / /_
 / / |/ / __// / / _ \/ __/
/_/|___/____/_/_/_//_/\__/


*Check whether a given LV2 plugin is up to the specification*


An LV2 lint-like tool that checks whether a given plugin and its UI(s) match up
with the provided metadata and adhere to well-known best practices.

Run it as part of your continuous integration pipeline together with
lv2/sord\_validate to reduce the likelihood of shipping plugins with major flaws
in order to prevent unsatisfied users.

*Note: This is an early release, if you happen to find false-positive warnings
when using this tool, please report back, so it can be fixed.*



---------
ChangeLog
---------

======================
[0.12.0] - 12 Apr 2021
======================

-----
Added
-----

- x11 initialization test
- x11 fixed-aspect-ratio test
- x11 constrained-aspect-ratio test


This is free software: you can redistribute it and/or modify
it under the terms of the Artistic License 2.0 as published by
The Perl Foundation.


Kindly find more details, the source (and binaries) at:

https://open-music-kontrollers.ch/lv2/lv2lint

--------------------------------------------------------------------------------
   __  ___         __   _     __
  /  |/  /__ ___  / /  (_)__ / /____
 / /|_/ / -_) _ \/ _ \/ (_-</ __/ _ \
/_/  /_/\__/ .__/_//_/_/___/\__/\___/
          /_/

*a Just-in-Time FAUST compiler embedded in an LV2 plugin*


Write LV2 audio/cv instruments/filters directly in your host in FAUST
DSP language without any need to restart/reload host or plugin upon code changes.

Use it for one-off instruments/filters, prototyping, experimenting or
glueing stuff together.

*Note: This will need a fairly recent libFAUST and/or bleeding edge GNU/Linux
distribution.*

*Note: libFAUST 2.20.2 has a broken LLVM C-API and thus will be non-functional
with this plugin.*



---------
ChangeLog
---------

======================
[0.16.0] - 14 Apr 2021
======================

-----
Fixed
-----

- license URI in turtle manifest
- pseudo terminal mouse support discovery
- EDITOR environment variable parsing
- termination of spawned processes

-----
Added
-----

- missing ui:parent feature in turtle manifest
- cloning of parent environment
- missing signal header include

-------
Updated
-------

- to latest pugl


This is free software: you can redistribute it and/or modify
it under the terms of the Artistic License 2.0 as published by
The Perl Foundation.


Kindly find more details, the source (and binaries) at:

https://open-music-kontrollers.ch/lv2/mephisto

--------------------------------------------------------------------------------
   __  ____    ___   __  ___     __      _
  /  |/  (_)__/ (_) /  |/  /__ _/ /_____(_)_ __
 / /|_/ / / _  / / / /|_/ / _ `/ __/ __/ /\ \ /
/_/  /_/_/\_,_/_/ /_/  /_/\_,_/\__/_/ /_//_\_\


*An LV2 MIDI channel matrix patcher*


Things that can be accomplished with this plugin:

- MIDI channel filtering (e.g. blocking of specific channels)
- MIDI channel multiplication (e.g. send events from channel X to channels X, Y
and Z)
- MIDI channel rerouting (e.g send events from channel X to channel Y)
- And any possible combination thereof



---------
ChangeLog
---------

======================
[0.30.0] - 14 Apr 2021
======================

-----
Fixed
-----

- license URI in turtle manifest
- font scaling on high DPI screens

-----
Added
-----

- missing ui:parent feature in turtle manifest

-------
Updated
-------

- to latest pugl


This is free software: you can redistribute it and/or modify
it under the terms of the Artistic License 2.0 as published by
The Perl Foundation.


Kindly find more details, the source (and binaries) at:

https://open-music-kontrollers.ch/lv2/midi_matrix

--------------------------------------------------------------------------------
   __  ___
  /  |/  /__  ___  ___  __ __
 / /|_/ / _ \/ _ \/ _ \/ // /
/_/  /_/\___/\___/_//_/\_, /
                      /___/

*Realtime Lua as programmable glue in LV2*


Write LV2 control port and event filters in Lua. Use it for one-off fillters,
prototyping, experimenting or glueing stuff together.



---------
ChangeLog
---------

======================
[0.38.0] - 14 Apr 2021
======================

-----
Fixed
-----

- license URI in turtle manifest
- font scaling on high DPI screens
- pseudo terminal mouse support discovery
- EDITOR environment variable parsing
- termination of spawned processes

-----
Added
-----

- missing ui:parent feature in turtle manifest
- missing ui:requestValue feature in turtle manifest
- cloning of parent environment
- missing signal header include

-------
Updated
-------

- to latest pugl


This is free software: you can redistribute it and/or modify
it under the terms of the Artistic License 2.0 as published by
The Perl Foundation.


Kindly find more details, the source (and binaries) at:

https://open-music-kontrollers.ch/lv2/moony

--------------------------------------------------------------------------------
   _  __     __
  / |/ /__  / /____ ___
 /    / _ \/ __/ -_|_-<
/_/|_/\___/\__/\__/___/


*an LV2 plugin to store arbitrary notes*


With this plugin you can store arbitrary notes/metadata/memos and screenshots
about your project.



---------
ChangeLog
---------

=====================
[0.4.0] - 14 Apr 2021
=====================

-----
Fixed
-----

- license URI in turtle manifest
- pseudo terminal mouse support discovery
- EDITOR environment variable parsing
- termination of spawned processes
- handling of zero-length text
- various typos in README

-----
Added
-----

- missing ui:parent feature in turtle manifest
- cloning of parent environment
- missing signal header include

-------
Updated
-------

- to latest pugl


This is free software: you can redistribute it and/or modify
it under the terms of the Artistic License 2.0 as published by
The Perl Foundation.


Kindly find more details, the source (and binaries) at:

https://open-music-kontrollers.ch/lv2/notes

--------------------------------------------------------------------------------
   ___       __      __   __  ___     __      _
  / _ \___ _/ /_____/ /  /  |/  /__ _/ /_____(_)_ __
 / ___/ _ `/ __/ __/ _ \/ /|_/ / _ `/ __/ __/ /\ \ /
/_/   \_,_/\__/\__/_//_/_/  /_/\_,_/\__/_/ /_//_\_\


*a JACK patchbay in flow matrix style*


A simple graphical JACK patchbay that tries to unite the best of both worlds:

- Fast patching and uncluttered port representation of a **matrix patchbay**
- Excellent representation of signal flow of a **flow canvas patchbay**

It additionally features tightly embedded graphical mixer clients automatable
with JACK MIDI/OSC.



---------
ChangeLog
---------

======================
[0.24.0] - 14 Apr 2021
======================

-----
Fixed
-----

- font scaling on high DPI screens

-------
Updated
-------

- to latest pugl


This is free software: you can redistribute it and/or modify
it under the terms of the Artistic License 2.0 as published by
The Perl Foundation.


Kindly find more details, the source (and binaries) at:

https://open-music-kontrollers.ch/lad/patchmatrix

--------------------------------------------------------------------------------
   ______       ____      ___      ____
  / __/ /  ___ / / /__   / _ )___ / / /__
 _\ \/ _ \/ -_) / (_-<  / _  / -_) / (_-<
/___/_//_/\__/_/_/___/ /____/\__/_/_/___/


*A just-for-fun LV2 plugin bundle*


The most limited, useless, hackable and fun plugin bundle ever. Sound the bell
in the shell
(or from any program forked from the latter) to send a MIDI note.



---------
ChangeLog
---------

======================
[0.10.0] - 14 Apr 2021
======================

-----
Fixed
-----

- license URI in turtle manifest
- pseudo terminal mouse support discovery
- SHELL environment variable parsing
- termination of spawned processes

-----
Added
-----

- missing ui:parent feature in turtle manifest
- cloning of parent environment
- missing signal header include

-------
Updated
-------

- to latest pugl


This is free software: you can redistribute it and/or modify
it under the terms of the Artistic License 2.0 as published by
The Perl Foundation.


Kindly find more details, the source (and binaries) at:

https://open-music-kontrollers.ch/lv2/shells_bells

--------------------------------------------------------------------------------
   ______           __         __
  / __/ /  ___ ____/ /__  ____/ /__
 _\ \/ _ \/ -_) __/ / _ \/ __/  '_/
/___/_//_/\__/_/ /_/\___/\__/_/\_\


*An investigative LV2 plugin bundle*


This plugin bundle contains plugins for visualizing LV2 atom, MIDI and
OSC events.

Use them for monitoring and debugging of event signal flows inside plugin graphs.



---------
ChangeLog
---------

======================
[0.28.0] - 14 Apr 2021
======================

-----
Fixed
-----

- license URI in turtle manifest
- font scaling on high DPI screens

-----
Added
-----

- missing ui:parent feature in turtle manifest

-------
Updated
-------

- to latest pugl


This is free software: you can redistribute it and/or modify
it under the terms of the Artistic License 2.0 as published by
The Perl Foundation.


Kindly find more details, the source (and binaries) at:

https://open-music-kontrollers.ch/lv2/sherlock

--------------------------------------------------------------------------------
 _   ____  ___
| | / /  |/  /
| |/ / /|_/ /
|___/_/  /_/


*A programmable virtual machine LV2 plugin*


This plugin bundle contains various plugins with a programmable stack-based
virtual machine to modify up to 8 LV2 Control, CV, Audio, Atom and MIDI signals.

To be used when that specific simple filter plugin you desperately need does
not yet exist.



---------
ChangeLog
---------

======================
[0.14.0] - 14 Apr 2021
======================

-----
Fixed
-----

- license URI in turtle manifest
- font scaling on high DPI screens

-----
Added
-----

- missing ui:parent feature in turtle manifest

-------
Updated
-------

- to latest pugl


This is free software: you can redistribute it and/or modify
it under the terms of the Artistic License 2.0 as published by
The Perl Foundation.


Kindly find more details, the source (and binaries) at:

https://open-music-kontrollers.ch/lv2/vm

_______________________________________________
Linux-audio-announce mailing list
[email protected]
https://lists.linuxaudio.org/listinfo/linux-audio-announce
signature.asc (application/pgp-signature, 833 B)
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEWuJs679JcFwZ+yc6MCWPmSWMt2oFAmB3O8IACgkQMCWPmSWM
t2rPhQ/9FoZH83Q5wphoHOIMZjXGsL4kk9yIcudJO2NYiNDS5gJa4Du4oho2CZk4
F2V6gJrrx30Fa+cw/zM/AGOoT/5eVBLBi/HQpwfh3bnKpxjc/jayNxYHlC56DkWd
Pr5uNocVzvWxh62NxUerrqPGzzV8dzj4HB4Uuxfsv0zwY2PUmooeEVlcQEcr83E8
Rrg0Vkp0lXDFYZYp3cpuM0ss+fbSFGs3zHcaCueXauYj+//QDlXS65OJRTW0ce06
O313hdZgrEDbWybFDj75tKTmaFdF2NZvlICW5/A2X9x4kNlJl9PZvg3GBKcfxT92
UwlIk6grt5AeJ8VeGuB67Cpi+ZLBq8nQMrU8bsP2V2pnCAf7vYVzzGFRNsgZysJB
zEf2Lb3V9kYvnY3lxHU57DCfA/np1VYmcMuwhV7UY9Y9SB316+JyARl+I5JMCGfV
Y0l4D6hTaZYPJEodiSAT/55F9+JkpFntPcDrz5YZe7PH0ez5k45q59jHIdGyEmRZ
1CSUfXM0S+NkxU2zFBk8aSO/YW5qnkGE+6wmX+24vTCBt5YR7/QyhzNWLCwwblhA
4xjwDO2vTd/ucBXTf0PP/Gp9KbwAlI0Ygt95hTESpfuiIf/tw4bKy3iklwz3kHsA
Y85qF51CeBEpVqmTzYs6RdtG8Hn5Uu9Y4CWrFvoSnrJrhQL6mqM=
=O28y
-----END PGP SIGNATURE-----
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.