Let the developers know what you think of the software and what can be done to either improve the CFDG language or the Context Free program.
Moderators: MtnViewJohn , chris , mtnviewmark
kipling
Posts: 91 Joined: Wed Jun 18, 2008 2:36 am
Post
by kipling » Thu Feb 16, 2012 2:12 am
Hi MVJ/MVM
In CF 3.0 Beta (30) on Mac OS X I was trying this
Code: Select all
startshape S
CF::Size = [s 1.2]
CF::Time = [time 0 1]
shape S{
SQUARE[b 1 z -999 s 1.1 sat .2 time 0 0.1]
A[]
}
shape A{
SQUARE[time 0 -0.5]
loop 2 [ x .5 ] A [[ x -.25 s .45 1 r 88 time .5 0 timescale .5 b .05]]
}
and I got this
Code: Select all
Parse error - Unknown configuration parameter
with the hyperlink pointing to the CF::Time line. It seems to ignore this parameter.
MtnViewJohn
Site Admin
Posts: 882 Joined: Fri May 06, 2005 2:26 pm
Location: Mountain View, California
Contact:
Post
by MtnViewJohn » Thu Feb 16, 2012 8:42 am
That's the last one in the alphabetical list. Off by one error.