Skip to content

Commit 4a150b2

Browse files
committed
Updated Readme.md
1 parent a19e6cf commit 4a150b2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

ReadMe.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,18 @@ You can also contribute by providing your build to share it with other people.
1919

2020
## Controls
2121
Press any buttons from the left side to add a component in the scene.<br>
22+
You can also drag and drop from one of those button to add a component at a position.<br>
23+
Or you can `right click > add` in the scene to add a component at a position.
2224

2325
You can select components with `mouse left button` and drag them around the scene.<br>
24-
You can delete selected components with `right click > remove` or by pressing `delete`.<br>
26+
You can delete selected components with `right click > remove` or by pressing `delete`.<br>
2527
(note that the output component cannot be removed)<br>
2628

27-
Press a component pin with `left mouse button` and hold it until you release it on another pin.<br>
29+
Press a component pin with `left mouse button` and hold it until you release it on another pin.<br>
2830
An output pin cannot be connected to another output pin (same for input pins), and you cannot connect components in a loop.<br>
2931

3032
In order to play a sound, you have to generate it with the menu `Audio > Generate` or by pressing `F5`.
3133

32-
3334
## Features
3435
- Base sound signals : Sinus, Square, Triangle, Sawtooth, Random (White noise);
3536
- Mix sound signals with operators like Add, Multiply;

0 commit comments

Comments
 (0)