Browse code

Replaced Mouse/chord with Mouse/wheel

Andrew Alderwick authored on 31/05/2021 22:08:34
Showing 10 changed files
... ...
@@ -19,7 +19,7 @@
19 19
 |60 @Audio3     [ &vector $2 &position $2 &output $1 &pad   $3 &adsr   $2 &length $2 &addr  $2 &volume $1 &pitch $1 ]
20 20
 |70 @Midi       [ &vector $2 &channel  $1 &note   $1 &velocity $1 ]
21 21
 |80 @Controller [ &vector $2 &button   $1 &key    $1 ]
22
-|90 @Mouse      [ &vector $2 &x        $2 &y      $2 &state $1 &chord $1 ]
22
+|90 @Mouse      [ &vector $2 &x        $2 &y      $2 &state $1 &wheel $1 ]
23 23
 |a0 @File       [ &vector $2 &success  $2 &offset $2 &pad   $2 &name  $2 &length $2 &load $2 &save $2 ]
24 24
 |b0 @DateTime   [ &year   $2 &month    $1 &day    $1 &hour $1 &minute $1 &second $1 &dotw $1 &doty $2 &isdst $1 ]
25 25
 
... ...
@@ -13,7 +13,7 @@
13 13
 
14 14
 |00 @System     [ &vector $2 &pad      $6 &r      $2 &g     $2 &b      $2 ]
15 15
 |20 @Screen     [ &vector $2 &width    $2 &height $2 &pad   $2 &x      $2 &y      $2 &addr $2 &color $1 ]
16
-|90 @Mouse      [ &vector $2 &x        $2 &y      $2 &state $1 &chord  $1 ]
16
+|90 @Mouse      [ &vector $2 &x        $2 &y      $2 &state $1 &wheel  $1 ]
17 17
 |b0 @DateTime   [ &year   $2 &month    $1 &day    $1 &hour  $1 &minute $1 &second $1 &dotw $1 &doty $2 &isdst $1 ]
18 18
 
19 19
 ( variables )
... ...
@@ -32,7 +32,7 @@
32 32
 |60 @Audio3     [ &vector $2 &position $2 &output $1 &pad   $3 &adsr   $2 &length $2 &addr  $2 &volume $1 &pitch $1 ]
33 33
 |70 @Midi       [ &vector $2 &channel  $1 &note   $1 &velocity $1 ]
34 34
 |80 @Controller [ &vector $2 &button   $1 &key    $1 ]
35
-|90 @Mouse      [ &vector $2 &x        $2 &y      $2 &state $1 &chord $1 ]
35
+|90 @Mouse      [ &vector $2 &x        $2 &y      $2 &state $1 &wheel $1 ]
36 36
 |a0 @File       [ &vector $2 &success  $2 &offset $2 &pad   $2 &name  $2 &length $2 &load $2 &save $2 ]
37 37
 
38 38
 ( variables )
... ...
@@ -29,7 +29,7 @@
29 29
 |00 @System     [ &vector $2 &wst      $1 &rst    $1 &pad   $4 &r      $2 &g     $2 &b      $2 ]
30 30
 |20 @Screen     [ &vector $2 &width    $2 &height $2 &pad   $2 &x      $2 &y      $2 &addr  $2 &color $1 ]
31 31
 |80 @Controller [ &vector $2 &button   $1 &key    $1 ]
32
-|90 @Mouse      [ &vector $2 &x        $2 &y      $2 &state $1 &chord $1 ]
32
+|90 @Mouse      [ &vector $2 &x        $2 &y      $2 &state $1 &wheel $1 ]
33 33
 
34 34
 ( variables )
35 35
 
... ...
@@ -30,7 +30,7 @@
30 30
 |50 @Audio2 [ &vector $2 &position $2 &output $1 &pad $3 &adsr $2 &len $2 &addr $2 &volume $1 &pitch $1 ]
31 31
 |60 @Audio3 [ &vector $2 &position $2 &output $1 &pad $3 &adsr $2 &len $2 &addr $2 &volume $1 &pitch $1 ]
32 32
 |80 @Controller [ &vector $2 &button $1 &key $1 ]
33
-|90 @Mouse [ &vector $2 &x $2 &y $2 &state $1 &chord $1 ]
33
+|90 @Mouse [ &vector $2 &x $2 &y $2 &state $1 &wheel $1 ]
34 34
 |a0 @File [ &vector $2 &success $2 &offset $2 &pad $2 &name $2 &length $2 &load $2 &save $2 ]
35 35
 
36 36
 ( vectors )
... ...
@@ -24,7 +24,7 @@
24 24
 |30 @Audio0     [ &vector $2 &position $2 &output $1 &pad   $3 &adsr   $2 &length $2 &addr $2 &volume $1 &pitch $1 ]
25 25
 |70 @Midi       [ &vector $2 &channel  $1 &note   $1 &velocity $1 ]
26 26
 |80 @Controller [ &vector $2 &button   $1 &key    $1 ]
27
-|90 @Mouse      [ &vector $2 &x        $2 &y      $2 &state $1 &chord  $1 ]
27
+|90 @Mouse      [ &vector $2 &x        $2 &y      $2 &state $1 &wheel  $1 ]
28 28
 |a0 @File       [ &vector $2 &success  $2 &offset $2 &pad   $2 &name  $2 &length $2 &load $2 &save $2 ]
29 29
 
30 30
 ( variables )
... ...
@@ -8,7 +8,7 @@
8 8
 
9 9
 |00 @System     [ &vector $2 &wst      $1 &rst    $1 &pad   $4 &r      $2 &g     $2 &b      $2 ]
10 10
 |20 @Screen     [ &vector $2 &width    $2 &height $2 &pad   $2 &x      $2 &y      $2 &addr  $2 &color $1 ]
11
-|90 @Mouse      [ &vector $2 &x        $2 &y      $2 &state $1 &chord $1 ]
11
+|90 @Mouse      [ &vector $2 &x        $2 &y      $2 &state $1 &wheel $1 ]
12 12
 
13 13
 ( variables )
14 14
 
... ...
@@ -13,7 +13,7 @@
13 13
 
14 14
 |00 @System [ &vector $2 &pad   $6 &r      $2 &g     $2 &b     $2 ]
15 15
 |20 @Screen [ &vector $2 &width $2 &height $2 &pad   $2 &x     $2 &y $2 &addr $2 &color $1 ]
16
-|90 @Mouse  [ &vector $2 &x     $2 &y      $2 &state $1 &chord $1 ]
16
+|90 @Mouse  [ &vector $2 &x     $2 &y      $2 &state $1 &wheel $1 ]
17 17
 
18 18
 ( variables )
19 19
 
... ...
@@ -10,7 +10,7 @@
10 10
 
11 11
 |00 @System     [ &vector $2 &pad     $6 &r      $2 &g     $2 &b      $2 ]
12 12
 |20 @Screen     [ &vector $2 &width   $2 &height $2 &pad   $2 &x      $2 &y     $2 &addr $2 &color $1 ]
13
-|90 @Mouse      [ &vector $2 &x       $2 &y      $2 &state $1 &chord $1 ]
13
+|90 @Mouse      [ &vector $2 &x       $2 &y      $2 &state $1 &wheel $1 ]
14 14
 
15 15
 |0000
16 16
 
... ...
@@ -9,7 +9,7 @@
9 9
 |00 @System [ &vector $2 &pad $6 &r $2 &g $2 &b $2 ]
10 10
 |10 @Console    [ &vector $2 &pad     $6 &char $1 &byte $1 &short $2 &string $2 ]
11 11
 |20 @Screen [ &vector $2 &width $2 &height $2 &pad $2 &x $2 &y $2 &addr $2 &color $1 ]
12
-|90 @Mouse [ &vector $2 &x $2 &y $2 &state $1 &chord $1 ]
12
+|90 @Mouse [ &vector $2 &x $2 &y $2 &state $1 &wheel $1 ]
13 13
 
14 14
 ( variables )
15 15