<div style="color:rgb(0,0,0);font-family:arial,sans-serif;font-size:12pt"><p style="margin: 0.1rem 0; line-height: 1.0;">> <span style="color: #000000; font-family: 'Times New Roman'; font-size: medium; white-space: normal; float: none; display: inline;">So I guess it’s a matter of routing the pickedPoint to a sound location</span> </p>
<p style="margin: 0.1rem 0; line-height: 1.0;"> </p>
<p style="margin: 0.1rem 0; line-height: 1.0;">sure, route time of whatever to starttime of AudioClip.</p>
<p style="margin: 0.1rem 0; line-height: 1.0;">default plays once.</p>
<p style="margin: 0.1rem 0; line-height: 1.0;">they can play together</p>
<p style="margin: 0.1rem 0; line-height: 1.0;">Hmmmmm</p>
<p style="margin: 0.1rem 0; line-height: 1.0;">Joe. </p>
<p style="margin: 0.1rem 0; line-height: 1.0;"> </p>
<p style="margin: 0.1rem 0; line-height: 1.0;"> </p>
<p style="margin: 0.1rem 0; line-height: 1.0;"> </p>
</div>
<div class="elnk-inline-message-container" style="border-left: 1px solid #aaa; box-sizing: border-box; padding: 10px 0 10px 15px; margin: 0;">
<p>-----Original Message-----<br>From: Extensible 3D (X3D) Graphics public discussion <x3d-public@web3d.org><br>Sent: Mar 23, 2025 3:10 PM<br>To: X3D Graphics public mailing list <x3d-public@web3d.org><br>Cc: John Carlson <yottzumm@gmail.com><br>Subject: Re: [x3d-public] 3D sound with 3D graph.</p>
<p style="margin: 0.1rem 0; line-height: 1.0;"> </p>
<div dir="auto">This looks useful:</div>
<div dir="auto"> </div>
<div dir="auto">
<div><a href="https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/picking.html#LinePickSensor">https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/picking.html#LinePickSensor</a></div>
</div>
<div dir="auto">I guess I can make a 3D sound attached to the pickedPoint on a LineSet  I can also use pickedPoint here:</div>
<div dir="auto"> </div>
<div dir="auto">
<div><a href="https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/picking.html#PointPickSensor">https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/picking.html#PointPickSensor</a></div>
</div>
<div dir="auto">So I guess it’s a matter of routing the pickedPoint to a sound location.</div>
<div dir="auto"> </div>
<div dir="auto">So if I have a Sound.source AudioClip that I can move around by setting Sound.location to the pickedPoint with a ROUTE.</div>
<div dir="auto"> </div>
<div dir="auto">So really, I don’t need a bunch of sound nodes, but I think I need a bunch of Picking sensors for all the geometry?  Can someone help here?  Do I only need one LinePickSensor and one PointPickSensor for the entire scene?  Can I not rely on TouchSensor, except for announcing the label of a node or link?  Or do I need TouchSensor to enable and disable sound?</div>
<div dir="auto"> </div>
<div dir="auto">Hopefully I can vibe code some easily, but I’m not opposed to digging in and doing the work.</div>
<div dir="auto"> </div>
<div dir="auto">John</div>
<div><br>
<div class="gmail_quote gmail_quote_container">
<div class="gmail_attr" dir="ltr">On Sun, Mar 23, 2025 at 4:44 PM John Carlson <<a href="mailto:yottzumm@gmail.com">yottzumm@gmail.com</a>> wrote:</div>
<blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left-width: 1px; border-left-style: solid; padding-left: 1ex; border-left-color: #cccccc;">
<div>
<div dir="auto">Thanks for information, Holger, should be helpful.</div>
<div dir="auto"> </div>
<div dir="auto">I’ll try the set_bind suggestion in my examples to reset the view.</div>
<div dir="auto"> </div>
<div dir="auto">I looked at the sound examples TOC
<div dir="auto"><a href="https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/AudioSpatialSound/index.html" target="_blank" rel="noopener">https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/AudioSpatialSound/index.html</a> in the archive.  I’m looking for something that responds to something like picking, like a user input like TouchSensors that starts and stops a 3D Spatial sound attached to an object.  I’m guessing that there’s a start play and stop play on an audio source, which I can control with routes to and from a TouchSensor.</div>
<div dir="auto"> </div>
<div dir="auto">Another thing I’m looking for is how “deep” the picker is along a particular LineSet, so as i go along an arc from a near node to a far node, the sound becomes more distant as the picked point on the LineSet gets farther away.</div>
<div dir="auto"> </div>
<div dir="auto">I’ll look a bit into the Picking component.</div>
</div>
</div>
<div>
<div dir="auto"> </div>
<div dir="auto">John</div>
</div>
</blockquote>
</div>
</div>
</div>

<p style="margin: 0.1rem 0; line-height: 1.0;"> </p>