Is there any "Community" repositories yet?
Hello all, I spent this last weekend working on a piece using ChucK, and quite frankly, it was something that I had implemented using PD, but was never really able to get one part to work successfully (probably more due to a design flaw or something). But, I was very happy to say that, using ChucK, I not only got the basic parts to work, but I also got the part that I was having trouble with in PD. I am very impressed with ChucK. So, basically, I would like to start posting some of these things to get some feedback from others, as well as some critiques of both the programming as well as the resulting music/sound construction. Is there a part of the WIKI that can be accessed by regular users to post some things? Or should I just post something to the list here (as an attachment)? Thanks, Mike
On 19-Jan-06, at 11:01 AM, Mike McGonagle wrote:
Hello all,
I spent this last weekend working on a piece using ChucK, and quite frankly, it was something that I had implemented using PD, but was never really able to get one part to work successfully (probably more due to a design flaw or something). But, I was very happy to say that, using ChucK, I not only got the basic parts to work, but I also got the part that I was having trouble with in PD. I am very impressed with ChucK.
So, basically, I would like to start posting some of these things to get some feedback from others, as well as some critiques of both the programming as well as the resulting music/sound construction. Is there a part of the WIKI that can be accessed by regular users to post some things? Or should I just post something to the list here (as an attachment)?
You should post them on the WIKI in the ChucK Progams section. http://wiki.cs.princeton.edu/index.php/ChucK_Programs There are other examples of ChucK programs there. We are probably going to clean this up a bit. I have been doing a bit of work to make the WIKI a bit more useful and clean. I am certainly interested in your patches and hopefully they will give the wiki a bit more traffic so we can all post our stuff there. --art
On 1/19/06, Adam Tindale
You should post them on the WIKI in the ChucK Progams section.
And when I get to the upload page, it says that it is disabled.
http://wiki.cs.princeton.edu/index.php/ChucK_Programs
There are other examples of ChucK programs there. We are probably going to clean this up a bit. I have been doing a bit of work to make the WIKI a bit more useful and clean. I am certainly interested in your patches and hopefully they will give the wiki a bit more traffic so we can all post our stuff there.
I don't think it is a "probably", it has to be fixed, as the things that are posted there are nothing but gibberish. It looks like this is one of the few "forums" (for lack of a better name) that is being hosted by this WIKI, so it might be that there is little resources for the administration of the software. Are there any restrictions as to who can access and update things? I would be more than happy to help out in getting some things fixed and additional things added. Do they have a policy about non-students getting access? Thanks, Mike
--art
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
-- Help the Environment, Plant a Bush back in Texas!
Hi Mike, The key thing with all of this is time. We are all busy and so far the wiki has been low priority. Last night we found that a certain blackjack site had attacked the wiki and ruined all of the code entries. It has been like this for a long time but nobody has been using the wiki so there were no complaints. The wonderful sysadmins at princeton are in the process of reinstalling the whole wiki program and restoring it to a working state. We got attacked because the wiki is open, anyone can edit it. When it comes back online, hopefully today, it would be great if you would post your code and help us make it into something that more ChucKers would use and be interested in. -art On 20-Jan-06, at 11:32 AM, Mike McGonagle wrote:
On 1/19/06, Adam Tindale
wrote: You should post them on the WIKI in the ChucK Progams section.
And when I get to the upload page, it says that it is disabled.
http://wiki.cs.princeton.edu/index.php/ChucK_Programs
There are other examples of ChucK programs there. We are probably going to clean this up a bit. I have been doing a bit of work to make the WIKI a bit more useful and clean. I am certainly interested in your patches and hopefully they will give the wiki a bit more traffic so we can all post our stuff there.
I don't think it is a "probably", it has to be fixed, as the things that are posted there are nothing but gibberish. It looks like this is one of the few "forums" (for lack of a better name) that is being hosted by this WIKI, so it might be that there is little resources for the administration of the software. Are there any restrictions as to who can access and update things? I would be more than happy to help out in getting some things fixed and additional things added. Do they have a policy about non-students getting access?
Thanks,
Mike
--art
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
-- Help the Environment, Plant a Bush back in Texas! _______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
On 1/20/06, Adam Tindale
Hi Mike,
The key thing with all of this is time. We are all busy and so far the wiki has been low priority. Last night we found that a certain blackjack site had attacked the wiki and ruined all of the code entries. It has been like this for a long time but nobody has been using the wiki so there were no complaints. The wonderful sysadmins at princeton are in the process of reinstalling the whole wiki program and restoring it to a working state.
I hope that my words weren't taken as a criticism, as I do understand that time is very limited... having these things available is wonderful, and very much appreciated.
We got attacked because the wiki is open, anyone can edit it. When it comes back online, hopefully today, it would be great if you would post your code and help us make it into something that more ChucKers would use and be interested in.
One of the biggest bonus' of a WIKI is also its greatest weak-point. It is sad that there are a few people who make life difficult for others... I did notice that, while some of the code pages display as gibberish, if you try to edit the page, it will present the code as entered. So, do you think that I should go back in and make the changes to these things, as Ge said that they were due to how the WIKI handles the "PRE" tag? Thanks again, Mike
Greetings,
And when I get to the upload page, it says that it is disabled.
I think the wiki upload page has always been disabled, but this may change soon with the upcoming reinstall (see below).
I don't think it is a "probably", it has to be fixed, as the things that are posted there are nothing but gibberish.
As Adam mentioned, we are working with our systems staff to improve the wiki. Most likely a new version will be installed, and we will manually migrate the existing content to the new one, and doing house cleaning in the process. Also, new security policies will be in place to deter spammers. The gibberish is caused by incorrect wiki rendering of the HTML <pre> tag. Pages that insert blank spaces before lines of code will show up correctly, such as here: http://wiki.cs.princeton.edu/index.php/Snare.ck In the meantime, if you you can hit 'edit' to look at code that has been transformed into gibberish.
Are there any restrictions as to who can access and update things? I would be more than happy to help out in getting some things fixed and additional things added. Do they have a policy about non-students getting access?
I think the wiki will always be world-writable. In the upcoming wiki, you will have to register on the wiki to be able to edit pages (one attempt to reduce spam). We look forward to forging the wiki back into shape. Thanks! Best, Ge!
On 1/20/06, Ge Wang
Greetings,
And when I get to the upload page, it says that it is disabled.
I think the wiki upload page has always been disabled, but this may change soon with the upcoming reinstall (see below).
I don't think it is a "probably", it has to be fixed, as the things that are posted there are nothing but gibberish.
As Adam mentioned, we are working with our systems staff to improve the wiki. Most likely a new version will be installed, and we will manually migrate the existing content to the new one, and doing house cleaning in the process. Also, new security policies will be in place to deter spammers.
This is great.
The gibberish is caused by incorrect wiki rendering of the HTML <pre> tag. Pages that insert blank spaces before lines of code will show up correctly, such as here:
As I have said, I would be ready to volunteer to edit these things, I just don't want to take it upon myself to do this, without some sort of "go ahead".
In the meantime, if you you can hit 'edit' to look at code that has been transformed into gibberish.
yeah, I found this out. Thanks.
Are there any restrictions as to who can access and update things? I would be more than happy to help out in getting some things fixed and additional things added. Do they have a policy about non-students getting access?
I think the wiki will always be world-writable. In the upcoming wiki, you will have to register on the wiki to be able to edit pages (one attempt to reduce spam). We look forward to forging the wiki back into shape. Thanks!
Great. I will try to add the stuff that I have done. Mike
participants (3)
-
Adam Tindale
-
Ge Wang
-
Mike McGonagle