• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

gitlab-ci/H14-Apr-2021-10783

osc.lv2/H14-Apr-2021-5,9324,712

props.lv2/H14-Apr-2021-2,7982,216

screenshots/H03-May-2022-

ser_atom.lv2/H14-Apr-2021-594420

subprojects/nk_pugl/H14-Apr-2021-80,36960,457

.gitlab-ci.ymlH A D14-Apr-202144 32

COPYINGH A D14-Apr-20218.7 KiB202151

ChangeLogH A D14-Apr-20211.4 KiB8348

README.mdH A D14-Apr-20213.2 KiB9255

VERSIONH A D14-Apr-20217 21

atom_inspector.cH A D14-Apr-20219.6 KiB342274

atom_inspector_nk.cH A D14-Apr-202115.1 KiB473369

encoder.hH A D14-Apr-20211.2 KiB4017

encoder.lH A D14-Apr-20214.6 KiB213164

manifest.ttl.inH A D14-Apr-20211.9 KiB6354

meson.buildH A D14-Apr-20213.6 KiB140110

midi_inspector.cH A D14-Apr-20217 KiB267203

midi_inspector_nk.cH A D14-Apr-202117 KiB539438

osc_inspector.cH A D14-Apr-20217.1 KiB271205

osc_inspector_nk.cH A D14-Apr-202110.4 KiB447373

sherlock.cH A D14-Apr-2021992 4021

sherlock.hH A D14-Apr-20213.6 KiB135100

sherlock.ttlH A D14-Apr-20217.1 KiB281255

sherlock_nk.cH A D14-Apr-202116.3 KiB714572

sherlock_nk.hH A D14-Apr-20212.8 KiB14695

sherlock_ui.ttlH A D14-Apr-20212.3 KiB6761

README.md

1## Sherlock
2
3### An investigative LV2 plugin bundle
4
5This plugin bundle contains plugins for visualizing LV2 atom, MIDI and
6OSC events.
7
8Use them for monitoring and debugging of event signal flows inside plugin graphs.
9
10#### Build status
11
12[![build status](https://gitlab.com/OpenMusicKontrollers/sherlock.lv2/badges/master/build.svg)](https://gitlab.com/OpenMusicKontrollers/sherlock.lv2/commits/master)
13
14### Binaries
15
16For GNU/Linux (64-bit, 32-bit, armv7, arm64).
17
18To install the plugin bundle on your system, simply copy the __sherlock.lv2__
19folder out of the platform folder of the downloaded package into your
20[LV2 path](http://lv2plug.in/pages/filesystem-hierarchy-standard.html).
21
22#### Stable release
23
24* [sherlock.lv2-0.28.0.zip](https://dl.open-music-kontrollers.ch/sherlock.lv2/stable/sherlock.lv2-0.28.0.zip) ([sig](https://dl.open-music-kontrollers.ch/sherlock.lv2/stable/sherlock.lv2-0.28.0.zip.sig))
25
26#### Unstable (nightly) release
27
28* [sherlock.lv2-latest-unstable.zip](https://dl.open-music-kontrollers.ch/sherlock.lv2/unstable/sherlock.lv2-latest-unstable.zip) ([sig](https://dl.open-music-kontrollers.ch/sherlock.lv2/unstable/sherlock.lv2-latest-unstable.zip.sig))
29
30### Sources
31
32#### Stable release
33
34* [sherlock.lv2-0.28.0.tar.xz](https://git.open-music-kontrollers.ch/lv2/sherlock.lv2/snapshot/sherlock.lv2-0.28.0.tar.xz)
35([sig](https://git.open-music-kontrollers.ch/lv2/sherlock.lv2/snapshot/sherlock.lv2-0.28.0.tar.xz.asc))
36
37#### Git repository
38
39* <https://git.open-music-kontrollers.ch/lv2/sherlock.lv2>
40
41### Packages
42
43* [ArchLinux](https://www.archlinux.org/packages/community/x86_64/sherlock.lv2/)
44
45### Bugs and feature requests
46
47* [Gitlab](https://gitlab.com/OpenMusicKontrollers/sherlock.lv2)
48* [Github](https://github.com/OpenMusicKontrollers/sherlock.lv2)
49
50### Plugins
51
52#### Atom Inspector
53
54![Sherlock Atom Inspector](/screenshots/screenshot_1.png)
55
56The _Atom Inspector_ is meant as a monitor/debug tool for LV2 plugin
57and host authors. It captures all Atom events sent to its event input port
58and presents them on its user interface for convenient nested browsing.
59
60#### MIDI Inspector
61
62![Sherlock MIDI Inspector](/screenshots/screenshot_2.png)
63
64The _MIDI Inspector_ is meant as a monitor/debug tool for LV2 plugin
65and host authors. It captures all MIDI events sent to its event input port
66and presents them on its user interface for convenient nested browsing.
67
68#### OSC Inspector
69
70![Sherlock OSC Inspector](/screenshots/screenshot_3.png)
71
72The _OSC Inspector_ is meant as a monitor/debug tool for LV2 plugin
73and host authors. It captures all OSC events sent to its event input port
74and presents them on its user interface for convenient nested browsing.
75
76#### License
77
78Copyright (c) 2015-2021 Hanspeter Portner (dev@open-music-kontrollers.ch)
79
80This is free software: you can redistribute it and/or modify
81it under the terms of the Artistic License 2.0 as published by
82The Perl Foundation.
83
84This source is distributed in the hope that it will be useful,
85but WITHOUT ANY WARRANTY; without even the implied warranty of
86MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
87Artistic License 2.0 for more details.
88
89You should have received a copy of the Artistic License 2.0
90along the source as a COPYING file. If not, obtain it from
91<http://www.perlfoundation.org/artistic_license_2_0>.
92