diff options
Diffstat (limited to 'doc/SPEC_EDITOR.md')
| -rw-r--r-- | doc/SPEC_EDITOR.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/SPEC_EDITOR.md b/doc/SPEC_EDITOR.md index cde0cdd..497a5a2 100644 --- a/doc/SPEC_EDITOR.md +++ b/doc/SPEC_EDITOR.md @@ -1,4 +1,4 @@ -# spectrogram editing tool in a browser +# spectrogram editing tool in a browser (Task #5) The sub-project is about have an editing tool in a browser that will allow generating, editing, compacting .spec files @@ -24,17 +24,17 @@ to the synth ## the work Analyze the requirement for the HTML tool. It must remain simple and easy to -use. Don't over-engineer it. +use. Don't over-engineer it. - **Task #41: Spectrogram Editor HTML Tool**. Still, the tool must have a decent load/save offer, to: * load the .wav * save the .spec * save/export the descriptive compressed version in vectorial form (like the SVG format, in fact) * be able to load this vectorial form -Then we need a reader for the vectorial form in c++ to use in the demo. +Then we need a reader for the vectorial form in c++ to use in the demo. - **Task #42: Vectorial Spectrogram Reader (C++)**. We also need to elementary tools / bricks to: draw a line / bezier curve / rectangle, ellipse, etc. in frequency domain, to generate the spectrogram on -the flight. +the flight. - **Task #43: Spectrogram Drawing Bricks**. We also need controllable random noise generation to add some 'texture' to the spectrogram. |
