Skip to content

Commit ec3c053

Browse files
committed
Updated Readme.md
1 parent 373128b commit ec3c053

1 file changed

Lines changed: 11 additions & 10 deletions

File tree

ReadMe.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
# Nodal Sound Editor Tool
1+
# Sound Generator with Nodal Interface
22

3-
```diff
4-
- WARNING: This project is under development, some features may not work yet.
5-
```
6-
7-
<b>Author :</b> PELLETIER Benoit
3+
<b>Author :</b> PELLETIER Benoît
84

95
<img src="images/screen01.png?raw=true" width="800"></img>
106

@@ -19,8 +15,13 @@ Please install one or both of VC++15 SFML from [here](https://www.sfml-dev.org/d
1915
If you have issues with compilation, check the version of windows' SDK in project properties. <br>
2016

2117
### Features :
22-
\[Planned\]
23-
- Base sound signals : Sinus, Square, Triangle, Sawtooth, etc.
24-
- Mix sound signals with operators like Add, Subtract, Multiply, etc.
18+
\[Done\]
19+
- Base sound signals : Sinus, Square, Triangle, Sawtooth, Random (White noise);
20+
- Mix sound signals with operators like Add, Multiply;
21+
- Modify sound signals with Delay, Repeat and ADSR;
2522
- Save and load editor projects;
26-
- Save resulting sound in wav file;
23+
- Save resulting sound in wav file.
24+
25+
\[Planned\]
26+
- Switch to Qt interface;
27+
- Add more components.

0 commit comments

Comments
 (0)