Author |
Message |
wakyct
Joined: Dec 30, 2020 Posts: 105 Location: USA
Audio files: 12
|
Posted: Sun Mar 28, 2021 10:18 pm Post subject:
Receiving OSC messages |
 |
|
I'm trying out OSC (using TouchOSC, hey if it's good enough for Dave Vorhaus...) but can't get it to control a module. Connection works and Wren receives messages (the 'r' lights up) and log shows stuff like:
2021-03-28 22:09:21:627 [OSC_MSG ] OSC msg in : /wren/svf/frequency f( 0.555569291114807)
But I suspect I'm not formatting the message correctly. I'm trying to control the frequency control of the SVF filter module, which I've renamed @SVF. My synth name in general settings is wren. I've tried frequency, Afrequency, freq,svf_frequency for the knob names and SVF and svf uncapitalized....what's the correct message to send here? |
|
Back to top
|
|
 |
Blue Hell
Site Admin

Joined: Apr 03, 2004 Posts: 24042 Location: The Netherlands, Enschede
Audio files: 276
G2 patch files: 320
|
Posted: Mon Mar 29, 2021 9:50 am Post subject:
|
 |
|
/wren/svf/svf_frequency is the correct one .. but I see there are a couple issues with value conversions and addressing strings that I am fixing now ..
after fixing the correct string will then be /wren/svf/frequency .. as that svf_ prefix is not too useful ...
Will post here when I've made a new release ..probably today. _________________ Jan
also .. could someone please turn down the thermostat a bit.
 |
|
Back to top
|
|
 |
Blue Hell
Site Admin

Joined: Apr 03, 2004 Posts: 24042 Location: The Netherlands, Enschede
Audio files: 276
G2 patch files: 320
|
Posted: Mon Mar 29, 2021 11:29 am Post subject:
|
 |
|
Ok, a new version is avalable from https://bluehell.nl/wren/ - it may still mangle OSC messages from other applications, but Wren to Wren works okay now ... so let me know please if there are issues with other apps. _________________ Jan
also .. could someone please turn down the thermostat a bit.
 |
|
Back to top
|
|
 |
wakyct
Joined: Dec 30, 2020 Posts: 105 Location: USA
Audio files: 12
|
|
Back to top
|
|
 |
wakyct
Joined: Dec 30, 2020 Posts: 105 Location: USA
Audio files: 12
|
Posted: Mon Mar 29, 2021 7:31 pm Post subject:
|
 |
|
Sorry for the double post, but I realized I didn't try the obvious thing -- renaming the SVF module to your example 'aap'.
And now it works, TouchOSC too. Too cool.
Some bug matching the module name maybe? |
|
Back to top
|
|
 |
Blue Hell
Site Admin

Joined: Apr 03, 2004 Posts: 24042 Location: The Netherlands, Enschede
Audio files: 276
G2 patch files: 320
|
Posted: Tue Mar 30, 2021 3:44 am Post subject:
|
 |
|
Great that it works!
I see that in the patch you attached you named the module @SVF and from the log I see that you used svf in the addressing.
Whether OSC is meant to be case sensitive or not I do not really know (as the specs are a bit loosely formulated), but I do see sugestions here and there that case sensitivity may be intended. So I'll leave it like it is, and will make a mention of it in the FAQ.
( But why Wren would match wren then .. is beyond me )
Re. the starting slash (/) character, the specs say say that address patterns MUST start with it BUT Wren will add it to the start of the pattern by itself. I'll mention this in the FAQ.
And thank you for your feedback! _________________ Jan
also .. could someone please turn down the thermostat a bit.
 |
|
Back to top
|
|
 |
|