Csound Csound-dev Csound-tekno Search About

CsoundQt 0.9.4 released

Date2017-05-13 12:19
FromTarmo Johannes
SubjectCsoundQt 0.9.4 released
Hi!

I am glad and proud to announce release of CsoundQt 0.9.4!


It will be distributed also with Csound 6.09 installers very soon but those who are curious you can download source code and OSX and Windows binaries from:
https://github.com/CsoundQt/CsoundQt/releases/tag/0.9.4

NB! For OSX there are two files - the final one does not work with older Csound versions than 6.09 well (due to changes in some libraries) -  please use the version built against Csound 6.08 on the same page if you have Csound 6.08 or older! (But it has one bug -  if there is no CsoundQt config file before, it crashes... )

NB! The Windows version is a zip file -  unpack it and run the CsoundQt-d-cs6.exe from there. DON'T OVERWERITE CsoundQt of your previous installation! It is built with msys2/mingw64 compiler and it conflicts with "official" installation if you mix them.

And of course -  Csound must be installed previously.

The highlights of this version are:

  • options are saved in runtime

  • different panels can go to full screen

  • Live Event Sheet windows system is more flexible

  • editor's background colour can be changed

  • "Add chn_k declaration" in widgets' cotext menu

  • Added support for jack midi

And several bug fixes

See release notes: https://github.com/CsoundQt/CsoundQt/blob/master/release_notes/Release%20notes%200.9.4.md


Happy using!

tarmo







Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2017-05-31 14:24
FromFabio De Sanctis De Benedictis
SubjectRe: CsoundQt 0.9.4 released
Hi All,

I apologize for late feedback, this is a very busy period.

I have compiled CsoundQt 9.0.4 for Linux (Fedora 20, Csound 6.07,
QtCreator 3.2.2), it seems to me it works.

I have also tried/compiled for OsX 10.8.5, Csound 6.0.8.

The executable from .dmg file seems not to start, I have tried with
double clic and with left clic and Open: icon jumps in Dock, but nothing
happens, so I must to terminate by force (cmd-alt esc).

The compiled executable opens (QtCreator 3.6.0 - with more recent
version it is the same, or compilation fails), but very often it
freezes, especially if I start a play, and then I stop it: at this point
the software freezes and again I must terminate by force.

Not a problem, I use 0.9.3 version, only I hope this can be useful for
feedback, and I understand my OsX is a little dated, but I prefer not to
update the system for well known reasons...
Best


fdsdb




Il giorno sab, 13/05/2017 alle 14.19 +0300, Tarmo Johannes ha scritto:
> Hi!
> 
> 
> I am glad and proud to announce release of CsoundQt 0.9.4!
> 
> 
> A small demo is up on:
> https://www.youtube.com/watch?v=_XIhGq2KBzo
> 
> 
> 
> It will be distributed also with Csound 6.09 installers very soon but
> those who are curious you can download source code and OSX and Windows
> binaries from:
> https://github.com/CsoundQt/CsoundQt/releases/tag/0.9.4
> 
> 
> NB! For OSX there are two files - the final one does not work with
> older Csound versions than 6.09 well (due to changes in some
> libraries) -  please use the version built against Csound 6.08 on the
> same page if you have Csound 6.08 or older! (But it has one bug -  if
> there is no CsoundQt config file before, it crashes... )
> 
> 
> NB! The Windows version is a zip file -  unpack it and run the
> CsoundQt-d-cs6.exe from there. DON'T OVERWERITE CsoundQt of your
> previous installation! It is built with msys2/mingw64 compiler and it
> conflicts with "official" installation if you mix them.
> 
> 
> And of course -  Csound must be installed previously.
> 
> 
> The highlights of this version are:
> 
>       * options are saved in runtime
>         
>       * different panels can go to full screen
>         
>       * Live Event Sheet windows system is more flexible
>         
>       * editor's background colour can be changed
>         
>       * "Add chn_k declaration" in widgets' cotext menu
>         
>       * Added support for jack midi
>         
> 
> And several bug fixes
> 
> See release notes:
> https://github.com/CsoundQt/CsoundQt/blob/master/release_notes/Release
> %20notes%200.9.4.md
> 
> 
> Happy using!
> 
> tarmo
> 
> 
> 
> 
> 
> 
> 
> 
> 
> Csound mailing list Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
> https://github.com/csound/csound/issues Discussions of bugs and
> features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2017-05-31 17:01
FromTarmo Johannes
SubjectRe: CsoundQt 0.9.4 released
Hi Fabio,

And thanks for testing!

With OSX the situation is a bit complex -  prebuilt CsoundQt 0.9.4 does not work with older versions of Csound than 6.09. It is so since the csnd6 library included in Csound installation was built against different standard C++ library than the one now and that might cause the crashes. I maybe should reinstall Csound 6.08 again and make another build.  

This one: https://github.com/CsoundQt/CsoundQt/releases/download/0.9.4/CsoundQt-d-py-0.9.4-rc1-for-Csound-6.08.dmg should work, but it has a bug of crashing when there is no configuration file present. Indeed, I should rebuild that version.

I am a bit puzzled though what causes the crashes when you built CsoundQt yourself... It can be perhaps also the libcnd6 problem. This library is used only when CsoundQt is built with recording support. How did you build? If you included it, can you leave it out, build again and see if it changes anything. It might be also OSX version problem - I am developing on 10.12, 10.8 is quite far and Apple likes to change things...

I am very greatful for your time and feedback!

tarmo



2017-05-31 16:24 GMT+03:00 Fabio De Sanctis De Benedictis <fdesanctis@teletu.it>:
Hi All,

I apologize for late feedback, this is a very busy period.

I have compiled CsoundQt 9.0.4 for Linux (Fedora 20, Csound 6.07,
QtCreator 3.2.2), it seems to me it works.

I have also tried/compiled for OsX 10.8.5, Csound 6.0.8.

The executable from .dmg file seems not to start, I have tried with
double clic and with left clic and Open: icon jumps in Dock, but nothing
happens, so I must to terminate by force (cmd-alt esc).

The compiled executable opens (QtCreator 3.6.0 - with more recent
version it is the same, or compilation fails), but very often it
freezes, especially if I start a play, and then I stop it: at this point
the software freezes and again I must terminate by force.

Not a problem, I use 0.9.3 version, only I hope this can be useful for
feedback, and I understand my OsX is a little dated, but I prefer not to
update the system for well known reasons...
Best


fdsdb




Il giorno sab, 13/05/2017 alle 14.19 +0300, Tarmo Johannes ha scritto:
> Hi!
>
>
> I am glad and proud to announce release of CsoundQt 0.9.4!
>
>
> A small demo is up on:
> https://www.youtube.com/watch?v=_XIhGq2KBzo
>
>
>
> It will be distributed also with Csound 6.09 installers very soon but
> those who are curious you can download source code and OSX and Windows
> binaries from:
> https://github.com/CsoundQt/CsoundQt/releases/tag/0.9.4
>
>
> NB! For OSX there are two files - the final one does not work with
> older Csound versions than 6.09 well (due to changes in some
> libraries) -  please use the version built against Csound 6.08 on the
> same page if you have Csound 6.08 or older! (But it has one bug -  if
> there is no CsoundQt config file before, it crashes... )
>
>
> NB! The Windows version is a zip file -  unpack it and run the
> CsoundQt-d-cs6.exe from there. DON'T OVERWERITE CsoundQt of your
> previous installation! It is built with msys2/mingw64 compiler and it
> conflicts with "official" installation if you mix them.
>
>
> And of course -  Csound must be installed previously.
>
>
> The highlights of this version are:
>
>       * options are saved in runtime
>
>       * different panels can go to full screen
>
>       * Live Event Sheet windows system is more flexible
>
>       * editor's background colour can be changed
>
>       * "Add chn_k declaration" in widgets' cotext menu
>
>       * Added support for jack midi
>
>
> And several bug fixes
>
> See release notes:
> https://github.com/CsoundQt/CsoundQt/blob/master/release_notes/Release
> %20notes%200.9.4.md
>
>
> Happy using!
>
> tarmo
>
>
>
>
>
>
>
>
>
> Csound mailing list Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
> https://github.com/csound/csound/issues Discussions of bugs and
> features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2017-05-31 18:13
FromFabio De Sanctis De Benedictis
SubjectRe: CsoundQt 0.9.4 released
Hi Tarmo,

Thank you for your mail, I will try to answer in a correct (I hope) way,
I am not a programmer, I am a musician.

About compilation, I have used QtCreator, I have opened the qcs.pro
file, configured, unset shadow option, and then compiled it form build
menu. I don't know if this is the exact procedure, I have gone in a very
instinctive manner... However at the end there was an executable
running, even if with characteristics I have described in my precedent
mail.

With the bin from your link I have the same problem: I do double click
on it, icon in Dock continuously jumps, but it does not open, sorry. At
the end I must force the exit.

But no problems at all, version 0.9.3 works good!

Thank you for your reply, ciao


Fabio



Il giorno mer, 31/05/2017 alle 19.01 +0300, Tarmo Johannes ha scritto:
> Hi Fabio,
> 
> 
> And thanks for testing!
> 
> 
> With OSX the situation is a bit complex -  prebuilt CsoundQt 0.9.4
> does not work with older versions of Csound than 6.09. It is so since
> the csnd6 library included in Csound installation was built against
> different standard C++ library than the one now and that might cause
> the crashes. I maybe should reinstall Csound 6.08 again and make
> another build.  
> 
> 
> This
> one: https://github.com/CsoundQt/CsoundQt/releases/download/0.9.4/CsoundQt-d-py-0.9.4-rc1-for-Csound-6.08.dmg should work, but it has a bug of crashing when there is no configuration file present. Indeed, I should rebuild that version.
> 
> 
> I am a bit puzzled though what causes the crashes when you built
> CsoundQt yourself... It can be perhaps also the libcnd6 problem. This
> library is used only when CsoundQt is built with recording support.
> How did you build? If you included it, can you leave it out, build
> again and see if it changes anything. It might be also OSX version
> problem - I am developing on 10.12, 10.8 is quite far and Apple likes
> to change things...
> 
> 
> I am very greatful for your time and feedback!
> 
> 
> tarmo
> 
> 
> 
> 
> 
> 2017-05-31 16:24 GMT+03:00 Fabio De Sanctis De Benedictis
> :
>         Hi All,
>         
>         I apologize for late feedback, this is a very busy period.
>         
>         I have compiled CsoundQt 9.0.4 for Linux (Fedora 20, Csound
>         6.07,
>         QtCreator 3.2.2), it seems to me it works.
>         
>         I have also tried/compiled for OsX 10.8.5, Csound 6.0.8.
>         
>         The executable from .dmg file seems not to start, I have tried
>         with
>         double clic and with left clic and Open: icon jumps in Dock,
>         but nothing
>         happens, so I must to terminate by force (cmd-alt esc).
>         
>         The compiled executable opens (QtCreator 3.6.0 - with more
>         recent
>         version it is the same, or compilation fails), but very often
>         it
>         freezes, especially if I start a play, and then I stop it: at
>         this point
>         the software freezes and again I must terminate by force.
>         
>         Not a problem, I use 0.9.3 version, only I hope this can be
>         useful for
>         feedback, and I understand my OsX is a little dated, but I
>         prefer not to
>         update the system for well known reasons...
>         Best
>         
>         
>         fdsdb
>         
>         
>         
>         
>         Il giorno sab, 13/05/2017 alle 14.19 +0300, Tarmo Johannes ha
>         scritto:
>         > Hi!
>         >
>         >
>         > I am glad and proud to announce release of CsoundQt 0.9.4!
>         >
>         >
>         > A small demo is up on:
>         > https://www.youtube.com/watch?v=_XIhGq2KBzo
>         >
>         >
>         >
>         > It will be distributed also with Csound 6.09 installers very
>         soon but
>         > those who are curious you can download source code and OSX
>         and Windows
>         > binaries from:
>         > https://github.com/CsoundQt/CsoundQt/releases/tag/0.9.4
>         >
>         >
>         > NB! For OSX there are two files - the final one does not
>         work with
>         > older Csound versions than 6.09 well (due to changes in some
>         > libraries) -  please use the version built against Csound
>         6.08 on the
>         > same page if you have Csound 6.08 or older! (But it has one
>         bug -  if
>         > there is no CsoundQt config file before, it crashes... )
>         >
>         >
>         > NB! The Windows version is a zip file -  unpack it and run
>         the
>         > CsoundQt-d-cs6.exe from there. DON'T OVERWERITE CsoundQt of
>         your
>         > previous installation! It is built with msys2/mingw64
>         compiler and it
>         > conflicts with "official" installation if you mix them.
>         >
>         >
>         > And of course -  Csound must be installed previously.
>         >
>         >
>         > The highlights of this version are:
>         >
>         >       * options are saved in runtime
>         >
>         >       * different panels can go to full screen
>         >
>         >       * Live Event Sheet windows system is more flexible
>         >
>         >       * editor's background colour can be changed
>         >
>         >       * "Add chn_k declaration" in widgets' cotext menu
>         >
>         >       * Added support for jack midi
>         >
>         >
>         > And several bug fixes
>         >
>         > See release notes:
>         >
>         https://github.com/CsoundQt/CsoundQt/blob/master/release_notes/Release
>         > %20notes%200.9.4.md
>         >
>         >
>         > Happy using!
>         >
>         > tarmo
>         >
>         >
>         >
>         >
>         >
>         >
>         >
>         >
>         >
>         > Csound mailing list Csound@listserv.heanet.ie
>         > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs
>         reports to
>         > https://github.com/csound/csound/issues Discussions of bugs
>         and
>         > features can be posted here
>         
>         Csound mailing list
>         Csound@listserv.heanet.ie
>         https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>         Send bugs reports to
>                 https://github.com/csound/csound/issues
>         Discussions of bugs and features can be posted here
> 
> 
> Csound mailing list Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
> https://github.com/csound/csound/issues Discussions of bugs and
> features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2017-06-01 00:06
FromHector Centeno
SubjectRe: CsoundQt 0.9.4 released
Hello, 

Thank you for CsoundQt! I was wondering if the cut and paste issue on Windows has been addressed in this release. In the previous version, cutting and pasting had no effect (Windows 10).

Best, 

Hector 

On May 31, 2017 1:13 PM, "Fabio De Sanctis De Benedictis" <fdesanctis@teletu.it> wrote:
Hi Tarmo,

Thank you for your mail, I will try to answer in a correct (I hope) way,
I am not a programmer, I am a musician.

About compilation, I have used QtCreator, I have opened the qcs.pro
file, configured, unset shadow option, and then compiled it form build
menu. I don't know if this is the exact procedure, I have gone in a very
instinctive manner... However at the end there was an executable
running, even if with characteristics I have described in my precedent
mail.

With the bin from your link I have the same problem: I do double click
on it, icon in Dock continuously jumps, but it does not open, sorry. At
the end I must force the exit.

But no problems at all, version 0.9.3 works good!

Thank you for your reply, ciao


Fabio



Il giorno mer, 31/05/2017 alle 19.01 +0300, Tarmo Johannes ha scritto:
> Hi Fabio,
>
>
> And thanks for testing!
>
>
> With OSX the situation is a bit complex -  prebuilt CsoundQt 0.9.4
> does not work with older versions of Csound than 6.09. It is so since
> the csnd6 library included in Csound installation was built against
> different standard C++ library than the one now and that might cause
> the crashes. I maybe should reinstall Csound 6.08 again and make
> another build.
>
>
> This
> one: https://github.com/CsoundQt/CsoundQt/releases/download/0.9.4/CsoundQt-d-py-0.9.4-rc1-for-Csound-6.08.dmg should work, but it has a bug of crashing when there is no configuration file present. Indeed, I should rebuild that version.
>
>
> I am a bit puzzled though what causes the crashes when you built
> CsoundQt yourself... It can be perhaps also the libcnd6 problem. This
> library is used only when CsoundQt is built with recording support.
> How did you build? If you included it, can you leave it out, build
> again and see if it changes anything. It might be also OSX version
> problem - I am developing on 10.12, 10.8 is quite far and Apple likes
> to change things...
>
>
> I am very greatful for your time and feedback!
>
>
> tarmo
>
>
>
>
>
> 2017-05-31 16:24 GMT+03:00 Fabio De Sanctis De Benedictis
> <fdesanctis@teletu.it>:
>         Hi All,
>
>         I apologize for late feedback, this is a very busy period.
>
>         I have compiled CsoundQt 9.0.4 for Linux (Fedora 20, Csound
>         6.07,
>         QtCreator 3.2.2), it seems to me it works.
>
>         I have also tried/compiled for OsX 10.8.5, Csound 6.0.8.
>
>         The executable from .dmg file seems not to start, I have tried
>         with
>         double clic and with left clic and Open: icon jumps in Dock,
>         but nothing
>         happens, so I must to terminate by force (cmd-alt esc).
>
>         The compiled executable opens (QtCreator 3.6.0 - with more
>         recent
>         version it is the same, or compilation fails), but very often
>         it
>         freezes, especially if I start a play, and then I stop it: at
>         this point
>         the software freezes and again I must terminate by force.
>
>         Not a problem, I use 0.9.3 version, only I hope this can be
>         useful for
>         feedback, and I understand my OsX is a little dated, but I
>         prefer not to
>         update the system for well known reasons...
>         Best
>
>
>         fdsdb
>
>
>
>
>         Il giorno sab, 13/05/2017 alle 14.19 +0300, Tarmo Johannes ha
>         scritto:
>         > Hi!
>         >
>         >
>         > I am glad and proud to announce release of CsoundQt 0.9.4!
>         >
>         >
>         > A small demo is up on:
>         > https://www.youtube.com/watch?v=_XIhGq2KBzo
>         >
>         >
>         >
>         > It will be distributed also with Csound 6.09 installers very
>         soon but
>         > those who are curious you can download source code and OSX
>         and Windows
>         > binaries from:
>         > https://github.com/CsoundQt/CsoundQt/releases/tag/0.9.4
>         >
>         >
>         > NB! For OSX there are two files - the final one does not
>         work with
>         > older Csound versions than 6.09 well (due to changes in some
>         > libraries) -  please use the version built against Csound
>         6.08 on the
>         > same page if you have Csound 6.08 or older! (But it has one
>         bug -  if
>         > there is no CsoundQt config file before, it crashes... )
>         >
>         >
>         > NB! The Windows version is a zip file -  unpack it and run
>         the
>         > CsoundQt-d-cs6.exe from there. DON'T OVERWERITE CsoundQt of
>         your
>         > previous installation! It is built with msys2/mingw64
>         compiler and it
>         > conflicts with "official" installation if you mix them.
>         >
>         >
>         > And of course -  Csound must be installed previously.
>         >
>         >
>         > The highlights of this version are:
>         >
>         >       * options are saved in runtime
>         >
>         >       * different panels can go to full screen
>         >
>         >       * Live Event Sheet windows system is more flexible
>         >
>         >       * editor's background colour can be changed
>         >
>         >       * "Add chn_k declaration" in widgets' cotext menu
>         >
>         >       * Added support for jack midi
>         >
>         >
>         > And several bug fixes
>         >
>         > See release notes:
>         >
>         https://github.com/CsoundQt/CsoundQt/blob/master/release_notes/Release
>         > %20notes%200.9.4.md
>         >
>         >
>         > Happy using!
>         >
>         > tarmo
>         >
>         >
>         >
>         >
>         >
>         >
>         >
>         >
>         >
>         > Csound mailing list Csound@listserv.heanet.ie
>         > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs
>         reports to
>         > https://github.com/csound/csound/issues Discussions of bugs
>         and
>         > features can be posted here
>
>         Csound mailing list
>         Csound@listserv.heanet.ie
>         https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>         Send bugs reports to
>                 https://github.com/csound/csound/issues
>         Discussions of bugs and features can be posted here
>
>
> Csound mailing list Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
> https://github.com/csound/csound/issues Discussions of bugs and
> features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2017-06-01 11:48
FromTarmo Johannes
SubjectRe: CsoundQt 0.9.4 released
Hi,

The copy and paste problem on Windows is a "known issue" that we have not been able to solve adequatly but there might be a workaround. It stems for Windows clipboard system (if I understood correctly) that two programs cannot access the clipboard exactly at the same time. Somehow it happens in CsoundQt and I don't know yet what causes it. It can be that fltk opcodes do it also when the plugin is loaded and that creates the problem.

One workaround that worked for me but not for Michael (Gogins) -  if you never need fltk opcodes, you can try to move  widgets.dll and virtual.dll away from
C:\Program Files\Csound6_x64\plugins64
and restart CsoundQt. Please try!

For me it works with the mys2/mingw64 based build that is up on:
https://github.com/CsoundQt/CsoundQt/releases/download/0.9.4/CsoundQt-0.9.4-win-mingw64.zip

The new Csound 6.09 installation misses some dll files, so unfortunatley CsoundQt there does not start, I could not test. Michael will fix that problem soon.

Best!
tarmo




2017-06-01 2:06 GMT+03:00 Hector Centeno <hcengar@gmail.com>:
Hello, 

Thank you for CsoundQt! I was wondering if the cut and paste issue on Windows has been addressed in this release. In the previous version, cutting and pasting had no effect (Windows 10).

Best, 

Hector 

On May 31, 2017 1:13 PM, "Fabio De Sanctis De Benedictis" <fdesanctis@teletu.it> wrote:
Hi Tarmo,

Thank you for your mail, I will try to answer in a correct (I hope) way,
I am not a programmer, I am a musician.

About compilation, I have used QtCreator, I have opened the qcs.pro
file, configured, unset shadow option, and then compiled it form build
menu. I don't know if this is the exact procedure, I have gone in a very
instinctive manner... However at the end there was an executable
running, even if with characteristics I have described in my precedent
mail.

With the bin from your link I have the same problem: I do double click
on it, icon in Dock continuously jumps, but it does not open, sorry. At
the end I must force the exit.

But no problems at all, version 0.9.3 works good!

Thank you for your reply, ciao


Fabio



Il giorno mer, 31/05/2017 alle 19.01 +0300, Tarmo Johannes ha scritto:
> Hi Fabio,
>
>
> And thanks for testing!
>
>
> With OSX the situation is a bit complex -  prebuilt CsoundQt 0.9.4
> does not work with older versions of Csound than 6.09. It is so since
> the csnd6 library included in Csound installation was built against
> different standard C++ library than the one now and that might cause
> the crashes. I maybe should reinstall Csound 6.08 again and make
> another build.
>
>
> This
> one: https://github.com/CsoundQt/CsoundQt/releases/download/0.9.4/CsoundQt-d-py-0.9.4-rc1-for-Csound-6.08.dmg should work, but it has a bug of crashing when there is no configuration file present. Indeed, I should rebuild that version.
>
>
> I am a bit puzzled though what causes the crashes when you built
> CsoundQt yourself... It can be perhaps also the libcnd6 problem. This
> library is used only when CsoundQt is built with recording support.
> How did you build? If you included it, can you leave it out, build
> again and see if it changes anything. It might be also OSX version
> problem - I am developing on 10.12, 10.8 is quite far and Apple likes
> to change things...
>
>
> I am very greatful for your time and feedback!
>
>
> tarmo
>
>
>
>
>
> 2017-05-31 16:24 GMT+03:00 Fabio De Sanctis De Benedictis
> <fdesanctis@teletu.it>:
>         Hi All,
>
>         I apologize for late feedback, this is a very busy period.
>
>         I have compiled CsoundQt 9.0.4 for Linux (Fedora 20, Csound
>         6.07,
>         QtCreator 3.2.2), it seems to me it works.
>
>         I have also tried/compiled for OsX 10.8.5, Csound 6.0.8.
>
>         The executable from .dmg file seems not to start, I have tried
>         with
>         double clic and with left clic and Open: icon jumps in Dock,
>         but nothing
>         happens, so I must to terminate by force (cmd-alt esc).
>
>         The compiled executable opens (QtCreator 3.6.0 - with more
>         recent
>         version it is the same, or compilation fails), but very often
>         it
>         freezes, especially if I start a play, and then I stop it: at
>         this point
>         the software freezes and again I must terminate by force.
>
>         Not a problem, I use 0.9.3 version, only I hope this can be
>         useful for
>         feedback, and I understand my OsX is a little dated, but I
>         prefer not to
>         update the system for well known reasons...
>         Best
>
>
>         fdsdb
>
>
>
>
>         Il giorno sab, 13/05/2017 alle 14.19 +0300, Tarmo Johannes ha
>         scritto:
>         > Hi!
>         >
>         >
>         > I am glad and proud to announce release of CsoundQt 0.9.4!
>         >
>         >
>         > A small demo is up on:
>         > https://www.youtube.com/watch?v=_XIhGq2KBzo
>         >
>         >
>         >
>         > It will be distributed also with Csound 6.09 installers very
>         soon but
>         > those who are curious you can download source code and OSX
>         and Windows
>         > binaries from:
>         > https://github.com/CsoundQt/CsoundQt/releases/tag/0.9.4
>         >
>         >
>         > NB! For OSX there are two files - the final one does not
>         work with
>         > older Csound versions than 6.09 well (due to changes in some
>         > libraries) -  please use the version built against Csound
>         6.08 on the
>         > same page if you have Csound 6.08 or older! (But it has one
>         bug -  if
>         > there is no CsoundQt config file before, it crashes... )
>         >
>         >
>         > NB! The Windows version is a zip file -  unpack it and run
>         the
>         > CsoundQt-d-cs6.exe from there. DON'T OVERWERITE CsoundQt of
>         your
>         > previous installation! It is built with msys2/mingw64
>         compiler and it
>         > conflicts with "official" installation if you mix them.
>         >
>         >
>         > And of course -  Csound must be installed previously.
>         >
>         >
>         > The highlights of this version are:
>         >
>         >       * options are saved in runtime
>         >
>         >       * different panels can go to full screen
>         >
>         >       * Live Event Sheet windows system is more flexible
>         >
>         >       * editor's background colour can be changed
>         >
>         >       * "Add chn_k declaration" in widgets' cotext menu
>         >
>         >       * Added support for jack midi
>         >
>         >
>         > And several bug fixes
>         >
>         > See release notes:
>         >
>         https://github.com/CsoundQt/CsoundQt/blob/master/release_notes/Release
>         > %20notes%200.9.4.md
>         >
>         >
>         > Happy using!
>         >
>         > tarmo
>         >
>         >
>         >
>         >
>         >
>         >
>         >
>         >
>         >
>         > Csound mailing list Csound@listserv.heanet.ie
>         > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs
>         reports to
>         > https://github.com/csound/csound/issues Discussions of bugs
>         and
>         > features can be posted here
>
>         Csound mailing list
>         Csound@listserv.heanet.ie
>         https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>         Send bugs reports to
>                 https://github.com/csound/csound/issues
>         Discussions of bugs and features can be posted here
>
>
> Csound mailing list Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
> https://github.com/csound/csound/issues Discussions of bugs and
> features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here