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

2019-04-24 Thread Akhilesh Venkatasubramanian
U"); > >>>>> > >>>>> Hi Josh > >>>>> Unfortunately that didn’t solve the problem but I was able to > downgrade > >>>> to > >>>>> OpenSSL 1.0.2 and still cargo was running with issues. So I moved to > VM >

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

2019-04-22 Thread Josh Bowman-Matthews
s://github.com/servo/servo/issues/22897 (JS API for value curves). Is this correct? Thanks Balaji From: BAlaji Sent: Friday, April 5, 2019 6:30 PM To: dev-servo@lists.mozilla.org Subject: RE: [dev-servo] println!("Hello from NCSU"); Hi Josh Unfortunately that didn’t solve the problem but I was ab

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

2019-04-22 Thread Akhilesh Venkatasubramanian
; rust toolchain being setup as nightly. >>>> sudo apt -y install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev >>>> >>>> We would working on the next issue in the same project I guess. Going by >>>> the open issues, I guess we should sta

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

2019-04-22 Thread Josh Bowman-Matthews
project I guess. Going by the open issues, I guess we should start on https://github.com/servo/servo/issues/22897 (JS API for value curves). Is this correct? Thanks Balaji From: BAlaji Sent: Friday, April 5, 2019 6:30 PM To: dev-servo@lists.mozilla.org Subject: RE: [dev-servo] println!(

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

2019-04-22 Thread Josh Bowman-Matthews
e open issues, I guess we should start on https://github.com/servo/servo/issues/22897 (JS API for value curves). Is this correct? Thanks Balaji From: BAlaji Sent: Friday, April 5, 2019 6:30 PM To: dev-servo@lists.mozilla.org Subject: RE: [dev-servo] println!("Hello from NCSU"

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

2019-04-22 Thread Akhilesh Venkatasubramanian
the same project I guess. Going >> by >> > the open issues, I guess we should start on >> > >> > https://github.com/servo/servo/issues/22897 (JS API for value curves). >> Is >> > this correct? >> > >> > Thanks >> &g

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

2019-04-21 Thread Akhilesh Venkatasubramanian
97 (JS API for value curves). > Is > > this correct? > > > > Thanks > > Balaji > > > > > > > > From: BAlaji > > Sent: Friday, April 5, 2019 6:30 PM > > To: dev-servo@lists.mozilla.org > > Subject: RE: [dev-servo] println!("

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

2019-04-06 Thread Manish Goregaokar
t on > > https://github.com/servo/servo/issues/22897 (JS API for value curves). Is > this correct? > > Thanks > Balaji > > > > From: BAlaji > Sent: Friday, April 5, 2019 6:30 PM > To: dev-servo@lists.mozilla.org > Subject: RE: [dev-servo] println!("Hello

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

2019-04-06 Thread BAlaji
gram NC State linkedin/com/in/jhbalaji 903.600.0091 From: Josh Bowman-Matthews Sent: Tuesday, April 2, 2019 10:03 AM To: dev-servo@lists.mozilla.org Subject: Re: [dev-servo] println!("Hello from NCSU"); Try running `cargo update -p hyper-openssl` and see if that makes any difference. On

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

2019-04-05 Thread BAlaji
aji 903.600.0091 From: Josh Bowman-Matthews Sent: Tuesday, April 2, 2019 10:03 AM To: dev-servo@lists.mozilla.org Subject: Re: [dev-servo] println!("Hello from NCSU"); Try running `cargo update -p hyper-openssl` and see if that makes any difference. On 4/1/19 7:00 PM, Balaji Janakarajan Har

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

2019-04-02 Thread Josh Bowman-Matthews
Try running `cargo update -p hyper-openssl` and see if that makes any difference. On 4/1/19 7:00 PM, Balaji Janakarajan Hari wrote: Hi Josh I just moved to xbunutu 18.1.10. Appears to no support for new OpenSSL of 1.1.1 and greater. Any idea how to fix it? warning: unused manifest key:

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

2019-04-01 Thread Akhilesh Venkatasubramanian
Hi Josh, We have finished implementing the SetValueCurveAtTime function and it works well on testing on our example. https://github.com/JHBalaji/media-1/blob/master/audio/param.rs#L418-L436 The example we have written can be found in the set_value_curve.rs file:

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

2019-04-01 Thread Balaji Janakarajan Hari
Hi Josh I just moved to xbunutu 18.1.10. Appears to no support for new OpenSSL of 1.1.1 and greater. Any idea how to fix it? warning: unused manifest key: workspace.license Compiling idna v0.1.5 Compiling h2 v0.1.13 Compiling env_logger v0.5.12 Compiling serde v1.0.80

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

2019-04-01 Thread Josh Bowman-Matthews
Answers inline: On 3/31/19 11:24 PM, Akhilesh Venkatasubramanian wrote: Hi Josh, I have some questions regarding how the params.rs code works as I was not able to find the answers to these online. *1. *When I run an example to setValueCurve with start_time = 1 with a duration of 5 (shown here

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

2019-03-31 Thread Akhilesh Venkatasubramanian
Hi Josh, I have some questions regarding how the params.rs code works as I was not able to find the answers to these online. *1. *When I run an example to setValueCurve with start_time = 1 with a duration of 5 (shown here

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

2019-03-31 Thread Akhilesh Venkatasubramanian
Hi Josh, What are your thought on this question : > 1. Is it necessary we define and initialize the values and duration parameter > that we are using inside SetValueCurveAtTime inside the struct Param > ? > We assume that

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

2019-03-28 Thread Josh Bowman-Matthews
The attachment did not come through. I recommend copying the text from your terminal rather than taking screenshots of it. Cheers, Josh On 3/28/19 3:07 PM, Srivatsan Narasimhan wrote: Hi Josh, I am currently having some problems in running an example. The build is successful but while running

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

2019-03-28 Thread Akhilesh Venkatasubramanian
Hi Josh, My teammate is currently having some problems in running an example. The build is successful but while running the constant_source file under target/debug folder, i get the following errors. Can you help us with this? [image: image.png] On Mon, Mar 25, 2019 at 1:28 AM Josh

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

2019-03-28 Thread Srivatsan Narasimhan
Hi Josh, I am currently having some problems in running an example. The build is successful but while running the constant_source file under target/debug folder, i get the following errors. Can you help me with this? [image: image.png] ___ dev-servo

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

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

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

2019-03-23 Thread Josh Bowman-Matthews
Yes, all of that sounds sensible to me. Cheers, Josh On 3/23/19 2:12 PM, Akhilesh Venkatasubramanian wrote: Hi Josh, Thank you for the reply. It clarifies a lot of doubts. 1. Just checking if we have got the entire idea for the first task right: So what we have to do is uncomment the line

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

2019-03-23 Thread Akhilesh Venkatasubramanian
Hi Josh, Thank you for the reply. It clarifies a lot of doubts. 1. Just checking if we have got the entire idea for the first task right: So what we have to do is uncomment the line 277 in param.rs

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

2019-03-22 Thread Josh Bowman-Matthews
On 3/22/19 5:58 PM, Balaji Janakarajan Hari wrote: Hi Josh 1. We are trying to implement the functionality and have a few q's. The setValueCurveAtTime talks about Automation event, which I assume

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

2019-03-22 Thread Balaji Janakarajan Hari
Hi Josh 1. We are trying to implement the functionality and have a few q's. The setValueCurveAtTime talks about Automation event, which I assume that the term *UserAutomationEvent *refers to in the

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

2019-03-08 Thread Josh Bowman-Matthews
Welcome to Servo! Please ask questions if any parts of the project are unclear! Cheers, Josh On 3/7/19 9:43 PM, Balaji Janakarajan Hari wrote: Hello All, We are a team of NCSU students from CSC 517 class and excited to work on

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

2019-03-07 Thread Balaji Janakarajan Hari
Hello All, We are a team of NCSU students from CSC 517 class and excited to work on Mozilla OSS project. We would be working on WebAudio Automation Implementation