lib/import/nuke_grammar/utils.rb in tracksperanto-2.8.6 vs lib/import/nuke_grammar/utils.rb in tracksperanto-2.9.0
- old
+ new
@@ -1,5 +1,6 @@
+# -*- encoding : utf-8 -*-
class Tracksperanto::NukeGrammarUtils
SECTION_START = /^x(\d+)$/
KEYFRAME = /^([-\d\.]+)$/
# Scan a TCL curve expression into a number of tuples of [frame, value]
@@ -27,6 +28,6 @@
return tuples
end
end
tuples
end
-end
\ No newline at end of file
+end