Skip to content

Commit f89dd94

Browse files
committed
Timing Analog Player
1 parent a9d3fc6 commit f89dd94

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"sha1": "q6ouja2fa14akz6ksse0new8f8uka4t",
3+
"insertion": {
4+
"when": "2025-10-15T17:00:59.985Z",
5+
"url": "https://github.com/plantuml/plantuml/pull/2382",
6+
7+
}
8+
}
9+
@startuml timing_test
10+
title Between min-max
11+
analog "Analog" between 350 and 450 as A
12+
13+
@0
14+
A is 350
15+
16+
@100
17+
A is 450
18+
19+
@300
20+
A is 350
21+
@enduml
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"sha1": "qmkturbnhdsmemkgppfwyqlwziua0pv",
3+
"insertion": {
4+
"when": "2025-10-15T17:00:59.945Z",
5+
6+
}
7+
}
8+
@startuml timing_test
9+
title Between min-max
10+
analog "Analog" between 350.0 and 450.0 as A
11+
12+
@0
13+
A is 350
14+
15+
@100
16+
A is 450
17+
18+
@300
19+
A is 350
20+
@enduml

0 commit comments

Comments
 (0)