Re: [PD] HELP: Pure Data Vanilla v.0.54-0 under Windows 10 22H2 64-bit is not running!

2023-07-08 Thread Marc D. Demers
On my side, Pd run perfectly under Windows 10 Pro… gonna look your files if I 
can help…

MD


Téléchargez Outlook pour iOS

De : Pd-list  de la part de Lucas Cordiviola 

Envoyé : Saturday, July 8, 2023 6:03:03 PM
À : pd-list@lists.iem.at 
Objet : Re: [PD] HELP: Pure Data Vanilla v.0.54-0 under Windows 10 22H2 64-bit 
is not running!

i'm having problems replying to the list (sometimes it happens sometimes
not)

please read the 3 following messeges in reverse order



--



On 08/07/2023 16:46, Lucas Cordiviola wrote:
I think all the trouble originated by running the uninstaller (which was
installed by admin) from an non admin user.


--


On 08/07/2023 16:39, Lucas Cordiviola wrote:
oh I forgot: better do

- switch to admin user

- install Pd 0.53-*

- uninstall Pd 0.53-*

- install Pd 0.54-0



---



On 08/07/2023 16:36, Lucas Cordiviola wrote:
Watching the pics you attached you seem to not have write permissions.

to get everything working do a fresh 0.54-0 install from your admin user.

NOTES:

installers prior to 0.54 were unusable for non admin users trying to
install to default (system protected) folders like "C:\Program Files\*"
and also was unable to write to the registry or create startup menus.

you posted:

> "System tells there is already a Pd installation" which impossible!

i think you did uninstallations from your non-admin user which silently
went wrong and the registry keys were not deleted which causes lots of
headaches to the new installer as it thinks Pd is installed.

What bothers me most is that i dont understand why the new installer
did't kick in all the "non admin" installation paths and registry stuff.
but i think this might be triggered by your first failed uninstallation.

will have to investigate later.



again: to get everything working do a fresh 0.54-0 install from your
admin user.

--

Mensaje telepatico asistido por maquinas.

On 08/07/2023 18:44, Linux ROUEN wrote:
> Done... pd-0.54-0.msw.zip... but there is no "pd.cmd" inside the 
> "\Desktop\pd-0.54-0\bin" folder... only "pd.com" and "pd.exe".



___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] PdParty 1.3.0 and (1.3.1) released (finally!)

2022-12-28 Thread Marc D. Demers
Super and glad to see relive… love this app.

Envoyé à partir de Outlook pour iOS

De : Pd-list  de la part de Dan Wilcox 

Envoyé : Wednesday, December 28, 2022 9:43:17 AM
À : Pd-List 
Objet : [PD] PdParty 1.3.0 and (1.3.1) released (finally!)

Howdy all,

better late than never! PdParty 1.3.1 is now out on the iOS App Store, shortly 
after 1.3.0 was released before Christmas.

This is a major release which brings many important changes and updates from 
the previous 1.2 releases and still installs on older devices running iOS 
versions back to iOS 9.

NOTE: There is currently a bug for multi-channel audio input. If not all 
channels are receiving input, try changing the samplerate in settings, then 
changing back. This fix for this will come in PdParty 1.3.2 if/when I can 
borrow an interface with more than stereo input.

PLUG: If you appreciate this work, I can be sponsored on Github and am 
available for workshops, performances, etc. :)

Website: http://danomatika.com/code/pdparty

Github: https://github.com/danomatika/PdParty

## 1.3.1: 2022-12-26

* fixed multi-channel audio by re-enabling reconfiguration on route change
* fixed dangling , in comments by concatting single commas with previous words 
when parsing patch

* added multi_channel test patch

* additional bugfixes and improvements

## 1.3.0: 2022-12-16

* updated to libpd 0.13.2 (pd 0.53-1)

* major audio updates via the Obj-C audio overhaul in libpd 0.12+:
- fixed sample rate handling on newer devices, now independent of hardware
- Bluetooth and AirPlay output should now work as expected
- multi-channel I/O should also work (not fully tested beyond 2 in / 2 out)
- default sample rate now 48000 to match modern devices
- non-rjdj scenes now use selectable sample rate in settings: 48k, 44.1k, or 96k

* OSC multicast update:
  - added OSC multicast receiving support (IPv4 only for now)
  - updated OSC settings view with separate send and receive sections
  - fixed OSC restart timer retrigger due to missing invalidation
  - don't hide settings on OSC server error so bad values can be fixed

* touch
  - added extended #touch with radius / force and #stylus events for 
ApplePencil and similar devices, enable by sending: #pdparty touch extended 1 
(requested by korakios)
  - added support for sending #touch events everywhere aka over all widgets, 
enable by sending: #pdparty touch everywhere 1
  - #touch events now sent over canvas and comment objects (requested by 
delmenhorst)

* motion
  - added #motion events for processed device orientation, rotation, and 
separate gravity/user accel (developed from contribution by Tiago Brizolara)
  - added Motion pdparty test (run copy tests in settings to update)
  - added Elemental - Rain PdParty sample by Tiago Brizolara

* viewport
  - added support for droidparty named ViewPort canvas, set it's size and pos 
to render only a subsection of overall patch (requested by Antoine Rousseau)
  - added ViewPort pdparty test scene

* fixed ipad controls view play/pause and record buttons not working due to 
globals creation order
* fixed rotation on iOS 14+ (Servando's dancing iPhone)
* fixed Bluetooth and AirPlay not actually enabled (reported by Peter Gahn)
* fixed open via pdparty:// url null path handling (reported by Josef Novotny)
* fixed iem gui colors by adding support for Pd 0.52+ hex color values
* fixed parsing of Pd 0.52+ escaped strings
* fixed note ghosting from some devices by forcing midi note off vel to 0 for pd
* fixed failure to reload Browser after rename action
* fixed crash when using Bluetooth MIDI device due to missing privacy message 
(reported by Jonathan Pivar via TestFlight crashlog)
* fixed TriSamp sample rate handling (run copy samples in settings to update)

* added List widget for pd 0.52
* added dark mode support for native ui (not patch canvas)
* added [keyname] support for iOS 13.4+
* added #shake event
* added support for receiving zip files via AirDrop
* added support for managing PdParty Documents folder in the Files app (fomalsd)
* added double-tap microphone image to toggle mic input value
* added Browser copy action to Move... menu

* prefer opening a min of 2 audio inputs and 2 audio outputs
* set default mic volume to 0.25
* changed widget scaling mode to use aspect ratio, this should render smaller 
widgets instead of overlaps on oblique sizes, ex. 4:3 patch on 16:9
* changed location services to request "when in used" + background mode instead 
of "always on", this also fixes permissions popup not appearing after selecting 
"ask next time"
* record timestamp now prepended and format now MM-dd-_HH-mm-ss to 
nominally match original robotcowboy project file naming
* accelerometer orientation now matches device orientation except for rjdj 
scenes, reenable old behavior by sending: #pdparty accel orientation 1
* improved empty symbol handling and no longer require default 'symbol' text
* set osc send & receive