Skip to content

Digital Audio Workstation Made w/ Typescript React (unfinished)

Notifications You must be signed in to change notification settings

creativeplatform/REAW

 
 

Repository files navigation

React Audio Workstation

React Audio Workstation (REAW) is Digital Audio Workstation coded in React and Typescript. This project is currently in the first phase of development.

REAW Development February 2025

Setup

  1. Clone this repository and enter the resulting directory
  2. Run npm install

To Run

  1. Run npm run dev

To Build and Package

  1. Run npm run build
  2. The packaged application will be located in the dist folder.

Notes

  • User interface is the only functional aspect of this project as of May 4, 2025. Audio, however will be implemented in the near future.
  • Main functionality is prioritized over performance as of May 4, 2025. The project may feel slow when a large number of tracks are present.

About

Digital Audio Workstation Made w/ Typescript React (unfinished)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.3%
  • CSS 1.6%
  • HTML 0.1%