[L2Ork-dev] L2Ork-dev Digest, Vol 89, Issue 12

Prakhar Agarwal prakhar at everything.net.in
Fri Mar 12 07:39:18 EST 2021


@gunjan
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.

On Fri, 12 Mar, 2021, 5:18 pm , <l2ork-dev-request at disis.music.vt.edu>
wrote:

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


More information about the L2Ork-dev mailing list