Source directory structure
The source tree is organized as follows:
buildtools: Some tools used by build system or maintainerscmake: CMake modules, helper scripts and installation/packaging scriptsdata: assets such as demo projects, factory samples, translations, etc.include: header filesplugins: built-in plugins and bundled 3rd-party plugins(ex. LADSPA plugins)src: the LMMS codebasesrc/3rdparty: source code for 3rd-party libraries used by LMMSsrc/core: LMMS core implementation(with some GUI dependencies ATM)src/gui: UI parts of LMMSsrc/gui/widgets: Implementation of various widgets used in LMMS
src/tracks: Implementation of track classes which inheritTrack
tests: Source code for unit tests
Last updated
Was this helpful?