Skip to content

Commit 8fff54f

Browse files
committed
Merge branch 'master' of https://github.com/ardura/Scrollscope
2 parents 1cfbd8f + 841f452 commit 8fff54f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Available as a VST3 and CLAP
44

55
## Example
66

7-
![image](https://github.com/ardura/Scrollscope/assets/31751444/7bc3edc3-81f3-410c-b85d-9269284f4dc5)
7+
![image](https://github.com/ardura/Scrollscope/assets/31751444/5ffffda2-ebc8-47cc-8e46-dea81635e449)
88
Orange is the kick, blue is the sidechain signal (click swap to put it behind the orange signal, and yellow is the sum!
99

1010
Note this can take a sidechain input! Do the routing in FL in plugin processing tab:
@@ -19,12 +19,12 @@ This is an oscilloscope with a few different features I’ve wanted for myself.
1919

2020
## Features
2121
- Sidechain input graphing - simply route sidechain input from another channel
22-
- Zoom focus - Right click and zoom a window! Doubleclick to exit
2322
- Scaling signals up and down with gain
2423
- Displaying large or small sample sizes
2524
- Optimization with skipping amount configurable
2625
- Reordering waveforms to display main or sidechain on top
27-
- Beat synchronization
26+
- Beat synchronization and Bar Synchronization
27+
- Support for different DAWs with different time-tracking modes (Alt Sync option)
2828
- Color changes* (Does not save currently)
2929

3030
This plugin was made possible thanks to the Nih-Plug Rust Library and the egui GUI library
@@ -34,5 +34,5 @@ This plugin was made possible thanks to the Nih-Plug Rust Library and the egui G
3434
After installing [Rust](https://rustup.rs/), you can compile Scrollscope as follows:
3535

3636
```shell
37-
cargo xtask bundle scrollscope --release
37+
cargo xtask bundle scrollscope --profile release
3838
```

0 commit comments

Comments
 (0)