r3wp [groups: 83 posts: 189283]
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r3wp

[Announce] Announcements only - use Ann-reply to chat

Mchean
9-Apr-2009
[628]
congratulations!
Maarten
10-Apr-2009
[629]
Congratulations Robert!
Anton
12-Apr-2009
[630]
No, the best group for this is the "births & deaths" group.
shadwolf
12-Apr-2009
[631x2]
... damn on the day of my death i will have to post on this group^:P
is there a "I'm in heaven with angels group" too ?
Robert
14-Apr-2009
[633x2]
Thanks a lot to all of you.
Maybe a "baby born" group really makes sense...
Maxim
18-Apr-2009
[635]
rebol babies  (like they do for movie productions)
ICarii
19-Apr-2009
[636]
Working on a R2 virtual piano/synth with sheet music display etc. 
 Currently reads in a song+timings and has the ability to play and 
write in Windows/etc RIFF/wav format.
http://rebol.mustard.co.nz/synth2.rfor those interested.
jocko
19-Apr-2009
[637]
nice looking program
ICarii
19-Apr-2009
[638]
Synth 0.0.3 released.
http://rebol.mustard.co.nz/synth2.r

0.0.3	lots of bugfixes
	added safety error trap to play-song

 added ability to put chords inside song block as a block [C4 [C4 
 E4 G4] [E4 G4] G4...]

 please note that this still uses a single entry in the timing block
	sheet music now displays chords
	added multi-channel support (really 1 or 2 channels atm)
	8bit and 16bit sound added 
	added a new song to show chords/multi-note in operation
[unknown: 5]
19-Apr-2009
[639x2]
You should have it highlight each note in yellow as it is playing. 
 It will give it a bit of an interactive feel.
Rather yellow glow around the note.  I didn't mean make the note 
yellow.
ICarii
19-Apr-2009
[641]
it will eventually - just working on the mechanics first
amacleod
20-Apr-2009
[642]
Can't reach hte site. Down?
ICarii
20-Apr-2009
[643]
site was probably doing nightly server update
ICarii
21-Apr-2009
[644]
synth updated.
0.0.4	added bars into song format for better readability
	totally rewrote multi-note handling

 fixed endian issue with 16bit samples - 16bit chords still sound 
 horrible..
	added progress indicator when building songs
	added status info on sample size / play time
	added more note symbols to cater for different timings and rests
http://rebol.mustard.co.nz/synth2.r
Alan
22-Apr-2009
[645]
timing out here
ICarii
22-Apr-2009
[646]
sigh.. i need to find a new host (free) mustard is too unreliable 
:(
Rebolek
22-Apr-2009
[647]
what about rebol.org ?
Graham
22-Apr-2009
[648]
free sites don't always cut the mustard
DideC
24-Apr-2009
[649]
Announcements only - use Ann-reply to chat [web-public]
Janko
13-May-2009
[650]
Site Assistant, which is fully made in REBOL, has been released as 
public beta. This means you can all sign-up (for free) and try it 
 -- and report me the bugs :)

I am trying to get the core system stable and tested, features will 
still be added. S-A frontend runs on Cheyenne, and backend bots are 
also written in REBOL.
http://www.site-assistant.com
amacleod
13-May-2009
[651]
Your account was created

You can sign up now.

Should be "sign in"


Its so hard to catch all those little typos without others eyes...


I'm going to try it out, Janko. I'll give you any  feed back I come 
up with.
Janko
13-May-2009
[652]
( I will reply in Ann-Reply )
amacleod
13-May-2009
[653]
Got an RSP error when I tried to change the global setting for expiration 
notification from 5 to 10 days. I had no groups added yet so that 
might be part of it.
Ladislav
17-May-2009
[654]
yet another Parse-related text; a corrected version of my older article: 
http://www.rebol.net/wiki/Parse_versus_RE
PeterWood
23-May-2009
[655]
I have published the string encoding utlilties that I wrote for rebol.org 
in the script library. They no doubt pale in comparison to those 
Gabriele has written but may help until his are finally released 
for publication.


The script package includes a minimal set of unit tests and some 
rudimentary documentation.

http://www.rebol.org/documentation.r?script=str-enc-utils.r
Maxim
24-May-2009
[656]
yep, its probably going into mod_remark  :-)
Ladislav
31-May-2009
[657]
Identity, Bindology and Parse versus RE articles


the above articles have been revamped and moved to: http://www.rebol.net/wiki/Identity
, http://www.rebol.net/wiki/Bindology, http://www.rebol.net/wiki/Parse_versus_RE
. When checking, do not forget to read and comment the http://www.rebol.net/wiki/Decimals-64#Rounding
section in DevBase.
Ladislav
4-Jun-2009
[658]
The Include function (see http://www.fm.tul.cz/~ladislav/rebol/#section-4.1
) has a couple of improvements:


*introduction of Include-supporting comments (faster, than Comment), 
that can be either "stripped off" by Include or kept, depending on 
the KEEP-COMMENTS variable (if the variable is defined, comments 
are kept, otherwise they are stripped off)

*support of embedded scripts as described in http://www.rebol.com/docs/core23/rebolcore-5.html#section-2
Ladislav
12-Jun-2009
[659x2]
http://www.rebol.net/wiki/Inclusion_Methods#INCLUDE- my contribution 
to the discussion
Janko: give it a look, I would be surprised, if it didn't suit user's 
needs better than PREREBOL or DO
Robert
13-Jun-2009
[661]
From experience I can agree to Lad's statement. It's really a very 
useful INCLUDE, especially if combined with the SDK.
Ladislav
13-Jun-2009
[662]
http://www.rebol.net/wiki/INCLUDE_documentation
Janko
13-Jun-2009
[663x2]
I will look at it .. but I don't know much about this yet .. I haven't 
yet used PREREBOL  and I use do in only the basic way
I looked at the docs and it seems really cool ..
Ladislav
13-Jun-2009
[665]
http://www.fm.vslib.cz/~ladislav/rebol/include.r: error reporting 
made more comfortable
Gregg
13-Jun-2009
[666]
INCLUDE is very nice. What I think it still missing from the wiki 
are cons about the lower level alternatives with regard to higher 
level "standards". e.g. with LOAD and custom scripts you can do anything, 
sure, but there is no standard model, so each system is ad hoc.
Ladislav
13-Jun-2009
[667x2]
right you are, don't you want to add your idea to the discussion? 
(you are good at formulating things,  better than I am)
I added point #8 to http://www.rebol.net/wiki/Inclusion_Methods#General_Needs, 
I suppose that is what you mean
Gregg
13-Jun-2009
[669]
I'll try to make time to give it some more thought and update the 
wiki.
Ladislav
14-Jun-2009
[670]
Section http://www.rebol.net/wiki/Inclusion_Methods#PREBOL_.28INCLUDE_dialect.29_keywords
added
Janko
21-Jun-2009
[671]
Another rebol + cheyenne website : http://www.qwikitxt.com/


I am cheating a little this time since it reuses most of qwikitodo 
:)  ... I have made a screencast for the lazy ones to see the features 
a little deeper inside.. :  http://www.screencast.com/t/yRUawmvIB
(like visual diffing between versions)
amacleod
21-Jun-2009
[672]
cute...I could see it being useful..
Carl
25-Jun-2009
[673x3]
www.rebol.org is being moved by the ISP to a faster server.  I'm 
not sure they understand what's really involved, so it is very likely 
that the site is going to break.
I'm posting this message here, because I'm not sure if the ISP knows 
who to contact for REBOL.org.  (Well, actually, I'm not totally sure 
either, because it was/is a team effort.  Last I recall, Sunanda 
was the primary person -- please excuse me if I am incorrect.)
If you need to reach me -- the fastest method is to send me a message 
on R3 Chat.
xavier
25-Jun-2009
[676]
it means that rebol 3 will be released in a few ?
Carl
25-Jun-2009
[677]
BTW, #51 is rebol.org on R3 chat.