<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[how to control os x Ventura&#x27;s volume from PD?]]></title><description><![CDATA[<p>hi, i'm using ggee/shell from ventura. sending &quot;ls&quot; does present my mac os folders, so i guess it is working fine.<br />
from the terminal i use.  ( osascript -e &quot;set volume output volume 50&quot; ) and this works well.<br />
however this doesn't work from PD. any ideas?</p>
<p>thanks</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/15147/how-to-control-os-x-ventura-s-volume-from-pd</link><generator>RSS for Node</generator><lastBuildDate>Wed, 09 Sep 2026 06:55:03 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/15147.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 09 Jun 2025 01:08:22 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to how to control os x Ventura&#x27;s volume from PD? on Mon, 09 Jun 2025 01:08:22 GMT]]></title><description><![CDATA[<p>hi, i'm using ggee/shell from ventura. sending &quot;ls&quot; does present my mac os folders, so i guess it is working fine.<br />
from the terminal i use.  ( osascript -e &quot;set volume output volume 50&quot; ) and this works well.<br />
however this doesn't work from PD. any ideas?</p>
<p>thanks</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/15147/how-to-control-os-x-ventura-s-volume-from-pd</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/15147/how-to-control-os-x-ventura-s-volume-from-pd</guid><dc:creator><![CDATA[autogusto]]></dc:creator><pubDate>Mon, 09 Jun 2025 01:08:22 GMT</pubDate></item><item><title><![CDATA[Reply to how to control os x Ventura&#x27;s volume from PD? on Mon, 16 Jun 2025 12:23:17 GMT]]></title><description><![CDATA[<p>Hey, I ran into something similar on Ventura. The trick that worked for me was wrapping the osascript call in a small shell script and calling that from PD instead of running the AppleScript directly.</p>
<p>So instead of:<br />
osascript -e &quot;set volume output volume 50&quot;</p>
<p>Try creating a shell script like this:</p>
<p>bash<br />
Copy<br />
Edit<br />
#!/bin/bash<br />
osascript -e &quot;set volume output volume 50&quot;<br />
Save it as <a href="http://setvol.sh" rel="nofollow">setvol.sh</a>, make it executable (chmod +x <a href="http://setvol.sh" rel="nofollow">setvol.sh</a>), and then call it from PD using ggee/shell.</p>
<p>This worked for me when the direct call was silently failing inside PD. Let me know if it helps!</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/15147/how-to-control-os-x-ventura-s-volume-from-pd/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/15147/how-to-control-os-x-ventura-s-volume-from-pd/2</guid><dc:creator><![CDATA[kaivatony]]></dc:creator><pubDate>Mon, 16 Jun 2025 12:23:17 GMT</pubDate></item></channel></rss>