On Thu, 2014-08-21 at 12:29 +0200, Roman Haefeli wrote:
On Thu, 2014-08-21 at 11:30 +0200, Chris McCormick wrote:
Hi Miller,
On 20/08/14 22:33, Miller Puckette wrote:
Thanks - I must have forgotten to 'git push' - am doing that now.
I am still not seeing your changes. Maybe your git remote "origin" is pointing somewhere other than sourceforge or you are on a different branch than master?
Looks good to me. The most recent commit is:
commit 484619fff420213424f7b5d7994804d81b24ed86 Author: Miller Puckette msp@ucsd.edu Date: Wed Aug 20 21:51:04 2014 -0700
oscformat and oscparse objects. Should never have introduced these between a test and a final release but couldn't help myself.
I couldn't help myself having a quick glance at those newly introduced classes. It's definitely exciting to have OSC support in vanilla Pd.
I wondered about [oscparse] how address and payload can be distinguished after being parsed, since [oscparse] outputs all in one list.
Example: osc('/bla/bla 12') and osc('/bla bla 12') both are parsed to 'bla bla 12'.
Roman