DPF

DISTRHO Plugin Framework
Log | Files | Refs | Submodules | README | LICENSE

ModeNameSize
-rw-r--r--.github/FUNDING.yml4L
-rw-r--r--.github/workflows/cmake.yml145L
-rw-r--r--.github/workflows/example-plugins.yml66L
-rw-r--r--.github/workflows/irc.yml20L
-rw-r--r--.github/workflows/makefile.yml78L
-rw-r--r--.gitignore22L
-rw-r--r--.gitmodules3L
-rw-r--r--CMakeLists.txt61L
-rw-r--r--FEATURES.md98L
-rw-r--r--LICENSE13L
-rw-r--r--LICENSING.md45L
-rw-r--r--Makefile76L
-rw-r--r--Makefile.base.mk920L
-rw-r--r--Makefile.plugins.mk830L
-rw-r--r--README.md41L
-rw-r--r--cmake/DPF-plugin.cmake1026L
-rw-r--r--dgl/Application.hpp143L
-rw-r--r--dgl/Base.hpp276L
-rw-r--r--dgl/Cairo.hpp193L
-rw-r--r--dgl/Color.hpp149L
-rw-r--r--dgl/EventHandlers.hpp197L
-rw-r--r--dgl/FileBrowserDialog.hpp28L
-rw-r--r--dgl/Geometry.hpp839L
-rw-r--r--dgl/Image.hpp36L
-rw-r--r--dgl/ImageBase.hpp156L
-rw-r--r--dgl/ImageBaseWidgets.hpp258L
-rw-r--r--dgl/ImageWidgets.hpp41L
-rw-r--r--dgl/Layout.hpp71L
-rw-r--r--dgl/Makefile293L
-rw-r--r--dgl/NanoVG.hpp999L
-rw-r--r--dgl/OpenGL-include.hpp96L
-rw-r--r--dgl/OpenGL.hpp222L
-rw-r--r--dgl/StandaloneWindow.hpp101L
-rw-r--r--dgl/SubWidget.hpp185L
-rw-r--r--dgl/TopLevelWidget.hpp146L
-rw-r--r--dgl/Vulkan.hpp103L
-rw-r--r--dgl/Widget.hpp483L
-rw-r--r--dgl/Window.hpp559L
-rw-r--r--dgl/src/Application.cpp112L
-rw-r--r--dgl/src/ApplicationPrivateData.cpp200L
-rw-r--r--dgl/src/ApplicationPrivateData.hpp122L
-rw-r--r--dgl/src/Cairo.cpp840L
-rw-r--r--dgl/src/Color.cpp310L
-rw-r--r--dgl/src/EventHandlers.cpp684L
-rw-r--r--dgl/src/Geometry.cpp1053L
-rw-r--r--dgl/src/ImageBase.cpp132L
-rw-r--r--dgl/src/ImageBaseWidgets.cpp967L
-rw-r--r--dgl/src/Layout.cpp201L
-rw-r--r--dgl/src/NanoVG.cpp1208L
-rw-r--r--dgl/src/OpenGL.cpp799L
-rw-r--r--dgl/src/Resources.cpp18544L
-rw-r--r--dgl/src/Resources.hpp12L
-rw-r--r--dgl/src/SubWidget.cpp198L
-rw-r--r--dgl/src/SubWidgetPrivateData.cpp45L
-rw-r--r--dgl/src/SubWidgetPrivateData.hpp50L
-rw-r--r--dgl/src/TopLevelWidget.cpp151L
-rw-r--r--dgl/src/TopLevelWidgetPrivateData.cpp145L
-rw-r--r--dgl/src/TopLevelWidgetPrivateData.hpp50L
-rw-r--r--dgl/src/Vulkan.cpp250L
-rw-r--r--dgl/src/Widget.cpp215L
-rw-r--r--dgl/src/WidgetPrivateData.cpp232L
-rw-r--r--dgl/src/WidgetPrivateData.hpp62L
-rw-r--r--dgl/src/Window.cpp585L
-rw-r--r--dgl/src/WindowPrivateData.cpp1240L
-rw-r--r--dgl/src/WindowPrivateData.hpp209L
-rw-r--r--dgl/src/nanovg/LICENSE.txt18L
-rw-r--r--dgl/src/nanovg/fontstash.h1816L
-rw-r--r--dgl/src/nanovg/nanovg.c3060L
-rw-r--r--dgl/src/nanovg/nanovg.h708L
-rw-r--r--dgl/src/nanovg/nanovg_gl.h1821L
-rw-r--r--dgl/src/nanovg/nanovg_gl_utils.h154L
-rw-r--r--dgl/src/nanovg/stb_image.h6614L
-rw-r--r--dgl/src/nanovg/stb_truetype.h5011L
-rw-r--r--dgl/src/pugl-extra/haiku.cpp402L
-rw-r--r--dgl/src/pugl-extra/haiku.h25L
-rw-r--r--dgl/src/pugl-extra/haiku_gl.cpp87L
-rw-r--r--dgl/src/pugl-extra/haiku_stub.cpp24L
-rw-r--r--dgl/src/pugl-extra/wasm.c1175L
-rw-r--r--dgl/src/pugl-extra/wasm.h47L
-rw-r--r--dgl/src/pugl-extra/wasm_gl.c228L
-rw-r--r--dgl/src/pugl-extra/wasm_stub.c24L
m---------dgl/src/pugl-upstream @ e33b2f6
-rw-r--r--dgl/src/pugl.cpp667L
-rw-r--r--dgl/src/pugl.hpp135L
l---------dgl/src/pugl.mm1L
-rw-r--r--dgl/src/resources/DejaVuSans.ttf741536B
-rw-r--r--dgl/src/resources/LICENSE-DejaVuSans.ttf.txt97L
-rw-r--r--distrho/DistrhoDetails.hpp1060L
-rw-r--r--distrho/DistrhoInfo.hpp970L
-rw-r--r--distrho/DistrhoPlugin.hpp418L
-rw-r--r--distrho/DistrhoPluginMain.cpp54L
-rw-r--r--distrho/DistrhoPluginUtils.hpp217L
-rw-r--r--distrho/DistrhoStandaloneUtils.hpp99L
-rw-r--r--distrho/DistrhoUI.hpp411L
-rw-r--r--distrho/DistrhoUIMain.cpp63L
-rw-r--r--distrho/DistrhoUI_macOS.mm54L
-rw-r--r--distrho/DistrhoUtils.hpp443L
-rw-r--r--distrho/extra/Base64.hpp150L
-rw-r--r--distrho/extra/ExternalWindow.hpp578L
-rw-r--r--distrho/extra/FileBrowserDialog.hpp28L
-rw-r--r--distrho/extra/FileBrowserDialogImpl.cpp888L
-rw-r--r--distrho/extra/FileBrowserDialogImpl.hpp125L
-rw-r--r--distrho/extra/LeakDetector.hpp166L
-rw-r--r--distrho/extra/LibraryUtils.hpp136L
-rw-r--r--distrho/extra/Mutex.hpp398L
-rw-r--r--distrho/extra/RingBuffer.hpp897L
-rw-r--r--distrho/extra/Runner.hpp251L
-rw-r--r--distrho/extra/ScopedDenormalDisable.hpp112L
-rw-r--r--distrho/extra/ScopedPointer.hpp251L
-rw-r--r--distrho/extra/ScopedSafeLocale.hpp136L
-rw-r--r--distrho/extra/Sleep.hpp75L
-rw-r--r--distrho/extra/String.hpp996L
-rw-r--r--distrho/extra/Thread.hpp344L
-rw-r--r--distrho/extra/ValueSmoother.hpp204L
-rw-r--r--distrho/extra/sofd/libsofd.c2482L
-rw-r--r--distrho/extra/sofd/libsofd.h194L
-rw-r--r--distrho/src/DistrhoDefines.h230L
-rw-r--r--distrho/src/DistrhoPlugin.cpp253L
-rw-r--r--distrho/src/DistrhoPluginAU.cpp3173L
-rw-r--r--distrho/src/DistrhoPluginCLAP.cpp2638L
-rw-r--r--distrho/src/DistrhoPluginCarla.cpp551L
-rw-r--r--distrho/src/DistrhoPluginChecks.h289L
-rw-r--r--distrho/src/DistrhoPluginExport.cpp281L
-rw-r--r--distrho/src/DistrhoPluginInternal.hpp1095L
-rw-r--r--distrho/src/DistrhoPluginJACK.cpp1176L
-rw-r--r--distrho/src/DistrhoPluginLADSPA+DSSI.cpp761L
-rw-r--r--distrho/src/DistrhoPluginLV2.cpp1713L
-rw-r--r--distrho/src/DistrhoPluginLV2export.cpp1717L
-rw-r--r--distrho/src/DistrhoPluginStub.cpp97L
-rw-r--r--distrho/src/DistrhoPluginVST.hpp386L
-rw-r--r--distrho/src/DistrhoPluginVST2.cpp1738L
-rw-r--r--distrho/src/DistrhoPluginVST3.cpp4999L
-rw-r--r--distrho/src/DistrhoUI.cpp463L
-rw-r--r--distrho/src/DistrhoUIAU.mm502L
-rw-r--r--distrho/src/DistrhoUIDSSI.cpp535L
-rw-r--r--distrho/src/DistrhoUIInternal.hpp417L
-rw-r--r--distrho/src/DistrhoUILV2.cpp932L
-rw-r--r--distrho/src/DistrhoUIPrivateData.hpp533L
-rw-r--r--distrho/src/DistrhoUIStub.cpp127L
-rw-r--r--distrho/src/DistrhoUIVST3.cpp1646L
-rw-r--r--distrho/src/DistrhoUtils.cpp182L
-rw-r--r--distrho/src/clap/audio-buffer.h37L
-rw-r--r--distrho/src/clap/entry.h68L
-rw-r--r--distrho/src/clap/events.h285L
-rw-r--r--distrho/src/clap/ext/audio-ports.h116L
-rw-r--r--distrho/src/clap/ext/gui.h223L
-rw-r--r--distrho/src/clap/ext/latency.h28L
-rw-r--r--distrho/src/clap/ext/note-ports.h78L
-rw-r--r--distrho/src/clap/ext/params.h328L
-rw-r--r--distrho/src/clap/ext/state.h33L
-rw-r--r--distrho/src/clap/ext/thread-check.h51L
-rw-r--r--distrho/src/clap/ext/timer-support.h29L
-rw-r--r--distrho/src/clap/fixedpoint.h16L
-rw-r--r--distrho/src/clap/host.h41L
-rw-r--r--distrho/src/clap/id.h8L
-rw-r--r--distrho/src/clap/plugin-factory.h40L
-rw-r--r--distrho/src/clap/plugin-features.h76L
-rw-r--r--distrho/src/clap/plugin.h96L
-rw-r--r--distrho/src/clap/private/macros.h44L
-rw-r--r--distrho/src/clap/private/std.h16L
-rw-r--r--distrho/src/clap/process.h66L
-rw-r--r--distrho/src/clap/stream.h26L
-rw-r--r--distrho/src/clap/string-sizes.h21L
-rw-r--r--distrho/src/clap/version.h34L
-rw-r--r--distrho/src/dssi/dssi.h445L
-rw-r--r--distrho/src/dssi/seq_event-compat.h282L
-rw-r--r--distrho/src/jackbridge/JackBridge.cpp2463L
-rw-r--r--distrho/src/jackbridge/JackBridge.hpp422L
-rw-r--r--distrho/src/jackbridge/NativeBridge.hpp332L
-rw-r--r--distrho/src/jackbridge/RtAudioBridge.hpp418L
-rw-r--r--distrho/src/jackbridge/SDL2Bridge.hpp265L
-rw-r--r--distrho/src/jackbridge/WebBridge.hpp526L
-rw-r--r--distrho/src/jackbridge/rtaudio/LICENSE27L
-rw-r--r--distrho/src/jackbridge/rtaudio/RtAudio.cpp10908L
-rw-r--r--distrho/src/jackbridge/rtaudio/RtAudio.h1185L
-rw-r--r--distrho/src/jackbridge/rtmidi/LICENSE27L
-rw-r--r--distrho/src/jackbridge/rtmidi/RtMidi.cpp3930L
-rw-r--r--distrho/src/jackbridge/rtmidi/RtMidi.h658L
-rw-r--r--distrho/src/ladspa/ladspa.h611L
-rw-r--r--distrho/src/lv2/atom-forge.h710L
-rw-r--r--distrho/src/lv2/atom-util.h518L
-rw-r--r--distrho/src/lv2/atom.h256L
-rw-r--r--distrho/src/lv2/buf-size.h44L
-rw-r--r--distrho/src/lv2/control-input-port-change-request.h84L
-rw-r--r--distrho/src/lv2/data-access.h68L
-rw-r--r--distrho/src/lv2/dynmanifest.h151L
-rw-r--r--distrho/src/lv2/event-helpers.h265L
-rw-r--r--distrho/src/lv2/event.h292L
-rw-r--r--distrho/src/lv2/instance-access.h36L
-rw-r--r--distrho/src/lv2/log.h109L
-rw-r--r--distrho/src/lv2/logger.h160L
-rw-r--r--distrho/src/lv2/lv2.h476L
-rwxr-xr-xdistrho/src/lv2/lv2_external_ui.h109L
-rw-r--r--distrho/src/lv2/lv2_kxstudio_properties.h33L
-rw-r--r--distrho/src/lv2/lv2_programs.h174L
-rw-r--r--distrho/src/lv2/lv2_rtmempool.h119L
-rw-r--r--distrho/src/lv2/midi.h234L
-rw-r--r--distrho/src/lv2/morph.h42L
-rw-r--r--distrho/src/lv2/options.h145L
-rw-r--r--distrho/src/lv2/parameters.h62L
-rw-r--r--distrho/src/lv2/patch.h66L
-rw-r--r--distrho/src/lv2/port-groups.h71L
-rw-r--r--distrho/src/lv2/port-props.h48L
-rw-r--r--distrho/src/lv2/presets.h41L
-rw-r--r--distrho/src/lv2/resize-port.h86L
-rw-r--r--distrho/src/lv2/state.h389L
-rw-r--r--distrho/src/lv2/time.h53L
-rw-r--r--distrho/src/lv2/ui.h539L
-rw-r--r--distrho/src/lv2/units.h69L
-rw-r--r--distrho/src/lv2/uri-map.h106L
-rw-r--r--distrho/src/lv2/urid.h136L
-rw-r--r--distrho/src/lv2/worker.h177L
-rw-r--r--distrho/src/travesty/README.txt9L
-rw-r--r--distrho/src/travesty/align_pop.h38L
-rw-r--r--distrho/src/travesty/align_push.h44L
-rw-r--r--distrho/src/travesty/audio_processor.h286L
-rw-r--r--distrho/src/travesty/base.h224L
-rw-r--r--distrho/src/travesty/bstream.h50L
-rw-r--r--distrho/src/travesty/component.h145L
-rw-r--r--distrho/src/travesty/edit_controller.h165L
-rw-r--r--distrho/src/travesty/events.h158L
-rw-r--r--distrho/src/travesty/factory.h147L
-rw-r--r--distrho/src/travesty/host.h50L
-rw-r--r--distrho/src/travesty/message.h96L
-rw-r--r--distrho/src/travesty/unit.h69L
-rw-r--r--distrho/src/travesty/view.h193L
-rw-r--r--distrho/src/xaymar-vst2/LICENSE11L
-rw-r--r--distrho/src/xaymar-vst2/README.md21L
-rw-r--r--distrho/src/xaymar-vst2/vst.h1012L
-rw-r--r--dpf.doxygen309L
-rw-r--r--dpf.kdev49L
-rw-r--r--examples/CVPort/DistrhoPluginInfo.h30L
-rw-r--r--examples/CVPort/ExamplePluginCVPort.cpp273L
-rw-r--r--examples/CVPort/Makefile30L
-rw-r--r--examples/CVPort/README.md16L
-rw-r--r--examples/CairoUI/Artwork.cpp2600L
-rw-r--r--examples/CairoUI/Artwork.hpp19L
-rw-r--r--examples/CairoUI/CMakeLists.txt14L
-rw-r--r--examples/CairoUI/CairoExamplePlugin.cpp191L
-rw-r--r--examples/CairoUI/CairoExampleUI.cpp165L
-rw-r--r--examples/CairoUI/DemoWidgetBanner.hpp106L
-rw-r--r--examples/CairoUI/DemoWidgetClickable.hpp131L
-rw-r--r--examples/CairoUI/DistrhoPluginInfo.h169L
-rw-r--r--examples/CairoUI/Makefile35L
-rw-r--r--examples/CairoUI/artwork/buttonOff.png970B
-rw-r--r--examples/CairoUI/artwork/buttonOn.png983B
-rw-r--r--examples/CairoUI/artwork/knob.png52344B
-rw-r--r--examples/EmbedExternalUI/CMakeLists.txt18L
-rw-r--r--examples/EmbedExternalUI/DistrhoPluginInfo.h40L
-rw-r--r--examples/EmbedExternalUI/EmbedExternalExamplePlugin.cpp226L
-rw-r--r--examples/EmbedExternalUI/EmbedExternalExampleUI.cpp506L
-rw-r--r--examples/EmbedExternalUI/Makefile42L
-rw-r--r--examples/EmbedExternalUI/README.md6L
-rw-r--r--examples/ExternalUI/CMakeLists.txt13L
-rw-r--r--examples/ExternalUI/DistrhoPluginInfo.h38L
-rw-r--r--examples/ExternalUI/ExternalExamplePlugin.cpp188L
-rw-r--r--examples/ExternalUI/ExternalExampleUI.cpp263L
-rwxr-xr-xexamples/ExternalUI/ExternalLauncher.sh48L
-rw-r--r--examples/ExternalUI/Makefile41L
-rw-r--r--examples/ExternalUI/README.md11L
-rw-r--r--examples/FileHandling/CMakeLists.txt13L
-rw-r--r--examples/FileHandling/DistrhoPluginInfo.h47L
-rw-r--r--examples/FileHandling/FileHandlingPlugin.cpp256L
-rw-r--r--examples/FileHandling/FileHandlingUI.cpp284L
-rw-r--r--examples/FileHandling/Makefile42L
-rw-r--r--examples/FileHandling/NanoButton.cpp106L
-rw-r--r--examples/FileHandling/NanoButton.hpp59L
-rw-r--r--examples/Info/CMakeLists.txt13L
-rw-r--r--examples/Info/DistrhoPluginInfo.h60L
-rw-r--r--examples/Info/InfoExamplePlugin.cpp297L
-rw-r--r--examples/Info/InfoExampleUI.cpp296L
-rw-r--r--examples/Info/Makefile44L
-rw-r--r--examples/Info/README.md10L
-rw-r--r--examples/Info/ResizeHandle.hpp211L
-rw-r--r--examples/Latency/CMakeLists.txt10L
-rw-r--r--examples/Latency/DistrhoPluginInfo.h31L
-rw-r--r--examples/Latency/LatencyExamplePlugin.cpp271L
-rw-r--r--examples/Latency/Makefile34L
-rw-r--r--examples/Latency/README.md8L
-rw-r--r--examples/Meters/CMakeLists.txt12L
-rw-r--r--examples/Meters/DistrhoPluginInfo.h40L
-rw-r--r--examples/Meters/ExamplePluginMeters.cpp288L
-rw-r--r--examples/Meters/ExampleUIMeters.cpp255L
-rw-r--r--examples/Meters/Makefile49L
-rw-r--r--examples/Meters/README.md8L
-rw-r--r--examples/Metronome/DistrhoPluginInfo.h29L
-rw-r--r--examples/Metronome/ExamplePluginMetronome.cpp393L
-rw-r--r--examples/Metronome/Makefile33L
-rw-r--r--examples/Metronome/README.md34L
-rw-r--r--examples/MidiThrough/CMakeLists.txt10L
-rw-r--r--examples/MidiThrough/DistrhoPluginInfo.h35L
-rw-r--r--examples/MidiThrough/Makefile35L
-rw-r--r--examples/MidiThrough/MidiThroughExamplePlugin.cpp128L
-rw-r--r--examples/MidiThrough/README.md6L
-rw-r--r--examples/Parameters/CMakeLists.txt12L
-rw-r--r--examples/Parameters/DistrhoPluginInfo.h38L
-rw-r--r--examples/Parameters/ExamplePluginParameters.cpp334L
-rw-r--r--examples/Parameters/ExampleUIParameters.cpp283L
-rw-r--r--examples/Parameters/Makefile46L
-rw-r--r--examples/Parameters/README.md9L
-rw-r--r--examples/SendNote/DistrhoPluginInfo.h38L
-rw-r--r--examples/SendNote/Makefile42L
-rw-r--r--examples/SendNote/README.md6L
-rw-r--r--examples/SendNote/SendNoteExamplePlugin.cpp192L
-rw-r--r--examples/SendNote/SendNoteExampleUI.cpp174L
-rw-r--r--examples/States/CMakeLists.txt12L
-rw-r--r--examples/States/DistrhoPluginInfo.h40L
-rw-r--r--examples/States/ExamplePluginStates.cpp319L
-rw-r--r--examples/States/ExampleUIStates.cpp320L
-rw-r--r--examples/States/Makefile38L
-rw-r--r--examples/States/README.md9L
-rw-r--r--lac/2014-small-talk.odp381315B
-rw-r--r--tests/Application.cpp91L
-rw-r--r--tests/Circle.cpp30L
-rw-r--r--tests/Color.cpp219L
-rw-r--r--tests/Demo.cpp434L
-rw-r--r--tests/FileBrowserDialog.cpp194L
-rw-r--r--tests/Line.cpp30L
-rw-r--r--tests/Makefile177L
-rw-r--r--tests/NanoImage.cpp227L
-rw-r--r--tests/NanoSubWidgets.cpp167L
-rw-r--r--tests/Point.cpp90L
-rw-r--r--tests/README.txt42L
-rw-r--r--tests/Rectangle.cpp30L
-rw-r--r--tests/Triangle.cpp30L
-rw-r--r--tests/Window.cpp64L
-rw-r--r--tests/demo_res/DemoArtwork.cpp569L
-rw-r--r--tests/demo_res/DemoArtwork.hpp35L
-rw-r--r--tests/demo_res/ico1.png259B
-rw-r--r--tests/demo_res/ico2.png3462B
-rw-r--r--tests/demo_res/ico3.png415B
-rw-r--r--tests/demo_res/ico4.png1355B
-rw-r--r--tests/demo_res/ico5.png539B
-rw-r--r--tests/images_res/CREDITS.txt3L
-rw-r--r--tests/images_res/CatPics.cpp7083L
-rw-r--r--tests/images_res/CatPics.hpp25L
-rw-r--r--tests/images_res/cat1.png121583B
-rw-r--r--tests/images_res/cat2.png70352B
-rw-r--r--tests/images_res/cat3.png64331B
-rw-r--r--tests/tests.hpp61L
-rw-r--r--tests/widgets/ExampleColorWidget.hpp179L
-rw-r--r--tests/widgets/ExampleImagesWidget.hpp215L
-rw-r--r--tests/widgets/ExampleRectanglesWidget.hpp193L
-rw-r--r--tests/widgets/ExampleShapesWidget.hpp131L
-rw-r--r--tests/widgets/ExampleTextWidget.hpp128L
-rw-r--r--tests/widgets/NanoPerfWidget.hpp240L
-rw-r--r--tests/widgets/ResizeHandle.hpp207L
-rwxr-xr-xutils/au-services-restart.sh7L
-rwxr-xr-xutils/generate-ttl.sh47L
-rwxr-xr-xutils/generate-vst-bundles.sh29L
-rw-r--r--utils/lv2-ttl-generator/GNUmakefile29L
-rw-r--r--utils/lv2-ttl-generator/lv2_ttl_generator.c145L
-rwxr-xr-xutils/package-osx-bundles.sh162L
-rw-r--r--utils/plugin.app/Contents/Info.plist20L
-rw-r--r--utils/plugin.bundle/Contents/Info.plist24L
-rw-r--r--utils/plugin.bundle/Contents/PkgInfo1L
-rw-r--r--utils/plugin.bundle/Contents/Resources/empty.lproj0B
-rw-r--r--utils/plugin.pkg/package.xml.in41L
-rw-r--r--utils/plugin.pkg/welcome.txt.in3L
-rwxr-xr-xutils/png2rgba.py178L
-rwxr-xr-xutils/res2c.py121L
-rw-r--r--utils/state2json.cpp139L
-rw-r--r--utils/symbols/au.exp1L
-rw-r--r--utils/symbols/clap.def2L
-rw-r--r--utils/symbols/clap.exp1L
-rw-r--r--utils/symbols/clap.version4L
-rw-r--r--utils/symbols/dssi.def3L
-rw-r--r--utils/symbols/dssi.exp2L
-rw-r--r--utils/symbols/dssi.version4L
-rw-r--r--utils/symbols/ladspa.def2L
-rw-r--r--utils/symbols/ladspa.exp1L
-rw-r--r--utils/symbols/ladspa.version4L
-rw-r--r--utils/symbols/lv2-dsp.def3L
-rw-r--r--utils/symbols/lv2-dsp.exp2L
-rw-r--r--utils/symbols/lv2-dsp.version4L
-rw-r--r--utils/symbols/lv2-ui.def2L
-rw-r--r--utils/symbols/lv2-ui.exp1L
-rw-r--r--utils/symbols/lv2-ui.version4L
-rw-r--r--utils/symbols/lv2.def4L
-rw-r--r--utils/symbols/lv2.exp3L
-rw-r--r--utils/symbols/lv2.version4L
-rw-r--r--utils/symbols/shared.def2L
-rw-r--r--utils/symbols/shared.exp1L
-rw-r--r--utils/symbols/shared.version4L
-rw-r--r--utils/symbols/vst2.def3L
-rw-r--r--utils/symbols/vst2.exp1L
-rw-r--r--utils/symbols/vst2.version4L
-rw-r--r--utils/symbols/vst3.def4L
-rw-r--r--utils/symbols/vst3.exp3L
-rw-r--r--utils/symbols/vst3.version4L
-rw-r--r--utils/valgrind-dpf.supp95L