OMK Quarterly releases 2021-3

Discuss anything new and newsworthy! See http://planet.linuxaudio.org and https://libreav.org/news for more Linux Audio News!

Announcements of proprietary software may fit better in the Marketplace.


Moderators: raboof, MattKingUSA, khz

Post Reply
ventosus
Established Member
Posts: 33
Joined: Sat Jun 27, 2015 6:29 pm
Been thanked: 1 time
Contact:

OMK Quarterly releases 2021-3

Post by ventosus »

as always, get in contact via github/gitlab/email/irc, I'm not actively checking this forum

Code: Select all

   ____                      __  ___           _     
  / __ \____  ___  ____     /  |/  /_  _______(_)____
 / / / / __ \/ _ \/ __ \   / /|_/ / / / / ___/ / ___/
/ /_/ / /_/ /  __/ / / /  / /  / / /_/ (__  ) / /__  
\____/ .___/\___/_/ /_/  /_/  /_/\__,_/____/_/\___/  
    /_/                                              
    __ __            __             ____              
   / //_/___  ____  / /__________  / / /__  __________
  / ,< / __ \/ __ \/ __/ ___/ __ \/ / / _ \/ ___/ ___/
 / /| / /_/ / / / / /_/ /  / /_/ / / /  __/ /  (__  ) 
/_/ |_\____/_/ /_/\__/_/   \____/_/_/\___/_/  /____/  
                                                      
Quarterly releases 2021-3
--------------------------------------------------------------------------------
   __     ___  ___      __ 
  / /  __|_  |/ (_)__  / /_
 / / |/ / __// / / _ \/ __/
/_/|___/____/_/_/_//_/\__/ 
                           

*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.14.0] - 15 Jul 2021
======================

-----
Added
-----

- libx11 as optional dependency to README

-------
Changed
-------

- code cleanup/speedup by using static URIDs


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

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

*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.40.0] - 15 Jul 2021
======================

-------
Changed
-------

- Lua version to 5.4.3

-----
Fixed
-----

- compilation error with concurrently enabled inline display and next gui
- meson subproject sandbox error


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

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

*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.26.0] - 15 Jul 2021
======================

-----
Fixed
-----

- meson subproject sandbox error
- use _exit instead of exit inside forked process
- oroperly clip client node names
- increase height of context window
- limit right click for context menu to canvas region

-------
Changed
-------

- removing nodes needs right button + ctrl

---------
Deprecate
---------

- JACK session management


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
Post Reply