[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[sc-dev] [supercollider/supercollider] 7cf093: class library: make plot properties settable early



  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.