-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathfluid.waveform~.maxref.xml
More file actions
138 lines (116 loc) · 3.98 KB
/
Copy pathfluid.waveform~.maxref.xml
File metadata and controls
138 lines (116 loc) · 3.98 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<?xml version='1.0' encoding='utf-8' standalone='yes'?>
<?xml-stylesheet href="./_c74_ref.xsl" type="text/xsl"?>
<!--
Part of the Fluid Corpus Manipulation Project (http://www.flucoma.org/)
Copyright University of Huddersfield.
Licensed under the BSD-3 License.
See license.md file in the project root for full license information.
This project has received funding from the European Research Council (ERC)
under the European Union’s Horizon 2020 research and innovation programme
(grant agreement No 725899).
-->
<c74object name='fluid.waveform~' category='FluidCorpusManipulation'>
<digest>Visualise audio waveforms and data.</digest>
<description>A JSUI object for visualising waveforms, feature data, slices and spectrograms.</description>
<discussion>
<h4><openfilelink filename="Fluid Corpus Manipulation Toolkit.maxpat">Open the Overview Patch</openfilelink></h4>
The fluid.waveform~ object is designed for visualising audio waveforms, feature data, slices and spectrograms. This is a convenient way to interrogate analysis, or visualise the results of processes.
<p>fluid.waveform~ is part of the Fluid Decomposition Toolkit of the FluCoMa project. For more explanations, learning material, and discussions on its musicianly uses, visit <a href="http://www.flucoma.org/">flucoma.org</a>.</p>
</discussion>
<!--METADATA-->
<metadatalist>
<metadata name='author'>FluCoMa</metadata>
<metadata name='tag'>Fluid Decomposition</metadata>
<metadata name='tag'>corpus</metadata>
</metadatalist>
<inletlist>
</inletlist>
<outletlist>
</outletlist>
<objarglist>
</objarglist>
<!--MESSAGES-->
<methodlist>
<method name='waveform'>
<arglist>
<arg name='buffer' optional='0' type='symbol' />
<arg name='color' optional='1' type='symbol' />
</arglist>
<digest>
</digest>
<description>
Paint a waveform from a buffer.
</description>
</method>
<method name='features'>
<arglist>
<arg name='buffer' optional='0' type='symbol' />
<arg name='color' optional='1' type='symbol' />
</arglist>
<digest>
</digest>
<description>
Paint a feature curve from a buffer.
</description>
</method>
<method name='image'>
<arglist>
<arg name='buffer' optional='0' type='symbol' />
</arglist>
<digest>
</digest>
<description>
Construct an image from a two-dimensional buffer~ of values, such as a spectrogram.
</description>
</method>
<method name='slices'>
<arglist>
<arg name='markers buffer' optional='0' type='symbol' />
<arg name='reference' optional='0' type='symbol' />
</arglist>
<digest>
</digest>
<description>
Paint vertical slices stored in a buffer~ onto the waveform. These markers can be moved, deleted, and added manually too.
</description>
</method>
<method name='remove'>
<arglist>
<arg name='layer' optional='0' type='symbol' />
</arglist>
<digest>
</digest>
<description>
Remove a specific layer from the waveform.
</description>
</method>
<method name='clear'>
<arglist>
</arglist>
<digest>
</digest>
<description>
Reset the state of the object.
</description>
</method>
<method name='bgcolor'>
<arglist>
</arglist>
<digest>
</digest>
<description>
Set the background color.
</description>
</method>
</methodlist>
<!--MESSAGES-->
<!--ATTRIBUTES-->
<attributelist>
</attributelist>
<!--ATTRIBUTES-->
<!--RELATED-->
<seealsolist>
<seealso name='fluid.waveform~'/>
</seealsolist>
<!--RELATED-->
</c74object>