denemo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: MIDI (was Re: [Denemo-devel] Anacrusis script needed)


From: Richard Shann
Subject: Re: MIDI (was Re: [Denemo-devel] Anacrusis script needed)
Date: Wed, 16 Sep 2009 11:09:13 +0100

On Tue, 2009-09-15 at 22:28 -0500, Jeremiah Benham wrote:
> On Tue, 15 Sep 2009 22:23:48 -0500
> Jeremiah Benham <address@hidden> wrote:
> 
> > On Tue, 15 Sep 2009 09:03:36 +0100
> > Richard Shann <address@hidden> wrote:
> > 
> >  And after playback we can't do the
> > > immediate playing back of notes,  presumably because we are
> > > assigning time 0 to them and we have already given data for later
> > > times...
> > >
> > 
> > Here is a patch that fixes that. It is not any kind of solution
> > because it crashes denemo if transport is set to on and denemo is not
> > run inside gdb but it is at least a clue on how it can be fixed. It
> > works fine in gdb or if transport is not enabled. 
> 
> I commented out the assert in sync_callback and that stops the crashing
> when used without gdb.
hmm, I replaced the assert in sync_callback with
        if(jack_client==NULL)
                warn_from_jack_thread_context("no jack_client") ;

but I never see this message and I am not getting crashes.

What is this "transport" thing?

Richard

> 
> Jeremiah





reply via email to

[Prev in Thread] Current Thread [Next in Thread]