SHUO ZHANG
  • Homepage
  • Publications
  • Talks/tutorials
  • CV
  • About
  • 繁
  • NewsLog
  • Misc.
  • Homepage
  • Publications
  • Talks/tutorials
  • CV
  • About
  • 繁
  • NewsLog
  • Misc.

NEWSBLOG

praat new syntax problem on command line

11/19/2013

0 Comments

 
surprisingly, the following code appears to be not working on command line, in which you can see that the old "printline" works just fine where as the new "appendInfoLine" is thrown off by the for loop on command line. Presumably this should work fine on the GUI. Paul Boersma has confirmed this problem in a post and will fix this in praat 5.3.59.
for i from 1 to 3
appendInfoLine("appendInfoLine: ",i)
printline printline: 'i'
endfor

This produces the following output in the info window:

appendInfoLine: 1
printline: 1
appendInfoLine: 2
printline: 2
appendInfoLine: 3
printline: 3

but the following in my terminal:

appendInfoLine: 1
printline: 1
appendInfoLine: 1
appendInfoLine: 2
printline: 2
appendInfoLine: 1
appendInfoLine: 2
appendInfoLine: 3
printline: 3
0 Comments



Leave a Reply.

    computing-log

    A log of developer's updates,problems, tricks, documentations,etc. Use Categories to find your topic of interest.

    Categories

    All
    Audio Signal Processing
    Character Encoding
    Links
    Pitch Synth
    Pitch-synth
    Praat Scripting
    Python
    R Stats
    R-stats
    Yaml

    Regular blog"
    file cabin
    MTG_Collection
    R log@MIW

    Picture

    Archives

    November 2013
    October 2013
    September 2013
    August 2013

    RSS Feed

Powered by Create your own unique website with customizable templates.