[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[sc-dev] [supercollider/supercollider] 7cf093: class library: make plot properties settable early
- To: sc-dev@xxxxxxxxxxxxxxxx
- Subject: [sc-dev] [supercollider/supercollider] 7cf093: class library: make plot properties settable early
- From: GitHub <noreply@xxxxxxxxxx>
- Date: Sun, 13 Dec 2015 12:33:22 -0800
- Domainkey-signature: a=rsa-sha1; c=nofws; d=github.com; s=mailo; q=dns; h=Sender: Date: From: Reply-To: To: Message-ID: Subject: Mime-Version: Content-Type: Content-Transfer-Encoding; b=Apqel9MfZGmwEJpWB0OHILHw9PyySrV+jR40mmS/rMcPisTt3pQQgtJLLcr5+ZYDZ7WzdX yq8q2L7h3X3IIANTsumh+X6zqdLAZNSOost8x3wy5SWQ3BINgmqaDyy9324vAYRtcniKoGeu cyhtIUinB3aQoMab/1F1nxYwlr7gQ=
- List-id: SuperCollider developers mailing list <sc-devel.create.ucsb.edu>
- Reply-to: sc-dev@xxxxxxxxxxxxxxxx
- Sender: owner-sc-dev@xxxxxxxxxxxxxxxx
Branch: refs/heads/master
Home: https://github.com/supercollider/supercollider
Commit: 7cf0935c7215ff306a79a74120a81325908210b0
https://github.com/supercollider/supercollider/commit/7cf0935c7215ff306a79a74120a81325908210b0
Author: Julian Rohrhuber <julian.rohrhuber@xxxxxxxxxxxxxxxxxx>
Date: 2015-12-13 (Sun, 13 Dec 2015)
Changed paths:
M SCClassLibrary/Common/GUI/PlusGUI/Math/PlotView.sc
Log Message:
-----------
class library: make plot properties settable early
for function:plot this is done by initialising the plot instance before
it begins to wait for the server to send back the wave data. This fixes
#1762.