Re: Music ????

2009-10-19 Thread René Micout
Hello, Yes there is a BIG latence with Tilestack, too big to play piano... Bons souvenirs de Paris René Le 20 oct. 09 à 08:28, Thierry a écrit : Le 19 oct. 09 à 20:55, Richmond Mathewson a écrit : Yup, stirring the soup again: http://tilestack.com/stacks/Piano/ _

Re: Music ????

2009-10-19 Thread Thierry
Le 19 oct. 09 à 20:55, Richmond Mathewson a écrit : Yup, stirring the soup again: http://tilestack.com/stacks/Piano/ _ Hi Sir, You already can do that in Rev with MaestroJunior. Use the Maestro_Header() function and then play any note with Maestro( aNote ).

Re: Calling all open source developers

2009-10-19 Thread Peter Alcibiades
Richmond has a point, though, when he says: "to describe something which is written using a proprietary language and/or IDE as Open Source is potentially misleading" Open source is not about what it runs on. The main point of open source is that the source code shall be available, and modificat

Re: ANN: Stack Launcher

2009-10-19 Thread Sarah Reichelt
On Sun, Oct 18, 2009 at 9:50 PM, Mark Schonewille wrote: > Hello Snow Leopard users, > > Stack Launcher is a simple, small application that launches your stacks. It > was made to work around an incompatibility of Revolution with Mac OS X 10.6. > Just use Finder's Info window to tell Finder to open

Re: OT - quote of Picasso

2009-10-19 Thread Judy Perry
Well, what I formerly would point out to students is that the difference between a computer and a human being is that only a human being can decide what questions are worth asking, and therefore also worth answering... Google can give you answers (maybe!). See "The General" episode of "The Pri

Re: [ANN] animationEngine 3

2009-10-19 Thread Judy Perry
I wish I could remember more about this, but in the last couple of years I'd swear (hehehe) that somebody wrote a book on this that was reviewed on NPR... bloody h... er, I really want that book! Judy On Thu, 15 Oct 2009, J. Landman Gay wrote: I've heard about good research that supports thi

Re: How to filter a big list

2009-10-19 Thread Jim Ault
On Oct 19, 2009, at 1:49 PM, Jérôme Rosat wrote: I wish to filter a list which contains approximately 300'000 lines. I try the "filter ... with" command. It's slow. I try the "Repeat for each" loop but it's slower. Is it possible to use the "filter ... with" command and to "force" RunRev t

Re: How to filter a big list

2009-10-19 Thread Richard Gaskin
Jérôme Rosat wrote: I wish to filter a list which contains approximately 300'000 lines. I try the "filter ... with" command. It's slow. I try the "Repeat for each" loop but it's slower. Is it possible to use the "filter ... with" command and to "force" RunRev to check only one "item" of the

Re: How to filter a big list

2009-10-19 Thread Brian Yennie
I would suspect that the leading "*" is causing the most slowdown. That is going to force the filter command to search the entire line every time, since the "['-]" portion could be anywhere. Switching to SQLLite could work, but you are going to have to completely reformat your data. If you

Re: How to filter a big list

2009-10-19 Thread Mark Wieder
Jérôme- Monday, October 19, 2009, 3:51:30 PM, you wrote: > I use already a variable and my filter pattern is "*[' -]" & myString > & "*". Can you post the code you're using? Do you have enough physical memory to hold the entire list without page swapping? -- -Mark Wieder mwie...@ahsoftware.ne

Re: How to filter a big list

2009-10-19 Thread Jérôme Rosat
Thank you Sarah, Chris and Andre, I use already a variable and my filter pattern is "*[' -]" & myString & "*". I'm going to try with a SQLite database. Le 19 oct. 2009 à 23:49, Sarah Reichelt a écrit : On Tue, Oct 20, 2009 at 6:49 AM, Jérôme Rosat wrote: I wish to filter a list which con

Re: How to filter a big list

2009-10-19 Thread Sarah Reichelt
On Tue, Oct 20, 2009 at 6:49 AM, Jérôme Rosat wrote: > I wish to filter a list which contains approximately 300'000 lines. I try > the "filter ... with" command. It's slow. > > I try the "Repeat for each" loop but it's slower. > > Is it possible to use the "filter ... with" command and to "force"

Re: How to filter a big list

2009-10-19 Thread Chris Sheffield
Jérôme, Are you applying the filter to a text field? If so, try temporarily saving the field to a variable, applying the filter to the variable, then saving the variable back to the field. The speed should increase dramatically. If you're already doing this, I'm afraid I don't have anothe

Re: How to filter a big list

2009-10-19 Thread Andre Garzia
Bonjour Jérôme, you could achieve better results by converting this list to a SQLite database. If you want to keep using strings for this, then I suppose you could use some clever combination of sort by each to sort out things by specific columns. You can also use RegEx to find the chunks you wa

How to filter a big list

2009-10-19 Thread Jérôme Rosat
I wish to filter a list which contains approximately 300'000 lines. I try the "filter ... with" command. It's slow. I try the "Repeat for each" loop but it's slower. Is it possible to use the "filter ... with" command and to "force" RunRev to check only one "item" of the line and not the who

Music ????

2009-10-19 Thread Richmond Mathewson
Yup, stirring the soup again: http://tilestack.com/stacks/Piano/ ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/l

Re: Calling all open source developers

2009-10-19 Thread Richmond Mathewson
Peter Alcibiades wrote: Richmond, I am no expert, but isn't it a matter of the GPL? If its released under the GPL, and if source is supplied on demand, its open source. Now it may have been written in a proprietary language, but I think that is technically allowed. Though there will be those w

Re: Calling all open source developers

2009-10-19 Thread Peter Alcibiades
Richmond, I am no expert, but isn't it a matter of the GPL? If its released under the GPL, and if source is supplied on demand, its open source. Now it may have been written in a proprietary language, but I think that is technically allowed. Though there will be those who will object, and this

Re: Calling all open source developers

2009-10-19 Thread Richmond Mathewson
Thierry wrote: Le 19 oct. 09 à 18:48, Richmond Mathewson a écrit : Richard Gaskin wrote: I'm putting together some notes for an article at revJournal.com on open source projects done with Rev. If you're working on complete applications or even just components for the Rev community, let's u

Re: Calling all open source developers

2009-10-19 Thread Thierry
Le 19 oct. 09 à 18:48, Richmond Mathewson a écrit : Richard Gaskin wrote: I'm putting together some notes for an article at revJournal.com on open source projects done with Rev. If you're working on complete applications or even just components for the Rev community, let's use the pages a

Re: Calling all open source developers

2009-10-19 Thread Richard Gaskin
Richmond Mathewson wrote: Richard Gaskin wrote: I'm putting together some notes for an article at revJournal.com on open source projects done with Rev. If you're working on complete applications or even just components for the Rev community, let's use the pages at revJournal.com to help rais

Re: Calling all open source developers

2009-10-19 Thread Richmond Mathewson
Richard Gaskin wrote: I'm putting together some notes for an article at revJournal.com on open source projects done with Rev. If you're working on complete applications or even just components for the Rev community, let's use the pages at revJournal.com to help raise the visibility of your ef

Calling all open source developers

2009-10-19 Thread Richard Gaskin
I'm putting together some notes for an article at revJournal.com on open source projects done with Rev. If you're working on complete applications or even just components for the Rev community, let's use the pages at revJournal.com to help raise the visibility of your efforts. Please reply o

Re: OT - quote of Picasso

2009-10-19 Thread Richmond Mathewson
Peter Brigham MD wrote: On Oct 19, 2009, at 4:40 AM, Richmond Mathewson wrote: Thierry wrote: Le 19 oct. 09 à 01:57, Mick Collins a écrit : Computers are useless. They only give you answers. Pablo Picasso The computer can't tell you the emotional story. It can give you the exa

Re: OT - quote of Picasso

2009-10-19 Thread Richmond Mathewson
Ian Wood wrote: On 19 Oct 2009, at 09:40, Richmond Mathewson wrote: To which I would add, lest we forget: A computer is only as good as the person in front of it! Going a bit further OT, one of my headmasters liked to say that computers were more intelligent than a brick, but less int

Re: OT - quote of Picasso

2009-10-19 Thread Peter Brigham MD
On Oct 19, 2009, at 4:40 AM, Richmond Mathewson wrote: Thierry wrote: Le 19 oct. 09 à 01:57, Mick Collins a écrit : Computers are useless. They only give you answers. Pablo Picasso The computer can't tell you the emotional story. It can give you the exact mathematical design, b

Re: OT - quote of Picasso

2009-10-19 Thread Ian Wood
On 19 Oct 2009, at 09:40, Richmond Mathewson wrote: To which I would add, lest we forget: A computer is only as good as the person in front of it! Going a bit further OT, one of my headmasters liked to say that computers were more intelligent than a brick, but less intelligent than

Re: [On-Rev] Email masking

2009-10-19 Thread Dom
Sarah Reichelt wrote: > Using On-Rev scripting itself to encode the email could be done, but > it would mean that somewhere in the source files, you would have to > keep the actual address, so I prefer to encode first and just use the > encoded version in my pages. Hmmm... OKay! I will take a l

Re: OT - quote of Picasso

2009-10-19 Thread Richmond Mathewson
Thierry wrote: Le 19 oct. 09 à 01:57, Mick Collins a écrit : Computers are useless. They only give you answers. Pablo Picasso The computer can't tell you the emotional story. It can give you the exact mathematical design, but what's missing is the eyebrows. Frank Za