
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
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