If you want to do vanilla-only OSC, I have an overview patch for moving from mrpeach to vanilla OSC objects, mrpeach-to-vanilla-osc.pd in
https://github.com/danomatika/BangYourHead/tree/master/6.Communication
Also, there are a couple of wrapper objects that make working with vanilla more "mrpeach-like" in rc-patches: n_oscsend, n_oscreceive, n_oscformat
Hi all,I'm working on getting started with OSC and I'm referencing this page:http://write.flossmanuals.net/pure-data/osc/which suggests using [packOSC] and [unpackOSC], which I believe aresupposed to be in Mr. Peach. The only problem is that I have Mr. Peachinstalled and I don't seem to be able to create those objects. I have trieddeclaring them [mrpeach/packOSC] and [mrpeach/net/packOSC], not to mentionwith lowercase letters as well. [import mrpeach] also doesn't create.However, I can use some other objects just fine, like[mrpeach/net/udpreceive].I am currently using Pd 0.48.1 and, according to Synaptic, I havepd-mrpeach & pd-mrpeach-net 0.1 installed. Am I missing something? Thoseare the only ones that show up in Synaptic. I also noticed that the Pd sitedoesn't list any versions for it:https://puredata.info/downloads/mrpeachAny hints would be appreciated!Cheers,Joey