Skip to content

tinelix/OpenDSS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

148 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenDSS

Virtual music center for DOS, Windows and Linux. Inspired by Digital Sound System DOS version from Sergey Sapelin.

Uses CroconTUI framework and OpenDSE library for WAV support.

Building

Supported targets

  • Microsoft Visual C++ (Windows)
    • vc2 - Microsoft Visual C++ 2.0 - 2003
    • vc8 - Microsoft Visual Studio 2005 - 2013
    • vc14 - Microsoft Visual Studio 2015 - 2025
  • GNU Compiler Collection (Linux)

Windows

To build the program in Windows, download the source code of the required libraries and run the commands below:

REM Set enviroment variables for CroconTUI and OpenDSE include directories...
set CROCON_ROOT=[CroconTUI root]
set OPENDSE_ROOT=[OpenDSE root]

REM Build...
cd [OpenDSS root]\proj\msvc
nmake -f [MSVC target].mak

Linux

To build the program on a Linux or UNIX-like operating system, download the source code of the required libraries and run the commands below:

# Set enviroment variables for CroconTUI and OpenDSE include directories...
export CROCON_ROOT=[CroconTUI path]
export OPENDSE_ROOT=[OpenDSE path]

# Build...
cd [OpenDSS root]/proj/gcc
make

DOS

Still in the plans.

Running

./opendss [WAV file real or relative path]

About

Virtual music centre for DOS, Windows and Linux

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

 
 
 

Contributors