An open API service indexing awesome lists of open source software.

https://github.com/yu2924/testwaveedit

an experimental basic wave editor implementation
https://github.com/yu2924/testwaveedit

audio experiment juce-application wave-editor

Last synced: 6 months ago
JSON representation

an experimental basic wave editor implementation

Awesome Lists containing this project

README

          

# TestWaveEdit

https://github.com/yu2924/TestWaveEdit/assets/88780921/86c74db8-55c9-49bc-9c4c-bd3cc727a05c

https://github.com/yu2924/TestWaveEdit/assets/88780921/c0e96ea4-8b73-4ddf-8447-ef4ef3682a8c

## What is this?

これは基本的な非破壊オーディオファイルエディターを実装する実験です。
This is an experiment to implement a basic nondestructive audio file editor.

* カットリスト編集とマルチレベルアンドゥ
Cutlist editing with multilevel undo support
* マウスカーソル中心のズーム
Mouse cursor centric zooming

## Requirement

* [JUCE framework 7.0.7](https://juce.com/download/)
* C++ build tools: Visual Studio, Xcode, etc.
* [ASIO SDK](https://www.steinberg.net/developers/) (optional, Windows only)

## How to build

1. Open the .jucer file with the **Projucer** tool.
2. Correct the JUCE module path and properties, add exporters and save.
3. Build the generated C++ projects.

## Written by

[yu2924](https://twitter.com/yu2924)

## License

CC0 1.0 Universal