https://github.com/4ms/metamodule-core-modules
https://github.com/4ms/metamodule-core-modules
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/4ms/metamodule-core-modules
- Owner: 4ms
- License: other
- Created: 2024-08-13T07:14:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-10-30T19:32:00.000Z (7 months ago)
- Last Synced: 2025-10-30T20:30:00.045Z (7 months ago)
- Language: C++
- Size: 5.94 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-GPL-v3.txt
Awesome Lists containing this project
README
## 4ms CoreModules
This repo contains the modules from 4ms Company, which are in the CoreModule format.
Documentation on the CoreModule format and the CoreProcess base class is in the [metamodule-plugin-sdk README](https://github.com/4ms/metamodule-plugin-sdk/blob/main/README.md).
## User Manual
[User Manual for modules](doc/4ms-coremodules-manual.md)
## Building
This is a library intended to be a included in a larger framework such as the
MetaModule firmware or a VCV Rack plugin.
If you want to build these modules into a different framework, you should study these examples:
- MetaModule: https://github.com/4ms/metamodule/tree/main/firmware
- 4ms VCV Rack plugin: https://github.com/4ms/4ms-vcv
This requires the [4ms cpputil library](https://github.com/4ms/cpputil), and
the [metamodule-plugin-sdk](https://github.com/4ms/metamodule-plugin-sdk)
(just the metamodule-core-interface library).