Re: [Rosegarden-user] Repeatable crash :(

2020-08-04 Thread Ted Felix
  We've made some very significant changes to the way we discover and 
connect to synths.  You're probably running into a problem there.


  Run your usual test that is failing, then in the preferences, click 
on the Details... button and copy/paste the text to an email for me. 
That should help me figure out what we need to change to accommodate 
your particular setup.


  In the meantime, to avoid the connection annoyances, you might want 
to consider going back to [r15892].


Thanks.
Ted.

On 8/4/20 3:33 PM, Will Godfrey wrote:

Bit slow getting back to this. It seems fine now thanks.

I'm actually running build 15904. I don't know if I'm missing something but
Rosegarden no longer seems to connect to Yoshimi, if Yoshimi is already
running.
If Rosegarden is started first, then the connection is made.

On Sat, 1 Aug 2020 13:35:50 -0400 Ted Felix  wrote:


   Ok, should be fixed in [r15899].  I'm not too happy as I'm not 100%
sure what is going on to cause this problem.  It appears that a
mysterious refresh is invalidating the item pointer.  Anyway, should be
solid enough.

Ted.

On 8/1/20 9:33 AM, Ted Felix wrote:

On 8/1/20 2:41 AM, Will Godfrey wrote:

However one thing that's different is that when getting the crash I
opened the
segment in the first bar and left the entry of the initial CC at zero.
then
when changing time just incrementing it with the arrows so it's steps
of 60.


    Got it.  It is crashing for me now.  Specifically the issue is most
noticeable in EventView::slotPopupEventEditor() where the Segment
pointer becomes NULL before the creation of the EventEditCommand which
then tries to use the null Segment pointer.

    I will continue digging.

Ted.


___
Rosegarden-user mailing list
Rosegarden-user@lists.sourceforge.net - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-user



___
Rosegarden-user mailing list
Rosegarden-user@lists.sourceforge.net - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-user






___
Rosegarden-user mailing list
Rosegarden-user@lists.sourceforge.net - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-user


Re: [Rosegarden-user] Repeatable crash :(

2020-08-04 Thread Will Godfrey
Bit slow getting back to this. It seems fine now thanks.

I'm actually running build 15904. I don't know if I'm missing something but
Rosegarden no longer seems to connect to Yoshimi, if Yoshimi is already
running.
If Rosegarden is started first, then the connection is made.

On Sat, 1 Aug 2020 13:35:50 -0400 Ted Felix  wrote:

>   Ok, should be fixed in [r15899].  I'm not too happy as I'm not 100% 
>sure what is going on to cause this problem.  It appears that a 
>mysterious refresh is invalidating the item pointer.  Anyway, should be 
>solid enough.
>
>Ted.
>
>On 8/1/20 9:33 AM, Ted Felix wrote:
>> On 8/1/20 2:41 AM, Will Godfrey wrote:  
>>> However one thing that's different is that when getting the crash I 
>>> opened the
>>> segment in the first bar and left the entry of the initial CC at zero. 
>>> then
>>> when changing time just incrementing it with the arrows so it's steps 
>>> of 60.  
>> 
>>    Got it.  It is crashing for me now.  Specifically the issue is most 
>> noticeable in EventView::slotPopupEventEditor() where the Segment 
>> pointer becomes NULL before the creation of the EventEditCommand which 
>> then tries to use the null Segment pointer.
>> 
>>    I will continue digging.
>> 
>> Ted.
>> 
>> 
>> ___
>> Rosegarden-user mailing list
>> Rosegarden-user@lists.sourceforge.net - use the link below to unsubscribe
>> https://lists.sourceforge.net/lists/listinfo/rosegarden-user  
>
>
>___
>Rosegarden-user mailing list
>Rosegarden-user@lists.sourceforge.net - use the link below to unsubscribe
>https://lists.sourceforge.net/lists/listinfo/rosegarden-user


-- 
Will J Godfrey
http://www.musically.me.uk
Say you have a poem and I have a tune.
Exchange them and we can both have a poem, a tune, and a song.


___
Rosegarden-user mailing list
Rosegarden-user@lists.sourceforge.net - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-user


Re: [Rosegarden-user] Repeatable crash :(

2020-08-01 Thread Ted Felix
  Ok, should be fixed in [r15899].  I'm not too happy as I'm not 100% 
sure what is going on to cause this problem.  It appears that a 
mysterious refresh is invalidating the item pointer.  Anyway, should be 
solid enough.


Ted.

On 8/1/20 9:33 AM, Ted Felix wrote:

On 8/1/20 2:41 AM, Will Godfrey wrote:
However one thing that's different is that when getting the crash I 
opened the
segment in the first bar and left the entry of the initial CC at zero. 
then
when changing time just incrementing it with the arrows so it's steps 
of 60.


   Got it.  It is crashing for me now.  Specifically the issue is most 
noticeable in EventView::slotPopupEventEditor() where the Segment 
pointer becomes NULL before the creation of the EventEditCommand which 
then tries to use the null Segment pointer.


   I will continue digging.

Ted.


___
Rosegarden-user mailing list
Rosegarden-user@lists.sourceforge.net - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-user



___
Rosegarden-user mailing list
Rosegarden-user@lists.sourceforge.net - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-user


Re: [Rosegarden-user] Repeatable crash :(

2020-08-01 Thread Ted Felix

On 8/1/20 2:41 AM, Will Godfrey wrote:

However one thing that's different is that when getting the crash I opened the
segment in the first bar and left the entry of the initial CC at zero. then
when changing time just incrementing it with the arrows so it's steps of 60.


  Got it.  It is crashing for me now.  Specifically the issue is most 
noticeable in EventView::slotPopupEventEditor() where the Segment 
pointer becomes NULL before the creation of the EventEditCommand which 
then tries to use the null Segment pointer.


  I will continue digging.

Ted.


___
Rosegarden-user mailing list
Rosegarden-user@lists.sourceforge.net - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-user


Re: [Rosegarden-user] Repeatable crash :(

2020-08-01 Thread Will Godfrey
Interesting. If I do exactly the same, I don't get a crash either.

However one thing that's different is that when getting the crash I opened the
segment in the first bar and left the entry of the initial CC at zero. then
when changing time just incrementing it with the arrows so it's steps of 60.

That's sort-of automatic for me, because it is how I usually place startup CCs
and NRPNs. Done like this I get a crash every time.



>   I can't reproduce this.  Perhaps my procedure is incorrect?  Here's 
>what I'm doing:
>
>- Launch rg.
>- Left-click to drop a segment.
>- Press "E" to launch the event editor.
>- Press "I" to insert an event.
>- Event Type: Controller
>- Absolute Time: 7680
>- Controller Number: 7
>- Controller Value: 100
>- Ok
>- Begin Loop
>   - Right-click the event and select "Open in event editor".
>   - Add a little to Time, Number, and Value.
>   - Ok
>- End Loop, repeat several times
>
>   Am I doing something wrong?
>
>Ted.
>
>On 7/31/20 4:57 PM, Will Godfrey wrote:
>> I seem to have identified this while using Rosegarden to send test CCs to
>> Yoshimi.
>> 
>> Open a new Rosegarden document and display the matrix editor.
>> 
>> Create an empty track segment (I just right click on a track).
>> 
>> Using the event editor create a new controller and fill in any values.
>> 
>> Keep changing these including time, without saving, and after 5 or 6 changes
>> Rosegarden exits!
>> 
>> If you save the file after each edit, it never crashes.
>>   
>
>
>___
>Rosegarden-user mailing list
>Rosegarden-user@lists.sourceforge.net - use the link below to unsubscribe
>https://lists.sourceforge.net/lists/listinfo/rosegarden-user


-- 
Will J Godfrey
http://www.musically.me.uk
Say you have a poem and I have a tune.
Exchange them and we can both have a poem, a tune, and a song.


___
Rosegarden-user mailing list
Rosegarden-user@lists.sourceforge.net - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-user


Re: [Rosegarden-user] Repeatable crash :(

2020-07-31 Thread Ted Felix
  I can't reproduce this.  Perhaps my procedure is incorrect?  Here's 
what I'm doing:


- Launch rg.
- Left-click to drop a segment.
- Press "E" to launch the event editor.
- Press "I" to insert an event.
- Event Type: Controller
- Absolute Time: 7680
- Controller Number: 7
- Controller Value: 100
- Ok
- Begin Loop
  - Right-click the event and select "Open in event editor".
  - Add a little to Time, Number, and Value.
  - Ok
- End Loop, repeat several times

  Am I doing something wrong?

Ted.

On 7/31/20 4:57 PM, Will Godfrey wrote:

I seem to have identified this while using Rosegarden to send test CCs to
Yoshimi.

Open a new Rosegarden document and display the matrix editor.

Create an empty track segment (I just right click on a track).

Using the event editor create a new controller and fill in any values.

Keep changing these including time, without saving, and after 5 or 6 changes
Rosegarden exits!

If you save the file after each edit, it never crashes.




___
Rosegarden-user mailing list
Rosegarden-user@lists.sourceforge.net - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-user


[Rosegarden-user] Repeatable crash :(

2020-07-31 Thread Will Godfrey
I seem to have identified this while using Rosegarden to send test CCs to
Yoshimi.

Open a new Rosegarden document and display the matrix editor.

Create an empty track segment (I just right click on a track).

Using the event editor create a new controller and fill in any values.

Keep changing these including time, without saving, and after 5 or 6 changes
Rosegarden exits!

If you save the file after each edit, it never crashes.

-- 
Will J Godfrey
http://www.musically.me.uk
Say you have a poem and I have a tune.
Exchange them and we can both have a poem, a tune, and a song.


___
Rosegarden-user mailing list
Rosegarden-user@lists.sourceforge.net - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-user