Search the web
Sign In
New User? Sign Up
SuperCard
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 29138 - 29169 of 43656   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
29138
Hi David The decimal number 1246774599 in hex is: 4A504547 J in dec is 74 and in hex 4A P in dec is 80 and in hex 50 etc. All you need for deciphering is dec...
Lorenz Tschudi
ltschudich
Offline Send Email
Jun 1, 2005
8:50 am
29139
BTW you can also use hex values for mdfind: mdfind "kMDItemFSTypeCode = 0x4D444F78" (for 'MDOx') mdfind "kMDItemFSTypeCode = 0x4A504547" (for 'JPEG') For...
Lorenz Tschudi
ltschudich
Offline Send Email
Jun 1, 2005
9:51 am
29140
... Hi DCS, I made a function for you. Math geniuses might know of a simpler way. :-) function typeCode intCode get intCode put numToChar(it/256^3) after...
Tomas Franzén
tomasfranzen
Offline Send Email
Jun 1, 2005
10:36 am
29141
... Not that I'm a math genius but I'll try my luck ;-) function typeCode intCode put 0 into n get intCode mod 256 repeat while it > 0 put numToChar(it) before...
Stéphane Leys
nemoid2002
Offline Send Email
Jun 1, 2005
12:31 pm
29143
There we go! I didn't think of looking at the numbers in hex. Thanks Lorenz! DCS ... string? ... etc......
onetriadrr
Offline Send Email
Jun 1, 2005
5:50 pm
29144
The scary part... it's starting to make sense to me... THE END must be near. Here's a kink... i've noticed one instance of a negative integer type code. I'm...
onetriadrr
Offline Send Email
Jun 1, 2005
6:37 pm
29146
OK, I need some off-topic info... Anyone of you SuperCard people ever used other graphical or diagrammatical programming languages or other rapid development ...
Randall Reetz
randall_reetz
Offline Send Email
Jun 1, 2005
6:42 pm
29147
... In Quickdraw there is a data structure called a Region, which is basically a compact way of storing an arbitrary 2D shape. The actual layout is not fully ...
catkeeper@...
walktowardst...
Offline Send Email
Jun 1, 2005
6:49 pm
29148
Hi, Does anyone know of a neater way to convert aiff files to wav files with SC than appleScript and QT player? cheers John...
John Johnston
troutcolor
Offline Send Email
Jun 1, 2005
7:46 pm
29149
Anyone know how to determine if a mounted disk is remote. Why do I ask? I've found that some xternals silently fail if a path param resolves to a remote...
onetriadrr
Offline Send Email
Jun 1, 2005
7:54 pm
29150
... Hi, --function to return is disk is on local system or network --based on script posted to SC list by Tomas function islocal pdisk return script...
John Johnston
troutcolor
Offline Send Email
Jun 1, 2005
7:58 pm
29151
... Applescript and iTunes? Never tried it, but all the parts should be there, and iTunes can do a folder at a time - Quicktime needs you to "Export As..."...
Joe Koomen
joekoomen
Offline Send Email
Jun 1, 2005
7:59 pm
29152
Thanks John/Tom! In the spirit of "beggers shouldn't be choosy"... IMHO the best senario would be an appropriate error return from the xternal. DCS...
onetriadrr
Offline Send Email
Jun 1, 2005
8:19 pm
29153
This may be a little off topic but does apply to my SC Plotting program. I want to smooth out a curve mathematically in it's y-axis only. An example, for this...
Robert Ladle
pitchypaws
Offline Send Email
Jun 1, 2005
8:39 pm
29154
Hi all, I may have asked this many moons ago but can't remember. Getting old. When using the edit filter "my Filter" of cd grc "myPict" call the dialogue box...
Terry Heaford
haden_young
Offline Send Email
Jun 1, 2005
8:43 pm
29155
Hi Bob What you might want to do is a 'moving average'. If you search Google you will find the information on how it is done specifically. Lorenz...
Lorenz Tschudi
ltschudich
Offline Send Email
Jun 1, 2005
8:45 pm
29156
Hi Mark, First, thank you for your time and knowledge, to respond. I hope others on the list can benefit from it as well ... Of course you _do_ realize I never...
Ken Norris
pixelbird2000
Offline Send Email
Jun 1, 2005
9:34 pm
29157
Hi John, ... What if you invoke the QTRecordSound external (Xtend) to record as .wav, then play back the .aif file, then stop everything. You'd have to pay...
Ken Norris
pixelbird2000
Offline Send Email
Jun 1, 2005
9:39 pm
29158
Oops-- ... That is supposed to read: a number of different factors I could NOT get to form a repeatable pattern. All the best, Ken N....
Ken Norris
pixelbird2000
Offline Send Email
Jun 1, 2005
9:45 pm
29159
... << To do that it sums the the various structureRgn grcs and subtracts the knockoutRgn grcs. What's left gets returned to the window mgr, which uses it as ...
catkeeper@...
walktowardst...
Offline Send Email
Jun 1, 2005
10:08 pm
29160
... Hi Joe, Sounds good. I am trying to go all the way from aiff/mov that SC can record to mp3. I can use lame and shell to get from wav to mp3. But it is...
John Johnston
troutcolor
Offline Send Email
Jun 1, 2005
10:17 pm
29161
... hi Ken, I didn't know you could make QTRecordSound produce wav files. I've only used it to produce .mov files. I was planning to use QTRecordSound and...
John Johnston
troutcolor
Offline Send Email
Jun 1, 2005
10:28 pm
29162
Hi John, Have you tried converting aiff to mp3 with lame? lame -h file.aif file.mp3 ... Ian B [Non-text portions of this message have been removed]...
Ian Bridges
inpersonoz
Offline Send Email
Jun 1, 2005
11:26 pm
29163
... See that' s non-sequitur to me. Neither rectangle encloses the other. All the best, Ken N....
Ken Norris
pixelbird2000
Offline Send Email
Jun 2, 2005
12:26 am
29164
Hi John, ... Well,, ya got me. I made a little recorder last year because I needed to run some sound tests, and I used QTSoundRecord with my own UI, I thought,...
Ken Norris
pixelbird2000
Offline Send Email
Jun 2, 2005
1:22 am
29165
... Oops, I mean QTRecordSound. All the best, Ken N....
Ken Norris
pixelbird2000
Offline Send Email
Jun 2, 2005
2:04 am
29166
... I feel pretty lame for asking, but I give up -- what is 'lame'? All the best, Ken N....
Ken Norris
pixelbird2000
Offline Send Email
Jun 2, 2005
2:07 am
29167
http://lame.sourceforge.net/ DCS...
onetriadrr
Offline Send Email
Jun 2, 2005
2:45 am
29168
... OK, so it's some kind of code. How would, one use it with SC? All the best, Ken N....
Ken Norris
pixelbird2000
Offline Send Email
Jun 2, 2005
3:10 am
29169
Hi Ian, Yes but the file did not convert properly. BUT I just tried again using a file recorded with QTRecordSound converted with MoovToSound and then lame in...
John Johnston
troutcolor
Offline Send Email
Jun 2, 2005
4:35 am
Messages 29138 - 29169 of 43656   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help