<div dir="auto">@gunjan <div dir="auto">Yes, same happened with me also. I found out the reason behind it, that you have to first build the project using command "npm run build".Once it is finished then you can see that a new folder called "dist" is created. This is generated by browserify. After that you can run "npm start" and it will work perfectly fine. </div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, 12 Mar, 2021, 5:18 pm , <<a href="mailto:l2ork-dev-request@disis.music.vt.edu" target="_blank" rel="noreferrer">l2ork-dev-request@disis.music.vt.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Send L2Ork-dev mailing list submissions to<br>
        <a href="mailto:l2ork-dev@disis.music.vt.edu" rel="noreferrer noreferrer" target="_blank">l2ork-dev@disis.music.vt.edu</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="https://disis.music.vt.edu/listinfo/l2ork-dev" rel="noreferrer noreferrer noreferrer" target="_blank">https://disis.music.vt.edu/listinfo/l2ork-dev</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:l2ork-dev-request@disis.music.vt.edu" rel="noreferrer noreferrer" target="_blank">l2ork-dev-request@disis.music.vt.edu</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:l2ork-dev-owner@disis.music.vt.edu" rel="noreferrer noreferrer" target="_blank">l2ork-dev-owner@disis.music.vt.edu</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of L2Ork-dev digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. Re: Interested in working on JIT-compiled Signal Graph for<br>
      the Audio Engine (Jonathan Wilkes)<br>
   2. Re: Unable to login in GitLab (sambjohnson94)<br>
   3. Re: Unable to login in GitLab (Jonathan Wilkes)<br>
   4.  Doubt regarding the project (GUNJAN YADU)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Thu, 11 Mar 2021 12:16:05 -0500<br>
From: Jonathan Wilkes <<a href="mailto:jon.w.wilkes@gmail.com" rel="noreferrer noreferrer" target="_blank">jon.w.wilkes@gmail.com</a>><br>
To: l2ork-dev <<a href="mailto:l2ork-dev@disis.music.vt.edu" rel="noreferrer noreferrer" target="_blank">l2ork-dev@disis.music.vt.edu</a>><br>
Subject: Re: [L2Ork-dev] Interested in working on JIT-compiled Signal<br>
        Graph for the Audio Engine<br>
Message-ID:<br>
        <<a href="mailto:CAOA7yC6-4Bmq1hjad%2BdDOVPsYD3J%2BOomhkYoiBu5kCdTHQYs1g@mail.gmail.com" rel="noreferrer noreferrer" target="_blank">CAOA7yC6-4Bmq1hjad+dDOVPsYD3J+OomhkYoiBu5kCdTHQYs1g@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="UTF-8"<br>
<br>
On Thu, Mar 11, 2021 at 11:21 AM Prateek Pardeshi<br>
<<a href="mailto:prateekpardeshi9@gmail.com" rel="noreferrer noreferrer" target="_blank">prateekpardeshi9@gmail.com</a>> wrote:<br>
><br>
> Hi everyone,<br>
><br>
> I'm Prateek Pardeshi, a junior Computer Science student at SRM IST, Chennai. I have been contributing to Open Source since October 2019 (Since Hacktober 2019).<br>
><br>
> Since then I'm in love with Open Source, because of that I use Linux as my Primary OS and contribute frequently to OS organisation.<br>
><br>
><br>
> My Previous Open Source Experience:<br>
><br>
> 1. Open Source Fellow'21 at HackIllinois<br>
> 2. GirlScript Summer of Code'20 Participant<br>
> 2. Mentor for StudentCodein'20 (Similar to Google Code-in)<br>
><br>
> Project link: <a href="https://git.purrdata.net/jwilkes/summer-of-code-ideas-list#jit-compiled-signal-graph-for-the-audio-engine" rel="noreferrer noreferrer noreferrer" target="_blank">https://git.purrdata.net/jwilkes/summer-of-code-ideas-list#jit-compiled-signal-graph-for-the-audio-engine</a><br>
><br>
> I'm interested in this project because I worked as a fellow under Dr.Michael Kruse, maintainer of LLVM Compiler Infrastructure(Polly), also I am contributor at LLVM Compiler Infrastructure, specifically Polly, which is a loop optimiser written in C language. I'm familiar with the LLVM community and the working/debugging/building/issues of LLVM compiler Infrastructure.<br>
><br>
> Recently I worked on refabricating reference-counting used for memory management to C++ binding.<br>
> This project will provide me an opportunity to work on something new while contributing to the Open Source.<br>
><br>
> Also, would like to know your expectations, deliverables, scope and thoughts on this project.<br>
><br>
> In addition to that I've contributed to Gatsby(also an ex-maintainer), GNOME, LBRY, UNO Project, etc.<br>
><br>
> Looking Forward to being a long term contributor here. :)<br>
<br>
Hello Prateek Pardeshi,<br>
<br>
Welcome!<br>
<br>
That is definitely one of the more ambitious projects listed there. I<br>
believe there is prior art which has been open sourced here:<br>
<br>
<a href="https://github.com/enzienaudio/hvcc" rel="noreferrer noreferrer noreferrer" target="_blank">https://github.com/enzienaudio/hvcc</a><br>
<br>
A challenge for a Purr Data project related to JIT is how it<br>
integrates into the current workflow. Would this be something that<br>
automatically updates as the user builds their program? Or would they<br>
finishing building their program and then click a button to "optimize"<br>
it using this compiler?<br>
<br>
As with previous years, I'd suggest an incremental approach to the<br>
core part of the project:<br>
<br>
1. proof of concept-- e.g., taking some of the simple DSP classes from<br>
d_arithmetic.c. E.g., examples that are essentially a simple filter<br>
chain of single inputs and single outputs like a -> b -> c etc.<br>
<br>
2. extending that to graphs that include objects with multiple inputs<br>
and outputs<br>
<br>
3. consider extending this to objects that convert to/from signal data<br>
to non-DSP data<br>
<br>
4. extending the approach so that some subset of dynamically loaded<br>
external DSP classes<br>
<br>
5. and so on...<br>
<br>
As far as scope goes-- this project idea was written before Google<br>
changed the number of hours. So perhaps focusing on the core classes<br>
and leaving external libraries as a stretch goal. But I'd definitely<br>
make sure to prioritize UX, even for the proof of concept.<br>
<br>
Best,<br>
Jonathan<br>
<br>
><br>
> I think my email was bounced back by the mailman due to a custom domain, so sending again from gmail.<br>
><br>
> Regards,<br>
> Prateek Pardeshi<br>
> _______________________________________________<br>
> L2Ork-dev mailing list<br>
> <a href="mailto:L2Ork-dev@disis.music.vt.edu" rel="noreferrer noreferrer" target="_blank">L2Ork-dev@disis.music.vt.edu</a><br>
> <a href="https://disis.music.vt.edu/listinfo/l2ork-dev" rel="noreferrer noreferrer noreferrer" target="_blank">https://disis.music.vt.edu/listinfo/l2ork-dev</a><br>
<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Thu, 11 Mar 2021 20:10:59 +0000<br>
From: sambjohnson94 <<a href="mailto:sambjohnson94@protonmail.com" rel="noreferrer noreferrer" target="_blank">sambjohnson94@protonmail.com</a>><br>
To: <a href="mailto:l2ork-dev@disis.music.vt.edu" rel="noreferrer noreferrer" target="_blank">l2ork-dev@disis.music.vt.edu</a><br>
Subject: Re: [L2Ork-dev] Unable to login in GitLab<br>
Message-ID:<br>
        <wOEn78oSs8J_mlv4EoWk1ruZrt28gJnnaALyhY5mBjSVmKIUu5HbQpQDmpvkRTbSfFMuh60NLpn6XqA4u0jRBqTiCp60TFf3A8UwJfDVygU=@<a href="http://protonmail.com" rel="noreferrer noreferrer noreferrer" target="_blank">protonmail.com</a>><br>
<br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
Oh! I got the same error. I wasn't sure if I needed to email here, or what the protocol is (this is my first real open source contribution)<br>
<br>
-Sammi<br>
<br>
-------- Original Message --------<br>
On Mar 11, 2021, 8:08 AM, Jonathan Wilkes wrote:<br>
<br>
> That's an anti-spam measure. I just approved you.<br>
><br>
> -Jonathan<br>
><br>
> On Thu, Mar 11, 2021 at 10:36 AM GUNJAN YADU <<a href="mailto:gunjanyadu6@gmail.com" rel="noreferrer noreferrer" target="_blank">gunjanyadu6@gmail.com</a>> wrote:<br>
>><br>
>> This is the screenshot of the error I received.<br>
>><br>
>><br>
>> On Thu, Mar 11, 2021 at 8:58 PM GUNJAN YADU <<a href="mailto:gunjanyadu6@gmail.com" rel="noreferrer noreferrer" target="_blank">gunjanyadu6@gmail.com</a>> wrote:<br>
>>><br>
>>> Hello,<br>
>>> I am getting this text while I am trying to login to the GitLab after registering. Please guide me in this.<br>
>>> Your account is pending approval from your GitLab administrator and hence blocked. Please contact your GitLab administrator if you think this is an error.<br>
>>> Thank you<br>
>><br>
>> _______________________________________________<br>
>> L2Ork-dev mailing list<br>
>> <a href="mailto:L2Ork-dev@disis.music.vt.edu" rel="noreferrer noreferrer" target="_blank">L2Ork-dev@disis.music.vt.edu</a><br>
>> <a href="https://disis.music.vt.edu/listinfo/l2ork-dev" rel="noreferrer noreferrer noreferrer" target="_blank">https://disis.music.vt.edu/listinfo/l2ork-dev</a><br>
> _______________________________________________<br>
> L2Ork-dev mailing list<br>
> <a href="mailto:L2Ork-dev@disis.music.vt.edu" rel="noreferrer noreferrer" target="_blank">L2Ork-dev@disis.music.vt.edu</a><br>
> <a href="https://disis.music.vt.edu/listinfo/l2ork-dev" rel="noreferrer noreferrer noreferrer" target="_blank">https://disis.music.vt.edu/listinfo/l2ork-dev</a><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://disis.music.vt.edu/pipermail/l2ork-dev/attachments/20210311/d97fa814/attachment-0001.html" rel="noreferrer noreferrer noreferrer" target="_blank">http://disis.music.vt.edu/pipermail/l2ork-dev/attachments/20210311/d97fa814/attachment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Thu, 11 Mar 2021 15:41:34 -0500<br>
From: Jonathan Wilkes <<a href="mailto:jon.w.wilkes@gmail.com" rel="noreferrer noreferrer" target="_blank">jon.w.wilkes@gmail.com</a>><br>
To: l2ork-dev <<a href="mailto:l2ork-dev@disis.music.vt.edu" rel="noreferrer noreferrer" target="_blank">l2ork-dev@disis.music.vt.edu</a>>,  sambjohnson94<br>
        <<a href="mailto:sambjohnson94@protonmail.com" rel="noreferrer noreferrer" target="_blank">sambjohnson94@protonmail.com</a>><br>
Subject: Re: [L2Ork-dev] Unable to login in GitLab<br>
Message-ID:<br>
        <<a href="mailto:CAOA7yC4irgW1Qqco1sJ9_r8WZEC--5DZ_HGUBFDJnAfO06QBOA@mail.gmail.com" rel="noreferrer noreferrer" target="_blank">CAOA7yC4irgW1Qqco1sJ9_r8WZEC--5DZ_HGUBFDJnAfO06QBOA@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="UTF-8"<br>
<br>
On Thu, Mar 11, 2021 at 3:11 PM sambjohnson94<br>
<<a href="mailto:sambjohnson94@protonmail.com" rel="noreferrer noreferrer" target="_blank">sambjohnson94@protonmail.com</a>> wrote:<br>
><br>
> Oh! I got the same error. I wasn't sure if I needed to email here, or what the protocol is (this is my first real open source contribution)<br>
<br>
Are you able to post now?<br>
<br>
-Jonathan<br>
<br>
><br>
> -Sammi<br>
><br>
><br>
><br>
> -------- Original Message --------<br>
> On Mar 11, 2021, 8:08 AM, Jonathan Wilkes < <a href="mailto:jon.w.wilkes@gmail.com" rel="noreferrer noreferrer" target="_blank">jon.w.wilkes@gmail.com</a>> wrote:<br>
><br>
><br>
> That's an anti-spam measure. I just approved you.<br>
><br>
> -Jonathan<br>
><br>
> On Thu, Mar 11, 2021 at 10:36 AM GUNJAN YADU <<a href="mailto:gunjanyadu6@gmail.com" rel="noreferrer noreferrer" target="_blank">gunjanyadu6@gmail.com</a>> wrote:<br>
> ><br>
> > This is the screenshot of the error I received.<br>
> ><br>
> ><br>
> > On Thu, Mar 11, 2021 at 8:58 PM GUNJAN YADU <<a href="mailto:gunjanyadu6@gmail.com" rel="noreferrer noreferrer" target="_blank">gunjanyadu6@gmail.com</a>> wrote:<br>
> >><br>
> >> Hello,<br>
> >> I am getting this text while I am trying to login to the GitLab after registering. Please guide me in this.<br>
> >> Your account is pending approval from your GitLab administrator and hence blocked. Please contact your GitLab administrator if you think this is an error.<br>
> >> Thank you<br>
> ><br>
> > _______________________________________________<br>
> > L2Ork-dev mailing list<br>
> > <a href="mailto:L2Ork-dev@disis.music.vt.edu" rel="noreferrer noreferrer" target="_blank">L2Ork-dev@disis.music.vt.edu</a><br>
> > <a href="https://disis.music.vt.edu/listinfo/l2ork-dev" rel="noreferrer noreferrer noreferrer" target="_blank">https://disis.music.vt.edu/listinfo/l2ork-dev</a><br>
> _______________________________________________<br>
> L2Ork-dev mailing list<br>
> <a href="mailto:L2Ork-dev@disis.music.vt.edu" rel="noreferrer noreferrer" target="_blank">L2Ork-dev@disis.music.vt.edu</a><br>
> <a href="https://disis.music.vt.edu/listinfo/l2ork-dev" rel="noreferrer noreferrer noreferrer" target="_blank">https://disis.music.vt.edu/listinfo/l2ork-dev</a><br>
><br>
> _______________________________________________<br>
> L2Ork-dev mailing list<br>
> <a href="mailto:L2Ork-dev@disis.music.vt.edu" rel="noreferrer noreferrer" target="_blank">L2Ork-dev@disis.music.vt.edu</a><br>
> <a href="https://disis.music.vt.edu/listinfo/l2ork-dev" rel="noreferrer noreferrer noreferrer" target="_blank">https://disis.music.vt.edu/listinfo/l2ork-dev</a><br>
<br>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Fri, 12 Mar 2021 17:18:28 +0530<br>
From: GUNJAN YADU <<a href="mailto:gunjanyadu6@gmail.com" rel="noreferrer noreferrer" target="_blank">gunjanyadu6@gmail.com</a>><br>
To: <a href="mailto:l2ork-dev@disis.music.vt.edu" rel="noreferrer noreferrer" target="_blank">l2ork-dev@disis.music.vt.edu</a><br>
Subject: [L2Ork-dev]  Doubt regarding the project<br>
Message-ID:<br>
        <CAAidRHFpq=<a href="mailto:PJQzbMzXQfeG78tDoBANfn_04rjO0%2BRt%2B40jcmHA@mail.gmail.com" rel="noreferrer noreferrer" target="_blank">PJQzbMzXQfeG78tDoBANfn_04rjO0+Rt+40jcmHA@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
Hello,<br>
I ran npm start, then in  <a href="http://localhost:5000" rel="noreferrer noreferrer noreferrer" target="_blank">http://localhost:5000</a> is shown as in the image<br>
attached. There is no menu bar, and there is nothing visible in the<br>
console. Is it okay, or Have I not set up the project properly. Please<br>
guide me.<br>
Thank you<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://disis.music.vt.edu/pipermail/l2ork-dev/attachments/20210312/fa3f3ce4/attachment.html" rel="noreferrer noreferrer noreferrer" target="_blank">http://disis.music.vt.edu/pipermail/l2ork-dev/attachments/20210312/fa3f3ce4/attachment.html</a>><br>
-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: purrDataLoading.png<br>
Type: image/png<br>
Size: 33521 bytes<br>
Desc: not available<br>
URL: <<a href="http://disis.music.vt.edu/pipermail/l2ork-dev/attachments/20210312/fa3f3ce4/attachment.png" rel="noreferrer noreferrer noreferrer" target="_blank">http://disis.music.vt.edu/pipermail/l2ork-dev/attachments/20210312/fa3f3ce4/attachment.png</a>><br>
<br>
------------------------------<br>
<br>
Subject: Digest Footer<br>
<br>
_______________________________________________<br>
L2Ork-dev mailing list<br>
<a href="mailto:L2Ork-dev@disis.music.vt.edu" rel="noreferrer noreferrer" target="_blank">L2Ork-dev@disis.music.vt.edu</a><br>
<a href="https://disis.music.vt.edu/listinfo/l2ork-dev" rel="noreferrer noreferrer noreferrer" target="_blank">https://disis.music.vt.edu/listinfo/l2ork-dev</a><br>
<br>
------------------------------<br>
<br>
End of L2Ork-dev Digest, Vol 89, Issue 12<br>
*****************************************<br>
</blockquote></div>