OMK quarterly releases 2019-4: lv2lint (0.2.0), mephisto.lv2 (0.2.0), moony.lv2 (0.30.0), osc2ftdidmx (0.4.0), patchmatr

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 2019-4: lv2lint (0.2.0), mephisto.lv2 (0.2.0), moony.lv2 (0.30.0), osc2ftdidmx (0.4.0), patchmatr

Post by ventosus »

Code: Select all

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

*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.*



=====================
[0.2.0] - 14 Oct 2019
=====================

---------------
Initial release
---------------

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 is an early release, it may thus have rough edges and will need a
fairly recent libFAUST and/or bleeding edge GNU/Linux distribution.*



=====================
[0.2.0] - 13 Oct 2019
=====================

---------------
Initial release
---------------

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

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

*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.



======================
[0.30.0] - 14 Oct 2019
======================

-----
Added
-----

- preview of canvas graph via inline display extension
- preview of canvas graph in UI property view
- vim syntax comment to all presets

-----
Fixed
-----

- various compiler warnings
- use vfork instead of fork to run simple UI


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

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

*OSC to FTDI DMX bridge*


Control your DMX devices via an OSC server that talks to FTDI-DMX USB adapters..



=====================
[0.4.0] - 13 Oct 2019
=====================

-----
Added
-----

- auto-reinitialization of FTDI device upon transmit failure
- various unit tests


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/osc2ftdidmx

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

*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.



======================
[0.16.0] - 13 Oct 2019
======================

-----
Fixed
-----

- use vfork instead of fork to run embeddable matrix mixers


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

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

*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.



======================
[0.20.0] - 13 Oct 2019
======================

-----
Added
-----

- sherlock:matchAll as default filter URI in atom inspector
- filter buttons for sherlock:matchAll and time:Position in atom inspector

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

- position of negate toggle in atom inspector

-----
Fixed
-----

- filter logic in atom inspector


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
As always, I'm not visiting this forum frequently, so please get into contact via mail, irc, gitlab, github.
Post Reply