<?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 do I make a button with rounded edges in vanilla using [bng]]]></title><description><![CDATA[<p>Can anyone point me to a tutorial on how to edit the look of a [bng] to look more like a button with rounded edges in vanilla if it is possible.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/12142/how-do-i-make-a-button-with-rounded-edges-in-vanilla-using-bng</link><generator>RSS for Node</generator><lastBuildDate>Sat, 16 May 2026 21:25:32 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/12142.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 29 Jun 2019 16:07:12 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How do I make a button with rounded edges in vanilla using [bng] on Sat, 29 Jun 2019 16:07:12 GMT]]></title><description><![CDATA[<p>Can anyone point me to a tutorial on how to edit the look of a [bng] to look more like a button with rounded edges in vanilla if it is possible.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/12142/how-do-i-make-a-button-with-rounded-edges-in-vanilla-using-bng</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/12142/how-do-i-make-a-button-with-rounded-edges-in-vanilla-using-bng</guid><dc:creator><![CDATA[RetroMaximus]]></dc:creator><pubDate>Sat, 29 Jun 2019 16:07:12 GMT</pubDate></item><item><title><![CDATA[Reply to How do I make a button with rounded edges in vanilla using [bng] on Sat, 29 Jun 2019 16:45:13 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/retromaximus">@RetroMaximus</a></p>
<ol>
<li>Make your own external.</li>
<li>Blanking the square outline with 4 white canvasses will work.<br />
Giving the bang send and receive addresses will remove the inlet and outlet too...... <a href="/uploads/files/1561826624356-button-o.pd">button-O.pd</a></li>
<li>Data structures.  More complex but probably the best method.<br />
David.</li>
</ol>
]]></description><link>http://forum.pdpatchrepo.info/topic/12142/how-do-i-make-a-button-with-rounded-edges-in-vanilla-using-bng/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/12142/how-do-i-make-a-button-with-rounded-edges-in-vanilla-using-bng/2</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Sat, 29 Jun 2019 16:45:13 GMT</pubDate></item><item><title><![CDATA[Reply to How do I make a button with rounded edges in vanilla using [bng] on Mon, 01 Jul 2019 19:37:43 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/whale-av">@whale-av</a> Ok I see what you did here. I will be looking into data structures. Thx</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/12142/how-do-i-make-a-button-with-rounded-edges-in-vanilla-using-bng/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/12142/how-do-i-make-a-button-with-rounded-edges-in-vanilla-using-bng/3</guid><dc:creator><![CDATA[RetroMaximus]]></dc:creator><pubDate>Mon, 01 Jul 2019 19:37:43 GMT</pubDate></item><item><title><![CDATA[Reply to How do I make a button with rounded edges in vanilla using [bng] on Mon, 01 Jul 2019 21:02:51 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/retromaximus">@RetroMaximus</a> Data structures are a way to do it, but they are also somewhat limited.</p>
<p>Here is an example for a simple bang that achieves some roundness at the corners just by having a thick border: <a href="/uploads/files/1562014237178-structbang.pd">structbang.pd</a></p>
<p><img src="/uploads/files/1562014226572-bildschirmfoto-vom-2019-07-01-22-48-22.png" alt="Bildschirmfoto vom 2019-07-01 22-48-22.png" class="img-responsive img-markdown" /></p>
<p>To see what is currently possible in regards to roundness, you can have a look at the work of <a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/balwyn">@Balwyn</a>:</p>
<ul>
<li><a href="https://forum.pdpatchrepo.info/topic/10146/scalar-knob" rel="nofollow">https://forum.pdpatchrepo.info/topic/10146/scalar-knob</a></li>
<li><a href="https://forum.pdpatchrepo.info/topic/10838/no-mouse-external-some-success" rel="nofollow">https://forum.pdpatchrepo.info/topic/10838/no-mouse-external-some-success</a></li>
</ul>
]]></description><link>http://forum.pdpatchrepo.info/topic/12142/how-do-i-make-a-button-with-rounded-edges-in-vanilla-using-bng/4</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/12142/how-do-i-make-a-button-with-rounded-edges-in-vanilla-using-bng/4</guid><dc:creator><![CDATA[ingox]]></dc:creator><pubDate>Mon, 01 Jul 2019 21:02:51 GMT</pubDate></item><item><title><![CDATA[Reply to How do I make a button with rounded edges in vanilla using [bng] on Mon, 01 Jul 2019 21:08:24 GMT]]></title><description><![CDATA[<p>Simplified: <a href="/uploads/files/1562015292472-structbang.pd">structbang.pd</a></p>
<p><img src="/uploads/files/1562015302624-bildschirmfoto-vom-2019-07-01-23-07-31.png" alt="Bildschirmfoto vom 2019-07-01 23-07-31.png" class="img-responsive img-markdown" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/12142/how-do-i-make-a-button-with-rounded-edges-in-vanilla-using-bng/5</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/12142/how-do-i-make-a-button-with-rounded-edges-in-vanilla-using-bng/5</guid><dc:creator><![CDATA[ingox]]></dc:creator><pubDate>Mon, 01 Jul 2019 21:08:24 GMT</pubDate></item><item><title><![CDATA[Reply to How do I make a button with rounded edges in vanilla using [bng] on Tue, 02 Jul 2019 03:20:40 GMT]]></title><description><![CDATA[<p>Ok I'm going to play around with that. If you wouldn't mind giving me your thoughts on what I came up with.<br />
<img src="/uploads/files/1562037014785-ezbtn.jpg" alt="EzBtn.jpg" class="img-responsive img-markdown" /><br />
So as of now I need to do 2 more things. Resizes all of the bng's after [loadbang] to the height of the button because bng's can only be square. This is to ensure there is a bang behind the canvas if the button size changes. I have multiple bng's connected to the first bang in the abstract and you can see what it is sent to [bangbtn-$0]. And this is successful whenever I click on the canvas even tho it is above the bng object. I do see a &quot;bangbtn-2104: bang&quot; for example in the pd console.</p>
<p>I need to figure out how to set the canvas size of [OBBang 1 100 17 ] to hide the remaining bng's that should not be shown. I found this doc that showed a small piano and this is the way it described on how to make a custom button.:/ and now I cant seam to find the link to that site but anyways moving along.</p>
<p>I should note I have the inner canvas adjusting successfully to the correct size I'm confused about struct's</p>
<p>This second image displays how it currently looks when its load in a parent abstract. In this case the Sample Editor.<br />
<img src="/uploads/files/1562037135331-ezbtn2.jpg" alt="EzBtn2.jpg" class="img-responsive img-markdown" /></p>
<p>I have been reading that I have to use [struct] to adjust the canvas size somehow but im not to versed on struct aside from that I haven't found anything on creating bng's and any other objects after loadbang as of yet to get rid of all those bng objects in the abstract before it is loaded.<br />
That way I can create something to populate a string of bng objects after [loadbang] to make a cleaner abstract.</p>
<p>Any sort of direction is appreciated.<br />
<a href="/uploads/files/1562037613892-obbang.pd">OBBang.pd</a></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/12142/how-do-i-make-a-button-with-rounded-edges-in-vanilla-using-bng/6</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/12142/how-do-i-make-a-button-with-rounded-edges-in-vanilla-using-bng/6</guid><dc:creator><![CDATA[RetroMaximus]]></dc:creator><pubDate>Tue, 02 Jul 2019 03:20:40 GMT</pubDate></item><item><title><![CDATA[Reply to How do I make a button with rounded edges in vanilla using [bng] on Tue, 02 Jul 2019 03:27:46 GMT]]></title><description><![CDATA[<p>I have been using this site to reference and slowly build this abstract.  <a href="http://www.pd-tutorial.com/english/ch05s02.html" rel="nofollow">Visuals 5.2.1 Theory</a></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/12142/how-do-i-make-a-button-with-rounded-edges-in-vanilla-using-bng/7</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/12142/how-do-i-make-a-button-with-rounded-edges-in-vanilla-using-bng/7</guid><dc:creator><![CDATA[RetroMaximus]]></dc:creator><pubDate>Tue, 02 Jul 2019 03:27:46 GMT</pubDate></item><item><title><![CDATA[Reply to How do I make a button with rounded edges in vanilla using [bng] on Tue, 02 Jul 2019 05:29:15 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/retromaximus">@RetroMaximus</a> Another attempt with data structures: <a href="/uploads/files/1562045078751-structbang.pd">structbang.pd</a></p>
<p><img src="/uploads/files/1562045065727-bildschirmfoto-vom-2019-07-02-07-23-26.png" alt="Bildschirmfoto vom 2019-07-02 07-23-26.png" class="img-responsive img-markdown" /></p>
<p>Here you can see on the lower right side how the GOP of an abstract<strong>ion</strong> can be modified. There is some strange behavior going on in my patch, because i wanted the size of my polygon to be 1 x 1 pixel and scale the window instead, but you can ignore that for now. Just note that canvas has more options to modify text properties, especially text size.</p>
<p>Anyhow, another hint may be that you can also use a slider instead of all the bangs, adjust the size and just take the bang from it. <img class="emoji emoji-extended" src="http://forum.pdpatchrepo.info/plugins/nodebb-plugin-emoji-extended/images/wink.png" title=";)" alt=";)" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/12142/how-do-i-make-a-button-with-rounded-edges-in-vanilla-using-bng/9</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/12142/how-do-i-make-a-button-with-rounded-edges-in-vanilla-using-bng/9</guid><dc:creator><![CDATA[ingox]]></dc:creator><pubDate>Tue, 02 Jul 2019 05:29:15 GMT</pubDate></item></channel></rss>