<div dir="ltr">After running <a href="http://pd.com">pd.com</a>, I got errors for two files not found:<br>`The code execution cannot proceed because 

libgcc_s_seh-1.dll was not found. Reinstalling the program may fix this problem.`<br>`The code execution cannot proceed because

libwinpthread-1.dll

was not found. Reinstalling the program may fix this problem.`  <br> libgcc_s_seh-1.dll<div>libwinpthread-1.dll<br><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, 20 Mar 2021 at 00:42, Jonathan Wilkes <<a href="mailto:jon.w.wilkes@gmail.com">jon.w.wilkes@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Fri, Mar 19, 2021 at 7:37 PM Atseosi Idogho<br>
<<a href="mailto:atseosi.idogho@ucdconnect.ie" target="_blank">atseosi.idogho@ucdconnect.ie</a>> wrote:<br>
><br>
> No errors it's just loading and not opening.<br>
<br>
Try <a href="http://pd.com" rel="noreferrer" target="_blank">pd.com</a> on the command line and see if any errors are output.<br>
<br>
-Jonathan<br>
<br>
><br>
> On Fri, 19 Mar 2021 at 23:34, Jonathan Wilkes <<a href="mailto:jon.w.wilkes@gmail.com" target="_blank">jon.w.wilkes@gmail.com</a>> wrote:<br>
>><br>
>> On Fri, Mar 19, 2021 at 7:31 PM Atseosi Idogho<br>
>> <<a href="mailto:atseosi.idogho@ucdconnect.ie" target="_blank">atseosi.idogho@ucdconnect.ie</a>> wrote:<br>
>> ><br>
>> > Hey,<br>
>> > I was able to successfully run the make and the setup thanks again for all your help. I commented out the file `libdl.dll` and it was able to complete the build with no errors. I am still unable to run `pd.exe` for some reason though. It might be because of this libdl.dll file but I am not sure.<br>
>><br>
>> libdl shouldn't be needed to run Pd.<br>
>><br>
>> What errors are you getting?<br>
>><br>
>> -Jonathan<br>
>><br>
>> > Atseosi.<br>
>> ><br>
>> ><br>
>> > On Fri, 19 Mar 2021 at 17:33, Jonathan Wilkes <<a href="mailto:jon.w.wilkes@gmail.com" target="_blank">jon.w.wilkes@gmail.com</a>> wrote:<br>
>> >><br>
>> >> On Fri, Mar 19, 2021 at 1:21 PM Atseosi Idogho<br>
>> >> <<a href="mailto:atseosi.idogho@ucdconnect.ie" target="_blank">atseosi.idogho@ucdconnect.ie</a>> wrote:<br>
>> >> ><br>
>> >> > Hey,<br>
>> >> > So I changed the lua53.dll file to lua54.dll successfully, but there are still a bunch of errors and files missing. [build file included to show remaining errors]<br>
>> >> > Is this a similar issue and if so how do I check which files need to be changed?<br>
>> >> > Thanks,<br>
>> >> > Atseosi.<br>
>> >> ><br>
>> >> > <a href="https://paste.gnome.org/pdzn4ny95" rel="noreferrer" target="_blank">https://paste.gnome.org/pdzn4ny95</a><br>
>> >><br>
>> >> I clicked the link but got a 404.<br>
>> >><br>
>> >> -Jonathan<br>
>> >><br>
>> >> ><br>
>> >> > On Thu, 18 Mar 2021 at 16:13, Jonathan Wilkes <<a href="mailto:jon.w.wilkes@gmail.com" target="_blank">jon.w.wilkes@gmail.com</a>> wrote:<br>
>> >> >><br>
>> >> >> On Wed, Mar 17, 2021 at 11:48 PM Atseosi Idogho<br>
>> >> >> <<a href="mailto:atseosi.idogho@ucdconnect.ie" target="_blank">atseosi.idogho@ucdconnect.ie</a>> wrote:<br>
>> >> >> ><br>
>> >> >> > Hey,<br>
>> >> >> > I'm attempting to change the build system to refer to lua54.dll but I am unsure how.<br>
>> >> >> > I decided to look into the directory `file:/C:/msys64/home/User/purr-data/externals/pd-lua` on my system and I found the following code in the Makefile<br>
>> >> >> > `<br>
>> >> >> > # This assumes an installation of Lua 5.3 from source,<br>
>> >> >> > # cf. <a href="https://www.lua.org/download.html" rel="noreferrer" target="_blank">https://www.lua.org/download.html</a><br>
>> >> >> ><br>
>> >> >> > LUA_CFLAGS = -I/usr/local/include<br>
>> >> >> > LUA_LIBS   = -L/usr/local/lib -llua<br>
>> >> >> ><br>
>> >> >><br>
>> >> >> First thing is to search for a reference to the lua53.dll that the<br>
>> >> >> makefile is trying to install.<br>
>> >> >><br>
>> >> >> -Jonathan<br>
>> >> >><br>
>> >> >> > `<br>
>> >> >> > Am I going about this is the right way? Apologies if this isn't the right way to ask for assistance on this kind of thing.<br>
>> >> >> > Best,<br>
>> >> >> > Atseosi<br>
>> >> >> ><br>
>> >> >> > On Wed, 17 Mar 2021 at 23:12, Jonathan Wilkes <<a href="mailto:jon.w.wilkes@gmail.com" target="_blank">jon.w.wilkes@gmail.com</a>> wrote:<br>
>> >> >> >><br>
>> >> >> >> On Wed, Mar 17, 2021 at 5:24 PM Atseosi Idogho<br>
>> >> >> >> <<a href="mailto:atseosi.idogho@ucdconnect.ie" target="_blank">atseosi.idogho@ucdconnect.ie</a>> wrote:<br>
>> >> >> >> ><br>
>> >> >> >> > I have a file called `lua.exe` and another called `lua54.dll`<br>
>> >> >> >> > I just reinstalled the dependencies just in case and I got warnings saying that they were all already up to date.<br>
>> >> >> >><br>
>> >> >> >> Ok, I see the problem:<br>
>> >> >> >><br>
>> >> >> >> * for Windows, our build system currently hard-codes the filename for<br>
>> >> >> >> lua53.dll in the build files<br>
>> >> >> >> * msys2 has updated its lua version<br>
>> >> >> >><br>
>> >> >> >> We don't run into this problem on OSX because there's a script that<br>
>> >> >> >> finds all the necessary dependencies automatically. But on Windows,<br>
>> >> >> >> we've simply hard-coded all the deps.<br>
>> >> >> >><br>
>> >> >> >> So here's an exercise-- change our build system to refer to the<br>
>> >> >> >> lua54.dll instead of lua53.dll<br>
>> >> >> >><br>
>> >> >> >> If anyone wants a more challenging exercise-- change our build system<br>
>> >> >> >> so that all the run-time dependencies for the Windows msys2 are<br>
>> >> >> >> automatically searched and copied. :)<br>
>> >> >> >><br>
>> >> >> >> Best,<br>
>> >> >> >> Jonathan<br>
>> >> >> >><br>
>> >> >> >> ><br>
>> >> >> >> > On Wed, 17 Mar 2021 at 21:21, Jonathan Wilkes <<a href="mailto:jon.w.wilkes@gmail.com" target="_blank">jon.w.wilkes@gmail.com</a>> wrote:<br>
>> >> >> >> >><br>
>> >> >> >> >> Specifically,<br>
>> >> >> >> >><br>
>> >> >> >> >> `install: cannot stat '/mingw64/bin/lua53.dll': No such file or directory`<br>
>> >> >> >> >><br>
>> >> >> >> >> Is there a lua* file in /mingw64/bin/ ? If so, what is it?<br>
>> >> >> >> >><br>
>> >> >> >> >> -Jonathan<br>
>> >> >> >> >><br>
>> >> >> >> >><br>
>> >> >> >> >> On Wed, Mar 17, 2021 at 5:15 PM Atseosi Idogho<br>
>> >> >> >> >> <<a href="mailto:atseosi.idogho@ucdconnect.ie" target="_blank">atseosi.idogho@ucdconnect.ie</a>> wrote:<br>
>> >> >> >> >> ><br>
>> >> >> >> >> > Thanks for the advice @Prateek. here is the paste gnome link<br>
>> >> >> >> >> > Thanks again,<br>
>> >> >> >> >> > Atseosi.<br>
>> >> >> >> >> ><br>
>> >> >> >> >> > On Wed, 17 Mar 2021 at 18:48, Prateek Pardeshi <<a href="mailto:prateekpardeshi9@gmail.com" target="_blank">prateekpardeshi9@gmail.com</a>> wrote:<br>
>> >> >> >> >> >><br>
>> >> >> >> >> >> Hi, I'm not sure about the installation in windows but I'd advise you to use online paste tools such as <a href="http://paste.gnome.org" rel="noreferrer" target="_blank">paste.gnome.org</a>, for pasting/sharing your errors instead of making a google doc for it. This makes the formatting easy and also maintains the code indentation.<br>
>> >> >> >> >> >><br>
>> >> >> >> >> >> Regards,<br>
>> >> >> >> >> >> Prateek<br>
>> >> >> >> >> >><br>
>> >> >> >> >> >> On Wed, 17 Mar 2021 at 19:52, Atseosi Idogho <<a href="mailto:atseosi.idogho@ucdconnect.ie" target="_blank">atseosi.idogho@ucdconnect.ie</a>> wrote:<br>
>> >> >> >> >> >>><br>
>> >> >> >> >> >>> Here is a google doc with it.<br>
>> >> >> >> >> >>> Thanks,<br>
>> >> >> >> >> >>> Atseosi.<br>
>> >> >> >> >> >>><br>
>> >> >> >> >> >>> On Tue, 16 Mar 2021 at 19:58, Jonathan Wilkes <<a href="mailto:jon.w.wilkes@gmail.com" target="_blank">jon.w.wilkes@gmail.com</a>> wrote:<br>
>> >> >> >> >> >>>><br>
>> >> >> >> >> >>>> On Tue, Mar 16, 2021 at 2:49 PM Atseosi Idogho <<a href="mailto:atseosi.idogho@ucdconnect.ie" target="_blank">atseosi.idogho@ucdconnect.ie</a>> wrote:<br>
>> >> >> >> >> >>>>><br>
>> >> >> >> >> >>>>> Thanks again for all the help.<br>
>> >> >> >> >> >>>>> I keep getting these errors from trying to make `purr data` that I am not sure how to troubleshoot<br>
>> >> >> >> >> >>>>> Is there a troubleshoot FAQ somewhere? Or can I send you the errors? They seem to be with the makefile for some reason. I've installed all the dependencies three times with no luck.<br>
>> >> >> >> >> >>>>> Thanks again,<br>
>> >> >> >> >> >>>><br>
>> >> >> >> >> >>>><br>
>> >> >> >> >> >>>> Please post a build log somewhere and post the link on this list. Also-- please use text and not a screenshot.<br>
>> >> >> >> >> >>>><br>
>> >> >> >> >> >>>> Best,<br>
>> >> >> >> >> >>>> Jonathan<br>
>> >> >> >> >> >>>><br>
>> >> >> >> >> >>>>><br>
>> >> >> >> >> >>>>> Atseosi<br>
>> >> >> >> >> >>>>><br>
>> >> >> >> >> >>>>> On Tue, 16 Mar 2021 at 00:29, Jonathan Wilkes <<a href="mailto:jon.w.wilkes@gmail.com" target="_blank">jon.w.wilkes@gmail.com</a>> wrote:<br>
>> >> >> >> >> >>>>>><br>
>> >> >> >> >> >>>>>> On Mon, Mar 15, 2021 at 6:01 PM Atseosi Idogho <<a href="mailto:atseosi.idogho@ucdconnect.ie" target="_blank">atseosi.idogho@ucdconnect.ie</a>> wrote:<br>
>> >> >> >> >> >>>>>>><br>
>> >> >> >> >> >>>>>>> Hey,<br>
>> >> >> >> >> >>>>>>> These are the contents of the subdirectory "purr-data"<br>
>> >> >> >> >> >>>>>>><br>
>> >> >> >> >> >>>>>>> The picture I included before is all the files in the directory "Purr Data". That's the directory I got from running the "Purr Data PD_VERSOPM(64-bit).exe" file.<br>
>> >> >> >> >> >>>>>>> Thanks,<br>
>> >> >> >> >> >>>>>>> Atseosi.<br>
>> >> >> >> >> >>>>>><br>
>> >> >> >> >> >>>>>><br>
>> >> >> >> >> >>>>>> Something went wrong. Symptoms:<br>
>> >> >> >> >> >>>>>><br>
>> >> >> >> >> >>>>>> 1. Your installer file has the string "PD_VERSION" instead of the actual version<br>
>> >> >> >> >> >>>>>><br>
>> >> >> >> >> >>>>>> 2. The installer is less than 2 megabytes!<br>
>> >> >> >> >> >>>>>><br>
>> >> >> >> >> >>>>>> I'd suggest going back through the instructions and make sure you properly installed all the necessary dependencies.<br>
>> >> >> >> >> >>>>>><br>
>> >> >> >> >> >>>>>> Best,<br>
>> >> >> >> >> >>>>>> Jonathan<br>
>> >> >> >> >> >>>>>><br>
>> >> >> >> >> >>>>>>><br>
>> >> >> >> >> >>>>>>><br>
>> >> >> >> >> >>>>>>> On Mon, 15 Mar 2021 at 21:49, Jonathan Wilkes <<a href="mailto:jon.w.wilkes@gmail.com" target="_blank">jon.w.wilkes@gmail.com</a>> wrote:<br>
>> >> >> >> >> >>>>>>>><br>
>> >> >> >> >> >>>>>>>> On Mon, Mar 15, 2021 at 4:07 PM Atseosi Idogho <<a href="mailto:atseosi.idogho@ucdconnect.ie" target="_blank">atseosi.idogho@ucdconnect.ie</a>> wrote:<br>
>> >> >> >> >> >>>>>>>>><br>
>> >> >> >> >> >>>>>>>>> Hey,<br>
>> >> >> >> >> >>>>>>>>> Thanks for the help! I realised that something had gone wrong when I was originally making PD on my system and it didn't download all of the necessary files. This is a really dumb question but, I'm not fully sure if I have built PD properly on my system as this is all I have got from running the setup executable<br>
>> >> >> >> >> >>>>>>>>> Thanks in advance,<br>
>> >> >> >> >> >>>>>>>>> Atseosi.<br>
>> >> >> >> >> >>>>>>>>><br>
>> >> >> >> >> >>>>>>>><br>
>> >> >> >> >> >>>>>>>> I don't know what you're looking at there.<br>
>> >> >> >> >> >>>>>>>><br>
>> >> >> >> >> >>>>>>>> What are the contents of the subdirectory "purr-data"?<br>
>> >> >> >> >> >>>>>>>><br>
>> >> >> >> >> >>>>>>>> -Jonathan<br>
>> >> >> >> >> >>>>>>>><br>
>> >> >> >> >> >>>>>>>><br>
>> >> >> >> >> >>>>>>>>><br>
>> >> >> >> >> >>>>>>>>> On Mon, 15 Mar 2021 at 01:41, Jonathan Wilkes <<a href="mailto:jon.w.wilkes@gmail.com" target="_blank">jon.w.wilkes@gmail.com</a>> wrote:<br>
>> >> >> >> >> >>>>>>>>>><br>
>> >> >> >> >> >>>>>>>>>> > I've located the purr-data file on my system but I can't seem to find the setup file. I may be looking in the wrong place could anyone assist me with this?<br>
>> >> >> >> >> >>>>>>>>>><br>
>> >> >> >> >> >>>>>>>>>> When you say you've "located the purr-data file" what is the name of the file?<br>
>> >> >> >> >> >>>>>>>>>><br>
>> >> >> >> >> >>>>>>>>>> You should see an installer file that ends with the extension ".exe"<br>
>> >> >> >> >> >>>>>>>>>><br>
>> >> >> >> >> >>>>>>>>>> -Jonathan<br>
>> >> >> >> >> >>>>>>>>>> _______________________________________________<br>
>> >> >> >> >> >>>>>>>>>> L2Ork-dev mailing list<br>
>> >> >> >> >> >>>>>>>>>> <a href="mailto:L2Ork-dev@disis.music.vt.edu" target="_blank">L2Ork-dev@disis.music.vt.edu</a><br>
>> >> >> >> >> >>>>>>>>>> <a href="https://disis.music.vt.edu/listinfo/l2ork-dev" rel="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" target="_blank">L2Ork-dev@disis.music.vt.edu</a><br>
>> >> >> >> >> >>>>>>>>> <a href="https://disis.music.vt.edu/listinfo/l2ork-dev" rel="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" target="_blank">L2Ork-dev@disis.music.vt.edu</a><br>
>> >> >> >> >> >>>>>>>> <a href="https://disis.music.vt.edu/listinfo/l2ork-dev" rel="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" target="_blank">L2Ork-dev@disis.music.vt.edu</a><br>
>> >> >> >> >> >>>>>>> <a href="https://disis.music.vt.edu/listinfo/l2ork-dev" rel="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" target="_blank">L2Ork-dev@disis.music.vt.edu</a><br>
>> >> >> >> >> >>>>>> <a href="https://disis.music.vt.edu/listinfo/l2ork-dev" rel="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" target="_blank">L2Ork-dev@disis.music.vt.edu</a><br>
>> >> >> >> >> >>>>> <a href="https://disis.music.vt.edu/listinfo/l2ork-dev" rel="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" target="_blank">L2Ork-dev@disis.music.vt.edu</a><br>
>> >> >> >> >> >>>> <a href="https://disis.music.vt.edu/listinfo/l2ork-dev" rel="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" target="_blank">L2Ork-dev@disis.music.vt.edu</a><br>
>> >> >> >> >> >>> <a href="https://disis.music.vt.edu/listinfo/l2ork-dev" rel="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" target="_blank">L2Ork-dev@disis.music.vt.edu</a><br>
>> >> >> >> >> >> <a href="https://disis.music.vt.edu/listinfo/l2ork-dev" rel="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" target="_blank">L2Ork-dev@disis.music.vt.edu</a><br>
>> >> >> >> >> > <a href="https://disis.music.vt.edu/listinfo/l2ork-dev" rel="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" target="_blank">L2Ork-dev@disis.music.vt.edu</a><br>
>> >> >> >> >> <a href="https://disis.music.vt.edu/listinfo/l2ork-dev" rel="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" target="_blank">L2Ork-dev@disis.music.vt.edu</a><br>
>> >> >> >> > <a href="https://disis.music.vt.edu/listinfo/l2ork-dev" rel="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" target="_blank">L2Ork-dev@disis.music.vt.edu</a><br>
>> >> >> >> <a href="https://disis.music.vt.edu/listinfo/l2ork-dev" rel="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" target="_blank">L2Ork-dev@disis.music.vt.edu</a><br>
>> >> >> > <a href="https://disis.music.vt.edu/listinfo/l2ork-dev" rel="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" target="_blank">L2Ork-dev@disis.music.vt.edu</a><br>
>> >> >> <a href="https://disis.music.vt.edu/listinfo/l2ork-dev" rel="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" target="_blank">L2Ork-dev@disis.music.vt.edu</a><br>
>> >> > <a href="https://disis.music.vt.edu/listinfo/l2ork-dev" rel="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" target="_blank">L2Ork-dev@disis.music.vt.edu</a><br>
>> >> <a href="https://disis.music.vt.edu/listinfo/l2ork-dev" rel="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" target="_blank">L2Ork-dev@disis.music.vt.edu</a><br>
>> > <a href="https://disis.music.vt.edu/listinfo/l2ork-dev" rel="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" target="_blank">L2Ork-dev@disis.music.vt.edu</a><br>
>> <a href="https://disis.music.vt.edu/listinfo/l2ork-dev" rel="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" target="_blank">L2Ork-dev@disis.music.vt.edu</a><br>
> <a href="https://disis.music.vt.edu/listinfo/l2ork-dev" rel="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" target="_blank">L2Ork-dev@disis.music.vt.edu</a><br>
<a href="https://disis.music.vt.edu/listinfo/l2ork-dev" rel="noreferrer" target="_blank">https://disis.music.vt.edu/listinfo/l2ork-dev</a></blockquote></div>