Re: [dev-servo] println!("Hello from NCSU");

2019-03-24 Thread Akhilesh Venkatasubramanian
Hi Josh, Thanks for the clarification. It’s clear now. Thanks. > On Mar 25, 2019, at 1:28 AM, Josh Bowman-Matthews > wrote: > > Automation like RampToValueAtTime and SetValueCurveAtTime does not make sense > independent of a node. The advantage of using a node like ConstantSourceNode > is

Re: [dev-servo] println!("Hello from NCSU");

2019-03-24 Thread Josh Bowman-Matthews
Automation like RampToValueAtTime and SetValueCurveAtTime does not make sense independent of a node. The advantage of using a node like ConstantSourceNode is that the output of the node is constant, so it's easier to evaluate the effects of automation on the node's output. Does that make sense?

Re: [dev-servo] println!("Hello from NCSU");

2019-03-24 Thread Akhilesh Venkatasubramanian
Hi Josh, Examples seem to be for testing the nodes, not separate functions like RampToValueAtTime or SetValueCurveAtTime from my understanding. So is there a different type of example that we have to write in order to test our implementation of SetValueCurveAtTime? The constant_source example just

Re: [dev-servo] CSC 517 OSS Project

2019-03-24 Thread Josh Bowman-Matthews
If you are building on macOS, then you are probably hitting the problem described in https://github.com/servo/servo/issues/21792. The solution is to install the XCode 10.2 beta (https://github.com/servo/servo/issues/21792#issuecomment-459590626). Cheers, Josh On 3/23/19 10:47 PM, Niveditha Sh