| Ah, found the problem! I thought I could simply leave ktrig_start
turned on (i.e. have it be a constant), but that will cause tabrec to
reset after every single k-cycle. In order for this to work
ktrig_start has to be an actual trigger, i.e. a single pulse. The
manual does mention that towards the end, but maybe it could be made
clearer. It also seems a bit impractical as generating a single pulse
is more complicated than simply using a constant...
Also, the following (taken from the manual) seems to be wrong:
"Recording phase stops after knumtics trigger impulses have been
received by ktrig_stop argument." Looking at the code, it doesn't
matter what ktrig_stop is as long as it's >0. knumtics isn't compared
against ktrig_stop, but against the internal counter.
I hope that helps...
Alex
On Wed, Dec 28, 2011 at 5:57 PM, Alex Weiss wrote:
> Thanks, Peiman. I was looking at dumpk earlier, but for performance
> reasons I'd rather record automation into a table first and then give
> the user the option to save it to a file at the end.
>
> I'll give tabrec another try, and if I can't figure it out I'll take a
> look at the source.
>
> Alex
>
>
>
> On Wed, Dec 28, 2011 at 5:48 PM, peiman khosravi
> wrote:
>> OK my fault. It is there under instruments->granular
>>
>> But in fact it uses "dumpk" not tabrec.
>>
>> P
>>
>> On 28 December 2011 16:38, peiman khosravi wrote:
>>> ah yes it is the same.
>>>
>>> Let me check, I hope I didn't delete it!
>>>
>>> P
>>>
>>> On 28 December 2011 16:30, Alex Weiss wrote:
>>>> Pardon my ignorance, but is the blue repository the same thing as
>>>> blueShare? Because I can't find it there... Do I need to download
>>>> blue?
>>>>
>>>> On Wed, Dec 28, 2011 at 5:26 PM, peiman khosravi
>>>> wrote:
>>>>> I've used these before with no problems. I think I have a partikkel
>>>>> instrument in the blue repository that uses these to record and
>>>>> play-back parameter automations.
>>>>>
>>>>> P
>>>>>
>>>>> On 28 December 2011 16:16, menno wrote:
>>>>>> Hi,
>>>>>>
>>>>>> i was unsuccesful as well, and would like to have a working example in the manual
>>>>>> Hope that someone comes up with one...
>>>>>> Menno
>>>>>>
>>>>>> -------------My music-----------------
>>>>>> http://www.jamendo.com/de/album/6789/
>>>>>> http://www.jamendo.com/en/album/7428/
>>>>>> -------------My work-----------------
>>>>>> http://members.home.nl/mag.knevel/
>>>>>>
>>>>>>
>>>>>> --- On Wed, 12/28/11, Alex Weiss wrote:
>>>>>>
>>>>>>> From: Alex Weiss
>>>>>>> Subject: [Csnd] tabrec/tabplay
>>>>>>> To: csound@lists.bath.ac.uk
>>>>>>> Date: Wednesday, December 28, 2011, 5:13 PM
>>>>>>> Hi
>>>>>>>
>>>>>>> Me again... I was just wondering if anybody here has ever
>>>>>>> used tabrec
>>>>>>> and tabplay. I can't seem to get it to work and judging
>>>>>>> from a quick
>>>>>>> search on the mailing list archives I'm not the only one.
>>>>>>> It's a pity
>>>>>>> since it would be an incredibly valuable opcode for
>>>>>>> automation. Maybe
>>>>>>> if one of the developers had a minute, they could take a
>>>>>>> quick look at
>>>>>>> the code to see if something's wrong?
>>>>>>>
>>>>>>> Thanks,
>>>>>>>
>>>>>>> Alex
>>>>>>>
>>>>>>>
>>>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>>>> Discussions of bugs and features can be posted here
>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk
>>>>>>> with body "unsubscribe csound"
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>>> Discussions of bugs and features can be posted here
>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>>>>
>>>>>
>>>>>
>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>> Discussions of bugs and features can be posted here
>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>>>
>>>>
>>>>
>>>> Send bugs reports to the Sourceforge bug tracker
>>>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>> Discussions of bugs and features can be posted here
>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>>
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>
Send bugs reports to the Sourceforge bug tracker
https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
|