Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Carlo Laurenzi
StroppaLibs
Commits
deb7fff8
Commit
deb7fff8
authored
Mar 08, 2016
by
Carlo Laurenzi
Browse files
Bug in Lib_Stroppa-Spat8.txt corrected.
parent
d686cfd4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Stroppa-SpatLib/zInclude/Lib_Stroppa-Spat8.txt
View file @
deb7fff8
...
...
@@ -98,12 +98,13 @@ if (@is_undef($source))
}
;; IGOTO method: same as goto, but with the possibility to specify a type of interpolation
; [to avoid the superposition of the last point of a previously running curve, with the first point
; of the current curve, arrive a little earlier at the end of the curve]
; [make sure that, if a previous curve was running, it is killed before the new one starts.]
@proc_def igoto($destination, $dur, $itp)
{
; print debut FlyingEngine $NOW for $dur seconds
; make sure that, if a previous curve was running, it is killed before the new one starts.
abort $last_igoto
abort $last_igoto
$last_igoto := {
curve FlyingEngine
@Grain := 0.05s,
...
...
@@ -115,16 +116,18 @@ if (@is_undef($source))
{
$x
{
{ ($coordinates) } @type "sine_in_out"
; to avoid the superposition of the last point of a previously running curve, with the first point
; of the current curve, arrive a little earlier at the end of the curve
($dur - 0.01) { ($initlevels($destination)) } @type $itp
{ ($coordinates) } @type $itp
($dur - 0.01) { ($initlevels($destination)) } @type $itp
}
}
}
$dur
;
print end FlyingEngine $NOW
;
$dur print end FlyingEngine $NOW
}
;; Random space local method
;_________________________________________________________________________________________
/**** Random Granular Spatial Movement Process
...
...
@@ -288,7 +291,6 @@ REMARK: spatial tables SHOULD have at lease TWO elements
}
; SPACE VOCABULARY: SEE EACH CONFIG FILE
;+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
...
...
Stroppa-SpatLib/zInclude/Lib_Stroppa-Spat8.txt_160226.zip
0 → 100644
View file @
deb7fff8
File added
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment