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
- Host: GitHub
- URL: https://github.com/yu2924/testwaveedit
- Owner: yu2924
- License: cc0-1.0
- Created: 2023-10-01T09:53:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-01T14:35:15.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T16:45:32.534Z (almost 2 years ago)
- Topics: audio, experiment, juce-application, wave-editor
- Language: C++
- Homepage:
- Size: 887 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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