Skip to content

EchoInMirror/EIM

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
cpp-ipc
 
 
 
 
 
 
 
 
 
 
src
 
 
web
 
 
 
 
 
 
 
 
 
 
 
 
 
 

EIM

A free, open source DAW supports VST.

[WIP] New Version: https://github.com/EchoInMirror/EchoInMirror

Screenshots

Overview

VST

Build

Prerequisites

Install boost

vcpkg install boost:x64-windows-static protobuf:x64-windows-static

Clone project

git clone --recursive https://github.com/EchoInMirror/EIM.git

cd EIM

Build backend application

npm install

npm run generate:proto

mkdir build

cd build

cmake -G "Visual Studio 17 2022" -A x64 .. -DCMAKE_TOOLCHAIN_FILE=<VCPkg install location>/scripts/buildsystems/vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-windows-static

Then open EIM/build/EIM.sln

Development

npm start

Build frontend application

npm run build

License

AGPL-3.0

Author

Shirasawa