Search found 638 matches
- Wed Feb 17, 2021 3:21 am
- Forum: Games
- Topic: “Coding Nine LiveCode Games” by Scott McDonald?
- Replies: 11
- Views: 1320
Re: “Coding Nine LiveCode Games” by Scott McDonald?
Anyways, the livecode source is in the public domain and the eBook is now licensed under Attribution 4.0 International (CC BY 4.0). You can get them from: http://zone.livecodehosting.com/download/Coding-Nine-LiveCode-Games-2020.pdf http://zone.livecodehosting.com/download/Coding-Nine-LiveCode-Games...
- Thu Feb 11, 2021 9:09 pm
- Forum: Talking LiveCode
- Topic: Fun With APNG & LC
- Replies: 23
- Views: 1973
Re: Fun With APNG & LC
Hi Thierry, It was so long ago, that I do not remember but surely was related to crc 32 byte alignment. Testing again, I found this simple error calculating the crc32 of this text: !"#$%&'()*+,-./0123456789:;<=>? @ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_ `abcdefghijklmnopqrstuvwxyz{|}~ ¡¢£¤¥¦§¨©ª«¬ ®¯°±²³´µ¶...
- Wed Feb 10, 2021 8:45 pm
- Forum: Multimedia
- Topic: Variable-length quantity in Midi files
- Replies: 10
- Views: 4118
Re: Variable-length quantity in Midi files
Hi Paul,
Thanks a lot for your detailed answer!
Al
Thanks a lot for your detailed answer!
Al
- Wed Feb 10, 2021 4:31 am
- Forum: Multimedia
- Topic: Variable-length quantity in Midi files
- Replies: 10
- Views: 4118
Re: Variable-length quantity in Midi files
Hi Paul,
Many Thanks for creating all Midi utilities!
Do you have a step by step tutorial for the
install order and configuring on Mac?
Al
Many Thanks for creating all Midi utilities!
Do you have a step by step tutorial for the
install order and configuring on Mac?
Al
- Wed Feb 10, 2021 1:43 am
- Forum: Talking LiveCode
- Topic: Fun With APNG & LC
- Replies: 23
- Views: 1973
Re: Fun With APNG & LC
Hi Istech, According to this webpage https://github.com/Michaelangel007/crc32 the stack produces a hash for crc32b. In fact, I posted this stack long, long time ago, and back then discovered that hashing some kind of data produces wrong results. Using the crc32b produced by the built-in Livecode fun...
- Mon Feb 08, 2021 6:48 am
- Forum: Multimedia
- Topic: Variable-length quantity in Midi files
- Replies: 10
- Views: 4118
Re: Variable-length quantity in Midi files
Hi Paul, I was looking for creating a LiveCode version of Mozart Dice Musical Game :D but have to stop until I finish some pending work... http://sunsite.univie.ac.at/Mozart/dice/ Al After all, I made this Mozart Dice Musical Game. Download from this forum thread: http://forums.livecode.com/viewtop...
- Mon Feb 08, 2021 5:40 am
- Forum: Multimedia
- Topic: Mozart's Musikalisches Würfelspiel
- Replies: 7
- Views: 1286
Re: Mozart's Musikalisches Würfelspiel
Hi Richmond, Probably, you need to merge the wave sounds in a single file. Check the attached stack named "MergeWAV02". Before using this stack download all the wave sounds from the page that you posted: http://www.cs.cornell.edu/courses/cs100j/2006fa/assignments/a5/a5.html Unzip all wave files in a...
- Wed May 20, 2020 11:54 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: player looping problem
- Replies: 16
- Views: 5785
Re: player looping problem
Interesting topic!
https://www.compuphase.com/mp3/mp3loops.htm
https://www.compuphase.com/mp3/mp3loops.htm
- Sat Apr 11, 2020 11:50 pm
- Forum: Off-Topic
- Topic: Wait...WHAT?!?
- Replies: 18
- Views: 4094
Re: Wait...WHAT?!?
This explains it all:
https://devclass.com/2020/04/06/kids-pr ... v-rankings
https://devclass.com/2020/04/06/kids-pr ... v-rankings
- Thu Mar 26, 2020 3:57 am
- Forum: Announcements
- Topic: LiveCodeShare upgrade in progress
- Replies: 4
- Views: 1635
Re: LiveCodeShare upgrade in progress
Why an android app have the same name?
https://play.google.com/store/apps/deta ... ecodeshare
https://play.google.com/store/apps/deta ... ecodeshare
- Fri Feb 14, 2020 11:48 pm
- Forum: Multimedia
- Topic: RevSpeak or Text-to-Speech for French
- Replies: 11
- Views: 3813
Re: RevSpeak or Text-to-Speech for French
Just for reference, check this old thread on the forum:
viewtopic.php?f=10&t=32997
viewtopic.php?f=10&t=32997
- Wed Feb 12, 2020 3:27 am
- Forum: Feature Proposals
- Topic: Replace LiveCode Script with JavaScript, forever
- Replies: 98
- Views: 28684
Re: Replace LiveCode Script with JavaScript, forever
Hi Thierry,
Many Thanks for answering the request in this thread.
At some moment, Did you announced a python external too?
Or Did someone else announced it?
https://forums.livecode.com/viewtopic.php?t=17989
Al
Many Thanks for answering the request in this thread.
At some moment, Did you announced a python external too?
Or Did someone else announced it?
https://forums.livecode.com/viewtopic.php?t=17989
Al
- Mon Feb 10, 2020 8:40 pm
- Forum: Multimedia
- Topic: Fast method for counting RGB values of an image
- Replies: 18
- Views: 6750
Re: Fast method for counting RGB values of an image
Oh... Then if we put the imagedata in a variable,
and use LCB to make the conversion of binary data
this is still slower than LCS.
When is LCB faster than LCS?
Al
and use LCB to make the conversion of binary data
this is still slower than LCS.

When is LCB faster than LCS?
Al
- Mon Feb 10, 2020 2:32 am
- Forum: Multimedia
- Topic: Fast method for counting RGB values of an image
- Replies: 18
- Views: 6750
Re: Fast method for counting RGB values of an image
Just for curiosity, Could a LC Builder function works faster than Javascript?
I don't know how to use LC Builder so I could not test myself...
Al
I don't know how to use LC Builder so I could not test myself...
Al
- Wed Feb 05, 2020 1:32 am
- Forum: Converting to LiveCode
- Topic: Sudoku Code [was: python code I'm trying to copy over to LC]
- Replies: 26
- Views: 7332
Re: Python code I'm trying to copy over to LC
Just for reference: Jim Hurley wrote a Sudoku application using LiveCode
http://jamesphurley.com/Sudoku.htm
http://jamesphurley.com/Sudoku.htm