-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcpran.yaml
More file actions
34 lines (31 loc) · 1.26 KB
/
cpran.yaml
File metadata and controls
34 lines (31 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
Plugin: vieweach
Homepage: http://cpran.net/plugins/vieweach
Version: 0.0.19
Maintainer: José Joaquín Atria <jjatria@gmail.com>
Depends:
praat: 5.4.16+
Plugins:
selection: 0.0.1+
strutils: 0.0.1+
utils: 0.0.6+
Recommends:
License: GPL3
Readme: readme.md
Description:
Short: a set of customizable procedures to iterate through sets of objects
Long: >
One recurrent task in Praat is to iterate through a number of objects of
different types to examine them in detail, make manual editions, etc.
This plugin provides commands to iterate through sets of objects opening
an editor to _view each_ object in turn. Hence the name. Thanks to the
selection management procedures provided by cpran/selection, the
iteration is unaffected by changes in the selection and even by the
removal of previously selected objects.
The commands provided rely on a set of procedures that also expose a large
number of hooks to make it easier to customize the behaviour of the
iteration. This effectively gives a proficient programmer complete control
over what happens at every step of the iteration in a reliable and robust
way.
Note: the "View each" commands do not work properly on Praat versions
earlier than 5.4.16 for Mac.