« Return to Thread: chuckLib

Re: chuckLib

by Hjalte Møller :: Rate this Message:

Reply to Author | View in Thread

Hi James,

The new timing fix have made my chuckPatches stop working, i dunno why, but the error report says something about the timingOffset ?

: ERROR: Message 'timingOffset' not understood.

--- to specify---
The chuck in a simplified version---------------
(
PR(\bufPerc).chuck(BP(\kik), parms: (
    bufPaths: ["/Users/hbm/scwork/sounds/drums/bd/04_pin_bd.wav"],
    ampBase: [1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0],
    amps: 0,
    rates: 1,
    pbindPreAction: {~amps = ~ampBase}
));
);

The error message----------------
BP('kik')
ERROR: Message 'timingOffset' not understood.
RECEIVER:
Instance of AbsoluteTimeSpec {    (174F3720, gc=78, fmt=00, flg=00, set=01)
  instance variables [2]
    quant : Float 832.0   408A0000 00000000
    clock : instance of TempoClock (16062F60, size=7, set=3)
}
ARGS:
CALL STACK:
    DoesNotUnderstandError:reportError   17F0BF90
        arg this = <instance of DoesNotUnderstandError>
    Nil:handleError   17F0BB30
        arg this = nil
        arg error = <instance of DoesNotUnderstandError>
    Thread:handleError   17F0BAD0
        arg this = <instance of Thread>
        arg error = <instance of DoesNotUnderstandError>
    Object:throw   17F0B9B0
        arg this = <instance of DoesNotUnderstandError>
    Object:doesNotUnderstand   17F0B950
        arg this = <instance of AbsoluteTimeSpec>
        arg selector = 'timingOffset'
        arg args = [*0]
    Event:synchWithQuant   17F0B8F0
        arg this = <instance of Event>
        arg quant = <instance of AbsoluteTimeSpec>
    EventStreamPlayer:play   17160DB0
        arg this = <instance of BlockableEventStreamPlayer>
        arg argClock = <instance of TempoClock>
        arg doReset = false
        arg quant = <instance of AbsoluteTimeSpec>
    BlockableEventStreamPlayer:play   171272D0
        arg this = <instance of BlockableEventStreamPlayer>
        arg argClock = <instance of TempoClock>
        arg doReset = nil
        arg quant = <instance of AbsoluteTimeSpec>
    < FunctionDef in Method BP:play >  (no arguments or variables)
    Function:awake   17128530
        arg this = <instance of Function>
        arg beats = 832.0
        arg seconds = 500.1072492424
        arg clock = <instance of TempoClock>
        var time = 500.1072492424

best, Hjalte

 « Return to Thread: chuckLib