ArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArray BrainModular BrainModular Users Forum 2008-07-10T23:51:15+02:00 https://www.brainmodular.com/forums/app.php/feed/topic/922 2008-07-10T23:51:15+02:00 2008-07-10T23:51:15+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=922&p=4783#p4783 <![CDATA[Play List patch (aka One Note Triggering)]]> http://www.sensomusic.com/forums/viewto ... 4782#p4782.

Statistics: Posted by bsork — 10 Jul 2008, 23:51


]]>
2008-07-10T12:53:08+02:00 2008-07-10T12:53:08+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=922&p=4766#p4766 <![CDATA[Play List patch (aka One Note Triggering)]]>

Statistics: Posted by bsork — 10 Jul 2008, 12:53


]]>
2008-07-10T12:25:47+02:00 2008-07-10T12:25:47+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=922&p=4763#p4763 <![CDATA[Play List patch (aka One Note Triggering)]]>
What? You're not Bjork? What a shame. I was searching other script request only for talking to you my princess...
I'm sad now.

Statistics: Posted by moody33 — 10 Jul 2008, 12:25


]]>
2008-07-10T12:17:40+02:00 2008-07-10T12:17:40+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=922&p=4762#p4762 <![CDATA[Play List patch (aka One Note Triggering)]]> Statistics: Posted by bsork — 10 Jul 2008, 12:17


]]>
2008-07-10T12:13:17+02:00 2008-07-10T12:13:17+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=922&p=4761#p4761 <![CDATA[Play List patch (aka One Note Triggering)]]> Statistics: Posted by ethnix73 — 10 Jul 2008, 12:13


]]>
2008-07-10T12:13:07+02:00 2008-07-10T12:13:07+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=922&p=4760#p4760 <![CDATA[Play List patch (aka One Note Triggering)]]>
Woooo..Bjork
BTW, even if I'm going to be on Iceland in a couple of weeks, I'm neither Icelandic, female, famous nor a talented singer... ;)

Statistics: Posted by bsork — 10 Jul 2008, 12:13


]]>
2008-07-10T11:57:58+02:00 2008-07-10T11:57:58+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=922&p=4759#p4759 <![CDATA[Play List patch (aka One Note Triggering)]]> I only want 1 value input with change detection . Then the script should write values like this ( without comma) :

0
12
45
78
99

I plan to use the list combo to read the file ( Oliver plan to write a string to integer module wich one is needed to convert text infos ) after saving it in a text file . After, I want to copy paste into the list combo module.

Of course, feel free to imagine more complex things! I like it ! Your suggestion could be very useful . it's up to you , if you have time of course.

Thanks

Statistics: Posted by moody33 — 10 Jul 2008, 11:57


]]>
2008-07-10T09:29:52+02:00 2008-07-10T09:29:52+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=922&p=4758#p4758 <![CDATA[Play List patch (aka One Note Triggering)]]> Statistics: Posted by senso — 10 Jul 2008, 09:29


]]>
2008-07-10T08:14:07+02:00 2008-07-10T08:14:07+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=922&p=4754#p4754 <![CDATA[Play List patch (aka One Note Triggering)]]>
I don't think it would be hard to create such a module. Somewhere in the Demo folder, there's a script with an example of how to read and/or write to a text file (I don't quite remember), that I could use as a starting point. I think the parameter list could look something like this:

write (switch)
filename (txt)
datavalmode1..4 (off, write, check)
dataval1..4 (data)
textvalmode1..2 (off, write, check)
textval1..2 (txt)
arrayvalmode1..2 (off, write, check)
arraytval1..2 (array)

I guess having more than 1 value input would come in handy? You could for instance have some time info (seconds, bar/beats, position or whatever) as val1 with valmode1 = write, while the other value(s) are checked for any changes. When changes occur, a new line would be written to the file. I think I'll go for semi-colon to separate the values on each line. Text values would also be enclosed in double quotes, while array index numbers and a colon would precede the actual value.

That should cover most situations, wouldn't it?

Statistics: Posted by bsork — 10 Jul 2008, 08:14


]]>
2008-07-10T00:31:57+02:00 2008-07-10T00:31:57+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=922&p=4749#p4749 <![CDATA[Play List patch (aka One Note Triggering)]]> I don't know if will use the patch, but the script is already in my favorite.

I was asking Oliver about a module that could record values each time they change and then write them in txt file. Do you think that you could make one? A kind of "trace value" module with the ability to save as text file?

Thanks.

Statistics: Posted by moody33 — 10 Jul 2008, 00:31


]]>
2008-07-09T22:04:08+02:00 2008-07-09T22:04:08+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=922&p=4745#p4745 <![CDATA[Play List patch (aka One Note Triggering)]]> http://www.sensomusic.com/forums/viewtopic.php?id=844), I have created a patch that lets you define a list of "sounds" using either a normal sampler, a grain sampler, or MIDI one at the time. A "sound" (or entry as I've called in the patch), is for instance a file number with play mode, pitch, reverse on/off, start/end points, and level.

Even if the play list idea is of no interest to you, you might find some use for the sub-patch/script that maintains the list. With it, you can store sets of parameters within a single array, and add or truncate entries at the end, as well insert, update and delete entries from the array.

(...and if anyone thinks this last bit looks like some home-brew SQL, there's also a select button within the patch :P...)

Statistics: Posted by bsork — 09 Jul 2008, 22:04


]]>
BrainModular BrainModular Users Forum 2008-07-10T23:51:15+02:00 https://www.brainmodular.com/forums/app.php/feed/topic/922 2008-07-10T23:51:15+02:00 2008-07-10T23:51:15+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=922&p=4783#p4783 <![CDATA[Play List patch (aka One Note Triggering)]]> http://www.sensomusic.com/forums/viewto ... 4782#p4782.

Statistics: Posted by bsork — 10 Jul 2008, 23:51


]]>
2008-07-10T12:53:08+02:00 2008-07-10T12:53:08+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=922&p=4766#p4766 <![CDATA[Play List patch (aka One Note Triggering)]]>

Statistics: Posted by bsork — 10 Jul 2008, 12:53


]]>
2008-07-10T12:25:47+02:00 2008-07-10T12:25:47+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=922&p=4763#p4763 <![CDATA[Play List patch (aka One Note Triggering)]]>
What? You're not Bjork? What a shame. I was searching other script request only for talking to you my princess...
I'm sad now.

Statistics: Posted by moody33 — 10 Jul 2008, 12:25


]]>
2008-07-10T12:17:40+02:00 2008-07-10T12:17:40+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=922&p=4762#p4762 <![CDATA[Play List patch (aka One Note Triggering)]]> Statistics: Posted by bsork — 10 Jul 2008, 12:17


]]>
2008-07-10T12:13:17+02:00 2008-07-10T12:13:17+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=922&p=4761#p4761 <![CDATA[Play List patch (aka One Note Triggering)]]> Statistics: Posted by ethnix73 — 10 Jul 2008, 12:13


]]>
2008-07-10T12:13:07+02:00 2008-07-10T12:13:07+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=922&p=4760#p4760 <![CDATA[Play List patch (aka One Note Triggering)]]>
Woooo..Bjork
BTW, even if I'm going to be on Iceland in a couple of weeks, I'm neither Icelandic, female, famous nor a talented singer... ;)

Statistics: Posted by bsork — 10 Jul 2008, 12:13


]]>
2008-07-10T11:57:58+02:00 2008-07-10T11:57:58+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=922&p=4759#p4759 <![CDATA[Play List patch (aka One Note Triggering)]]> I only want 1 value input with change detection . Then the script should write values like this ( without comma) :

0
12
45
78
99

I plan to use the list combo to read the file ( Oliver plan to write a string to integer module wich one is needed to convert text infos ) after saving it in a text file . After, I want to copy paste into the list combo module.

Of course, feel free to imagine more complex things! I like it ! Your suggestion could be very useful . it's up to you , if you have time of course.

Thanks

Statistics: Posted by moody33 — 10 Jul 2008, 11:57


]]>
2008-07-10T09:29:52+02:00 2008-07-10T09:29:52+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=922&p=4758#p4758 <![CDATA[Play List patch (aka One Note Triggering)]]> Statistics: Posted by senso — 10 Jul 2008, 09:29


]]>
2008-07-10T08:14:07+02:00 2008-07-10T08:14:07+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=922&p=4754#p4754 <![CDATA[Play List patch (aka One Note Triggering)]]>
I don't think it would be hard to create such a module. Somewhere in the Demo folder, there's a script with an example of how to read and/or write to a text file (I don't quite remember), that I could use as a starting point. I think the parameter list could look something like this:

write (switch)
filename (txt)
datavalmode1..4 (off, write, check)
dataval1..4 (data)
textvalmode1..2 (off, write, check)
textval1..2 (txt)
arrayvalmode1..2 (off, write, check)
arraytval1..2 (array)

I guess having more than 1 value input would come in handy? You could for instance have some time info (seconds, bar/beats, position or whatever) as val1 with valmode1 = write, while the other value(s) are checked for any changes. When changes occur, a new line would be written to the file. I think I'll go for semi-colon to separate the values on each line. Text values would also be enclosed in double quotes, while array index numbers and a colon would precede the actual value.

That should cover most situations, wouldn't it?

Statistics: Posted by bsork — 10 Jul 2008, 08:14


]]>
2008-07-10T00:31:57+02:00 2008-07-10T00:31:57+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=922&p=4749#p4749 <![CDATA[Play List patch (aka One Note Triggering)]]> I don't know if will use the patch, but the script is already in my favorite.

I was asking Oliver about a module that could record values each time they change and then write them in txt file. Do you think that you could make one? A kind of "trace value" module with the ability to save as text file?

Thanks.

Statistics: Posted by moody33 — 10 Jul 2008, 00:31


]]>
2008-07-09T22:04:08+02:00 2008-07-09T22:04:08+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=922&p=4745#p4745 <![CDATA[Play List patch (aka One Note Triggering)]]> http://www.sensomusic.com/forums/viewtopic.php?id=844), I have created a patch that lets you define a list of "sounds" using either a normal sampler, a grain sampler, or MIDI one at the time. A "sound" (or entry as I've called in the patch), is for instance a file number with play mode, pitch, reverse on/off, start/end points, and level.

Even if the play list idea is of no interest to you, you might find some use for the sub-patch/script that maintains the list. With it, you can store sets of parameters within a single array, and add or truncate entries at the end, as well insert, update and delete entries from the array.

(...and if anyone thinks this last bit looks like some home-brew SQL, there's also a select button within the patch :P...)

Statistics: Posted by bsork — 09 Jul 2008, 22:04


]]>