Adds the name of notes into a string attribute.


## Description

This node is designed to work with audio nodes, and the event/raycast


## Parameters

<table>
<thead>
	<tr>
		<th>Name</th>
		<th>Type</th>
		<th>Description</th>
	</tr>
</thead>
<tr>
	<td>class</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>the attribute class (geometry or object)</td>
</tr>
<tr>
	<td>name</td>
	<td><div class='bg-purple-800 px-2 py-px text-white rounded-sm'>string</div></td>
	<td>attribute name</td>
</tr>
<tr>
	<td>toctave</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>adds an octave attribute</td>
</tr>
<tr>
	<td>octaveName</td>
	<td><div class='bg-purple-800 px-2 py-px text-white rounded-sm'>string</div></td>
	<td>octave attribute name</td>
</tr>
<tr>
	<td>startOctave</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>octave to start iterating the notes from</td>
</tr>
<tr>
	<td>endOctave</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>last octave up to which the nodes will be added</td>
</tr>
<tr>
	<td>outOfRangeBehavior</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>behavior if there are more objects than notes within the selected octave range</td>
</tr>
</table>