Skip to content

Commit 20b3eb5

Browse files
committed
Update README. Fixes #3.
1 parent e4ff6f2 commit 20b3eb5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Classes/PointView.sc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1421,6 +1421,7 @@ PointView : View {
14211421
// called when points are set
14221422
prUpdateColors {
14231423
var colsHSV, hues, sat, val, alpha;
1424+
14241425
if (colsByHue) {
14251426
colsHSV = prPntDrawCols.collect(_.asHSV); // [hue, saturation, value, alpha]
14261427
hues = colsHSV.collect(_.first);
@@ -1484,6 +1485,7 @@ PointView : View {
14841485
// drawn multiple times. returns array of index pairs
14851486
reduceTriplets { |tripletArray|
14861487
var pairsDone, retPairs, wrapped;
1488+
14871489
// reduce to point pairs to remove repeated lines
14881490
retPairs = [];
14891491
pairsDone = []; // list of pairs already found

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Change log
5353
Credits
5454
=======
5555

56-
The development of the Hilbert Transform Library for SuperCollider3 is supported
56+
The development of the PointView Quark for SuperCollider3 is supported
5757
by
5858
[The University of Washington's Center for Digital Arts and Experimental Media (DXARTS)](https://dxarts.washington.edu/).
5959
 

0 commit comments

Comments
 (0)