Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 1.08 KB

File metadata and controls

32 lines (28 loc) · 1.08 KB

Project 3. Ascending notes color spiral

Simplified Text Representation :

Start of Project ├── Start Block --> {ID: 1623629452308, Position: (0.00, 0.00), Heading: 0°, Color: -10, Shade: 50, Pen Size: 5, Grey: 100.00} │ ├── Pen Up (Lifts Pen from Canvas) │ ├── Setxy │ ├── Pen Down │ ├── Setpensize │ ├── Setcolor │ ├── Note │ │ ├── Duration --> 1/4 = 0.25 │ │ ├── Pitchnumber │ │ ├── Draw Arc --> Angle: ?°, Radius: ? │ ├── Repeat (24) Times │ │ ├── Note │ │ │ ├── Duration --> 1/4 = 0.25 │ │ │ ├── Steppitch │ │ │ ├── Draw Arc --> Angle: ?°, Radius: ? │ │ │ │ ├── Power │ │ │ │ ├── mypitch: null │ │ ├── Setcolor │ │ │ ├── Multiply │ │ │ │ ├── mypitch: null │ │ ├── Setpensize │ │ │ ├── Multiply │ │ │ │ ├── mypitch: null │