Csound Csound-dev Csound-tekno Search About

UDO for string to string-array conversion

Date2015-11-30 16:39
Fromjoachim heintz
SubjectUDO for string to string-array conversion
i have uploaded a UDO which converts a collection of strings (for 
instance file paths) to an array with the single strings as elements. 
for instance (what you get by csoundqt's _MBrowse reserved channel):
   Input string = 
'/my/file/one.wav|/my/file/two.wav|/my/file/three.wav|/my/file/four.wav'
   Seperator = '|'
   returns an array with four elements:
   S_arr[0] = '/my/file/one.wav'
   S_arr[1] = '/my/file/two.wav'
   S_arr[2] = '/my/file/three.wav'
   S_arr[3] = '/my/file/four.wav'

the code and an example are here:
http://github.com/csudo/csudo/blob/master/strings/conversion/StrExpr.csd

let me know any problems, best -

	joachim

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-11-30 17:33
FromRory Walsh
SubjectRe: UDO for string to string-array conversion
Looks like a useful UDO. Thanks for sharing.

On 30 November 2015 at 16:39, joachim heintz <jh@joachimheintz.de> wrote:
i have uploaded a UDO which converts a collection of strings (for instance file paths) to an array with the single strings as elements. for instance (what you get by csoundqt's _MBrowse reserved channel):
  Input string = '/my/file/one.wav|/my/file/two.wav|/my/file/three.wav|/my/file/four.wav'
  Seperator = '|'
  returns an array with four elements:
  S_arr[0] = '/my/file/one.wav'
  S_arr[1] = '/my/file/two.wav'
  S_arr[2] = '/my/file/three.wav'
  S_arr[3] = '/my/file/four.wav'

the code and an example are here:
http://github.com/csudo/csudo/blob/master/strings/conversion/StrExpr.csd

let me know any problems, best -

        joachim

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
       https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2015-11-30 20:21
Fromjoachim heintz
SubjectRe: UDO for string to string-array conversion
thanks, rory — you are perfectly right (and i sent the wrong link).
	joachim


On 30/11/15 18:33, Rory Walsh wrote:
> Don't you mean:
> https://github.com/csudo/csudo/blob/master/strings/conversion/StrToArr.csd
>
> Looks like a useful UDO. Thanks for sharing.
>
> On 30 November 2015 at 16:39, joachim heintz  > wrote:
>
>     i have uploaded a UDO which converts a collection of strings (for
>     instance file paths) to an array with the single strings as
>     elements. for instance (what you get by csoundqt's _MBrowse reserved
>     channel):
>        Input string =
>     '/my/file/one.wav|/my/file/two.wav|/my/file/three.wav|/my/file/four.wav'
>        Seperator = '|'
>        returns an array with four elements:
>        S_arr[0] = '/my/file/one.wav'
>        S_arr[1] = '/my/file/two.wav'
>        S_arr[2] = '/my/file/three.wav'
>        S_arr[3] = '/my/file/four.wav'
>
>     the code and an example are here:
>     http://github.com/csudo/csudo/blob/master/strings/conversion/StrExpr.csd
>
>     let me know any problems, best -
>
>              joachim
>
>     Csound mailing list
>     Csound@listserv.heanet.ie 
>     https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>     Send bugs reports to
>     https://github.com/csound/csound/issues
>     Discussions of bugs and features can be posted here
>
>
> Csound mailing list Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
> https://github.com/csound/csound/issues Discussions of bugs and features
> can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here