reduzent / netpd

Collaborative Realtime Networked Music Making Environment (MK II)
https://netpd.org
GNU General Public License v2.0
62 stars 5 forks source link

netpd-properties: suppress error message to console #52

Closed reduzent closed 6 days ago

reduzent commented 1 week ago

The abstractions old mechanism for testing the existence of a file triggers an error:

../instruments/untik.pd: can't open
../instruments/untik.pd: read failed

This is not necessary anymore, since we can do it with [file]. Actually, there is already an abstraction [netpd-if-file] for this.