| Hi,
I think it is unsafe to load a table as it is being used. I haven't
tried it but I guess you are not using the table as you load the files
right?
Mhhhh I don't think there is a way around it in that case. Either load
the tables before hand or use diskin to read directly from the disk
without loading a table.
Maybe someone else can help here as I really can't think of a solution.
Best,
Peiman
On 20 Feb 2010, at 21:36, Pierce wrote:
> Thank you Peiman
>
> It is exactly what I am doing. Only difference is I used -1, -2,...
> as table number.
>
> I appreciate that I can make sure that I am going to right track.
> Thanks a lot.
>
> BTW, I have some more questions about it.
>
> I am using 10 different Audio Samples. Okay when I pre-load all the
> audio files, and Performthere, there is no problem.
>
> But, when I try to load new audio samples to the ftable via Maxmsp,
> There is a click or jitter noise.(Especially when I perform) Did you
> think about how
> to figure out this noise problem.
>
> Thank you in advance
>
> Best,
>
> Jonathan
>
>
>
> On Feb 19, 2010, at 5:49 PM, Peiman Khosravi wrote:
>
>> Hi,
>>
>> Naturally you could arrange your max patch so that you only load
>> the file once and the patch takes care of the second (using
>> readbuf). Sorry if you are already doing this.
>>
>> Something like this (see below).
>>
>> Best,
>>
>> Peiman
>>
>>
>> Send bugs reports to this list.
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> "unsubscribe csound"
>>
>>
>> {
>> "boxes" : [ {
>> "box" : {
>> "maxclass" : "comment",
>> "text" : "load file",
>> "fontsize" : 12.0,
>> "presentation_rect" : [ 169.0, 65.0, 0.0, 0.0 ],
>> "numinlets" : 1,
>> "numoutlets" : 0,
>> "patching_rect" : [ 161.0, 63.0, 150.0, 20.0 ],
>> "id" : "obj-16",
>> "fontname" : "Arial"
>> }
>>
>> }
>> , {
>> "box" : {
>> "maxclass" : "button",
>> "numinlets" : 1,
>> "numoutlets" : 1,
>> "patching_rect" : [ 128.0, 59.0, 29.0, 29.0 ],
>> "id" : "obj-15",
>> "outlettype" : [ "bang" ]
>> }
>>
>> }
>> , {
>> "box" : {
>> "maxclass" : "newobj",
>> "text" : "csound~ 2",
>> "fontsize" : 12.0,
>> "numinlets" : 2,
>> "numoutlets" : 6,
>> "patching_rect" : [ 199.0, 301.0, 86.5, 20.0 ],
>> "id" : "obj-14",
>> "fontname" : "Arial",
>> "outlettype" : [ "signal", "signal", "list", "int", "bang",
>> "bang" ]
>> }
>>
>> }
>> , {
>> "box" : {
>> "maxclass" : "comment",
>> "text" : "tabel 1, chan 1",
>> "fontsize" : 12.0,
>> "presentation_rect" : [ 41.0, 221.0, 0.0, 0.0 ],
>> "numinlets" : 1,
>> "numoutlets" : 0,
>> "patching_rect" : [ 146.0, 207.0, 150.0, 20.0 ],
>> "id" : "obj-12",
>> "fontname" : "Arial"
>> }
>>
>> }
>> , {
>> "box" : {
>> "maxclass" : "comment",
>> "text" : "tabel 2, chan 2",
>> "fontsize" : 12.0,
>> "numinlets" : 1,
>> "numoutlets" : 0,
>> "patching_rect" : [ 292.0, 207.0, 150.0, 20.0 ],
>> "id" : "obj-11",
>> "fontname" : "Arial"
>> }
>>
>> }
>> , {
>> "box" : {
>> "maxclass" : "message",
>> "text" : "readbuf 2 2 mybuf 0. 0.",
>> "fontsize" : 12.0,
>> "presentation_rect" : [ 76.0, 274.0, 0.0, 0.0 ],
>> "numinlets" : 2,
>> "numoutlets" : 1,
>> "patching_rect" : [ 279.0, 229.0, 134.0, 18.0 ],
>> "id" : "obj-9",
>> "fontname" : "Arial",
>> "outlettype" : [ "" ]
>> }
>>
>> }
>> , {
>> "box" : {
>> "maxclass" : "message",
>> "text" : "readbuf 1 1 mybuf 0. 0.",
>> "fontsize" : 12.0,
>> "numinlets" : 2,
>> "numoutlets" : 1,
>> "patching_rect" : [ 135.0, 229.0, 134.0, 18.0 ],
>> "id" : "obj-8",
>> "fontname" : "Arial",
>> "outlettype" : [ "" ]
>> }
>>
>> }
>> , {
>> "box" : {
>> "maxclass" : "message",
>> "text" : "replace",
>> "fontsize" : 12.0,
>> "numinlets" : 2,
>> "numoutlets" : 1,
>> "patching_rect" : [ 128.0, 106.0, 50.0, 18.0 ],
>> "id" : "obj-7",
>> "fontname" : "Arial",
>> "outlettype" : [ "" ]
>> }
>>
>> }
>> , {
>> "box" : {
>> "maxclass" : "newobj",
>> "text" : "buffer~ mybuf",
>> "fontsize" : 12.0,
>> "numinlets" : 1,
>> "numoutlets" : 2,
>> "patching_rect" : [ 128.0, 129.0, 84.0, 20.0 ],
>> "id" : "obj-5",
>> "fontname" : "Arial",
>> "outlettype" : [ "float", "bang" ]
>> }
>>
>> }
>> ],
>> "lines" : [ {
>> "patchline" : {
>> "source" : [ "obj-8", 0 ],
>> "destination" : [ "obj-14", 0 ],
>> "hidden" : 0,
>> "midpoints" : [ 144.5, 267.0, 208.5, 267.0 ]
>> }
>>
>> }
>> , {
>> "patchline" : {
>> "source" : [ "obj-9", 0 ],
>> "destination" : [ "obj-14", 0 ],
>> "hidden" : 0,
>> "midpoints" : [ 288.5, 266.0, 208.5, 266.0 ]
>> }
>>
>> }
>> , {
>> "patchline" : {
>> "source" : [ "obj-5", 1 ],
>> "destination" : [ "obj-9", 0 ],
>> "hidden" : 0,
>> "midpoints" : [ 202.5, 170.0, 288.5, 170.0 ]
>> }
>>
>> }
>> , {
>> "patchline" : {
>> "source" : [ "obj-5", 1 ],
>> "destination" : [ "obj-8", 0 ],
>> "hidden" : 0,
>> "midpoints" : [ 202.5, 170.0, 144.5, 170.0 ]
>> }
>>
>> }
>> , {
>> "patchline" : {
>> "source" : [ "obj-15", 0 ],
>> "destination" : [ "obj-7", 0 ],
>> "hidden" : 0,
>> "midpoints" : [ ]
>> }
>>
>> }
>> , {
>> "patchline" : {
>> "source" : [ "obj-7", 0 ],
>> "destination" : [ "obj-5", 0 ],
>> "hidden" : 0,
>> "midpoints" : [ ]
>> }
>>
>> }
>> ]
>> }
>>
>>
>> On 19 Feb 2010, at 22:29, Jonathan Poerce wrote:
>>
>>> Haha you right.thank you I am not dumb and it does not look like
>>> a dumb. But I use flooper2
>>> With csound~ in the max. So, I load same file twice left right
>>> each. It Is working great. I love this opcode. But I just want to
>>> find efficient way to load the files with flooper2 or any others.
>>>
>>> Thank you so much.
>>>
>>> I hope to show you soon.
>>> I love csound
>>> Best,
>>> Jonathan
>>>
>>> Sent from my iPhone
>>>
>>> On Feb 19, 2010, at 5:04 PM, Peiman Khosravi >> > wrote:
>>>
>>>> Hello,
>>>>
>>>> Looking at the manual it seems that you are doing the right thing
>>>> by having two copies of flooper for stereo. I often have to copy
>>>> things to get stereo output, I don't think it's that dumb ;-)
>>>>
>>>> Best,
>>>>
>>>> Peiman
>>>>
>>>> On 19 Feb 2010, at 21:24, Jonathan Poerce wrote:
>>>>
>>>>> Hello Victor
>>>>>
>>>>> Thanks for your quick reply.
>>>>>
>>>>> Sure I will send the file asap. And thank you for all your
>>>>> opcode. I am really enjoying them.
>>>>> I have one more simple question about flooper2. Can I use stereo
>>>>> sample with flooper2 or can you recommend Any other opcode has a
>>>>> same function.
>>>>>
>>>>> I am using two ftable and two flooper2 for stereo. It looks so
>>>>> dumb.
>>>>>
>>>>> Thanks in advance.
>>>>>
>>>>> Best,
>>>>>
>>>>> Jonathan
>>>>>
>>>>> Sent from my iPhone
>>>>>
>>>>> On Feb 19, 2010, at 4:04 PM, Victor Lazzarini >>>> > wrote:
>>>>>
>>>>>> I guess this might be related to OSX 10.6. Csound is being
>>>>>> built for 10.5, so there is no guarantee it works on 10.6
>>>>>> But maybe we can check what the problem is. Can you send us the
>>>>>> CSD that crashed Csound in 10.6?
>>>>>>
>>>>>> The major known bug is this one: a \ character in the orchestra
>>>>>> will crash Csound. We have a fix and I'll produce a new package
>>>>>> soon.
>>>>>>
>>>>>> Regards
>>>>>>
>>>>>> Victor
>>>>>>
>>>>>> On 19 Feb 2010, at 20:31, Pierce wrote:
>>>>>>
>>>>>>> Hello~ List
>>>>>>>
>>>>>>> Thank you for your permission to join this list. Happy.
>>>>>>>
>>>>>>> I have a simple and basic question.
>>>>>>>
>>>>>>> I eager to use new opcode 'tposcal' and 'mincer' (Are these
>>>>>>> all new opcode?)
>>>>>>>
>>>>>>> Thank you for new opcode Victor!!
>>>>>>>
>>>>>>> But, I have problem with csound 5.12.1.(shut it down by it
>>>>>>> self ) (I am back to the 5.11 . it is working perfect)I am
>>>>>>> using snow leopard
>>>>>>>
>>>>>>> So can I download just two these opcode?
>>>>>>>
>>>>>>> I can not find where I can get these.
>>>>>>>
>>>>>>> Thank you in advance.
>>>>>>>
>>>>>>> Best,
>>>>>>>
>>>>>>> Jonathan
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> Send bugs reports to this list.
>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>>>>>>> "unsubscribe csound"
>>>>>>
>>>>>>
>>>>>>
>>>>>> Send bugs reports to this list.
>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>>>>>> "unsubscribe csound"
>>>>>
>>>>>
>>>>> Send bugs reports to this list.
>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>>>>> "unsubscribe csound"
>>>>
>>>>
>>>>
>>>> Send bugs reports to this list.
>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>>>> "unsubscribe csound"
>>>
>>>
>>>
>>> Send bugs reports to this list.
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>>> "unsubscribe csound"
>>
>
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body
> "unsubscribe csound"
|