Csound Csound-dev Csound-tekno Search About

[Csnd-dev] fixes to travis build

Date2017-06-13 14:37
FromVictor Lazzarini
Subject[Csnd-dev] fixes to travis build
To fix the travis build and the c tests, I had to make some changes to 

1. stkOpcodes.cpp  — a NULL ‘path' string was causing the crash, made into
a const string and added checks to the pointer.

2. mixer.cpp — the buss and matrix objects were NULL at some point
in cleanup, I’ve added a check for these

3. fluidOpcodes.cpp — the fluid_synths vector and fluid_synths_mutex were NULL
at some point in cleanup, I’ve added checks.


I think these are all authored by Mike, so can you check that you are happy with
these fixes?
========================
Prof. Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy,
Maynooth University,
Maynooth, Co Kildare, Ireland
Tel: 00 353 7086936
Fax: 00 353 1 7086

Date2017-06-13 14:50
FromMichael Gogins
SubjectRe: [Csnd-dev] fixes to travis build
Will do that now.

Best,
Mike

On Jun 13, 2017 9:37 AM, "Victor Lazzarini" <Victor.Lazzarini@nuim.ie> wrote:
To fix the travis build and the c tests, I had to make some changes to

1. stkOpcodes.cpp  — a NULL ‘path' string was causing the crash, made into
a const string and added checks to the pointer.

2. mixer.cpp — the buss and matrix objects were NULL at some point
in cleanup, I’ve added a check for these

3. fluidOpcodes.cpp — the fluid_synths vector and fluid_synths_mutex were NULL
at some point in cleanup, I’ve added checks.


I think these are all authored by Mike, so can you check that you are happy with
these fixes?
========================
Prof. Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy,
Maynooth University,
Maynooth, Co Kildare, Ireland
Tel: 00 353 7086936
Fax: 00 353 1 7086952