index
:
plugingizmo.git
master
This repository contains plugin wrapper classes used by DrumGizmo.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-03-24
Add missing include
HEAD
master
Bent Bisballe Nyeng
2020-05-26
Change LV2_Descriptor and LV2UI_Descriptor signatures in function calls.
Bent Bisballe Nyeng
2019-07-19
Make UIClass controllable from commandline.
Bent Bisballe Nyeng
2019-07-15
Fix lv2.h include
Goran Mekić
2019-04-28
Set LV2 UIClass based on operating system (aka. support mac and windows UIs a...
Bent Bisballe Nyeng
2019-04-17
Added ttlgen dynamic ttl manifest generator for LV2 plugins.
Bent Bisballe Nyeng
2019-04-01
Add midi aftertouch event type.
Bent Bisballe Nyeng
2018-11-24
Make midnam threadsafe.
Bent Bisballe Nyeng
2018-11-01
Only call midnam update if midnam is actually supported by the host.
Bent Bisballe Nyeng
2018-10-30
Add interface to set midnam data from the outside
Bent Bisballe Nyeng
2018-10-27
Prototype LV2 midname extension
Robin Gareus
2018-07-29
Remove useless comment and convert struct into C++ style.
André Nusser
2018-07-29
Fix broken VST latency reporting.
Bent Bisballe Nyeng
2018-06-16
Add missing override keywords.
Bent Bisballe Nyeng
2018-06-09
Fix midi event memcpy size.
Bent Bisballe Nyeng
2017-10-20
Fix missing return in createWindow
Bent Bisballe Nyeng
2017-05-10
Make createWindow return the window handle. Assign *widget of lv2 init.
André Nusser
2016-12-10
Add missing overrides.
Bent Bisballe Nyeng
2016-12-10
Add missing overrides.
Bent Bisballe Nyeng
2016-09-14
Use correct stride value (thanks to rgareus for pointing this out).
Bent Bisballe Nyeng
2016-09-01
Don't use stride and use static buffer in example plugin.
Bent Bisballe Nyeng
2016-08-14
Experimental inline display added.
Bent Bisballe Nyeng
2016-07-14
Add 'get' prefix to metadata info methods. Fix test plugin.
Bent Bisballe Nyeng
2016-07-14
Introduce VST plugin information.
André Nusser
2016-03-29
Remove debug output.
Bent Bisballe Nyeng
2016-03-28
Fix midi event iteration loop when encountering a non-midi event.
Bent Bisballe Nyeng
2016-03-20
Add getInputProperties/getOutputProperties VST methods.
Bent Bisballe Nyeng
2016-03-20
Move VST setup code to init function.
Bent Bisballe Nyeng
2016-03-20
Move VST setup code to ctor.
Bent Bisballe Nyeng
2016-03-13
Remove stray debug resize call.
Bent Bisballe Nyeng
2016-03-11
Remove superfluous check for VST_PATH
Bent Bisballe Nyeng
2016-03-11
Initial import from DrumGizmo branch.
Bent Bisballe Nyeng