About CAL

  • Thread starter Thread starter SergeD
  • Start date Start date
SergeD

SergeD

New member
Hi everybody,

I discovered Cal programming this week, very interesting...

But How could I have a good tutor to let me learn seriously about this programming tool ? Only in specialized books or somewhere in the Web ?


Learn enough to do something like wether start a loop from the first event to the last event, rather start a loop from the last event to the first event ?

(do
(forEachEvent
(do
(if (== Event.Kind NOTE)
(do
(-= Note.Dur 1)
)
)
)
)
)

SergeD
 
Thanks Moskus for the link,

This cal forum has some threads.

SergeD
 
Just download CAL Tutor 2.1 from my server...
It's ooold cool application that teachs you understand CAL programing Language. I dunno if it's copyrighted or not, all I know it's very helpfull... :cool: (...you tell me...:rolleyes: )

http://jamesargo.150m.com/CALTUTOR.JAM

(Right click, save target as)

My hosting server doesn't allow me to store .exe files, so once downloaded, change the extension from .JAM to .EXE, and run the installation program... It's never been this easy...

Moskus, can your hosting server (Cakewalk FAQ) handle .exe files ? If so, then we should move this one to your server... :cool:
 
...and that's why I'm sooo goood working with CAL !!! :cool:
 
James Argo said:
Moskus, can your hosting server (Cakewalk FAQ) handle .exe files ? If so, then we should move this one to your server... :cool:
I don't know, I've never tried. But now I have a reason for trying! :D

I'll see what I can do...
 
James,

What a nice gift!

You deserve to draw the next megabucks lottery.

Here are the numbers: 07-10-14-22-28-33

SergeD
 
Just installed it, James! It's great!

Do you have one for Studioware-programming? ;)
 
I read somewhere that HS2002 doesn't support CAL.

I do not understand since I am able to run Cal scripts in my HS2002...

SergeD
 
You're right. According to this page, HS doesen't support CAL, sorry... :(
 
Moskus,


HS2002 does not support CAL Programming Language Support

Yes but still I run my Call scripts in HS2002 when I hit the Ctrl-F1 keys.

Does it mean you can develop cal scripts with Sonar but not with HS2002 ?

SergeD
 
moskus said:
Just installed it, James! It's great!

Do you have one for Studioware-programming? ;)

:cool: No... I don't have it. But if I win the lottery SergeD mentioned, I'll be damn sure to hire some programmer to make some, and I'll release it for free... :D

Hang on, SergeD, I'm on my way to Las Vegas :D

Does it mean you can develop cal scripts with Sonar but not with HS2002 ?

Well, I dunno much about HS2002 CAL feature. But I never write CAL with SONAR yet, instead I've always writen in Cakewalk Pro 3. It runs just fine in SONAR anyway... Can you write some in HS2002 ? Have a trial. Or you can write with notepad, save, and change the extension .txt to .CAL to see if it works... I think it won't take that long to try...

;)
Jaymz
 
James,

It is exactly what I did. The Cal file is modified with notepad and I run the script in HS2002.

"Does not support CAL Programming Language Support" means that we can not change lines in cal files from HS2002 like we do with Sonar.

Now It is clear in my mind...

SergeD
 
See...? Now we've learnt something from you.

;)
Jaymz
 
Back
Top