Skip to content
haf-developer edited this page Mar 20, 2017 · 1 revision

Welcome to the myqtlv2soundplugin wiki!

Source structure

soundlv2lib directory contains dynamic library source. This library should be only thing which needs LV2 libraries and headers. testsoundlib contains example app for testing soundlv2lib. This requires internal library uiforms which is statically linked. External dynamic library soundlv2lib is also required for compiling and linking working application uiforms is static library which actually contains testsoundlibapp. This library requires external dynamically linked library soundlv2lib. soundQtGUIAutoTest subproject contains testing application and tests for both GUI and application behaviour.

Clone this wiki locally