Csound Csound-dev Csound-tekno Search About

[Csnd] [ANN] CsoundQt 0.9.8 released

Date2020-06-28 08:34
FromEduardo Moguillansky
Subject[Csnd] [ANN] CsoundQt 0.9.8 released

Version 0.9.8 is a major release, with multiple changes

The source and binaries can be downloaded from: https://github.com/CsoundQt/CsoundQt/releases

This version of CsoundQt works with csound 6.14 or higher

New in version 0.9.8:

  • New icon theme based on KDE's "breeze"
  • New color themes (for text, background and syntax highlighting): classic, light, dark.
  • New flat style and features for the knob widget.
  • New "Table Plot" widget allows to efficiently plot tables in real time.
  • Graph widget (spectrum, signal display) has been highly optimized, drawing is between 10x and 20x faster
  • Graph widget fixed for the use together with display opcode. Many display instances can be used simultaneously for one or multiple widgets without any loss in performance.
  • Graph widget for tables optimized for big tables and soundfiles, detects the actual size of the graph and does not draw superfluous points
  • Spectrogram widget now reacts to different sample rates, gained a better grid and zoom. It can be customized to show/hide grid, scrollbars, menu, etc.
  • Spectrogram widget can control the zoom with keyboard shortcuts (+, -). Also scrollbars can be hidden (user can scroll with scrollwheel/arrow keys).
  • Spectrum graph: a graph can bow be frozen; clicking on a peak will show the peaks frequency
    with resolution independent of the fft size
    of the corresponding dispfft
  • New icon / new splashscreen
  • Meter / Controller widget gained many options to control its aspect (border, line width, background, etc)
  • New action to test the audio setup
  • Text labels allow to set a vertical alignment
  • New settings dialogs, allows to use the current system sample rate and set the
    number of channels without the need to modify the .csd
  • Help panel received a more streamlined look
  • More streamlined toolbar, removed toolbar buttons which are not commonly used
    (these can still be reached from the menus), icon size can be set in the preferences, toolbar can be locked
  • Many widgets gained the possibility to set their value by double-clicking (knob, scroll number)
  • Now it is possible to move the widgets with the keyboard in edit mode. The arrow keys move the
    widgets within a grid of 5 pixels (with the alt key widgets are nudged by 1 pixel).
  • More nuanced syntax highlighting
  • Syntax highlighting for user defined opcodes. The work for this lays the ground for features like autocomplete and code hints for UDOs.
  • Button widget can set the size of the font
  • Checkbox can be resized if the platform allows this (works on linux and windows, macOS uses native checkboxes which are fixed in size)
  • Added a setting to control the update rate of the gui.
  • New "Spectrum Analyzer" utility example
  • Initial support for color schemes, allowing csoundqt to use a dark theme matching the os (not yet available in this release).
  • New action "goto line"

Fixes

  • Race condition fixed which would cause CsoundQt to crash when started/stopped in very fast succession
  • Locking issues fixed which prevented CsoundQt to stop properly when a graph widget was used.
  • Saving issues where fixed. New option to prevent CsoundQt from asking if user wants to save a temporary file before playing.
  • in macOS startup delay has been somewhat reduced.
  • Wrong rendering for the Meter / Controller widget fixed is macOS
  • Better font defaults for the different platforms
  • CTRL-F now searches in manual if help dock is focused.
  • Search bar is made visible and focused when clicked on search icon in the help widget
  • Fixed a bug where activating the widgets panel when the widgets are in a separate window would
    result in an empty widgets panel or, worse, a crash.
  • Fixed selection and dragging of widgets. Now responds to usual keyboard modifiers, such as CTRL toggling selection, and shift adding an item to a selection, etc.
  • Changing rt audio module now clears the device selection
  • Fixes last used dir in linux falling back to /tmp
  • macOS: fix to background color in widgets panel
  • Better options for selecting an audio device if jack is selected as module (now the default does not connect to other ports other than the system)
  • In the config dialog, if jack is not running then this is shown in the menu and jack can't be selected
  • scope now has much lower latency
  • native toolbar in macOS
  • Less intrusive line numbers, adjust colors to the color theme
  • Each platform has own defaults for fonts, sizes, etc., resulting in a better first time experience
  • Lots of fixes in syntax highlighting
  • Audio device is reset to default whenever the audio backend is modified
  • Full-screen issues have been mostly resolved. Window state is remembered.
  • Graph widget would cause a crash when adding a new table if a spectrum display was selected. This was fixed.
  • Atsa defaults were corrected
  • Latched button acting wrong on event with negative duration fixed
  • Application paths were fixed for macOS
  • Toolbar rendering problems in mac were fixed, reverting back from using mac's unified toolbar.

Eduardo Moguillansky / Tarmo Johannes


Date2020-06-28 08:55
FromRory Walsh
SubjectRe: [Csnd] [ANN] CsoundQt 0.9.8 released
Congrats guys. That's a lot of great new stuff! 

On Sun 28 Jun 2020, 08:36 Eduardo Moguillansky, <eduardo.moguillansky@gmail.com> wrote:

Version 0.9.8 is a major release, with multiple changes

The source and binaries can be downloaded from: https://github.com/CsoundQt/CsoundQt/releases

This version of CsoundQt works with csound 6.14 or higher

New in version 0.9.8:

  • New icon theme based on KDE's "breeze"
  • New color themes (for text, background and syntax highlighting): classic, light, dark.
  • New flat style and features for the knob widget.
  • New "Table Plot" widget allows to efficiently plot tables in real time.
  • Graph widget (spectrum, signal display) has been highly optimized, drawing is between 10x and 20x faster
  • Graph widget fixed for the use together with display opcode. Many display instances can be used simultaneously for one or multiple widgets without any loss in performance.
  • Graph widget for tables optimized for big tables and soundfiles, detects the actual size of the graph and does not draw superfluous points
  • Spectrogram widget now reacts to different sample rates, gained a better grid and zoom. It can be customized to show/hide grid, scrollbars, menu, etc.
  • Spectrogram widget can control the zoom with keyboard shortcuts (+, -). Also scrollbars can be hidden (user can scroll with scrollwheel/arrow keys).
  • Spectrum graph: a graph can bow be frozen; clicking on a peak will show the peaks frequency
    with resolution independent of the fft size
    of the corresponding dispfft
  • New icon / new splashscreen
  • Meter / Controller widget gained many options to control its aspect (border, line width, background, etc)
  • New action to test the audio setup
  • Text labels allow to set a vertical alignment
  • New settings dialogs, allows to use the current system sample rate and set the
    number of channels without the need to modify the .csd
  • Help panel received a more streamlined look
  • More streamlined toolbar, removed toolbar buttons which are not commonly used
    (these can still be reached from the menus), icon size can be set in the preferences, toolbar can be locked
  • Many widgets gained the possibility to set their value by double-clicking (knob, scroll number)
  • Now it is possible to move the widgets with the keyboard in edit mode. The arrow keys move the
    widgets within a grid of 5 pixels (with the alt key widgets are nudged by 1 pixel).
  • More nuanced syntax highlighting
  • Syntax highlighting for user defined opcodes. The work for this lays the ground for features like autocomplete and code hints for UDOs.
  • Button widget can set the size of the font
  • Checkbox can be resized if the platform allows this (works on linux and windows, macOS uses native checkboxes which are fixed in size)
  • Added a setting to control the update rate of the gui.
  • New "Spectrum Analyzer" utility example
  • Initial support for color schemes, allowing csoundqt to use a dark theme matching the os (not yet available in this release).
  • New action "goto line"

Fixes

  • Race condition fixed which would cause CsoundQt to crash when started/stopped in very fast succession
  • Locking issues fixed which prevented CsoundQt to stop properly when a graph widget was used.
  • Saving issues where fixed. New option to prevent CsoundQt from asking if user wants to save a temporary file before playing.
  • in macOS startup delay has been somewhat reduced.
  • Wrong rendering for the Meter / Controller widget fixed is macOS
  • Better font defaults for the different platforms
  • CTRL-F now searches in manual if help dock is focused.
  • Search bar is made visible and focused when clicked on search icon in the help widget
  • Fixed a bug where activating the widgets panel when the widgets are in a separate window would
    result in an empty widgets panel or, worse, a crash.
  • Fixed selection and dragging of widgets. Now responds to usual keyboard modifiers, such as CTRL toggling selection, and shift adding an item to a selection, etc.
  • Changing rt audio module now clears the device selection
  • Fixes last used dir in linux falling back to /tmp
  • macOS: fix to background color in widgets panel
  • Better options for selecting an audio device if jack is selected as module (now the default does not connect to other ports other than the system)
  • In the config dialog, if jack is not running then this is shown in the menu and jack can't be selected
  • scope now has much lower latency
  • native toolbar in macOS
  • Less intrusive line numbers, adjust colors to the color theme
  • Each platform has own defaults for fonts, sizes, etc., resulting in a better first time experience
  • Lots of fixes in syntax highlighting
  • Audio device is reset to default whenever the audio backend is modified
  • Full-screen issues have been mostly resolved. Window state is remembered.
  • Graph widget would cause a crash when adding a new table if a spectrum display was selected. This was fixed.
  • Atsa defaults were corrected
  • Latched button acting wrong on event with negative duration fixed
  • Application paths were fixed for macOS
  • Toolbar rendering problems in mac were fixed, reverting back from using mac's unified toolbar.

Eduardo Moguillansky / Tarmo Johannes

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

Date2020-06-28 09:23
FromVictor Lazzarini
SubjectRe: [Csnd] [EXTERNAL] [Csnd] [ANN] CsoundQt 0.9.8 released
That looks great! Congratulations and many thanks.

Prof. Victor Lazzarini
Maynooth University
Ireland

On 28 Jun 2020, at 08:36, Eduardo Moguillansky <eduardo.moguillansky@gmail.com> wrote:



*Warning*

This email originated from outside of Maynooth University's Mail System. Do not reply, click links or open attachments unless you recognise the sender and know the content is safe.

Version 0.9.8 is a major release, with multiple changes

The source and binaries can be downloaded from: https://github.com/CsoundQt/CsoundQt/releases

This version of CsoundQt works with csound 6.14 or higher

New in version 0.9.8:

  • New icon theme based on KDE's "breeze"
  • New color themes (for text, background and syntax highlighting): classic, light, dark.
  • New flat style and features for the knob widget.
  • New "Table Plot" widget allows to efficiently plot tables in real time.
  • Graph widget (spectrum, signal display) has been highly optimized, drawing is between 10x and 20x faster
  • Graph widget fixed for the use together with display opcode. Many display instances can be used simultaneously for one or multiple widgets without any loss in performance.
  • Graph widget for tables optimized for big tables and soundfiles, detects the actual size of the graph and does not draw superfluous points
  • Spectrogram widget now reacts to different sample rates, gained a better grid and zoom. It can be customized to show/hide grid, scrollbars, menu, etc.
  • Spectrogram widget can control the zoom with keyboard shortcuts (+, -). Also scrollbars can be hidden (user can scroll with scrollwheel/arrow keys).
  • Spectrum graph: a graph can bow be frozen; clicking on a peak will show the peaks frequency
    with resolution independent of the fft size
    of the corresponding dispfft
  • New icon / new splashscreen
  • Meter / Controller widget gained many options to control its aspect (border, line width, background, etc)
  • New action to test the audio setup
  • Text labels allow to set a vertical alignment
  • New settings dialogs, allows to use the current system sample rate and set the
    number of channels without the need to modify the .csd
  • Help panel received a more streamlined look
  • More streamlined toolbar, removed toolbar buttons which are not commonly used
    (these can still be reached from the menus), icon size can be set in the preferences, toolbar can be locked
  • Many widgets gained the possibility to set their value by double-clicking (knob, scroll number)
  • Now it is possible to move the widgets with the keyboard in edit mode. The arrow keys move the
    widgets within a grid of 5 pixels (with the alt key widgets are nudged by 1 pixel).
  • More nuanced syntax highlighting
  • Syntax highlighting for user defined opcodes. The work for this lays the ground for features like autocomplete and code hints for UDOs.
  • Button widget can set the size of the font
  • Checkbox can be resized if the platform allows this (works on linux and windows, macOS uses native checkboxes which are fixed in size)
  • Added a setting to control the update rate of the gui.
  • New "Spectrum Analyzer" utility example
  • Initial support for color schemes, allowing csoundqt to use a dark theme matching the os (not yet available in this release).
  • New action "goto line"

Fixes

  • Race condition fixed which would cause CsoundQt to crash when started/stopped in very fast succession
  • Locking issues fixed which prevented CsoundQt to stop properly when a graph widget was used.
  • Saving issues where fixed. New option to prevent CsoundQt from asking if user wants to save a temporary file before playing.
  • in macOS startup delay has been somewhat reduced.
  • Wrong rendering for the Meter / Controller widget fixed is macOS
  • Better font defaults for the different platforms
  • CTRL-F now searches in manual if help dock is focused.
  • Search bar is made visible and focused when clicked on search icon in the help widget
  • Fixed a bug where activating the widgets panel when the widgets are in a separate window would
    result in an empty widgets panel or, worse, a crash.
  • Fixed selection and dragging of widgets. Now responds to usual keyboard modifiers, such as CTRL toggling selection, and shift adding an item to a selection, etc.
  • Changing rt audio module now clears the device selection
  • Fixes last used dir in linux falling back to /tmp
  • macOS: fix to background color in widgets panel
  • Better options for selecting an audio device if jack is selected as module (now the default does not connect to other ports other than the system)
  • In the config dialog, if jack is not running then this is shown in the menu and jack can't be selected
  • scope now has much lower latency
  • native toolbar in macOS
  • Less intrusive line numbers, adjust colors to the color theme
  • Each platform has own defaults for fonts, sizes, etc., resulting in a better first time experience
  • Lots of fixes in syntax highlighting
  • Audio device is reset to default whenever the audio backend is modified
  • Full-screen issues have been mostly resolved. Window state is remembered.
  • Graph widget would cause a crash when adding a new table if a spectrum display was selected. This was fixed.
  • Atsa defaults were corrected
  • Latched button acting wrong on event with negative duration fixed
  • Application paths were fixed for macOS
  • Toolbar rendering problems in mac were fixed, reverting back from using mac's unified toolbar.

Eduardo Moguillansky / Tarmo Johannes

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

Date2020-06-28 10:18
FromVictor Lazzarini
SubjectRe: [Csnd] [EXTERNAL] [Csnd] [ANN] CsoundQt 0.9.8 released
It looks very good, I just tested. Thanks a lot for this.

One question: for a while now here on OSX, I can’t use the run in term option, it doesn’t open a terminal window,
does nothing. While it doesn’t bother me, I was wondering why this is the case. I have looked at
the preferences and correct values are set in both the environment and external panes. I suspect
some sort of permission, but can’t find what it is.

========================
Prof. Victor Lazzarini
Maynooth University
Ireland

> On 28 Jun 2020, at 09:23, Victor Lazzarini  wrote:
> 
> That looks great! Congratulations and many thanks.
> 
> Prof. Victor Lazzarini
> Maynooth University
> Ireland
> 
>> On 28 Jun 2020, at 08:36, Eduardo Moguillansky  wrote:
>> 
>> 
>> WARNINGThis email originated from outside of Maynooth University's Mail System. Do not reply, click links or open attachments unless you recognise the sender and know the content is safe.
>> Version 0.9.8 is a major release, with multiple changes
>> 
>> The source and binaries can be downloaded from: https://github.com/CsoundQt/CsoundQt/releases
>> 
>> This version of CsoundQt works with csound 6.14 or higher
>> 
>> New in version 0.9.8:
>> 
>> 	• New icon theme based on KDE's "breeze"
>> 	• New color themes (for text, background and syntax highlighting): classic, light, dark.
>> 	• New flat style and features for the knob widget.
>> 	• New "Table Plot" widget allows to efficiently plot tables in real time.
>> 	• Graph widget (spectrum, signal display) has been highly optimized, drawing is between 10x and 20x faster
>> 	• Graph widget fixed for the use together with display opcode. Many display instances can be used simultaneously for one or multiple widgets without any loss in performance.
>> 	• Graph widget for tables optimized for big tables and soundfiles, detects the actual size of the graph and does not draw superfluous points
>> 	• Spectrogram widget now reacts to different sample rates, gained a better grid and zoom. It can be customized to show/hide grid, scrollbars, menu, etc.
>> 	• Spectrogram widget can control the zoom with keyboard shortcuts (+, -). Also scrollbars can be hidden (user can scroll with scrollwheel/arrow keys).
>> 	• Spectrum graph: a graph can bow be frozen; clicking on a peak will show the peaks frequency
>> with resolution independent of the fft size of the corresponding dispfft
>> 	• New icon / new splashscreen
>> 	• Meter / Controller widget gained many options to control its aspect (border, line width, background, etc)
>> 	• New action to test the audio setup
>> 	• Text labels allow to set a vertical alignment
>> 	• New settings dialogs, allows to use the current system sample rate and set the
>> number of channels without the need to modify the .csd
>> 	• Help panel received a more streamlined look
>> 	• More streamlined toolbar, removed toolbar buttons which are not commonly used
>> (these can still be reached from the menus), icon size can be set in the preferences, toolbar can be locked
>> 	• Many widgets gained the possibility to set their value by double-clicking (knob, scroll number)
>> 	• Now it is possible to move the widgets with the keyboard in edit mode. The arrow keys move the
>> widgets within a grid of 5 pixels (with the alt key widgets are nudged by 1 pixel).
>> 	• More nuanced syntax highlighting
>> 	• Syntax highlighting for user defined opcodes. The work for this lays the ground for features like autocomplete and code hints for UDOs.
>> 	• Button widget can set the size of the font
>> 	• Checkbox can be resized if the platform allows this (works on linux and windows, macOS uses native checkboxes which are fixed in size)
>> 	• Added a setting to control the update rate of the gui.
>> 	• New "Spectrum Analyzer" utility example
>> 	• Initial support for color schemes, allowing csoundqt to use a dark theme matching the os (not yet available in this release).
>> 	• New action "goto line"
>> Fixes
>> 
>> 	• Race condition fixed which would cause CsoundQt to crash when started/stopped in very fast succession
>> 	• Locking issues fixed which prevented CsoundQt to stop properly when a graph widget was used.
>> 	• Saving issues where fixed. New option to prevent CsoundQt from asking if user wants to save a temporary file before playing.
>> 	• in macOS startup delay has been somewhat reduced.
>> 	• Wrong rendering for the Meter / Controller widget fixed is macOS
>> 	• Better font defaults for the different platforms
>> 	• CTRL-F now searches in manual if help dock is focused.
>> 	• Search bar is made visible and focused when clicked on search icon in the help widget
>> 	• Fixed a bug where activating the widgets panel when the widgets are in a separate window would
>> result in an empty widgets panel or, worse, a crash.
>> 	• Fixed selection and dragging of widgets. Now responds to usual keyboard modifiers, such as CTRL toggling selection, and shift adding an item to a selection, etc.
>> 	• Changing rt audio module now clears the device selection
>> 	• Fixes last used dir in linux falling back to /tmp
>> 	• macOS: fix to background color in widgets panel
>> 	• Better options for selecting an audio device if jack is selected as module (now the default does not connect to other ports other than the system)
>> 	• In the config dialog, if jack is not running then this is shown in the menu and jack can't be selected
>> 	• scope now has much lower latency
>> 	• native toolbar in macOS
>> 	• Less intrusive line numbers, adjust colors to the color theme
>> 	• Each platform has own defaults for fonts, sizes, etc., resulting in a better first time experience
>> 	• Lots of fixes in syntax highlighting
>> 	• Audio device is reset to default whenever the audio backend is modified
>> 	• Full-screen issues have been mostly resolved. Window state is remembered.
>> 	• Graph widget would cause a crash when adding a new table if a spectrum display was selected. This was fixed.
>> 	• Atsa defaults were corrected
>> 	• Latched button acting wrong on event with negative duration fixed
>> 	• Application paths were fixed for macOS
>> 	• Toolbar rendering problems in mac were fixed, reverting back from using mac's unified toolbar.
>> 
>> Eduardo Moguillansky / Tarmo Johannes
>> 
>> 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

Date2020-06-28 11:54
FromTarmo Johannes
SubjectRe: [Csnd] [EXTERNAL] [Csnd] [ANN] CsoundQt 0.9.8 released
Hi, thanks!

Are you on Catalina? I think  the default terminal location is changed from Applications to /System/Applications
You need to set the path manually in Configure->Environment.
There will be a fix for that later.

Hope it helps!

Tarmo

P, 28. juuni 2020 12:18 Victor Lazzarini <Victor.Lazzarini@mu.ie> kirjutas:
It looks very good, I just tested. Thanks a lot for this.

One question: for a while now here on OSX, I can’t use the run in term option, it doesn’t open a terminal window,
does nothing. While it doesn’t bother me, I was wondering why this is the case. I have looked at
the preferences and correct values are set in both the environment and external panes. I suspect
some sort of permission, but can’t find what it is.

========================
Prof. Victor Lazzarini
Maynooth University
Ireland

> On 28 Jun 2020, at 09:23, Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
>
> That looks great! Congratulations and many thanks.
>
> Prof. Victor Lazzarini
> Maynooth University
> Ireland
>
>> On 28 Jun 2020, at 08:36, Eduardo Moguillansky <eduardo.moguillansky@gmail.com> wrote:
>>
>> 
>> WARNINGThis email originated from outside of Maynooth University's Mail System. Do not reply, click links or open attachments unless you recognise the sender and know the content is safe.
>> Version 0.9.8 is a major release, with multiple changes
>>
>> The source and binaries can be downloaded from: https://github.com/CsoundQt/CsoundQt/releases
>>
>> This version of CsoundQt works with csound 6.14 or higher
>>
>> New in version 0.9.8:
>>
>>      • New icon theme based on KDE's "breeze"
>>      • New color themes (for text, background and syntax highlighting): classic, light, dark.
>>      • New flat style and features for the knob widget.
>>      • New "Table Plot" widget allows to efficiently plot tables in real time.
>>      • Graph widget (spectrum, signal display) has been highly optimized, drawing is between 10x and 20x faster
>>      • Graph widget fixed for the use together with display opcode. Many display instances can be used simultaneously for one or multiple widgets without any loss in performance.
>>      • Graph widget for tables optimized for big tables and soundfiles, detects the actual size of the graph and does not draw superfluous points
>>      • Spectrogram widget now reacts to different sample rates, gained a better grid and zoom. It can be customized to show/hide grid, scrollbars, menu, etc.
>>      • Spectrogram widget can control the zoom with keyboard shortcuts (+, -). Also scrollbars can be hidden (user can scroll with scrollwheel/arrow keys).
>>      • Spectrum graph: a graph can bow be frozen; clicking on a peak will show the peaks frequency
>> with resolution independent of the fft size of the corresponding dispfft
>>      • New icon / new splashscreen
>>      • Meter / Controller widget gained many options to control its aspect (border, line width, background, etc)
>>      • New action to test the audio setup
>>      • Text labels allow to set a vertical alignment
>>      • New settings dialogs, allows to use the current system sample rate and set the
>> number of channels without the need to modify the .csd
>>      • Help panel received a more streamlined look
>>      • More streamlined toolbar, removed toolbar buttons which are not commonly used
>> (these can still be reached from the menus), icon size can be set in the preferences, toolbar can be locked
>>      • Many widgets gained the possibility to set their value by double-clicking (knob, scroll number)
>>      • Now it is possible to move the widgets with the keyboard in edit mode. The arrow keys move the
>> widgets within a grid of 5 pixels (with the alt key widgets are nudged by 1 pixel).
>>      • More nuanced syntax highlighting
>>      • Syntax highlighting for user defined opcodes. The work for this lays the ground for features like autocomplete and code hints for UDOs.
>>      • Button widget can set the size of the font
>>      • Checkbox can be resized if the platform allows this (works on linux and windows, macOS uses native checkboxes which are fixed in size)
>>      • Added a setting to control the update rate of the gui.
>>      • New "Spectrum Analyzer" utility example
>>      • Initial support for color schemes, allowing csoundqt to use a dark theme matching the os (not yet available in this release).
>>      • New action "goto line"
>> Fixes
>>
>>      • Race condition fixed which would cause CsoundQt to crash when started/stopped in very fast succession
>>      • Locking issues fixed which prevented CsoundQt to stop properly when a graph widget was used.
>>      • Saving issues where fixed. New option to prevent CsoundQt from asking if user wants to save a temporary file before playing.
>>      • in macOS startup delay has been somewhat reduced.
>>      • Wrong rendering for the Meter / Controller widget fixed is macOS
>>      • Better font defaults for the different platforms
>>      • CTRL-F now searches in manual if help dock is focused.
>>      • Search bar is made visible and focused when clicked on search icon in the help widget
>>      • Fixed a bug where activating the widgets panel when the widgets are in a separate window would
>> result in an empty widgets panel or, worse, a crash.
>>      • Fixed selection and dragging of widgets. Now responds to usual keyboard modifiers, such as CTRL toggling selection, and shift adding an item to a selection, etc.
>>      • Changing rt audio module now clears the device selection
>>      • Fixes last used dir in linux falling back to /tmp
>>      • macOS: fix to background color in widgets panel
>>      • Better options for selecting an audio device if jack is selected as module (now the default does not connect to other ports other than the system)
>>      • In the config dialog, if jack is not running then this is shown in the menu and jack can't be selected
>>      • scope now has much lower latency
>>      • native toolbar in macOS
>>      • Less intrusive line numbers, adjust colors to the color theme
>>      • Each platform has own defaults for fonts, sizes, etc., resulting in a better first time experience
>>      • Lots of fixes in syntax highlighting
>>      • Audio device is reset to default whenever the audio backend is modified
>>      • Full-screen issues have been mostly resolved. Window state is remembered.
>>      • Graph widget would cause a crash when adding a new table if a spectrum display was selected. This was fixed.
>>      • Atsa defaults were corrected
>>      • Latched button acting wrong on event with negative duration fixed
>>      • Application paths were fixed for macOS
>>      • Toolbar rendering problems in mac were fixed, reverting back from using mac's unified toolbar.
>>
>> Eduardo Moguillansky / Tarmo Johannes
>>
>> 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

Date2020-06-28 14:06
From"Dr. Richard Boulanger"
SubjectRe: [Csnd] [EXTERNAL] [Csnd] [ANN] CsoundQt 0.9.8 released
Eduardo and Tarmo.

Thanks so much for all the amazing improvements and new features.  

CsoundQt is so important in my classes @ Berklee and to all my students (especially to new Csounders)... and it is hugely important to me!  All of these improvements and enhancements make it even more intuitive and useful to them and all of us.

It is an essential tool - especially for MacUsers @ Berklee - and I am extremely grateful to you both and to everyone who has contributed to the fabulous set of Examples and Widgets that instantly show the power, versatility and utility of Csound!
Recording and RT Audio Processing from the Examples, make Csound instantly useful in my DSP classes where students might not have studied Csound at all! 

Can't wait to share your latest CsoundQt with my Csound (Bela) Study Group (8 students) this afternoon, and with the full EP-337 Csound Class (of 16), my EP-413 DSP Class (of 7), and my EP-491 Thesis Class on Tuesday!

Your incredible work is most appreciated by so many.

-dB

Dr. Richard Boulanger
Professor
Electronic Production and Design
Berklee College of Music

On Jun 28, 2020, at 6:55 AM, Tarmo Johannes <trmjhnns@gmail.com> wrote:


Hi, thanks!

Are you on Catalina? I think  the default terminal location is changed from Applications to /System/Applications
You need to set the path manually in Configure->Environment.
There will be a fix for that later.

Hope it helps!

Tarmo

P, 28. juuni 2020 12:18 Victor Lazzarini <Victor.Lazzarini@mu.ie> kirjutas:
It looks very good, I just tested. Thanks a lot for this.

One question: for a while now here on OSX, I can’t use the run in term option, it doesn’t open a terminal window,
does nothing. While it doesn’t bother me, I was wondering why this is the case. I have looked at
the preferences and correct values are set in both the environment and external panes. I suspect
some sort of permission, but can’t find what it is.

========================
Prof. Victor Lazzarini
Maynooth University
Ireland

> On 28 Jun 2020, at 09:23, Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
>
> That looks great! Congratulations and many thanks.
>
> Prof. Victor Lazzarini
> Maynooth University
> Ireland
>
>> On 28 Jun 2020, at 08:36, Eduardo Moguillansky <eduardo.moguillansky@gmail.com> wrote:
>>
>> 
>> WARNINGThis email originated from outside of Maynooth University's Mail System. Do not reply, click links or open attachments unless you recognise the sender and know the content is safe.
>> Version 0.9.8 is a major release, with multiple changes
>>
>> The source and binaries can be downloaded from: https://github.com/CsoundQt/CsoundQt/releases
>>
>> This version of CsoundQt works with csound 6.14 or higher
>>
>> New in version 0.9.8:
>>
>>      • New icon theme based on KDE's "breeze"
>>      • New color themes (for text, background and syntax highlighting): classic, light, dark.
>>      • New flat style and features for the knob widget.
>>      • New "Table Plot" widget allows to efficiently plot tables in real time.
>>      • Graph widget (spectrum, signal display) has been highly optimized, drawing is between 10x and 20x faster
>>      • Graph widget fixed for the use together with display opcode. Many display instances can be used simultaneously for one or multiple widgets without any loss in performance.
>>      • Graph widget for tables optimized for big tables and soundfiles, detects the actual size of the graph and does not draw superfluous points
>>      • Spectrogram widget now reacts to different sample rates, gained a better grid and zoom. It can be customized to show/hide grid, scrollbars, menu, etc.
>>      • Spectrogram widget can control the zoom with keyboard shortcuts (+, -). Also scrollbars can be hidden (user can scroll with scrollwheel/arrow keys).
>>      • Spectrum graph: a graph can bow be frozen; clicking on a peak will show the peaks frequency
>> with resolution independent of the fft size of the corresponding dispfft
>>      • New icon / new splashscreen
>>      • Meter / Controller widget gained many options to control its aspect (border, line width, background, etc)
>>      • New action to test the audio setup
>>      • Text labels allow to set a vertical alignment
>>      • New settings dialogs, allows to use the current system sample rate and set the
>> number of channels without the need to modify the .csd
>>      • Help panel received a more streamlined look
>>      • More streamlined toolbar, removed toolbar buttons which are not commonly used
>> (these can still be reached from the menus), icon size can be set in the preferences, toolbar can be locked
>>      • Many widgets gained the possibility to set their value by double-clicking (knob, scroll number)
>>      • Now it is possible to move the widgets with the keyboard in edit mode. The arrow keys move the
>> widgets within a grid of 5 pixels (with the alt key widgets are nudged by 1 pixel).
>>      • More nuanced syntax highlighting
>>      • Syntax highlighting for user defined opcodes. The work for this lays the ground for features like autocomplete and code hints for UDOs.
>>      • Button widget can set the size of the font
>>      • Checkbox can be resized if the platform allows this (works on linux and windows, macOS uses native checkboxes which are fixed in size)
>>      • Added a setting to control the update rate of the gui.
>>      • New "Spectrum Analyzer" utility example
>>      • Initial support for color schemes, allowing csoundqt to use a dark theme matching the os (not yet available in this release).
>>      • New action "goto line"
>> Fixes
>>
>>      • Race condition fixed which would cause CsoundQt to crash when started/stopped in very fast succession
>>      • Locking issues fixed which prevented CsoundQt to stop properly when a graph widget was used.
>>      • Saving issues where fixed. New option to prevent CsoundQt from asking if user wants to save a temporary file before playing.
>>      • in macOS startup delay has been somewhat reduced.
>>      • Wrong rendering for the Meter / Controller widget fixed is macOS
>>      • Better font defaults for the different platforms
>>      • CTRL-F now searches in manual if help dock is focused.
>>      • Search bar is made visible and focused when clicked on search icon in the help widget
>>      • Fixed a bug where activating the widgets panel when the widgets are in a separate window would
>> result in an empty widgets panel or, worse, a crash.
>>      • Fixed selection and dragging of widgets. Now responds to usual keyboard modifiers, such as CTRL toggling selection, and shift adding an item to a selection, etc.
>>      • Changing rt audio module now clears the device selection
>>      • Fixes last used dir in linux falling back to /tmp
>>      • macOS: fix to background color in widgets panel
>>      • Better options for selecting an audio device if jack is selected as module (now the default does not connect to other ports other than the system)
>>      • In the config dialog, if jack is not running then this is shown in the menu and jack can't be selected
>>      • scope now has much lower latency
>>      • native toolbar in macOS
>>      • Less intrusive line numbers, adjust colors to the color theme
>>      • Each platform has own defaults for fonts, sizes, etc., resulting in a better first time experience
>>      • Lots of fixes in syntax highlighting
>>      • Audio device is reset to default whenever the audio backend is modified
>>      • Full-screen issues have been mostly resolved. Window state is remembered.
>>      • Graph widget would cause a crash when adding a new table if a spectrum display was selected. This was fixed.
>>      • Atsa defaults were corrected
>>      • Latched button acting wrong on event with negative duration fixed
>>      • Application paths were fixed for macOS
>>      • Toolbar rendering problems in mac were fixed, reverting back from using mac's unified toolbar.
>>
>> Eduardo Moguillansky / Tarmo Johannes
>>
>> 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

Date2020-06-28 14:07
FromVictor Lazzarini
SubjectRe: [Csnd] [EXTERNAL] [Csnd] [ANN] CsoundQt 0.9.8 released
Ah that might be the reason!

Prof. Victor Lazzarini
Maynooth University
Ireland

On 28 Jun 2020, at 11:55, Tarmo Johannes <trmjhnns@gmail.com> wrote:


Hi, thanks!

Are you on Catalina? I think  the default terminal location is changed from Applications to /System/Applications
You need to set the path manually in Configure->Environment.
There will be a fix for that later.

Hope it helps!

Tarmo

P, 28. juuni 2020 12:18 Victor Lazzarini <Victor.Lazzarini@mu.ie> kirjutas:
It looks very good, I just tested. Thanks a lot for this.

One question: for a while now here on OSX, I can’t use the run in term option, it doesn’t open a terminal window,
does nothing. While it doesn’t bother me, I was wondering why this is the case. I have looked at
the preferences and correct values are set in both the environment and external panes. I suspect
some sort of permission, but can’t find what it is.

========================
Prof. Victor Lazzarini
Maynooth University
Ireland

> On 28 Jun 2020, at 09:23, Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
>
> That looks great! Congratulations and many thanks.
>
> Prof. Victor Lazzarini
> Maynooth University
> Ireland
>
>> On 28 Jun 2020, at 08:36, Eduardo Moguillansky <eduardo.moguillansky@gmail.com> wrote:
>>
>> 
>> WARNINGThis email originated from outside of Maynooth University's Mail System. Do not reply, click links or open attachments unless you recognise the sender and know the content is safe.
>> Version 0.9.8 is a major release, with multiple changes
>>
>> The source and binaries can be downloaded from: https://github.com/CsoundQt/CsoundQt/releases
>>
>> This version of CsoundQt works with csound 6.14 or higher
>>
>> New in version 0.9.8:
>>
>>      • New icon theme based on KDE's "breeze"
>>      • New color themes (for text, background and syntax highlighting): classic, light, dark.
>>      • New flat style and features for the knob widget.
>>      • New "Table Plot" widget allows to efficiently plot tables in real time.
>>      • Graph widget (spectrum, signal display) has been highly optimized, drawing is between 10x and 20x faster
>>      • Graph widget fixed for the use together with display opcode. Many display instances can be used simultaneously for one or multiple widgets without any loss in performance.
>>      • Graph widget for tables optimized for big tables and soundfiles, detects the actual size of the graph and does not draw superfluous points
>>      • Spectrogram widget now reacts to different sample rates, gained a better grid and zoom. It can be customized to show/hide grid, scrollbars, menu, etc.
>>      • Spectrogram widget can control the zoom with keyboard shortcuts (+, -). Also scrollbars can be hidden (user can scroll with scrollwheel/arrow keys).
>>      • Spectrum graph: a graph can bow be frozen; clicking on a peak will show the peaks frequency
>> with resolution independent of the fft size of the corresponding dispfft
>>      • New icon / new splashscreen
>>      • Meter / Controller widget gained many options to control its aspect (border, line width, background, etc)
>>      • New action to test the audio setup
>>      • Text labels allow to set a vertical alignment
>>      • New settings dialogs, allows to use the current system sample rate and set the
>> number of channels without the need to modify the .csd
>>      • Help panel received a more streamlined look
>>      • More streamlined toolbar, removed toolbar buttons which are not commonly used
>> (these can still be reached from the menus), icon size can be set in the preferences, toolbar can be locked
>>      • Many widgets gained the possibility to set their value by double-clicking (knob, scroll number)
>>      • Now it is possible to move the widgets with the keyboard in edit mode. The arrow keys move the
>> widgets within a grid of 5 pixels (with the alt key widgets are nudged by 1 pixel).
>>      • More nuanced syntax highlighting
>>      • Syntax highlighting for user defined opcodes. The work for this lays the ground for features like autocomplete and code hints for UDOs.
>>      • Button widget can set the size of the font
>>      • Checkbox can be resized if the platform allows this (works on linux and windows, macOS uses native checkboxes which are fixed in size)
>>      • Added a setting to control the update rate of the gui.
>>      • New "Spectrum Analyzer" utility example
>>      • Initial support for color schemes, allowing csoundqt to use a dark theme matching the os (not yet available in this release).
>>      • New action "goto line"
>> Fixes
>>
>>      • Race condition fixed which would cause CsoundQt to crash when started/stopped in very fast succession
>>      • Locking issues fixed which prevented CsoundQt to stop properly when a graph widget was used.
>>      • Saving issues where fixed. New option to prevent CsoundQt from asking if user wants to save a temporary file before playing.
>>      • in macOS startup delay has been somewhat reduced.
>>      • Wrong rendering for the Meter / Controller widget fixed is macOS
>>      • Better font defaults for the different platforms
>>      • CTRL-F now searches in manual if help dock is focused.
>>      • Search bar is made visible and focused when clicked on search icon in the help widget
>>      • Fixed a bug where activating the widgets panel when the widgets are in a separate window would
>> result in an empty widgets panel or, worse, a crash.
>>      • Fixed selection and dragging of widgets. Now responds to usual keyboard modifiers, such as CTRL toggling selection, and shift adding an item to a selection, etc.
>>      • Changing rt audio module now clears the device selection
>>      • Fixes last used dir in linux falling back to /tmp
>>      • macOS: fix to background color in widgets panel
>>      • Better options for selecting an audio device if jack is selected as module (now the default does not connect to other ports other than the system)
>>      • In the config dialog, if jack is not running then this is shown in the menu and jack can't be selected
>>      • scope now has much lower latency
>>      • native toolbar in macOS
>>      • Less intrusive line numbers, adjust colors to the color theme
>>      • Each platform has own defaults for fonts, sizes, etc., resulting in a better first time experience
>>      • Lots of fixes in syntax highlighting
>>      • Audio device is reset to default whenever the audio backend is modified
>>      • Full-screen issues have been mostly resolved. Window state is remembered.
>>      • Graph widget would cause a crash when adding a new table if a spectrum display was selected. This was fixed.
>>      • Atsa defaults were corrected
>>      • Latched button acting wrong on event with negative duration fixed
>>      • Application paths were fixed for macOS
>>      • Toolbar rendering problems in mac were fixed, reverting back from using mac's unified toolbar.
>>
>> Eduardo Moguillansky / Tarmo Johannes
>>
>> 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

Date2020-06-28 14:31
FromVictor Lazzarini
SubjectRe: [Csnd] [EXTERNAL] [Csnd] [ANN] CsoundQt 0.9.8 released
That was the exact reason. I had never noticed that change, because Aqua displays files from both directories.
========================
Prof. Victor Lazzarini
Maynooth University
Ireland

> On 28 Jun 2020, at 11:54, Tarmo Johannes  wrote:
> 
> Hi, thanks!
> 
> Are you on Catalina? I think  the default terminal location is changed from Applications to /System/Applications
> You need to set the path manually in Configure->Environment.
> There will be a fix for that later.
> 
> Hope it helps!
> 
> Tarmo
> 
> P, 28. juuni 2020 12:18 Victor Lazzarini  kirjutas:
> It looks very good, I just tested. Thanks a lot for this.
> 
> One question: for a while now here on OSX, I can’t use the run in term option, it doesn’t open a terminal window,
> does nothing. While it doesn’t bother me, I was wondering why this is the case. I have looked at
> the preferences and correct values are set in both the environment and external panes. I suspect
> some sort of permission, but can’t find what it is.
> 
> ========================
> Prof. Victor Lazzarini
> Maynooth University
> Ireland
> 
> > On 28 Jun 2020, at 09:23, Victor Lazzarini  wrote:
> > 
> > That looks great! Congratulations and many thanks.
> > 
> > Prof. Victor Lazzarini
> > Maynooth University
> > Ireland
> > 
> >> On 28 Jun 2020, at 08:36, Eduardo Moguillansky  wrote:
> >> 
> >> 
> >> WARNINGThis email originated from outside of Maynooth University's Mail System. Do not reply, click links or open attachments unless you recognise the sender and know the content is safe.
> >> Version 0.9.8 is a major release, with multiple changes
> >> 
> >> The source and binaries can be downloaded from: https://github.com/CsoundQt/CsoundQt/releases
> >> 
> >> This version of CsoundQt works with csound 6.14 or higher
> >> 
> >> New in version 0.9.8:
> >> 
> >>      • New icon theme based on KDE's "breeze"
> >>      • New color themes (for text, background and syntax highlighting): classic, light, dark.
> >>      • New flat style and features for the knob widget.
> >>      • New "Table Plot" widget allows to efficiently plot tables in real time.
> >>      • Graph widget (spectrum, signal display) has been highly optimized, drawing is between 10x and 20x faster
> >>      • Graph widget fixed for the use together with display opcode. Many display instances can be used simultaneously for one or multiple widgets without any loss in performance.
> >>      • Graph widget for tables optimized for big tables and soundfiles, detects the actual size of the graph and does not draw superfluous points
> >>      • Spectrogram widget now reacts to different sample rates, gained a better grid and zoom. It can be customized to show/hide grid, scrollbars, menu, etc.
> >>      • Spectrogram widget can control the zoom with keyboard shortcuts (+, -). Also scrollbars can be hidden (user can scroll with scrollwheel/arrow keys).
> >>      • Spectrum graph: a graph can bow be frozen; clicking on a peak will show the peaks frequency
> >> with resolution independent of the fft size of the corresponding dispfft
> >>      • New icon / new splashscreen
> >>      • Meter / Controller widget gained many options to control its aspect (border, line width, background, etc)
> >>      • New action to test the audio setup
> >>      • Text labels allow to set a vertical alignment
> >>      • New settings dialogs, allows to use the current system sample rate and set the
> >> number of channels without the need to modify the .csd
> >>      • Help panel received a more streamlined look
> >>      • More streamlined toolbar, removed toolbar buttons which are not commonly used
> >> (these can still be reached from the menus), icon size can be set in the preferences, toolbar can be locked
> >>      • Many widgets gained the possibility to set their value by double-clicking (knob, scroll number)
> >>      • Now it is possible to move the widgets with the keyboard in edit mode. The arrow keys move the
> >> widgets within a grid of 5 pixels (with the alt key widgets are nudged by 1 pixel).
> >>      • More nuanced syntax highlighting
> >>      • Syntax highlighting for user defined opcodes. The work for this lays the ground for features like autocomplete and code hints for UDOs.
> >>      • Button widget can set the size of the font
> >>      • Checkbox can be resized if the platform allows this (works on linux and windows, macOS uses native checkboxes which are fixed in size)
> >>      • Added a setting to control the update rate of the gui.
> >>      • New "Spectrum Analyzer" utility example
> >>      • Initial support for color schemes, allowing csoundqt to use a dark theme matching the os (not yet available in this release).
> >>      • New action "goto line"
> >> Fixes
> >> 
> >>      • Race condition fixed which would cause CsoundQt to crash when started/stopped in very fast succession
> >>      • Locking issues fixed which prevented CsoundQt to stop properly when a graph widget was used.
> >>      • Saving issues where fixed. New option to prevent CsoundQt from asking if user wants to save a temporary file before playing.
> >>      • in macOS startup delay has been somewhat reduced.
> >>      • Wrong rendering for the Meter / Controller widget fixed is macOS
> >>      • Better font defaults for the different platforms
> >>      • CTRL-F now searches in manual if help dock is focused.
> >>      • Search bar is made visible and focused when clicked on search icon in the help widget
> >>      • Fixed a bug where activating the widgets panel when the widgets are in a separate window would
> >> result in an empty widgets panel or, worse, a crash.
> >>      • Fixed selection and dragging of widgets. Now responds to usual keyboard modifiers, such as CTRL toggling selection, and shift adding an item to a selection, etc.
> >>      • Changing rt audio module now clears the device selection
> >>      • Fixes last used dir in linux falling back to /tmp
> >>      • macOS: fix to background color in widgets panel
> >>      • Better options for selecting an audio device if jack is selected as module (now the default does not connect to other ports other than the system)
> >>      • In the config dialog, if jack is not running then this is shown in the menu and jack can't be selected
> >>      • scope now has much lower latency
> >>      • native toolbar in macOS
> >>      • Less intrusive line numbers, adjust colors to the color theme
> >>      • Each platform has own defaults for fonts, sizes, etc., resulting in a better first time experience
> >>      • Lots of fixes in syntax highlighting
> >>      • Audio device is reset to default whenever the audio backend is modified
> >>      • Full-screen issues have been mostly resolved. Window state is remembered.
> >>      • Graph widget would cause a crash when adding a new table if a spectrum display was selected. This was fixed.
> >>      • Atsa defaults were corrected
> >>      • Latched button acting wrong on event with negative duration fixed
> >>      • Application paths were fixed for macOS
> >>      • Toolbar rendering problems in mac were fixed, reverting back from using mac's unified toolbar.
> >> 
> >> Eduardo Moguillansky / Tarmo Johannes
> >> 
> >> 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

Date2020-06-29 02:40
FromSteven Yi
SubjectRe: [Csnd] [EXTERNAL] [Csnd] [ANN] CsoundQt 0.9.8 released
Attachmentsimage.png  
Congratulations on the release! Quite a number of changes!

I did run into some issues here when I gave it a try on macOS 10.14 with dark mode on. The app looked fine until I opened the virtual keyboard and then the top area and active tab all became black with black text.

image.png
 
Is there a configuration setting I'm missing?  I saw some themes but they didn't seem to correspond to dark mode.

Also, I found that for most examples I had to edit to add nchnls_i=1 to get them to run, otherwise Csound did not start and complained about requesting more channels than available. I think it has to do with preferences and it being overridden to always use -iadc.  I don't believe this is something I set; is this the default? If I set it to none (i.e., blank) in preferences, the examples that don't use audio input run fine.

And how does one use the spectral display? The manual page didn't have a lot of information that I could figure out. I saw the Spectrum Analyzer example (from Useful examples) and it had FFTSize as a widget. On the screenshot for the release, it looked like a dropdown was a part of the display, so I wasn't sure if it was a built-in feature for window sizes or if that was a separate widget that was overlaying the display in the screenshot.

Thanks!
Steven




On Sun, Jun 28, 2020 at 9:31 AM Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
That was the exact reason. I had never noticed that change, because Aqua displays files from both directories.
========================
Prof. Victor Lazzarini
Maynooth University
Ireland

> On 28 Jun 2020, at 11:54, Tarmo Johannes <trmjhnns@GMAIL.COM> wrote:
>
> Hi, thanks!
>
> Are you on Catalina? I think  the default terminal location is changed from Applications to /System/Applications
> You need to set the path manually in Configure->Environment.
> There will be a fix for that later.
>
> Hope it helps!
>
> Tarmo
>
> P, 28. juuni 2020 12:18 Victor Lazzarini <Victor.Lazzarini@mu.ie> kirjutas:
> It looks very good, I just tested. Thanks a lot for this.
>
> One question: for a while now here on OSX, I can’t use the run in term option, it doesn’t open a terminal window,
> does nothing. While it doesn’t bother me, I was wondering why this is the case. I have looked at
> the preferences and correct values are set in both the environment and external panes. I suspect
> some sort of permission, but can’t find what it is.
>
> ========================
> Prof. Victor Lazzarini
> Maynooth University
> Ireland
>
> > On 28 Jun 2020, at 09:23, Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
> >
> > That looks great! Congratulations and many thanks.
> >
> > Prof. Victor Lazzarini
> > Maynooth University
> > Ireland
> >
> >> On 28 Jun 2020, at 08:36, Eduardo Moguillansky <eduardo.moguillansky@gmail.com> wrote:
> >>
> >> 
> >> WARNINGThis email originated from outside of Maynooth University's Mail System. Do not reply, click links or open attachments unless you recognise the sender and know the content is safe.
> >> Version 0.9.8 is a major release, with multiple changes
> >>
> >> The source and binaries can be downloaded from: https://github.com/CsoundQt/CsoundQt/releases
> >>
> >> This version of CsoundQt works with csound 6.14 or higher
> >>
> >> New in version 0.9.8:
> >>
> >>      • New icon theme based on KDE's "breeze"
> >>      • New color themes (for text, background and syntax highlighting): classic, light, dark.
> >>      • New flat style and features for the knob widget.
> >>      • New "Table Plot" widget allows to efficiently plot tables in real time.
> >>      • Graph widget (spectrum, signal display) has been highly optimized, drawing is between 10x and 20x faster
> >>      • Graph widget fixed for the use together with display opcode. Many display instances can be used simultaneously for one or multiple widgets without any loss in performance.
> >>      • Graph widget for tables optimized for big tables and soundfiles, detects the actual size of the graph and does not draw superfluous points
> >>      • Spectrogram widget now reacts to different sample rates, gained a better grid and zoom. It can be customized to show/hide grid, scrollbars, menu, etc.
> >>      • Spectrogram widget can control the zoom with keyboard shortcuts (+, -). Also scrollbars can be hidden (user can scroll with scrollwheel/arrow keys).
> >>      • Spectrum graph: a graph can bow be frozen; clicking on a peak will show the peaks frequency
> >> with resolution independent of the fft size of the corresponding dispfft
> >>      • New icon / new splashscreen
> >>      • Meter / Controller widget gained many options to control its aspect (border, line width, background, etc)
> >>      • New action to test the audio setup
> >>      • Text labels allow to set a vertical alignment
> >>      • New settings dialogs, allows to use the current system sample rate and set the
> >> number of channels without the need to modify the .csd
> >>      • Help panel received a more streamlined look
> >>      • More streamlined toolbar, removed toolbar buttons which are not commonly used
> >> (these can still be reached from the menus), icon size can be set in the preferences, toolbar can be locked
> >>      • Many widgets gained the possibility to set their value by double-clicking (knob, scroll number)
> >>      • Now it is possible to move the widgets with the keyboard in edit mode. The arrow keys move the
> >> widgets within a grid of 5 pixels (with the alt key widgets are nudged by 1 pixel).
> >>      • More nuanced syntax highlighting
> >>      • Syntax highlighting for user defined opcodes. The work for this lays the ground for features like autocomplete and code hints for UDOs.
> >>      • Button widget can set the size of the font
> >>      • Checkbox can be resized if the platform allows this (works on linux and windows, macOS uses native checkboxes which are fixed in size)
> >>      • Added a setting to control the update rate of the gui.
> >>      • New "Spectrum Analyzer" utility example
> >>      • Initial support for color schemes, allowing csoundqt to use a dark theme matching the os (not yet available in this release).
> >>      • New action "goto line"
> >> Fixes
> >>
> >>      • Race condition fixed which would cause CsoundQt to crash when started/stopped in very fast succession
> >>      • Locking issues fixed which prevented CsoundQt to stop properly when a graph widget was used.
> >>      • Saving issues where fixed. New option to prevent CsoundQt from asking if user wants to save a temporary file before playing.
> >>      • in macOS startup delay has been somewhat reduced.
> >>      • Wrong rendering for the Meter / Controller widget fixed is macOS
> >>      • Better font defaults for the different platforms
> >>      • CTRL-F now searches in manual if help dock is focused.
> >>      • Search bar is made visible and focused when clicked on search icon in the help widget
> >>      • Fixed a bug where activating the widgets panel when the widgets are in a separate window would
> >> result in an empty widgets panel or, worse, a crash.
> >>      • Fixed selection and dragging of widgets. Now responds to usual keyboard modifiers, such as CTRL toggling selection, and shift adding an item to a selection, etc.
> >>      • Changing rt audio module now clears the device selection
> >>      • Fixes last used dir in linux falling back to /tmp
> >>      • macOS: fix to background color in widgets panel
> >>      • Better options for selecting an audio device if jack is selected as module (now the default does not connect to other ports other than the system)
> >>      • In the config dialog, if jack is not running then this is shown in the menu and jack can't be selected
> >>      • scope now has much lower latency
> >>      • native toolbar in macOS
> >>      • Less intrusive line numbers, adjust colors to the color theme
> >>      • Each platform has own defaults for fonts, sizes, etc., resulting in a better first time experience
> >>      • Lots of fixes in syntax highlighting
> >>      • Audio device is reset to default whenever the audio backend is modified
> >>      • Full-screen issues have been mostly resolved. Window state is remembered.
> >>      • Graph widget would cause a crash when adding a new table if a spectrum display was selected. This was fixed.
> >>      • Atsa defaults were corrected
> >>      • Latched button acting wrong on event with negative duration fixed
> >>      • Application paths were fixed for macOS
> >>      • Toolbar rendering problems in mac were fixed, reverting back from using mac's unified toolbar.
> >>
> >> Eduardo Moguillansky / Tarmo Johannes
> >>
> >> 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

Date2020-06-29 10:35
FromTarmo Johannes
SubjectRe: [Csnd] [EXTERNAL] [Csnd] [ANN] CsoundQt 0.9.8 released
Hi,

Yes, there is some code in the csd that requires newer Csound (6.14.0)
I wonder -  there should be this code in the beginning of AudioMidiTest.csd that should not run the csd at all if the version is lower?:
<CsVersion>
After 6.13
</CsVersion>
Do you see it?  Or maybe it does not work in 6.10 yet, I was not able to test.


tarmo

Kontakt Victor Lazzarini (<Victor.Lazzarini@mu.ie>) kirjutas kuupäeval L, 4. juuli 2020 kell 23:25:
Probably something changed between 6.10 and 6.14 and the CSD uses this feature.

Prof. Victor Lazzarini
Maynooth University
Ireland

On 4 Jul 2020, at 21:22, Richard van Bemmelen <zappfinger@gmail.com> wrote:


Thanks, that seemed to work, but the AudioMidiTest.csd gives the following errors:
Creating score
rtaudio: ALSA module enabled
opcode changed deprecated
error: syntax error, unexpected ')'  (token ")") from file /tmp/csound-tmpTwZ21667.csd (1)
 line 223:
>>>) <<<
Parsing failed due to invalid input!
Stopping on parser failure
cannot compile orchestra

Op za 4 jul. 2020 om 21:36 schreef Tarmo Johannes <trmjhnns@gmail.com>:
Yes, I can confirm, the problem is that the AppImage does not find plugins folder automatically when it is not set. I must take care for it. If you run in terminal:
export OPCODE6DIR64=/usr/local/lib/csound/plugins64-6.0/
(or whatever is the correct location)
and then
./CsoundQt-0.9.8-x86_64.AppImage
it should find the plugins.

I must investigate it and hope to make a fix for 0.9.8.1 build.

tarmo


Kontakt Richard van Bemmelen (<zappfinger@gmail.com>) kirjutas kuupäeval L, 4. juuli 2020 kell 22:30:
I doubt it. The external tab has nothing about Csound directories.
The environment tab has...

Richard

Op za 4 jul. 2020 om 21:18 schreef Victor Lazzarini <Victor.Lazzarini@mu.ie>:
As Joachim said, I think you need to do this in the CsoundQT configuration  window, under the external tab

Prof. Victor Lazzarini
Maynooth University
Ireland

On 4 Jul 2020, at 20:06, Richard van Bemmelen <zappfinger@gmail.com> wrote:


Well, my csound (version 6.10, I could not build 6.14) is in /usr/bin/csound, but the plugin folders are not found, although csound -z lists plenty of opcodes. I added my csound folder to the environment variables to no avail...

Richard

Op za 4 jul. 2020 om 20:19 schreef joachim heintz <jh@joachimheintz.de>:
you must set OPCODE64DIR in Configuration > External to your Csound
plugins folder (should be in Usr/lib/csound or /usrlocal/lib/csound).  i
had the same situation and after restart it worked.


On 04/07/2020 15:51, Richard wrote:
> The AppImage runs, but I cannot select the RT Audio Module, it is 'null'.
> I must say, although my soundcard (Scarlett 2i2) works, I am struggling
> with starting jack or via qjackctl.
> I get messages about memory locks and 'cannot allocate memory'...
>
> Could this have to do with RT Audio Module being null?
>
> (this Linux audio stuff can be a mess...)
>
> Richard
>
> On 29/06/2020 15:58, Tarmo Johannes wrote:
>> Hi Richard,
>>
>> For Linux I uploaded now an experimental AppImage to:
>> https://github.com/CsoundQt/CsoundQt/releases/download/v0.9.8/CsoundQt-0.9.8-x86_64.AppImage
>> Download, make it executable and you should be able to run in on any
>> 64-bit Linux.
>> The preferred way is to build yourself, see instructions from:
>> https://github.com/CsoundQt/CsoundQt/blob/v0.9.8/BUILDING.md
>> ---
>> I uploaded now the updated MacOS installer:
>> https://github.com/CsoundQt/CsoundQt/releases/download/v0.9.8/CsoundQt-0.9.8-MacOS.dmg
>>
>> The portaudio and channels problems need more investigation, this is
>> not in the build yet.
>>
>> tarmo
>>
>>
>>
>>
>>
>> Kontakt Richard van Bemmelen (<zappfinger@gmail.com
>> <mailto:zappfinger@gmail.com>>) kirjutas kuupäeval E, 29. juuni 2020
>> kell 15:19:
>>
>>     What link should I use to download Csound and CsoundQt for Linux Mint?
>>
>>     Richard
>>
>>     Op ma 29 jun. 2020 om 12:56 schreef Dr. Richard Boulanger
>>     <rboulanger@berklee.edu <mailto:rboulanger@berklee.edu>>:
>>
>>         Thanks very much Tarmo.
>>
>>         This does fix the tabs and icons in CsoundQt going black when
>>         the virtual keyboard is selected on the Mac!
>>         - also, I appreciate that the Virtual Keyboard is in the "tab"
>>         as in my classes, and teaching it is one of the more selected
>>         and used items by me and my students.
>>
>>         I can also report a similar or the same "audio driver" problem
>>         that Steven does about the number of channels issue.
>>         - when I have portaudio selected, even when the number of
>>         channels in the .csd is 2, the instrument won't run until I
>>         select coreaudio, run it
>>
>>         I always test my system by running Xanadu and then test MIDI
>>         by running the Pipe Synth
>>
>>         After installing your latest versions, resetting and
>>         restarting and trying to run Xanadu for the first time, the
>>         console:
>>
>>         PortAudio: selected input device 'MacBook Pro Microphone'
>>
>>         *** PortAudio: error: -9998: Invalid number of channels
>>
>>         Failed to initialise real time audio input
>>
>>         then I chose portaudio (callback) and the console:
>>
>>
>>         PortAudio: selected output device 'Duet USB'
>>
>>         *** PortAudio: error: -9998: Invalid number of channels
>>
>>         closing device
>>
>>         Failed to initialise real time audio output
>>
>>         then I select coreaudio and it renders/runs (but does not list
>>         all my audio devices by name)
>>
>>         *Dr. Richard Boulanger*
>>
>>         /Professor of Electronic Production and Design/
>>
>>         Professional Writing and Technology Division
>>
>>         *Berklee College of Music*
>>
>>
>>         skype:radiobaton
>>
>>         facebook:https://www.facebook.com/richard.boulanger.58
>>
>>         about:http://www.boulangerlabs.com/#about
>>
>>         about:http://www.csounds.com/community/developers/dr-richard-boulanger/
>>
>>         music:http://www.csounds.com/community/developers/dr-richard-boulanger/dr-richard-boulanger-music/
>>
>>
>>         Boulanger Labs - http://boulangerlabs.com
>>         <http://boulangerlabs.com/>
>>
>>         The Csound Book - http://mitpress.mit.edu/books/csound-book
>>
>>         The Audio Programming Book -
>>         http://mitpress.mit.edu/books/audio-programming-book
>>
>>
>>
>>         On Mon, Jun 29, 2020 at 6:36 AM Tarmo Johannes
>>         <trmjhnns@gmail.com <mailto:trmjhnns@gmail.com>> wrote:
>>
>>             Hi,
>>
>>             I fixed the toolbar going black after opening virtual MIDI
>>             keyboard
>>             and added a small workaround to set correct terminal path
>>             for MacOS Cataline. I could not test though, as I have not
>>             upgraded my development machine yet.
>>             There was some problem on github and I could not log in to
>>             upload, the build is on:
>>             http://tarmo.uuu.ee/varia/failid/cs/CsoundQt/CsoundQt-0.9.8-MacOS.dmg
>>             Please try.
>>
>>             Steven, I did not get exactly -  is it so that your
>>             default sound interface has one input channel? Which audio
>>             module did you use? (portaudio/coreaudio etc)? What
>>             happens if you uncheck the "Channels" checkbox on
>>             Configure->Run? And what if you press Run in Terminal?
>>
>>             Thanks!
>>             tarmo
>>
>>             Kontakt Steven Yi (<stevenyi@gmail.com
>>             <mailto:stevenyi@gmail.com>>) kirjutas kuupäeval E, 29.
>>             juuni 2020 kell 04:41:
>>
>>                 Congratulations on the release! Quite a number of changes!
>>
>>                 I did run into some issues here when I gave it a try
>>                 on macOS 10.14 with dark mode on. The app looked fine
>>                 until I opened the virtual keyboard and then the top
>>                 area and active tab all became black with black text.
>>
>>                 image.png
>>                 Is there a configuration setting I'm missing?  I saw
>>                 some themes but they didn't seem to correspond to dark
>>                 mode.
>>
>>                 Also, I found that for most examples I had to edit to
>>                 add nchnls_i=1 to get them to run, otherwise Csound
>>                 did not start and complained about requesting more
>>                 channels than available. I think it has to do with
>>                 preferences and it being overridden to always use
>>                 -iadc.  I don't believe this is something I set; is
>>                 this the default? If I set it to none (i.e., blank) in
>>                 preferences, the examples that don't use audio input
>>                 run fine.
>>
>>                 And how does one use the spectral display? The manual
>>                 page didn't have a lot of information that I could
>>                 figure out. I saw the Spectrum Analyzer example (from
>>                 Useful examples) and it had FFTSize as a widget. On
>>                 the screenshot for the release, it looked like a
>>                 dropdown was a part of the display, so I wasn't sure
>>                 if it was a built-in feature for window sizes or if
>>                 that was a separate widget that was overlaying the
>>                 display in the screenshot.
>>
>>                 Thanks!
>>                 Steven
>>
>>
>>
>>
>>                 On Sun, Jun 28, 2020 at 9:31 AM Victor Lazzarini
>>                 <Victor.Lazzarini@mu.ie
>>                 <mailto:Victor.Lazzarini@mu.ie>> wrote:
>>
>>                     That was the exact reason. I had never noticed
>>                     that change, because Aqua displays files from both
>>                     directories.
>>                     ========================
>>                     Prof. Victor Lazzarini
>>                     Maynooth University
>>                     Ireland
>>
>>                     > On 28 Jun 2020, at 11:54, Tarmo Johannes
>>                     <trmjhnns@GMAIL.COM <mailto:trmjhnns@GMAIL.COM>>
>>                     wrote:
>>                     >
>>                     > Hi, thanks!
>>                     >
>>                     > Are you on Catalina? I think  the default
>>                     terminal location is changed from Applications to
>>                     /System/Applications
>>                     > You need to set the path manually in
>>                     Configure->Environment.
>>                     > There will be a fix for that later.
>>                     >
>>                     > Hope it helps!
>>                     >
>>                     > Tarmo
>>                     >
>>                     > P, 28. juuni 2020 12:18 Victor Lazzarini
>>                     <Victor.Lazzarini@mu.ie
>>                     <mailto:Victor.Lazzarini@mu.ie>> kirjutas:
>>                     > It looks very good, I just tested. Thanks a lot
>>                     for this.
>>                     >
>>                     > One question: for a while now here on OSX, I
>>                     can’t use the run in term option, it doesn’t open
>>                     a terminal window,
>>                     > does nothing. While it doesn’t bother me, I was
>>                     wondering why this is the case. I have looked at
>>                     > the preferences and correct values are set in
>>                     both the environment and external panes. I suspect
>>                     > some sort of permission, but can’t find what it is.
>>                     >
>>                     > ========================
>>                     > Prof. Victor Lazzarini
>>                     > Maynooth University
>>                     > Ireland
>>                     >
>>                     > > On 28 Jun 2020, at 09:23, Victor Lazzarini
>>                     <Victor.Lazzarini@mu.ie
>>                     <mailto:Victor.Lazzarini@mu.ie>> wrote:
>>                     > >
>>                     > > That looks great! Congratulations and many thanks.
>>                     > >
>>                     > > Prof. Victor Lazzarini
>>                     > > Maynooth University
>>                     > > Ireland
>>                     > >
>>                     > >> On 28 Jun 2020, at 08:36, Eduardo
>>                     Moguillansky <eduardo.moguillansky@gmail.com
>>                     <mailto:eduardo.moguillansky@gmail.com>> wrote:
>>                     > >>
>>                     > >> 
>>                     > >> WARNINGThis email originated from outside of
>>                     Maynooth University's Mail System. Do not reply,
>>                     click links or open attachments unless you
>>                     recognise the sender and know the content is safe.
>>                     > >> Version 0.9.8 is a major release, with
>>                     multiple changes
>>                     > >>
>>                     > >> The source and binaries can be downloaded
>>                     from: https://github.com/CsoundQt/CsoundQt/releases
>>                     > >>
>>                     > >> This version of CsoundQt works with csound
>>                     6.14 or higher
>>                     > >>
>>                     > >> New in version 0.9.8:
>>                     > >>
>>                     > >>      • New icon theme based on KDE's "breeze"
>>                     > >>      • New color themes (for text, background
>>                     and syntax highlighting): classic, light, dark.
>>                     > >>      • New flat style and features for the
>>                     knob widget.
>>                     > >>      • New "Table Plot" widget allows to
>>                     efficiently plot tables in real time.
>>                     > >>      • Graph widget (spectrum, signal
>>                     display) has been highly optimized, drawing is
>>                     between 10x and 20x faster
>>                     > >>      • Graph widget fixed for the use
>>                     together with display opcode. Many display
>>                     instances can be used simultaneously for one or
>>                     multiple widgets without any loss in performance.
>>                     > >>      • Graph widget for tables optimized for
>>                     big tables and soundfiles, detects the actual size
>>                     of the graph and does not draw superfluous points
>>                     > >>      • Spectrogram widget now reacts to
>>                     different sample rates, gained a better grid and
>>                     zoom. It can be customized to show/hide grid,
>>                     scrollbars, menu, etc.
>>                     > >>      • Spectrogram widget can control the
>>                     zoom with keyboard shortcuts (+, -). Also
>>                     scrollbars can be hidden (user can scroll with
>>                     scrollwheel/arrow keys).
>>                     > >>      • Spectrum graph: a graph can bow be
>>                     frozen; clicking on a peak will show the peaks
>>                     frequency
>>                     > >> with resolution independent of the fft size
>>                     of the corresponding dispfft
>>                     > >>      • New icon / new splashscreen
>>                     > >>      • Meter / Controller widget gained many
>>                     options to control its aspect (border, line width,
>>                     background, etc)
>>                     > >>      • New action to test the audio setup
>>                     > >>      • Text labels allow to set a vertical
>>                     alignment
>>                     > >>      • New settings dialogs, allows to use
>>                     the current system sample rate and set the
>>                     > >> number of channels without the need to modify
>>                     the .csd
>>                     > >>      • Help panel received a more streamlined
>>                     look
>>                     > >>      • More streamlined toolbar, removed
>>                     toolbar buttons which are not commonly used
>>                     > >> (these can still be reached from the menus),
>>                     icon size can be set in the preferences, toolbar
>>                     can be locked
>>                     > >>      • Many widgets gained the possibility to
>>                     set their value by double-clicking (knob, scroll
>>                     number)
>>                     > >>      • Now it is possible to move the widgets
>>                     with the keyboard in edit mode. The arrow keys
>>                     move the
>>                     > >> widgets within a grid of 5 pixels (with the
>>                     alt key widgets are nudged by 1 pixel).
>>                     > >>      • More nuanced syntax highlighting
>>                     > >>      • Syntax highlighting for user defined
>>                     opcodes. The work for this lays the ground for
>>                     features like autocomplete and code hints for UDOs.
>>                     > >>      • Button widget can set the size of the font
>>                     > >>      • Checkbox can be resized if the
>>                     platform allows this (works on linux and windows,
>>                     macOS uses native checkboxes which are fixed in size)
>>                     > >>      • Added a setting to control the update
>>                     rate of the gui.
>>                     > >>      • New "Spectrum Analyzer" utility example
>>                     > >>      • Initial support for color schemes,
>>                     allowing csoundqt to use a dark theme matching the
>>                     os (not yet available in this release).
>>                     > >>      • New action "goto line"
>>                     > >> Fixes
>>                     > >>
>>                     > >>      • Race condition fixed which would cause
>>                     CsoundQt to crash when started/stopped in very
>>                     fast succession
>>                     > >>      • Locking issues fixed which prevented
>>                     CsoundQt to stop properly when a graph widget was
>>                     used.
>>                     > >>      • Saving issues where fixed. New option
>>                     to prevent CsoundQt from asking if user wants to
>>                     save a temporary file before playing.
>>                     > >>      • in macOS startup delay has been
>>                     somewhat reduced.
>>                     > >>      • Wrong rendering for the Meter /
>>                     Controller widget fixed is macOS
>>                     > >>      • Better font defaults for the different
>>                     platforms
>>                     > >>      • CTRL-F now searches in manual if help
>>                     dock is focused.
>>                     > >>      • Search bar is made visible and focused
>>                     when clicked on search icon in the help widget
>>                     > >>      • Fixed a bug where activating the
>>                     widgets panel when the widgets are in a separate
>>                     window would
>>                     > >> result in an empty widgets panel or, worse, a
>>                     crash.
>>                     > >>      • Fixed selection and dragging of
>>                     widgets. Now responds to usual keyboard modifiers,
>>                     such as CTRL toggling selection, and shift adding
>>                     an item to a selection, etc.
>>                     > >>      • Changing rt audio module now clears
>>                     the device selection
>>                     > >>      • Fixes last used dir in linux falling
>>                     back to /tmp
>>                     > >>      • macOS: fix to background color in
>>                     widgets panel
>>                     > >>      • Better options for selecting an audio
>>                     device if jack is selected as module (now the
>>                     default does not connect to other ports other than
>>                     the system)
>>                     > >>      • In the config dialog, if jack is not
>>                     running then this is shown in the menu and jack
>>                     can't be selected
>>                     > >>      • scope now has much lower latency
>>                     > >>      • native toolbar in macOS
>>                     > >>      • Less intrusive line numbers, adjust
>>                     colors to the color theme
>>                     > >>      • Each platform has own defaults for
>>                     fonts, sizes, etc., resulting in a better first
>>                     time experience
>>                     > >>      • Lots of fixes in syntax highlighting
>>                     > >>      • Audio device is reset to default
>>                     whenever the audio backend is modified
>>                     > >>      • Full-screen issues have been mostly
>>                     resolved. Window state is remembered.
>>                     > >>      • Graph widget would cause a crash when
>>                     adding a new table if a spectrum display was
>>                     selected. This was fixed.
>>                     > >>      • Atsa defaults were corrected
>>                     > >>      • Latched button acting wrong on event
>>                     with negative duration fixed
>>                     > >>      • Application paths were fixed for macOS
>>                     > >>      • Toolbar rendering problems in mac were
>>                     fixed, reverting back from using mac's unified
>>                     toolbar.
>>                     > >>
>>                     > >> Eduardo Moguillansky / Tarmo Johannes
>>                     > >>
>>                     > >> Csound mailing list Csound@listserv.heanet.ie
>>                     <mailto: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
>>                     <mailto: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
>>                     <mailto: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
>>                     <mailto: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
>>                     <mailto: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
>>                 <mailto: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
>>             <mailto: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
>>         <mailto: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
>>     <mailto: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
>> <mailto: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
> <mailto: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
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

Date2020-06-29 11:35
FromTarmo Johannes
SubjectRe: [Csnd] [EXTERNAL] [Csnd] [ANN] CsoundQt 0.9.8 released
Attachmentsimage.png  
Hi,

I fixed the toolbar going black after opening virtual MIDI keyboard
and added a small workaround to set correct terminal path for MacOS Cataline. I could not test though, as I have not upgraded my development machine yet.
There was some problem on github and I could not log in to upload, the build is on:
Please try.

Steven, I did not get exactly -  is it so that your default sound interface has one input channel? Which audio module did you use? (portaudio/coreaudio etc)? What happens if you uncheck the "Channels" checkbox on Configure->Run? And what if you press Run in Terminal?

Thanks!
tarmo

Kontakt Steven Yi (<stevenyi@gmail.com>) kirjutas kuupäeval E, 29. juuni 2020 kell 04:41:
Congratulations on the release! Quite a number of changes!

I did run into some issues here when I gave it a try on macOS 10.14 with dark mode on. The app looked fine until I opened the virtual keyboard and then the top area and active tab all became black with black text.

image.png
 
Is there a configuration setting I'm missing?  I saw some themes but they didn't seem to correspond to dark mode.

Also, I found that for most examples I had to edit to add nchnls_i=1 to get them to run, otherwise Csound did not start and complained about requesting more channels than available. I think it has to do with preferences and it being overridden to always use -iadc.  I don't believe this is something I set; is this the default? If I set it to none (i.e., blank) in preferences, the examples that don't use audio input run fine.

And how does one use the spectral display? The manual page didn't have a lot of information that I could figure out. I saw the Spectrum Analyzer example (from Useful examples) and it had FFTSize as a widget. On the screenshot for the release, it looked like a dropdown was a part of the display, so I wasn't sure if it was a built-in feature for window sizes or if that was a separate widget that was overlaying the display in the screenshot.

Thanks!
Steven




On Sun, Jun 28, 2020 at 9:31 AM Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
That was the exact reason. I had never noticed that change, because Aqua displays files from both directories.
========================
Prof. Victor Lazzarini
Maynooth University
Ireland

> On 28 Jun 2020, at 11:54, Tarmo Johannes <trmjhnns@GMAIL.COM> wrote:
>
> Hi, thanks!
>
> Are you on Catalina? I think  the default terminal location is changed from Applications to /System/Applications
> You need to set the path manually in Configure->Environment.
> There will be a fix for that later.
>
> Hope it helps!
>
> Tarmo
>
> P, 28. juuni 2020 12:18 Victor Lazzarini <Victor.Lazzarini@mu.ie> kirjutas:
> It looks very good, I just tested. Thanks a lot for this.
>
> One question: for a while now here on OSX, I can’t use the run in term option, it doesn’t open a terminal window,
> does nothing. While it doesn’t bother me, I was wondering why this is the case. I have looked at
> the preferences and correct values are set in both the environment and external panes. I suspect
> some sort of permission, but can’t find what it is.
>
> ========================
> Prof. Victor Lazzarini
> Maynooth University
> Ireland
>
> > On 28 Jun 2020, at 09:23, Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
> >
> > That looks great! Congratulations and many thanks.
> >
> > Prof. Victor Lazzarini
> > Maynooth University
> > Ireland
> >
> >> On 28 Jun 2020, at 08:36, Eduardo Moguillansky <eduardo.moguillansky@gmail.com> wrote:
> >>
> >> 
> >> WARNINGThis email originated from outside of Maynooth University's Mail System. Do not reply, click links or open attachments unless you recognise the sender and know the content is safe.
> >> Version 0.9.8 is a major release, with multiple changes
> >>
> >> The source and binaries can be downloaded from: https://github.com/CsoundQt/CsoundQt/releases
> >>
> >> This version of CsoundQt works with csound 6.14 or higher
> >>
> >> New in version 0.9.8:
> >>
> >>      • New icon theme based on KDE's "breeze"
> >>      • New color themes (for text, background and syntax highlighting): classic, light, dark.
> >>      • New flat style and features for the knob widget.
> >>      • New "Table Plot" widget allows to efficiently plot tables in real time.
> >>      • Graph widget (spectrum, signal display) has been highly optimized, drawing is between 10x and 20x faster
> >>      • Graph widget fixed for the use together with display opcode. Many display instances can be used simultaneously for one or multiple widgets without any loss in performance.
> >>      • Graph widget for tables optimized for big tables and soundfiles, detects the actual size of the graph and does not draw superfluous points
> >>      • Spectrogram widget now reacts to different sample rates, gained a better grid and zoom. It can be customized to show/hide grid, scrollbars, menu, etc.
> >>      • Spectrogram widget can control the zoom with keyboard shortcuts (+, -). Also scrollbars can be hidden (user can scroll with scrollwheel/arrow keys).
> >>      • Spectrum graph: a graph can bow be frozen; clicking on a peak will show the peaks frequency
> >> with resolution independent of the fft size of the corresponding dispfft
> >>      • New icon / new splashscreen
> >>      • Meter / Controller widget gained many options to control its aspect (border, line width, background, etc)
> >>      • New action to test the audio setup
> >>      • Text labels allow to set a vertical alignment
> >>      • New settings dialogs, allows to use the current system sample rate and set the
> >> number of channels without the need to modify the .csd
> >>      • Help panel received a more streamlined look
> >>      • More streamlined toolbar, removed toolbar buttons which are not commonly used
> >> (these can still be reached from the menus), icon size can be set in the preferences, toolbar can be locked
> >>      • Many widgets gained the possibility to set their value by double-clicking (knob, scroll number)
> >>      • Now it is possible to move the widgets with the keyboard in edit mode. The arrow keys move the
> >> widgets within a grid of 5 pixels (with the alt key widgets are nudged by 1 pixel).
> >>      • More nuanced syntax highlighting
> >>      • Syntax highlighting for user defined opcodes. The work for this lays the ground for features like autocomplete and code hints for UDOs.
> >>      • Button widget can set the size of the font
> >>      • Checkbox can be resized if the platform allows this (works on linux and windows, macOS uses native checkboxes which are fixed in size)
> >>      • Added a setting to control the update rate of the gui.
> >>      • New "Spectrum Analyzer" utility example
> >>      • Initial support for color schemes, allowing csoundqt to use a dark theme matching the os (not yet available in this release).
> >>      • New action "goto line"
> >> Fixes
> >>
> >>      • Race condition fixed which would cause CsoundQt to crash when started/stopped in very fast succession
> >>      • Locking issues fixed which prevented CsoundQt to stop properly when a graph widget was used.
> >>      • Saving issues where fixed. New option to prevent CsoundQt from asking if user wants to save a temporary file before playing.
> >>      • in macOS startup delay has been somewhat reduced.
> >>      • Wrong rendering for the Meter / Controller widget fixed is macOS
> >>      • Better font defaults for the different platforms
> >>      • CTRL-F now searches in manual if help dock is focused.
> >>      • Search bar is made visible and focused when clicked on search icon in the help widget
> >>      • Fixed a bug where activating the widgets panel when the widgets are in a separate window would
> >> result in an empty widgets panel or, worse, a crash.
> >>      • Fixed selection and dragging of widgets. Now responds to usual keyboard modifiers, such as CTRL toggling selection, and shift adding an item to a selection, etc.
> >>      • Changing rt audio module now clears the device selection
> >>      • Fixes last used dir in linux falling back to /tmp
> >>      • macOS: fix to background color in widgets panel
> >>      • Better options for selecting an audio device if jack is selected as module (now the default does not connect to other ports other than the system)
> >>      • In the config dialog, if jack is not running then this is shown in the menu and jack can't be selected
> >>      • scope now has much lower latency
> >>      • native toolbar in macOS
> >>      • Less intrusive line numbers, adjust colors to the color theme
> >>      • Each platform has own defaults for fonts, sizes, etc., resulting in a better first time experience
> >>      • Lots of fixes in syntax highlighting
> >>      • Audio device is reset to default whenever the audio backend is modified
> >>      • Full-screen issues have been mostly resolved. Window state is remembered.
> >>      • Graph widget would cause a crash when adding a new table if a spectrum display was selected. This was fixed.
> >>      • Atsa defaults were corrected
> >>      • Latched button acting wrong on event with negative duration fixed
> >>      • Application paths were fixed for macOS
> >>      • Toolbar rendering problems in mac were fixed, reverting back from using mac's unified toolbar.
> >>
> >> Eduardo Moguillansky / Tarmo Johannes
> >>
> >> 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
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

Date2020-06-29 11:56
From"Dr. Richard Boulanger"
SubjectRe: [Csnd] [EXTERNAL] [Csnd] [ANN] CsoundQt 0.9.8 released
Attachmentsimage.png  
Thanks very much Tarmo.

This does fix the tabs and icons in CsoundQt going black when the virtual keyboard is selected on the Mac!
- also, I appreciate that the Virtual Keyboard is in the "tab" as in my classes, and teaching it is one of the more selected and used items by me and my students.

I can also report a similar or the same "audio driver" problem that Steven does about the number of channels issue.
- when I have portaudio selected, even when the number of channels in the .csd is 2, the instrument won't run until I select coreaudio, run it

I always test my system by running Xanadu and then test MIDI by running the Pipe Synth

After installing your latest versions, resetting and restarting and trying to run Xanadu for the first time, the console:

PortAudio: selected input device 'MacBook Pro Microphone'

*** PortAudio: error: -9998: Invalid number of channels

Failed to initialise real time audio input


then I chose portaudio (callback) and the console:


PortAudio: selected output device 'Duet USB'

*** PortAudio: error: -9998: Invalid number of channels

closing device

Failed to initialise real time audio output


then I select coreaudio and it renders/runs (but does not list all my audio devices by name)



Dr. Richard Boulanger

Professor of Electronic Production and Design

Professional Writing and Technology Division

Berklee College of Music


skype: radiobaton 

facebook: https://www.facebook.com/richard.boulanger.58

about: http://www.boulangerlabs.com/#about

about: http://www.csounds.com/community/developers/dr-richard-boulanger/

music: http://www.csounds.com/community/developers/dr-richard-boulanger/dr-richard-boulanger-music/


Boulanger Labs - http://boulangerlabs.com

The Csound Book http://mitpress.mit.edu/books/csound-book

The Audio Programming Book - http://mitpress.mit.edu/books/audio-programming-book



On Mon, Jun 29, 2020 at 6:36 AM Tarmo Johannes <trmjhnns@gmail.com> wrote:
Hi,

I fixed the toolbar going black after opening virtual MIDI keyboard
and added a small workaround to set correct terminal path for MacOS Cataline. I could not test though, as I have not upgraded my development machine yet.
There was some problem on github and I could not log in to upload, the build is on:
Please try.

Steven, I did not get exactly -  is it so that your default sound interface has one input channel? Which audio module did you use? (portaudio/coreaudio etc)? What happens if you uncheck the "Channels" checkbox on Configure->Run? And what if you press Run in Terminal?

Thanks!
tarmo

Kontakt Steven Yi (<stevenyi@gmail.com>) kirjutas kuupäeval E, 29. juuni 2020 kell 04:41:
Congratulations on the release! Quite a number of changes!

I did run into some issues here when I gave it a try on macOS 10.14 with dark mode on. The app looked fine until I opened the virtual keyboard and then the top area and active tab all became black with black text.

image.png
 
Is there a configuration setting I'm missing?  I saw some themes but they didn't seem to correspond to dark mode.

Also, I found that for most examples I had to edit to add nchnls_i=1 to get them to run, otherwise Csound did not start and complained about requesting more channels than available. I think it has to do with preferences and it being overridden to always use -iadc.  I don't believe this is something I set; is this the default? If I set it to none (i.e., blank) in preferences, the examples that don't use audio input run fine.

And how does one use the spectral display? The manual page didn't have a lot of information that I could figure out. I saw the Spectrum Analyzer example (from Useful examples) and it had FFTSize as a widget. On the screenshot for the release, it looked like a dropdown was a part of the display, so I wasn't sure if it was a built-in feature for window sizes or if that was a separate widget that was overlaying the display in the screenshot.

Thanks!
Steven




On Sun, Jun 28, 2020 at 9:31 AM Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
That was the exact reason. I had never noticed that change, because Aqua displays files from both directories.
========================
Prof. Victor Lazzarini
Maynooth University
Ireland

> On 28 Jun 2020, at 11:54, Tarmo Johannes <trmjhnns@GMAIL.COM> wrote:
>
> Hi, thanks!
>
> Are you on Catalina? I think  the default terminal location is changed from Applications to /System/Applications
> You need to set the path manually in Configure->Environment.
> There will be a fix for that later.
>
> Hope it helps!
>
> Tarmo
>
> P, 28. juuni 2020 12:18 Victor Lazzarini <Victor.Lazzarini@mu.ie> kirjutas:
> It looks very good, I just tested. Thanks a lot for this.
>
> One question: for a while now here on OSX, I can’t use the run in term option, it doesn’t open a terminal window,
> does nothing. While it doesn’t bother me, I was wondering why this is the case. I have looked at
> the preferences and correct values are set in both the environment and external panes. I suspect
> some sort of permission, but can’t find what it is.
>
> ========================
> Prof. Victor Lazzarini
> Maynooth University
> Ireland
>
> > On 28 Jun 2020, at 09:23, Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
> >
> > That looks great! Congratulations and many thanks.
> >
> > Prof. Victor Lazzarini
> > Maynooth University
> > Ireland
> >
> >> On 28 Jun 2020, at 08:36, Eduardo Moguillansky <eduardo.moguillansky@gmail.com> wrote:
> >>
> >> 
> >> WARNINGThis email originated from outside of Maynooth University's Mail System. Do not reply, click links or open attachments unless you recognise the sender and know the content is safe.
> >> Version 0.9.8 is a major release, with multiple changes
> >>
> >> The source and binaries can be downloaded from: https://github.com/CsoundQt/CsoundQt/releases
> >>
> >> This version of CsoundQt works with csound 6.14 or higher
> >>
> >> New in version 0.9.8:
> >>
> >>      • New icon theme based on KDE's "breeze"
> >>      • New color themes (for text, background and syntax highlighting): classic, light, dark.
> >>      • New flat style and features for the knob widget.
> >>      • New "Table Plot" widget allows to efficiently plot tables in real time.
> >>      • Graph widget (spectrum, signal display) has been highly optimized, drawing is between 10x and 20x faster
> >>      • Graph widget fixed for the use together with display opcode. Many display instances can be used simultaneously for one or multiple widgets without any loss in performance.
> >>      • Graph widget for tables optimized for big tables and soundfiles, detects the actual size of the graph and does not draw superfluous points
> >>      • Spectrogram widget now reacts to different sample rates, gained a better grid and zoom. It can be customized to show/hide grid, scrollbars, menu, etc.
> >>      • Spectrogram widget can control the zoom with keyboard shortcuts (+, -). Also scrollbars can be hidden (user can scroll with scrollwheel/arrow keys).
> >>      • Spectrum graph: a graph can bow be frozen; clicking on a peak will show the peaks frequency
> >> with resolution independent of the fft size of the corresponding dispfft
> >>      • New icon / new splashscreen
> >>      • Meter / Controller widget gained many options to control its aspect (border, line width, background, etc)
> >>      • New action to test the audio setup
> >>      • Text labels allow to set a vertical alignment
> >>      • New settings dialogs, allows to use the current system sample rate and set the
> >> number of channels without the need to modify the .csd
> >>      • Help panel received a more streamlined look
> >>      • More streamlined toolbar, removed toolbar buttons which are not commonly used
> >> (these can still be reached from the menus), icon size can be set in the preferences, toolbar can be locked
> >>      • Many widgets gained the possibility to set their value by double-clicking (knob, scroll number)
> >>      • Now it is possible to move the widgets with the keyboard in edit mode. The arrow keys move the
> >> widgets within a grid of 5 pixels (with the alt key widgets are nudged by 1 pixel).
> >>      • More nuanced syntax highlighting
> >>      • Syntax highlighting for user defined opcodes. The work for this lays the ground for features like autocomplete and code hints for UDOs.
> >>      • Button widget can set the size of the font
> >>      • Checkbox can be resized if the platform allows this (works on linux and windows, macOS uses native checkboxes which are fixed in size)
> >>      • Added a setting to control the update rate of the gui.
> >>      • New "Spectrum Analyzer" utility example
> >>      • Initial support for color schemes, allowing csoundqt to use a dark theme matching the os (not yet available in this release).
> >>      • New action "goto line"
> >> Fixes
> >>
> >>      • Race condition fixed which would cause CsoundQt to crash when started/stopped in very fast succession
> >>      • Locking issues fixed which prevented CsoundQt to stop properly when a graph widget was used.
> >>      • Saving issues where fixed. New option to prevent CsoundQt from asking if user wants to save a temporary file before playing.
> >>      • in macOS startup delay has been somewhat reduced.
> >>      • Wrong rendering for the Meter / Controller widget fixed is macOS
> >>      • Better font defaults for the different platforms
> >>      • CTRL-F now searches in manual if help dock is focused.
> >>      • Search bar is made visible and focused when clicked on search icon in the help widget
> >>      • Fixed a bug where activating the widgets panel when the widgets are in a separate window would
> >> result in an empty widgets panel or, worse, a crash.
> >>      • Fixed selection and dragging of widgets. Now responds to usual keyboard modifiers, such as CTRL toggling selection, and shift adding an item to a selection, etc.
> >>      • Changing rt audio module now clears the device selection
> >>      • Fixes last used dir in linux falling back to /tmp
> >>      • macOS: fix to background color in widgets panel
> >>      • Better options for selecting an audio device if jack is selected as module (now the default does not connect to other ports other than the system)
> >>      • In the config dialog, if jack is not running then this is shown in the menu and jack can't be selected
> >>      • scope now has much lower latency
> >>      • native toolbar in macOS
> >>      • Less intrusive line numbers, adjust colors to the color theme
> >>      • Each platform has own defaults for fonts, sizes, etc., resulting in a better first time experience
> >>      • Lots of fixes in syntax highlighting
> >>      • Audio device is reset to default whenever the audio backend is modified
> >>      • Full-screen issues have been mostly resolved. Window state is remembered.
> >>      • Graph widget would cause a crash when adding a new table if a spectrum display was selected. This was fixed.
> >>      • Atsa defaults were corrected
> >>      • Latched button acting wrong on event with negative duration fixed
> >>      • Application paths were fixed for macOS
> >>      • Toolbar rendering problems in mac were fixed, reverting back from using mac's unified toolbar.
> >>
> >> Eduardo Moguillansky / Tarmo Johannes
> >>
> >> 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
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

Date2020-06-29 13:19
FromRichard van Bemmelen
SubjectRe: [Csnd] [EXTERNAL] [Csnd] [ANN] CsoundQt 0.9.8 released
Attachmentsimage.png  
What link should I use to download Csound and CsoundQt for Linux Mint?

Richard

Op ma 29 jun. 2020 om 12:56 schreef Dr. Richard Boulanger <rboulanger@berklee.edu>:
Thanks very much Tarmo.

This does fix the tabs and icons in CsoundQt going black when the virtual keyboard is selected on the Mac!
- also, I appreciate that the Virtual Keyboard is in the "tab" as in my classes, and teaching it is one of the more selected and used items by me and my students.

I can also report a similar or the same "audio driver" problem that Steven does about the number of channels issue.
- when I have portaudio selected, even when the number of channels in the .csd is 2, the instrument won't run until I select coreaudio, run it

I always test my system by running Xanadu and then test MIDI by running the Pipe Synth

After installing your latest versions, resetting and restarting and trying to run Xanadu for the first time, the console:

PortAudio: selected input device 'MacBook Pro Microphone'

*** PortAudio: error: -9998: Invalid number of channels

Failed to initialise real time audio input


then I chose portaudio (callback) and the console:


PortAudio: selected output device 'Duet USB'

*** PortAudio: error: -9998: Invalid number of channels

closing device

Failed to initialise real time audio output


then I select coreaudio and it renders/runs (but does not list all my audio devices by name)



Dr. Richard Boulanger

Professor of Electronic Production and Design

Professional Writing and Technology Division

Berklee College of Music


skype: radiobaton 

facebook: https://www.facebook.com/richard.boulanger.58

about: http://www.boulangerlabs.com/#about

about: http://www.csounds.com/community/developers/dr-richard-boulanger/

music: http://www.csounds.com/community/developers/dr-richard-boulanger/dr-richard-boulanger-music/


Boulanger Labs - http://boulangerlabs.com

The Csound Book http://mitpress.mit.edu/books/csound-book

The Audio Programming Book - http://mitpress.mit.edu/books/audio-programming-book



On Mon, Jun 29, 2020 at 6:36 AM Tarmo Johannes <trmjhnns@gmail.com> wrote:
Hi,

I fixed the toolbar going black after opening virtual MIDI keyboard
and added a small workaround to set correct terminal path for MacOS Cataline. I could not test though, as I have not upgraded my development machine yet.
There was some problem on github and I could not log in to upload, the build is on:
Please try.

Steven, I did not get exactly -  is it so that your default sound interface has one input channel? Which audio module did you use? (portaudio/coreaudio etc)? What happens if you uncheck the "Channels" checkbox on Configure->Run? And what if you press Run in Terminal?

Thanks!
tarmo

Kontakt Steven Yi (<stevenyi@gmail.com>) kirjutas kuupäeval E, 29. juuni 2020 kell 04:41:
Congratulations on the release! Quite a number of changes!

I did run into some issues here when I gave it a try on macOS 10.14 with dark mode on. The app looked fine until I opened the virtual keyboard and then the top area and active tab all became black with black text.

image.png
 
Is there a configuration setting I'm missing?  I saw some themes but they didn't seem to correspond to dark mode.

Also, I found that for most examples I had to edit to add nchnls_i=1 to get them to run, otherwise Csound did not start and complained about requesting more channels than available. I think it has to do with preferences and it being overridden to always use -iadc.  I don't believe this is something I set; is this the default? If I set it to none (i.e., blank) in preferences, the examples that don't use audio input run fine.

And how does one use the spectral display? The manual page didn't have a lot of information that I could figure out. I saw the Spectrum Analyzer example (from Useful examples) and it had FFTSize as a widget. On the screenshot for the release, it looked like a dropdown was a part of the display, so I wasn't sure if it was a built-in feature for window sizes or if that was a separate widget that was overlaying the display in the screenshot.

Thanks!
Steven




On Sun, Jun 28, 2020 at 9:31 AM Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
That was the exact reason. I had never noticed that change, because Aqua displays files from both directories.
========================
Prof. Victor Lazzarini
Maynooth University
Ireland

> On 28 Jun 2020, at 11:54, Tarmo Johannes <trmjhnns@GMAIL.COM> wrote:
>
> Hi, thanks!
>
> Are you on Catalina? I think  the default terminal location is changed from Applications to /System/Applications
> You need to set the path manually in Configure->Environment.
> There will be a fix for that later.
>
> Hope it helps!
>
> Tarmo
>
> P, 28. juuni 2020 12:18 Victor Lazzarini <Victor.Lazzarini@mu.ie> kirjutas:
> It looks very good, I just tested. Thanks a lot for this.
>
> One question: for a while now here on OSX, I can’t use the run in term option, it doesn’t open a terminal window,
> does nothing. While it doesn’t bother me, I was wondering why this is the case. I have looked at
> the preferences and correct values are set in both the environment and external panes. I suspect
> some sort of permission, but can’t find what it is.
>
> ========================
> Prof. Victor Lazzarini
> Maynooth University
> Ireland
>
> > On 28 Jun 2020, at 09:23, Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
> >
> > That looks great! Congratulations and many thanks.
> >
> > Prof. Victor Lazzarini
> > Maynooth University
> > Ireland
> >
> >> On 28 Jun 2020, at 08:36, Eduardo Moguillansky <eduardo.moguillansky@gmail.com> wrote:
> >>
> >> 
> >> WARNINGThis email originated from outside of Maynooth University's Mail System. Do not reply, click links or open attachments unless you recognise the sender and know the content is safe.
> >> Version 0.9.8 is a major release, with multiple changes
> >>
> >> The source and binaries can be downloaded from: https://github.com/CsoundQt/CsoundQt/releases
> >>
> >> This version of CsoundQt works with csound 6.14 or higher
> >>
> >> New in version 0.9.8:
> >>
> >>      • New icon theme based on KDE's "breeze"
> >>      • New color themes (for text, background and syntax highlighting): classic, light, dark.
> >>      • New flat style and features for the knob widget.
> >>      • New "Table Plot" widget allows to efficiently plot tables in real time.
> >>      • Graph widget (spectrum, signal display) has been highly optimized, drawing is between 10x and 20x faster
> >>      • Graph widget fixed for the use together with display opcode. Many display instances can be used simultaneously for one or multiple widgets without any loss in performance.
> >>      • Graph widget for tables optimized for big tables and soundfiles, detects the actual size of the graph and does not draw superfluous points
> >>      • Spectrogram widget now reacts to different sample rates, gained a better grid and zoom. It can be customized to show/hide grid, scrollbars, menu, etc.
> >>      • Spectrogram widget can control the zoom with keyboard shortcuts (+, -). Also scrollbars can be hidden (user can scroll with scrollwheel/arrow keys).
> >>      • Spectrum graph: a graph can bow be frozen; clicking on a peak will show the peaks frequency
> >> with resolution independent of the fft size of the corresponding dispfft
> >>      • New icon / new splashscreen
> >>      • Meter / Controller widget gained many options to control its aspect (border, line width, background, etc)
> >>      • New action to test the audio setup
> >>      • Text labels allow to set a vertical alignment
> >>      • New settings dialogs, allows to use the current system sample rate and set the
> >> number of channels without the need to modify the .csd
> >>      • Help panel received a more streamlined look
> >>      • More streamlined toolbar, removed toolbar buttons which are not commonly used
> >> (these can still be reached from the menus), icon size can be set in the preferences, toolbar can be locked
> >>      • Many widgets gained the possibility to set their value by double-clicking (knob, scroll number)
> >>      • Now it is possible to move the widgets with the keyboard in edit mode. The arrow keys move the
> >> widgets within a grid of 5 pixels (with the alt key widgets are nudged by 1 pixel).
> >>      • More nuanced syntax highlighting
> >>      • Syntax highlighting for user defined opcodes. The work for this lays the ground for features like autocomplete and code hints for UDOs.
> >>      • Button widget can set the size of the font
> >>      • Checkbox can be resized if the platform allows this (works on linux and windows, macOS uses native checkboxes which are fixed in size)
> >>      • Added a setting to control the update rate of the gui.
> >>      • New "Spectrum Analyzer" utility example
> >>      • Initial support for color schemes, allowing csoundqt to use a dark theme matching the os (not yet available in this release).
> >>      • New action "goto line"
> >> Fixes
> >>
> >>      • Race condition fixed which would cause CsoundQt to crash when started/stopped in very fast succession
> >>      • Locking issues fixed which prevented CsoundQt to stop properly when a graph widget was used.
> >>      • Saving issues where fixed. New option to prevent CsoundQt from asking if user wants to save a temporary file before playing.
> >>      • in macOS startup delay has been somewhat reduced.
> >>      • Wrong rendering for the Meter / Controller widget fixed is macOS
> >>      • Better font defaults for the different platforms
> >>      • CTRL-F now searches in manual if help dock is focused.
> >>      • Search bar is made visible and focused when clicked on search icon in the help widget
> >>      • Fixed a bug where activating the widgets panel when the widgets are in a separate window would
> >> result in an empty widgets panel or, worse, a crash.
> >>      • Fixed selection and dragging of widgets. Now responds to usual keyboard modifiers, such as CTRL toggling selection, and shift adding an item to a selection, etc.
> >>      • Changing rt audio module now clears the device selection
> >>      • Fixes last used dir in linux falling back to /tmp
> >>      • macOS: fix to background color in widgets panel
> >>      • Better options for selecting an audio device if jack is selected as module (now the default does not connect to other ports other than the system)
> >>      • In the config dialog, if jack is not running then this is shown in the menu and jack can't be selected
> >>      • scope now has much lower latency
> >>      • native toolbar in macOS
> >>      • Less intrusive line numbers, adjust colors to the color theme
> >>      • Each platform has own defaults for fonts, sizes, etc., resulting in a better first time experience
> >>      • Lots of fixes in syntax highlighting
> >>      • Audio device is reset to default whenever the audio backend is modified
> >>      • Full-screen issues have been mostly resolved. Window state is remembered.
> >>      • Graph widget would cause a crash when adding a new table if a spectrum display was selected. This was fixed.
> >>      • Atsa defaults were corrected
> >>      • Latched button acting wrong on event with negative duration fixed
> >>      • Application paths were fixed for macOS
> >>      • Toolbar rendering problems in mac were fixed, reverting back from using mac's unified toolbar.
> >>
> >> Eduardo Moguillansky / Tarmo Johannes
> >>
> >> 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
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

Date2020-06-29 14:58
FromTarmo Johannes
SubjectRe: [Csnd] [EXTERNAL] [Csnd] [ANN] CsoundQt 0.9.8 released
Attachmentsimage.png  
Hi Richard,

For Linux I uploaded now an experimental AppImage to:
Download, make it executable and you should be able to run in on any 64-bit Linux.
The preferred way is to build yourself, see instructions from:
---
I uploaded now the updated MacOS installer:

The portaudio and channels problems need more investigation, this is not in the build yet.

tarmo





Kontakt Richard van Bemmelen (<zappfinger@gmail.com>) kirjutas kuupäeval E, 29. juuni 2020 kell 15:19:
What link should I use to download Csound and CsoundQt for Linux Mint?

Richard

Op ma 29 jun. 2020 om 12:56 schreef Dr. Richard Boulanger <rboulanger@berklee.edu>:
Thanks very much Tarmo.

This does fix the tabs and icons in CsoundQt going black when the virtual keyboard is selected on the Mac!
- also, I appreciate that the Virtual Keyboard is in the "tab" as in my classes, and teaching it is one of the more selected and used items by me and my students.

I can also report a similar or the same "audio driver" problem that Steven does about the number of channels issue.
- when I have portaudio selected, even when the number of channels in the .csd is 2, the instrument won't run until I select coreaudio, run it

I always test my system by running Xanadu and then test MIDI by running the Pipe Synth

After installing your latest versions, resetting and restarting and trying to run Xanadu for the first time, the console:

PortAudio: selected input device 'MacBook Pro Microphone'

*** PortAudio: error: -9998: Invalid number of channels

Failed to initialise real time audio input


then I chose portaudio (callback) and the console:


PortAudio: selected output device 'Duet USB'

*** PortAudio: error: -9998: Invalid number of channels

closing device

Failed to initialise real time audio output


then I select coreaudio and it renders/runs (but does not list all my audio devices by name)



Dr. Richard Boulanger

Professor of Electronic Production and Design

Professional Writing and Technology Division

Berklee College of Music


skype: radiobaton 

facebook: https://www.facebook.com/richard.boulanger.58

about: http://www.boulangerlabs.com/#about

about: http://www.csounds.com/community/developers/dr-richard-boulanger/

music: http://www.csounds.com/community/developers/dr-richard-boulanger/dr-richard-boulanger-music/


Boulanger Labs - http://boulangerlabs.com

The Csound Book http://mitpress.mit.edu/books/csound-book

The Audio Programming Book - http://mitpress.mit.edu/books/audio-programming-book



On Mon, Jun 29, 2020 at 6:36 AM Tarmo Johannes <trmjhnns@gmail.com> wrote:
Hi,

I fixed the toolbar going black after opening virtual MIDI keyboard
and added a small workaround to set correct terminal path for MacOS Cataline. I could not test though, as I have not upgraded my development machine yet.
There was some problem on github and I could not log in to upload, the build is on:
Please try.

Steven, I did not get exactly -  is it so that your default sound interface has one input channel? Which audio module did you use? (portaudio/coreaudio etc)? What happens if you uncheck the "Channels" checkbox on Configure->Run? And what if you press Run in Terminal?

Thanks!
tarmo

Kontakt Steven Yi (<stevenyi@gmail.com>) kirjutas kuupäeval E, 29. juuni 2020 kell 04:41:
Congratulations on the release! Quite a number of changes!

I did run into some issues here when I gave it a try on macOS 10.14 with dark mode on. The app looked fine until I opened the virtual keyboard and then the top area and active tab all became black with black text.

image.png
 
Is there a configuration setting I'm missing?  I saw some themes but they didn't seem to correspond to dark mode.

Also, I found that for most examples I had to edit to add nchnls_i=1 to get them to run, otherwise Csound did not start and complained about requesting more channels than available. I think it has to do with preferences and it being overridden to always use -iadc.  I don't believe this is something I set; is this the default? If I set it to none (i.e., blank) in preferences, the examples that don't use audio input run fine.

And how does one use the spectral display? The manual page didn't have a lot of information that I could figure out. I saw the Spectrum Analyzer example (from Useful examples) and it had FFTSize as a widget. On the screenshot for the release, it looked like a dropdown was a part of the display, so I wasn't sure if it was a built-in feature for window sizes or if that was a separate widget that was overlaying the display in the screenshot.

Thanks!
Steven




On Sun, Jun 28, 2020 at 9:31 AM Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
That was the exact reason. I had never noticed that change, because Aqua displays files from both directories.
========================
Prof. Victor Lazzarini
Maynooth University
Ireland

> On 28 Jun 2020, at 11:54, Tarmo Johannes <trmjhnns@GMAIL.COM> wrote:
>
> Hi, thanks!
>
> Are you on Catalina? I think  the default terminal location is changed from Applications to /System/Applications
> You need to set the path manually in Configure->Environment.
> There will be a fix for that later.
>
> Hope it helps!
>
> Tarmo
>
> P, 28. juuni 2020 12:18 Victor Lazzarini <Victor.Lazzarini@mu.ie> kirjutas:
> It looks very good, I just tested. Thanks a lot for this.
>
> One question: for a while now here on OSX, I can’t use the run in term option, it doesn’t open a terminal window,
> does nothing. While it doesn’t bother me, I was wondering why this is the case. I have looked at
> the preferences and correct values are set in both the environment and external panes. I suspect
> some sort of permission, but can’t find what it is.
>
> ========================
> Prof. Victor Lazzarini
> Maynooth University
> Ireland
>
> > On 28 Jun 2020, at 09:23, Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
> >
> > That looks great! Congratulations and many thanks.
> >
> > Prof. Victor Lazzarini
> > Maynooth University
> > Ireland
> >
> >> On 28 Jun 2020, at 08:36, Eduardo Moguillansky <eduardo.moguillansky@gmail.com> wrote:
> >>
> >> 
> >> WARNINGThis email originated from outside of Maynooth University's Mail System. Do not reply, click links or open attachments unless you recognise the sender and know the content is safe.
> >> Version 0.9.8 is a major release, with multiple changes
> >>
> >> The source and binaries can be downloaded from: https://github.com/CsoundQt/CsoundQt/releases
> >>
> >> This version of CsoundQt works with csound 6.14 or higher
> >>
> >> New in version 0.9.8:
> >>
> >>      • New icon theme based on KDE's "breeze"
> >>      • New color themes (for text, background and syntax highlighting): classic, light, dark.
> >>      • New flat style and features for the knob widget.
> >>      • New "Table Plot" widget allows to efficiently plot tables in real time.
> >>      • Graph widget (spectrum, signal display) has been highly optimized, drawing is between 10x and 20x faster
> >>      • Graph widget fixed for the use together with display opcode. Many display instances can be used simultaneously for one or multiple widgets without any loss in performance.
> >>      • Graph widget for tables optimized for big tables and soundfiles, detects the actual size of the graph and does not draw superfluous points
> >>      • Spectrogram widget now reacts to different sample rates, gained a better grid and zoom. It can be customized to show/hide grid, scrollbars, menu, etc.
> >>      • Spectrogram widget can control the zoom with keyboard shortcuts (+, -). Also scrollbars can be hidden (user can scroll with scrollwheel/arrow keys).
> >>      • Spectrum graph: a graph can bow be frozen; clicking on a peak will show the peaks frequency
> >> with resolution independent of the fft size of the corresponding dispfft
> >>      • New icon / new splashscreen
> >>      • Meter / Controller widget gained many options to control its aspect (border, line width, background, etc)
> >>      • New action to test the audio setup
> >>      • Text labels allow to set a vertical alignment
> >>      • New settings dialogs, allows to use the current system sample rate and set the
> >> number of channels without the need to modify the .csd
> >>      • Help panel received a more streamlined look
> >>      • More streamlined toolbar, removed toolbar buttons which are not commonly used
> >> (these can still be reached from the menus), icon size can be set in the preferences, toolbar can be locked
> >>      • Many widgets gained the possibility to set their value by double-clicking (knob, scroll number)
> >>      • Now it is possible to move the widgets with the keyboard in edit mode. The arrow keys move the
> >> widgets within a grid of 5 pixels (with the alt key widgets are nudged by 1 pixel).
> >>      • More nuanced syntax highlighting
> >>      • Syntax highlighting for user defined opcodes. The work for this lays the ground for features like autocomplete and code hints for UDOs.
> >>      • Button widget can set the size of the font
> >>      • Checkbox can be resized if the platform allows this (works on linux and windows, macOS uses native checkboxes which are fixed in size)
> >>      • Added a setting to control the update rate of the gui.
> >>      • New "Spectrum Analyzer" utility example
> >>      • Initial support for color schemes, allowing csoundqt to use a dark theme matching the os (not yet available in this release).
> >>      • New action "goto line"
> >> Fixes
> >>
> >>      • Race condition fixed which would cause CsoundQt to crash when started/stopped in very fast succession
> >>      • Locking issues fixed which prevented CsoundQt to stop properly when a graph widget was used.
> >>      • Saving issues where fixed. New option to prevent CsoundQt from asking if user wants to save a temporary file before playing.
> >>      • in macOS startup delay has been somewhat reduced.
> >>      • Wrong rendering for the Meter / Controller widget fixed is macOS
> >>      • Better font defaults for the different platforms
> >>      • CTRL-F now searches in manual if help dock is focused.
> >>      • Search bar is made visible and focused when clicked on search icon in the help widget
> >>      • Fixed a bug where activating the widgets panel when the widgets are in a separate window would
> >> result in an empty widgets panel or, worse, a crash.
> >>      • Fixed selection and dragging of widgets. Now responds to usual keyboard modifiers, such as CTRL toggling selection, and shift adding an item to a selection, etc.
> >>      • Changing rt audio module now clears the device selection
> >>      • Fixes last used dir in linux falling back to /tmp
> >>      • macOS: fix to background color in widgets panel
> >>      • Better options for selecting an audio device if jack is selected as module (now the default does not connect to other ports other than the system)
> >>      • In the config dialog, if jack is not running then this is shown in the menu and jack can't be selected
> >>      • scope now has much lower latency
> >>      • native toolbar in macOS
> >>      • Less intrusive line numbers, adjust colors to the color theme
> >>      • Each platform has own defaults for fonts, sizes, etc., resulting in a better first time experience
> >>      • Lots of fixes in syntax highlighting
> >>      • Audio device is reset to default whenever the audio backend is modified
> >>      • Full-screen issues have been mostly resolved. Window state is remembered.
> >>      • Graph widget would cause a crash when adding a new table if a spectrum display was selected. This was fixed.
> >>      • Atsa defaults were corrected
> >>      • Latched button acting wrong on event with negative duration fixed
> >>      • Application paths were fixed for macOS
> >>      • Toolbar rendering problems in mac were fixed, reverting back from using mac's unified toolbar.
> >>
> >> Eduardo Moguillansky / Tarmo Johannes
> >>
> >> 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
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

Date2020-06-29 15:23
FromEduardo Moguillansky
SubjectRe: [Csnd] [EXTERNAL] [Csnd] [ANN] CsoundQt 0.9.8 released
Attachmentsimage.png  

The problem with the channel mismatch is here: "PortAudio: selected input device 'MacBook Pro Microphone'"

the .csd has probably a nchnls=2 line, which implicitely sets input number of channels to 2 in absense of a separate setting for input channels, but you selected an input device with 1 channel. Portaudio correctly reports an error whereas coreaudio accepts the 2 channels input and provides an empty second channel as input. In order to deal with that, uncheck the number of channels in the csoundqt settings and set a corresponding "nchnls_i=1" in your csd.

---
eduardo


On 29.06.20 14:19, Richard van Bemmelen wrote:

What link should I use to download Csound and CsoundQt for Linux Mint?

Richard

Op ma 29 jun. 2020 om 12:56 schreef Dr. Richard Boulanger <rboulanger@berklee.edu>:
Thanks very much Tarmo.

This does fix the tabs and icons in CsoundQt going black when the virtual keyboard is selected on the Mac!
- also, I appreciate that the Virtual Keyboard is in the "tab" as in my classes, and teaching it is one of the more selected and used items by me and my students.

I can also report a similar or the same "audio driver" problem that Steven does about the number of channels issue.
- when I have portaudio selected, even when the number of channels in the .csd is 2, the instrument won't run until I select coreaudio, run it

I always test my system by running Xanadu and then test MIDI by running the Pipe Synth

After installing your latest versions, resetting and restarting and trying to run Xanadu for the first time, the console:

PortAudio: selected input device 'MacBook Pro Microphone'

*** PortAudio: error: -9998: Invalid number of channels

Failed to initialise real time audio input

then I chose portaudio (callback) and the console:


PortAudio: selected output device 'Duet USB'

*** PortAudio: error: -9998: Invalid number of channels

closing device

Failed to initialise real time audio output

then I select coreaudio and it renders/runs (but does not list all my audio devices by name)

Dr. Richard Boulanger

Professor of Electronic Production and Design

Professional Writing and Technology Division

Berklee College of Music


skype: radiobaton 

facebook: https://www.facebook.com/richard.boulanger.58

about: http://www.boulangerlabs.com/#about

about: http://www.csounds.com/community/developers/dr-richard-boulanger/

music: http://www.csounds.com/community/developers/dr-richard-boulanger/dr-richard-boulanger-music/


Boulanger Labs - http://boulangerlabs.com

The Csound Book http://mitpress.mit.edu/books/csound-book

The Audio Programming Book - http://mitpress.mit.edu/books/audio-programming-book



On Mon, Jun 29, 2020 at 6:36 AM Tarmo Johannes <trmjhnns@gmail.com> wrote:
Hi,

I fixed the toolbar going black after opening virtual MIDI keyboard
and added a small workaround to set correct terminal path for MacOS Cataline. I could not test though, as I have not upgraded my development machine yet.
There was some problem on github and I could not log in to upload, the build is on:
Please try.

Steven, I did not get exactly -  is it so that your default sound interface has one input channel? Which audio module did you use? (portaudio/coreaudio etc)? What happens if you uncheck the "Channels" checkbox on Configure->Run? And what if you press Run in Terminal?

Thanks!
tarmo

Kontakt Steven Yi (<stevenyi@gmail.com>) kirjutas kuupäeval E, 29. juuni 2020 kell 04:41:
Congratulations on the release! Quite a number of changes!

I did run into some issues here when I gave it a try on macOS 10.14 with dark mode on. The app looked fine until I opened the virtual keyboard and then the top area and active tab all became black with black text.

image.png
 
Is there a configuration setting I'm missing?  I saw some themes but they didn't seem to correspond to dark mode.

Also, I found that for most examples I had to edit to add nchnls_i=1 to get them to run, otherwise Csound did not start and complained about requesting more channels than available. I think it has to do with preferences and it being overridden to always use -iadc.  I don't believe this is something I set; is this the default? If I set it to none (i.e., blank) in preferences, the examples that don't use audio input run fine.

And how does one use the spectral display? The manual page didn't have a lot of information that I could figure out. I saw the Spectrum Analyzer example (from Useful examples) and it had FFTSize as a widget. On the screenshot for the release, it looked like a dropdown was a part of the display, so I wasn't sure if it was a built-in feature for window sizes or if that was a separate widget that was overlaying the display in the screenshot.

Thanks!
Steven




On Sun, Jun 28, 2020 at 9:31 AM Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
That was the exact reason. I had never noticed that change, because Aqua displays files from both directories.
========================
Prof. Victor Lazzarini
Maynooth University
Ireland

> On 28 Jun 2020, at 11:54, Tarmo Johannes <trmjhnns@GMAIL.COM> wrote:
>
> Hi, thanks!
>
> Are you on Catalina? I think  the default terminal location is changed from Applications to /System/Applications
> You need to set the path manually in Configure->Environment.
> There will be a fix for that later.
>
> Hope it helps!
>
> Tarmo
>
> P, 28. juuni 2020 12:18 Victor Lazzarini <Victor.Lazzarini@mu.ie> kirjutas:
> It looks very good, I just tested. Thanks a lot for this.
>
> One question: for a while now here on OSX, I can’t use the run in term option, it doesn’t open a terminal window,
> does nothing. While it doesn’t bother me, I was wondering why this is the case. I have looked at
> the preferences and correct values are set in both the environment and external panes. I suspect
> some sort of permission, but can’t find what it is.
>
> ========================
> Prof. Victor Lazzarini
> Maynooth University
> Ireland
>
> > On 28 Jun 2020, at 09:23, Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
> >
> > That looks great! Congratulations and many thanks.
> >
> > Prof. Victor Lazzarini
> > Maynooth University
> > Ireland
> >
> >> On 28 Jun 2020, at 08:36, Eduardo Moguillansky <eduardo.moguillansky@gmail.com> wrote:
> >>
> >> 
> >> WARNINGThis email originated from outside of Maynooth University's Mail System. Do not reply, click links or open attachments unless you recognise the sender and know the content is safe.
> >> Version 0.9.8 is a major release, with multiple changes
> >>
> >> The source and binaries can be downloaded from: https://github.com/CsoundQt/CsoundQt/releases
> >>
> >> This version of CsoundQt works with csound 6.14 or higher
> >>
> >> New in version 0.9.8:
> >>
> >>      • New icon theme based on KDE's "breeze"
> >>      • New color themes (for text, background and syntax highlighting): classic, light, dark.
> >>      • New flat style and features for the knob widget.
> >>      • New "Table Plot" widget allows to efficiently plot tables in real time.
> >>      • Graph widget (spectrum, signal display) has been highly optimized, drawing is between 10x and 20x faster
> >>      • Graph widget fixed for the use together with display opcode. Many display instances can be used simultaneously for one or multiple widgets without any loss in performance.
> >>      • Graph widget for tables optimized for big tables and soundfiles, detects the actual size of the graph and does not draw superfluous points
> >>      • Spectrogram widget now reacts to different sample rates, gained a better grid and zoom. It can be customized to show/hide grid, scrollbars, menu, etc.
> >>      • Spectrogram widget can control the zoom with keyboard shortcuts (+, -). Also scrollbars can be hidden (user can scroll with scrollwheel/arrow keys).
> >>      • Spectrum graph: a graph can bow be frozen; clicking on a peak will show the peaks frequency
> >> with resolution independent of the fft size of the corresponding dispfft
> >>      • New icon / new splashscreen
> >>      • Meter / Controller widget gained many options to control its aspect (border, line width, background, etc)
> >>      • New action to test the audio setup
> >>      • Text labels allow to set a vertical alignment
> >>      • New settings dialogs, allows to use the current system sample rate and set the
> >> number of channels without the need to modify the .csd
> >>      • Help panel received a more streamlined look
> >>      • More streamlined toolbar, removed toolbar buttons which are not commonly used
> >> (these can still be reached from the menus), icon size can be set in the preferences, toolbar can be locked
> >>      • Many widgets gained the possibility to set their value by double-clicking (knob, scroll number)
> >>      • Now it is possible to move the widgets with the keyboard in edit mode. The arrow keys move the
> >> widgets within a grid of 5 pixels (with the alt key widgets are nudged by 1 pixel).
> >>      • More nuanced syntax highlighting
> >>      • Syntax highlighting for user defined opcodes. The work for this lays the ground for features like autocomplete and code hints for UDOs.
> >>      • Button widget can set the size of the font
> >>      • Checkbox can be resized if the platform allows this (works on linux and windows, macOS uses native checkboxes which are fixed in size)
> >>      • Added a setting to control the update rate of the gui.
> >>      • New "Spectrum Analyzer" utility example
> >>      • Initial support for color schemes, allowing csoundqt to use a dark theme matching the os (not yet available in this release).
> >>      • New action "goto line"
> >> Fixes
> >>
> >>      • Race condition fixed which would cause CsoundQt to crash when started/stopped in very fast succession
> >>      • Locking issues fixed which prevented CsoundQt to stop properly when a graph widget was used.
> >>      • Saving issues where fixed. New option to prevent CsoundQt from asking if user wants to save a temporary file before playing.
> >>      • in macOS startup delay has been somewhat reduced.
> >>      • Wrong rendering for the Meter / Controller widget fixed is macOS
> >>      • Better font defaults for the different platforms
> >>      • CTRL-F now searches in manual if help dock is focused.
> >>      • Search bar is made visible and focused when clicked on search icon in the help widget
> >>      • Fixed a bug where activating the widgets panel when the widgets are in a separate window would
> >> result in an empty widgets panel or, worse, a crash.
> >>      • Fixed selection and dragging of widgets. Now responds to usual keyboard modifiers, such as CTRL toggling selection, and shift adding an item to a selection, etc.
> >>      • Changing rt audio module now clears the device selection
> >>      • Fixes last used dir in linux falling back to /tmp
> >>      • macOS: fix to background color in widgets panel
> >>      • Better options for selecting an audio device if jack is selected as module (now the default does not connect to other ports other than the system)
> >>      • In the config dialog, if jack is not running then this is shown in the menu and jack can't be selected
> >>      • scope now has much lower latency
> >>      • native toolbar in macOS
> >>      • Less intrusive line numbers, adjust colors to the color theme
> >>      • Each platform has own defaults for fonts, sizes, etc., resulting in a better first time experience
> >>      • Lots of fixes in syntax highlighting
> >>      • Audio device is reset to default whenever the audio backend is modified
> >>      • Full-screen issues have been mostly resolved. Window state is remembered.
> >>      • Graph widget would cause a crash when adding a new table if a spectrum display was selected. This was fixed.
> >>      • Atsa defaults were corrected
> >>      • Latched button acting wrong on event with negative duration fixed
> >>      • Application paths were fixed for macOS
> >>      • Toolbar rendering problems in mac were fixed, reverting back from using mac's unified toolbar.
> >>
> >> Eduardo Moguillansky / Tarmo Johannes
> >>
> >> 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
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

Date2020-06-29 15:59
FromSteven Yi
SubjectRe: [Csnd] [EXTERNAL] [Csnd] [ANN] CsoundQt 0.9.8 released
Attachmentsimage.png  
Well I think the problem is that -iadc is being added everywhere now where previously it didn't. For most projects that don't process audio it's a new issue now that they're not running as they did before.

1. As a test, I used "Reset Preferences" from the Help menu to get a clean slate.
2. I opened up "Synth->Additve Synth" example
3. Pressed render and got channel mismatch error (both with Portaudio and Coreaudio)

If I then go to preferences and set the audio input default to empty, projects work again.

I'd suggest making input empty by default in preferences to avoid this as many projects do not use audio input. (I imagine new users may be a little surprised with the current behavior and may give up before trying to diagnose.)

(BTW: I used the new build and the black background issue is fixed with the virtual keyboard, thanks!)


On Mon, Jun 29, 2020 at 10:25 AM Eduardo Moguillansky <eduardo.moguillansky@gmail.com> wrote:

The problem with the channel mismatch is here: "PortAudio: selected input device 'MacBook Pro Microphone'"

the .csd has probably a nchnls=2 line, which implicitely sets input number of channels to 2 in absense of a separate setting for input channels, but you selected an input device with 1 channel. Portaudio correctly reports an error whereas coreaudio accepts the 2 channels input and provides an empty second channel as input. In order to deal with that, uncheck the number of channels in the csoundqt settings and set a corresponding "nchnls_i=1" in your csd.

---
eduardo


On 29.06.20 14:19, Richard van Bemmelen wrote:

What link should I use to download Csound and CsoundQt for Linux Mint?

Richard

Op ma 29 jun. 2020 om 12:56 schreef Dr. Richard Boulanger <rboulanger@berklee.edu>:
Thanks very much Tarmo.

This does fix the tabs and icons in CsoundQt going black when the virtual keyboard is selected on the Mac!
- also, I appreciate that the Virtual Keyboard is in the "tab" as in my classes, and teaching it is one of the more selected and used items by me and my students.

I can also report a similar or the same "audio driver" problem that Steven does about the number of channels issue.
- when I have portaudio selected, even when the number of channels in the .csd is 2, the instrument won't run until I select coreaudio, run it

I always test my system by running Xanadu and then test MIDI by running the Pipe Synth

After installing your latest versions, resetting and restarting and trying to run Xanadu for the first time, the console:

PortAudio: selected input device 'MacBook Pro Microphone'

*** PortAudio: error: -9998: Invalid number of channels

Failed to initialise real time audio input

then I chose portaudio (callback) and the console:


PortAudio: selected output device 'Duet USB'

*** PortAudio: error: -9998: Invalid number of channels

closing device

Failed to initialise real time audio output

then I select coreaudio and it renders/runs (but does not list all my audio devices by name)

Dr. Richard Boulanger

Professor of Electronic Production and Design

Professional Writing and Technology Division

Berklee College of Music


skype: radiobaton 

facebook: https://www.facebook.com/richard.boulanger.58

about: http://www.boulangerlabs.com/#about

about: http://www.csounds.com/community/developers/dr-richard-boulanger/

music: http://www.csounds.com/community/developers/dr-richard-boulanger/dr-richard-boulanger-music/


Boulanger Labs - http://boulangerlabs.com

The Csound Book http://mitpress.mit.edu/books/csound-book

The Audio Programming Book - http://mitpress.mit.edu/books/audio-programming-book



On Mon, Jun 29, 2020 at 6:36 AM Tarmo Johannes <trmjhnns@gmail.com> wrote:
Hi,

I fixed the toolbar going black after opening virtual MIDI keyboard
and added a small workaround to set correct terminal path for MacOS Cataline. I could not test though, as I have not upgraded my development machine yet.
There was some problem on github and I could not log in to upload, the build is on:
Please try.

Steven, I did not get exactly -  is it so that your default sound interface has one input channel? Which audio module did you use? (portaudio/coreaudio etc)? What happens if you uncheck the "Channels" checkbox on Configure->Run? And what if you press Run in Terminal?

Thanks!
tarmo

Kontakt Steven Yi (<stevenyi@gmail.com>) kirjutas kuupäeval E, 29. juuni 2020 kell 04:41:
Congratulations on the release! Quite a number of changes!

I did run into some issues here when I gave it a try on macOS 10.14 with dark mode on. The app looked fine until I opened the virtual keyboard and then the top area and active tab all became black with black text.

image.png
 
Is there a configuration setting I'm missing?  I saw some themes but they didn't seem to correspond to dark mode.

Also, I found that for most examples I had to edit to add nchnls_i=1 to get them to run, otherwise Csound did not start and complained about requesting more channels than available. I think it has to do with preferences and it being overridden to always use -iadc.  I don't believe this is something I set; is this the default? If I set it to none (i.e., blank) in preferences, the examples that don't use audio input run fine.

And how does one use the spectral display? The manual page didn't have a lot of information that I could figure out. I saw the Spectrum Analyzer example (from Useful examples) and it had FFTSize as a widget. On the screenshot for the release, it looked like a dropdown was a part of the display, so I wasn't sure if it was a built-in feature for window sizes or if that was a separate widget that was overlaying the display in the screenshot.

Thanks!
Steven




On Sun, Jun 28, 2020 at 9:31 AM Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
That was the exact reason. I had never noticed that change, because Aqua displays files from both directories.
========================
Prof. Victor Lazzarini
Maynooth University
Ireland

> On 28 Jun 2020, at 11:54, Tarmo Johannes <trmjhnns@GMAIL.COM> wrote:
>
> Hi, thanks!
>
> Are you on Catalina? I think  the default terminal location is changed from Applications to /System/Applications
> You need to set the path manually in Configure->Environment.
> There will be a fix for that later.
>
> Hope it helps!
>
> Tarmo
>
> P, 28. juuni 2020 12:18 Victor Lazzarini <Victor.Lazzarini@mu.ie> kirjutas:
> It looks very good, I just tested. Thanks a lot for this.
>
> One question: for a while now here on OSX, I can’t use the run in term option, it doesn’t open a terminal window,
> does nothing. While it doesn’t bother me, I was wondering why this is the case. I have looked at
> the preferences and correct values are set in both the environment and external panes. I suspect
> some sort of permission, but can’t find what it is.
>
> ========================
> Prof. Victor Lazzarini
> Maynooth University
> Ireland
>
> > On 28 Jun 2020, at 09:23, Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
> >
> > That looks great! Congratulations and many thanks.
> >
> > Prof. Victor Lazzarini
> > Maynooth University
> > Ireland
> >
> >> On 28 Jun 2020, at 08:36, Eduardo Moguillansky <eduardo.moguillansky@gmail.com> wrote:
> >>
> >> 
> >> WARNINGThis email originated from outside of Maynooth University's Mail System. Do not reply, click links or open attachments unless you recognise the sender and know the content is safe.
> >> Version 0.9.8 is a major release, with multiple changes
> >>
> >> The source and binaries can be downloaded from: https://github.com/CsoundQt/CsoundQt/releases
> >>
> >> This version of CsoundQt works with csound 6.14 or higher
> >>
> >> New in version 0.9.8:
> >>
> >>      • New icon theme based on KDE's "breeze"
> >>      • New color themes (for text, background and syntax highlighting): classic, light, dark.
> >>      • New flat style and features for the knob widget.
> >>      • New "Table Plot" widget allows to efficiently plot tables in real time.
> >>      • Graph widget (spectrum, signal display) has been highly optimized, drawing is between 10x and 20x faster
> >>      • Graph widget fixed for the use together with display opcode. Many display instances can be used simultaneously for one or multiple widgets without any loss in performance.
> >>      • Graph widget for tables optimized for big tables and soundfiles, detects the actual size of the graph and does not draw superfluous points
> >>      • Spectrogram widget now reacts to different sample rates, gained a better grid and zoom. It can be customized to show/hide grid, scrollbars, menu, etc.
> >>      • Spectrogram widget can control the zoom with keyboard shortcuts (+, -). Also scrollbars can be hidden (user can scroll with scrollwheel/arrow keys).
> >>      • Spectrum graph: a graph can bow be frozen; clicking on a peak will show the peaks frequency
> >> with resolution independent of the fft size of the corresponding dispfft
> >>      • New icon / new splashscreen
> >>      • Meter / Controller widget gained many options to control its aspect (border, line width, background, etc)
> >>      • New action to test the audio setup
> >>      • Text labels allow to set a vertical alignment
> >>      • New settings dialogs, allows to use the current system sample rate and set the
> >> number of channels without the need to modify the .csd
> >>      • Help panel received a more streamlined look
> >>      • More streamlined toolbar, removed toolbar buttons which are not commonly used
> >> (these can still be reached from the menus), icon size can be set in the preferences, toolbar can be locked
> >>      • Many widgets gained the possibility to set their value by double-clicking (knob, scroll number)
> >>      • Now it is possible to move the widgets with the keyboard in edit mode. The arrow keys move the
> >> widgets within a grid of 5 pixels (with the alt key widgets are nudged by 1 pixel).
> >>      • More nuanced syntax highlighting
> >>      • Syntax highlighting for user defined opcodes. The work for this lays the ground for features like autocomplete and code hints for UDOs.
> >>      • Button widget can set the size of the font
> >>      • Checkbox can be resized if the platform allows this (works on linux and windows, macOS uses native checkboxes which are fixed in size)
> >>      • Added a setting to control the update rate of the gui.
> >>      • New "Spectrum Analyzer" utility example
> >>      • Initial support for color schemes, allowing csoundqt to use a dark theme matching the os (not yet available in this release).
> >>      • New action "goto line"
> >> Fixes
> >>
> >>      • Race condition fixed which would cause CsoundQt to crash when started/stopped in very fast succession
> >>      • Locking issues fixed which prevented CsoundQt to stop properly when a graph widget was used.
> >>      • Saving issues where fixed. New option to prevent CsoundQt from asking if user wants to save a temporary file before playing.
> >>      • in macOS startup delay has been somewhat reduced.
> >>      • Wrong rendering for the Meter / Controller widget fixed is macOS
> >>      • Better font defaults for the different platforms
> >>      • CTRL-F now searches in manual if help dock is focused.
> >>      • Search bar is made visible and focused when clicked on search icon in the help widget
> >>      • Fixed a bug where activating the widgets panel when the widgets are in a separate window would
> >> result in an empty widgets panel or, worse, a crash.
> >>      • Fixed selection and dragging of widgets. Now responds to usual keyboard modifiers, such as CTRL toggling selection, and shift adding an item to a selection, etc.
> >>      • Changing rt audio module now clears the device selection
> >>      • Fixes last used dir in linux falling back to /tmp
> >>      • macOS: fix to background color in widgets panel
> >>      • Better options for selecting an audio device if jack is selected as module (now the default does not connect to other ports other than the system)
> >>      • In the config dialog, if jack is not running then this is shown in the menu and jack can't be selected
> >>      • scope now has much lower latency
> >>      • native toolbar in macOS
> >>      • Less intrusive line numbers, adjust colors to the color theme
> >>      • Each platform has own defaults for fonts, sizes, etc., resulting in a better first time experience
> >>      • Lots of fixes in syntax highlighting
> >>      • Audio device is reset to default whenever the audio backend is modified
> >>      • Full-screen issues have been mostly resolved. Window state is remembered.
> >>      • Graph widget would cause a crash when adding a new table if a spectrum display was selected. This was fixed.
> >>      • Atsa defaults were corrected
> >>      • Latched button acting wrong on event with negative duration fixed
> >>      • Application paths were fixed for macOS
> >>      • Toolbar rendering problems in mac were fixed, reverting back from using mac's unified toolbar.
> >>
> >> Eduardo Moguillansky / Tarmo Johannes
> >>
> >> 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
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

Date2020-06-29 16:04
FromVictor Lazzarini
SubjectRe: [Csnd] [EXTERNAL] [Csnd] [ANN] CsoundQt 0.9.8 released
I noticed that and it was one of the first things I changed in preferences. But I don’t really know what was the default and
what would be preferable. In my personal case, I use synthesis more than live processing, so it makes sense to switch the input off.
Not sure about others.
========================
Prof. Victor Lazzarini
Maynooth University
Ireland

> On 29 Jun 2020, at 15:59, Steven Yi  wrote:
> 
> Well I think the problem is that -iadc is being added everywhere now where previously it didn't. For most projects that don't process audio it's a new issue now that they're not running as they did before. 
> 
> 1. As a test, I used "Reset Preferences" from the Help menu to get a clean slate.
> 2. I opened up "Synth->Additve Synth" example
> 3. Pressed render and got channel mismatch error (both with Portaudio and Coreaudio)
> 
> If I then go to preferences and set the audio input default to empty, projects work again. 
> 
> I'd suggest making input empty by default in preferences to avoid this as many projects do not use audio input. (I imagine new users may be a little surprised with the current behavior and may give up before trying to diagnose.)
> 
> (BTW: I used the new build and the black background issue is fixed with the virtual keyboard, thanks!)
> 
> 
> On Mon, Jun 29, 2020 at 10:25 AM Eduardo Moguillansky  wrote:
> The problem with the channel mismatch is here: "PortAudio: selected input device 'MacBook Pro Microphone'"
> 
> the .csd has probably a nchnls=2 line, which implicitely sets input number of channels to 2 in absense of a separate setting for input channels, but you selected an input device with 1 channel. Portaudio correctly reports an error whereas coreaudio accepts the 2 channels input and provides an empty second channel as input. In order to deal with that, uncheck the number of channels in the csoundqt settings and set a corresponding "nchnls_i=1" in your csd.
> 
> ---
> eduardo
> 
> 
> 
> On 29.06.20 14:19, Richard van Bemmelen wrote:
> 
>> What link should I use to download Csound and CsoundQt for Linux Mint?
>> 
>> Richard
>> 
>> Op ma 29 jun. 2020 om 12:56 schreef Dr. Richard Boulanger :
>> Thanks very much Tarmo.
>> 
>> This does fix the tabs and icons in CsoundQt going black when the virtual keyboard is selected on the Mac!
>> - also, I appreciate that the Virtual Keyboard is in the "tab" as in my classes, and teaching it is one of the more selected and used items by me and my students.
>> 
>> I can also report a similar or the same "audio driver" problem that Steven does about the number of channels issue.
>> - when I have portaudio selected, even when the number of channels in the .csd is 2, the instrument won't run until I select coreaudio, run it
>> 
>> I always test my system by running Xanadu and then test MIDI by running the Pipe Synth
>> 
>> After installing your latest versions, resetting and restarting and trying to run Xanadu for the first time, the console:
>> 
>> PortAudio: selected input device 'MacBook Pro Microphone'
>>  *** PortAudio: error: -9998: Invalid number of channels
>> Failed to initialise real time audio input
>> 
>> then I chose portaudio (callback) and the console:
>> 
>> PortAudio: selected output device 'Duet USB'
>>  *** PortAudio: error: -9998: Invalid number of channels
>> closing device
>> Failed to initialise real time audio output
>> 
>> then I select coreaudio and it renders/runs (but does not list all my audio devices by name)
>> 
>> 
>> Dr. Richard Boulanger
>> Professor of Electronic Production and Design
>> Professional Writing and Technology Division
>> Berklee College of Music
>> 
>> skype: radiobaton 
>> facebook: https://www.facebook.com/richard.boulanger.58
>> about: http://www.boulangerlabs.com/#about
>> about: http://www.csounds.com/community/developers/dr-richard-boulanger/
>> music: http://www.csounds.com/community/developers/dr-richard-boulanger/dr-richard-boulanger-music/
>> 
>> Boulanger Labs - http://boulangerlabs.com
>> The Csound Book - http://mitpress.mit.edu/books/csound-book
>> The Audio Programming Book - http://mitpress.mit.edu/books/audio-programming-book
>> 
>> 
>> On Mon, Jun 29, 2020 at 6:36 AM Tarmo Johannes  wrote:
>> Hi,
>> 
>> I fixed the toolbar going black after opening virtual MIDI keyboard 
>> and added a small workaround to set correct terminal path for MacOS Cataline. I could not test though, as I have not upgraded my development machine yet.
>> There was some problem on github and I could not log in to upload, the build is on:
>> http://tarmo.uuu.ee/varia/failid/cs/CsoundQt/CsoundQt-0.9.8-MacOS.dmg
>> Please try.
>> 
>> Steven, I did not get exactly -  is it so that your default sound interface has one input channel? Which audio module did you use? (portaudio/coreaudio etc)? What happens if you uncheck the "Channels" checkbox on Configure->Run? And what if you press Run in Terminal?
>> 
>> Thanks!
>> tarmo
>> 
>> Kontakt Steven Yi () kirjutas kuupäeval E, 29. juuni 2020 kell 04:41:
>> Congratulations on the release! Quite a number of changes!
>> 
>> I did run into some issues here when I gave it a try on macOS 10.14 with dark mode on. The app looked fine until I opened the virtual keyboard and then the top area and active tab all became black with black text. 
>> 
>> 
>>  
>> Is there a configuration setting I'm missing?  I saw some themes but they didn't seem to correspond to dark mode. 
>> 
>> Also, I found that for most examples I had to edit to add nchnls_i=1 to get them to run, otherwise Csound did not start and complained about requesting more channels than available. I think it has to do with preferences and it being overridden to always use -iadc.  I don't believe this is something I set; is this the default? If I set it to none (i.e., blank) in preferences, the examples that don't use audio input run fine. 
>> 
>> And how does one use the spectral display? The manual page didn't have a lot of information that I could figure out. I saw the Spectrum Analyzer example (from Useful examples) and it had FFTSize as a widget. On the screenshot for the release, it looked like a dropdown was a part of the display, so I wasn't sure if it was a built-in feature for window sizes or if that was a separate widget that was overlaying the display in the screenshot. 
>> 
>> Thanks!
>> Steven
>> 
>> 
>> 
>> 
>> On Sun, Jun 28, 2020 at 9:31 AM Victor Lazzarini  wrote:
>> That was the exact reason. I had never noticed that change, because Aqua displays files from both directories.
>> ========================
>> Prof. Victor Lazzarini
>> Maynooth University
>> Ireland
>> 
>> > On 28 Jun 2020, at 11:54, Tarmo Johannes  wrote:
>> > 
>> > Hi, thanks!
>> > 
>> > Are you on Catalina? I think  the default terminal location is changed from Applications to /System/Applications
>> > You need to set the path manually in Configure->Environment.
>> > There will be a fix for that later.
>> > 
>> > Hope it helps!
>> > 
>> > Tarmo
>> > 
>> > P, 28. juuni 2020 12:18 Victor Lazzarini  kirjutas:
>> > It looks very good, I just tested. Thanks a lot for this.
>> > 
>> > One question: for a while now here on OSX, I can’t use the run in term option, it doesn’t open a terminal window,
>> > does nothing. While it doesn’t bother me, I was wondering why this is the case. I have looked at
>> > the preferences and correct values are set in both the environment and external panes. I suspect
>> > some sort of permission, but can’t find what it is.
>> > 
>> > ========================
>> > Prof. Victor Lazzarini
>> > Maynooth University
>> > Ireland
>> > 
>> > > On 28 Jun 2020, at 09:23, Victor Lazzarini  wrote:
>> > > 
>> > > That looks great! Congratulations and many thanks.
>> > > 
>> > > Prof. Victor Lazzarini
>> > > Maynooth University
>> > > Ireland
>> > > 
>> > >> On 28 Jun 2020, at 08:36, Eduardo Moguillansky  wrote:
>> > >> 
>> > >> 
>> > >> WARNINGThis email originated from outside of Maynooth University's Mail System. Do not reply, click links or open attachments unless you recognise the sender and know the content is safe.
>> > >> Version 0.9.8 is a major release, with multiple changes
>> > >> 
>> > >> The source and binaries can be downloaded from: https://github.com/CsoundQt/CsoundQt/releases
>> > >> 
>> > >> This version of CsoundQt works with csound 6.14 or higher
>> > >> 
>> > >> New in version 0.9.8:
>> > >> 
>> > >>      • New icon theme based on KDE's "breeze"
>> > >>      • New color themes (for text, background and syntax highlighting): classic, light, dark.
>> > >>      • New flat style and features for the knob widget.
>> > >>      • New "Table Plot" widget allows to efficiently plot tables in real time.
>> > >>      • Graph widget (spectrum, signal display) has been highly optimized, drawing is between 10x and 20x faster
>> > >>      • Graph widget fixed for the use together with display opcode. Many display instances can be used simultaneously for one or multiple widgets without any loss in performance.
>> > >>      • Graph widget for tables optimized for big tables and soundfiles, detects the actual size of the graph and does not draw superfluous points
>> > >>      • Spectrogram widget now reacts to different sample rates, gained a better grid and zoom. It can be customized to show/hide grid, scrollbars, menu, etc.
>> > >>      • Spectrogram widget can control the zoom with keyboard shortcuts (+, -). Also scrollbars can be hidden (user can scroll with scrollwheel/arrow keys).
>> > >>      • Spectrum graph: a graph can bow be frozen; clicking on a peak will show the peaks frequency
>> > >> with resolution independent of the fft size of the corresponding dispfft
>> > >>      • New icon / new splashscreen
>> > >>      • Meter / Controller widget gained many options to control its aspect (border, line width, background, etc)
>> > >>      • New action to test the audio setup
>> > >>      • Text labels allow to set a vertical alignment
>> > >>      • New settings dialogs, allows to use the current system sample rate and set the
>> > >> number of channels without the need to modify the .csd
>> > >>      • Help panel received a more streamlined look
>> > >>      • More streamlined toolbar, removed toolbar buttons which are not commonly used
>> > >> (these can still be reached from the menus), icon size can be set in the preferences, toolbar can be locked
>> > >>      • Many widgets gained the possibility to set their value by double-clicking (knob, scroll number)
>> > >>      • Now it is possible to move the widgets with the keyboard in edit mode. The arrow keys move the
>> > >> widgets within a grid of 5 pixels (with the alt key widgets are nudged by 1 pixel).
>> > >>      • More nuanced syntax highlighting
>> > >>      • Syntax highlighting for user defined opcodes. The work for this lays the ground for features like autocomplete and code hints for UDOs.
>> > >>      • Button widget can set the size of the font
>> > >>      • Checkbox can be resized if the platform allows this (works on linux and windows, macOS uses native checkboxes which are fixed in size)
>> > >>      • Added a setting to control the update rate of the gui.
>> > >>      • New "Spectrum Analyzer" utility example
>> > >>      • Initial support for color schemes, allowing csoundqt to use a dark theme matching the os (not yet available in this release).
>> > >>      • New action "goto line"
>> > >> Fixes
>> > >> 
>> > >>      • Race condition fixed which would cause CsoundQt to crash when started/stopped in very fast succession
>> > >>      • Locking issues fixed which prevented CsoundQt to stop properly when a graph widget was used.
>> > >>      • Saving issues where fixed. New option to prevent CsoundQt from asking if user wants to save a temporary file before playing.
>> > >>      • in macOS startup delay has been somewhat reduced.
>> > >>      • Wrong rendering for the Meter / Controller widget fixed is macOS
>> > >>      • Better font defaults for the different platforms
>> > >>      • CTRL-F now searches in manual if help dock is focused.
>> > >>      • Search bar is made visible and focused when clicked on search icon in the help widget
>> > >>      • Fixed a bug where activating the widgets panel when the widgets are in a separate window would
>> > >> result in an empty widgets panel or, worse, a crash.
>> > >>      • Fixed selection and dragging of widgets. Now responds to usual keyboard modifiers, such as CTRL toggling selection, and shift adding an item to a selection, etc.
>> > >>      • Changing rt audio module now clears the device selection
>> > >>      • Fixes last used dir in linux falling back to /tmp
>> > >>      • macOS: fix to background color in widgets panel
>> > >>      • Better options for selecting an audio device if jack is selected as module (now the default does not connect to other ports other than the system)
>> > >>      • In the config dialog, if jack is not running then this is shown in the menu and jack can't be selected
>> > >>      • scope now has much lower latency
>> > >>      • native toolbar in macOS
>> > >>      • Less intrusive line numbers, adjust colors to the color theme
>> > >>      • Each platform has own defaults for fonts, sizes, etc., resulting in a better first time experience
>> > >>      • Lots of fixes in syntax highlighting
>> > >>      • Audio device is reset to default whenever the audio backend is modified
>> > >>      • Full-screen issues have been mostly resolved. Window state is remembered.
>> > >>      • Graph widget would cause a crash when adding a new table if a spectrum display was selected. This was fixed.
>> > >>      • Atsa defaults were corrected
>> > >>      • Latched button acting wrong on event with negative duration fixed
>> > >>      • Application paths were fixed for macOS
>> > >>      • Toolbar rendering problems in mac were fixed, reverting back from using mac's unified toolbar.
>> > >> 
>> > >> Eduardo Moguillansky / Tarmo Johannes
>> > >> 
>> > >> 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
>> 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

Date2020-06-29 21:21
From"Dr. Richard Boulanger"
SubjectRe: [Csnd] [EXTERNAL] [Csnd] [ANN] CsoundQt 0.9.8 released
I am happy to know the reason and solutions.  Thanks.

But...  I do feel that there should actually be a .csd (like Xanadu) loaded in by default snd maybe mic off too so that the very first time that someone tries to "run" CsoundQt... it works!

Dr. Richard Boulanger
Professor
Electronic Production and Design
Berklee College of Music

> On Jun 29, 2020, at 11:04 AM, Victor Lazzarini  wrote:
> 
> I noticed that and it was one of the first things I changed in preferences. But I don’t really know what was the default and
> what would be preferable. In my personal case, I use synthesis more than live processing, so it makes sense to switch the input off.
> Not sure about others.
> ========================
> Prof. Victor Lazzarini
> Maynooth University
> Ireland
> 
>> On 29 Jun 2020, at 15:59, Steven Yi  wrote:
>> 
>> Well I think the problem is that -iadc is being added everywhere now where previously it didn't. For most projects that don't process audio it's a new issue now that they're not running as they did before. 
>> 
>> 1. As a test, I used "Reset Preferences" from the Help menu to get a clean slate.
>> 2. I opened up "Synth->Additve Synth" example
>> 3. Pressed render and got channel mismatch error (both with Portaudio and Coreaudio)
>> 
>> If I then go to preferences and set the audio input default to empty, projects work again. 
>> 
>> I'd suggest making input empty by default in preferences to avoid this as many projects do not use audio input. (I imagine new users may be a little surprised with the current behavior and may give up before trying to diagnose.)
>> 
>> (BTW: I used the new build and the black background issue is fixed with the virtual keyboard, thanks!)
>> 
>> 
>> On Mon, Jun 29, 2020 at 10:25 AM Eduardo Moguillansky  wrote:
>> The problem with the channel mismatch is here: "PortAudio: selected input device 'MacBook Pro Microphone'"
>> 
>> the .csd has probably a nchnls=2 line, which implicitely sets input number of channels to 2 in absense of a separate setting for input channels, but you selected an input device with 1 channel. Portaudio correctly reports an error whereas coreaudio accepts the 2 channels input and provides an empty second channel as input. In order to deal with that, uncheck the number of channels in the csoundqt settings and set a corresponding "nchnls_i=1" in your csd.
>> 
>> ---
>> eduardo
>> 
>> 
>> 
>>> On 29.06.20 14:19, Richard van Bemmelen wrote:
>>> 
>>> What link should I use to download Csound and CsoundQt for Linux Mint?
>>> 
>>> Richard
>>> 
>>> Op ma 29 jun. 2020 om 12:56 schreef Dr. Richard Boulanger :
>>> Thanks very much Tarmo.
>>> 
>>> This does fix the tabs and icons in CsoundQt going black when the virtual keyboard is selected on the Mac!
>>> - also, I appreciate that the Virtual Keyboard is in the "tab" as in my classes, and teaching it is one of the more selected and used items by me and my students.
>>> 
>>> I can also report a similar or the same "audio driver" problem that Steven does about the number of channels issue.
>>> - when I have portaudio selected, even when the number of channels in the .csd is 2, the instrument won't run until I select coreaudio, run it
>>> 
>>> I always test my system by running Xanadu and then test MIDI by running the Pipe Synth
>>> 
>>> After installing your latest versions, resetting and restarting and trying to run Xanadu for the first time, the console:
>>> 
>>> PortAudio: selected input device 'MacBook Pro Microphone'
>>> *** PortAudio: error: -9998: Invalid number of channels
>>> Failed to initialise real time audio input
>>> 
>>> then I chose portaudio (callback) and the console:
>>> 
>>> PortAudio: selected output device 'Duet USB'
>>> *** PortAudio: error: -9998: Invalid number of channels
>>> closing device
>>> Failed to initialise real time audio output
>>> 
>>> then I select coreaudio and it renders/runs (but does not list all my audio devices by name)
>>> 
>>> 
>>> Dr. Richard Boulanger
>>> Professor of Electronic Production and Design
>>> Professional Writing and Technology Division
>>> Berklee College of Music
>>> 
>>> skype: radiobaton 
>>> facebook: https://www.facebook.com/richard.boulanger.58
>>> about: http://www.boulangerlabs.com/#about
>>> about: http://www.csounds.com/community/developers/dr-richard-boulanger/
>>> music: http://www.csounds.com/community/developers/dr-richard-boulanger/dr-richard-boulanger-music/
>>> 
>>> Boulanger Labs - http://boulangerlabs.com
>>> The Csound Book - http://mitpress.mit.edu/books/csound-book
>>> The Audio Programming Book - http://mitpress.mit.edu/books/audio-programming-book
>>> 
>>> 
>>>> On Mon, Jun 29, 2020 at 6:36 AM Tarmo Johannes  wrote:
>>> Hi,
>>> 
>>> I fixed the toolbar going black after opening virtual MIDI keyboard 
>>> and added a small workaround to set correct terminal path for MacOS Cataline. I could not test though, as I have not upgraded my development machine yet.
>>> There was some problem on github and I could not log in to upload, the build is on:
>>> http://tarmo.uuu.ee/varia/failid/cs/CsoundQt/CsoundQt-0.9.8-MacOS.dmg
>>> Please try.
>>> 
>>> Steven, I did not get exactly -  is it so that your default sound interface has one input channel? Which audio module did you use? (portaudio/coreaudio etc)? What happens if you uncheck the "Channels" checkbox on Configure->Run? And what if you press Run in Terminal?
>>> 
>>> Thanks!
>>> tarmo
>>> 
>>> Kontakt Steven Yi () kirjutas kuupäeval E, 29. juuni 2020 kell 04:41:
>>> Congratulations on the release! Quite a number of changes!
>>> 
>>> I did run into some issues here when I gave it a try on macOS 10.14 with dark mode on. The app looked fine until I opened the virtual keyboard and then the top area and active tab all became black with black text. 
>>> 
>>> 
>>> 
>>> Is there a configuration setting I'm missing?  I saw some themes but they didn't seem to correspond to dark mode. 
>>> 
>>> Also, I found that for most examples I had to edit to add nchnls_i=1 to get them to run, otherwise Csound did not start and complained about requesting more channels than available. I think it has to do with preferences and it being overridden to always use -iadc.  I don't believe this is something I set; is this the default? If I set it to none (i.e., blank) in preferences, the examples that don't use audio input run fine. 
>>> 
>>> And how does one use the spectral display? The manual page didn't have a lot of information that I could figure out. I saw the Spectrum Analyzer example (from Useful examples) and it had FFTSize as a widget. On the screenshot for the release, it looked like a dropdown was a part of the display, so I wasn't sure if it was a built-in feature for window sizes or if that was a separate widget that was overlaying the display in the screenshot. 
>>> 
>>> Thanks!
>>> Steven
>>> 
>>> 
>>> 
>>> 
>>>> On Sun, Jun 28, 2020 at 9:31 AM Victor Lazzarini  wrote:
>>> That was the exact reason. I had never noticed that change, because Aqua displays files from both directories.
>>> ========================
>>> Prof. Victor Lazzarini
>>> Maynooth University
>>> Ireland
>>> 
>>>> On 28 Jun 2020, at 11:54, Tarmo Johannes  wrote:
>>>> 
>>>> Hi, thanks!
>>>> 
>>>> Are you on Catalina? I think  the default terminal location is changed from Applications to /System/Applications
>>>> You need to set the path manually in Configure->Environment.
>>>> There will be a fix for that later.
>>>> 
>>>> Hope it helps!
>>>> 
>>>> Tarmo
>>>> 
>>>> P, 28. juuni 2020 12:18 Victor Lazzarini  kirjutas:
>>>> It looks very good, I just tested. Thanks a lot for this.
>>>> 
>>>> One question: for a while now here on OSX, I can’t use the run in term option, it doesn’t open a terminal window,
>>>> does nothing. While it doesn’t bother me, I was wondering why this is the case. I have looked at
>>>> the preferences and correct values are set in both the environment and external panes. I suspect
>>>> some sort of permission, but can’t find what it is.
>>>> 
>>>> ========================
>>>> Prof. Victor Lazzarini
>>>> Maynooth University
>>>> Ireland
>>>> 
>>>>> On 28 Jun 2020, at 09:23, Victor Lazzarini  wrote:
>>>>> 
>>>>> That looks great! Congratulations and many thanks.
>>>>> 
>>>>> Prof. Victor Lazzarini
>>>>> Maynooth University
>>>>> Ireland
>>>>> 
>>>>>> On 28 Jun 2020, at 08:36, Eduardo Moguillansky  wrote:
>>>>>> 
>>>>>> 
>>>>>> WARNINGThis email originated from outside of Maynooth University's Mail System. Do not reply, click links or open attachments unless you recognise the sender and know the content is safe.
>>>>>> Version 0.9.8 is a major release, with multiple changes
>>>>>> 
>>>>>> The source and binaries can be downloaded from: https://github.com/CsoundQt/CsoundQt/releases
>>>>>> 
>>>>>> This version of CsoundQt works with csound 6.14 or higher
>>>>>> 
>>>>>> New in version 0.9.8:
>>>>>> 
>>>>>>     • New icon theme based on KDE's "breeze"
>>>>>>     • New color themes (for text, background and syntax highlighting): classic, light, dark.
>>>>>>     • New flat style and features for the knob widget.
>>>>>>     • New "Table Plot" widget allows to efficiently plot tables in real time.
>>>>>>     • Graph widget (spectrum, signal display) has been highly optimized, drawing is between 10x and 20x faster
>>>>>>     • Graph widget fixed for the use together with display opcode. Many display instances can be used simultaneously for one or multiple widgets without any loss in performance.
>>>>>>     • Graph widget for tables optimized for big tables and soundfiles, detects the actual size of the graph and does not draw superfluous points
>>>>>>     • Spectrogram widget now reacts to different sample rates, gained a better grid and zoom. It can be customized to show/hide grid, scrollbars, menu, etc.
>>>>>>     • Spectrogram widget can control the zoom with keyboard shortcuts (+, -). Also scrollbars can be hidden (user can scroll with scrollwheel/arrow keys).
>>>>>>     • Spectrum graph: a graph can bow be frozen; clicking on a peak will show the peaks frequency
>>>>>> with resolution independent of the fft size of the corresponding dispfft
>>>>>>     • New icon / new splashscreen
>>>>>>     • Meter / Controller widget gained many options to control its aspect (border, line width, background, etc)
>>>>>>     • New action to test the audio setup
>>>>>>     • Text labels allow to set a vertical alignment
>>>>>>     • New settings dialogs, allows to use the current system sample rate and set the
>>>>>> number of channels without the need to modify the .csd
>>>>>>     • Help panel received a more streamlined look
>>>>>>     • More streamlined toolbar, removed toolbar buttons which are not commonly used
>>>>>> (these can still be reached from the menus), icon size can be set in the preferences, toolbar can be locked
>>>>>>     • Many widgets gained the possibility to set their value by double-clicking (knob, scroll number)
>>>>>>     • Now it is possible to move the widgets with the keyboard in edit mode. The arrow keys move the
>>>>>> widgets within a grid of 5 pixels (with the alt key widgets are nudged by 1 pixel).
>>>>>>     • More nuanced syntax highlighting
>>>>>>     • Syntax highlighting for user defined opcodes. The work for this lays the ground for features like autocomplete and code hints for UDOs.
>>>>>>     • Button widget can set the size of the font
>>>>>>     • Checkbox can be resized if the platform allows this (works on linux and windows, macOS uses native checkboxes which are fixed in size)
>>>>>>     • Added a setting to control the update rate of the gui.
>>>>>>     • New "Spectrum Analyzer" utility example
>>>>>>     • Initial support for color schemes, allowing csoundqt to use a dark theme matching the os (not yet available in this release).
>>>>>>     • New action "goto line"
>>>>>> Fixes
>>>>>> 
>>>>>>     • Race condition fixed which would cause CsoundQt to crash when started/stopped in very fast succession
>>>>>>     • Locking issues fixed which prevented CsoundQt to stop properly when a graph widget was used.
>>>>>>     • Saving issues where fixed. New option to prevent CsoundQt from asking if user wants to save a temporary file before playing.
>>>>>>     • in macOS startup delay has been somewhat reduced.
>>>>>>     • Wrong rendering for the Meter / Controller widget fixed is macOS
>>>>>>     • Better font defaults for the different platforms
>>>>>>     • CTRL-F now searches in manual if help dock is focused.
>>>>>>     • Search bar is made visible and focused when clicked on search icon in the help widget
>>>>>>     • Fixed a bug where activating the widgets panel when the widgets are in a separate window would
>>>>>> result in an empty widgets panel or, worse, a crash.
>>>>>>     • Fixed selection and dragging of widgets. Now responds to usual keyboard modifiers, such as CTRL toggling selection, and shift adding an item to a selection, etc.
>>>>>>     • Changing rt audio module now clears the device selection
>>>>>>     • Fixes last used dir in linux falling back to /tmp
>>>>>>     • macOS: fix to background color in widgets panel
>>>>>>     • Better options for selecting an audio device if jack is selected as module (now the default does not connect to other ports other than the system)
>>>>>>     • In the config dialog, if jack is not running then this is shown in the menu and jack can't be selected
>>>>>>     • scope now has much lower latency
>>>>>>     • native toolbar in macOS
>>>>>>     • Less intrusive line numbers, adjust colors to the color theme
>>>>>>     • Each platform has own defaults for fonts, sizes, etc., resulting in a better first time experience
>>>>>>     • Lots of fixes in syntax highlighting
>>>>>>     • Audio device is reset to default whenever the audio backend is modified
>>>>>>     • Full-screen issues have been mostly resolved. Window state is remembered.
>>>>>>     • Graph widget would cause a crash when adding a new table if a spectrum display was selected. This was fixed.
>>>>>>     • Atsa defaults were corrected
>>>>>>     • Latched button acting wrong on event with negative duration fixed
>>>>>>     • Application paths were fixed for macOS
>>>>>>     • Toolbar rendering problems in mac were fixed, reverting back from using mac's unified toolbar.
>>>>>> 
>>>>>> Eduardo Moguillansky / Tarmo Johannes
>>>>>> 
>>>>>> 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
>>> 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

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

Date2020-07-04 14:51
FromRichard
SubjectRe: [Csnd] [EXTERNAL] [Csnd] [ANN] CsoundQt 0.9.8 released
Attachmentsimage.png  

The AppImage runs, but I cannot select the RT Audio Module, it is 'null'.
I must say, although my soundcard (Scarlett 2i2) works, I am struggling with starting jack or via qjackctl.
I get messages about memory locks and 'cannot allocate memory'...

Could this have to do with RT Audio Module being null?

(this Linux audio stuff can be a mess...)

Richard

On 29/06/2020 15:58, Tarmo Johannes wrote:
Hi Richard,

For Linux I uploaded now an experimental AppImage to:
Download, make it executable and you should be able to run in on any 64-bit Linux.
The preferred way is to build yourself, see instructions from:
---
I uploaded now the updated MacOS installer:

The portaudio and channels problems need more investigation, this is not in the build yet.

tarmo





Kontakt Richard van Bemmelen (<zappfinger@gmail.com>) kirjutas kuupäeval E, 29. juuni 2020 kell 15:19:
What link should I use to download Csound and CsoundQt for Linux Mint?

Richard

Op ma 29 jun. 2020 om 12:56 schreef Dr. Richard Boulanger <rboulanger@berklee.edu>:
Thanks very much Tarmo.

This does fix the tabs and icons in CsoundQt going black when the virtual keyboard is selected on the Mac!
- also, I appreciate that the Virtual Keyboard is in the "tab" as in my classes, and teaching it is one of the more selected and used items by me and my students.

I can also report a similar or the same "audio driver" problem that Steven does about the number of channels issue.
- when I have portaudio selected, even when the number of channels in the .csd is 2, the instrument won't run until I select coreaudio, run it

I always test my system by running Xanadu and then test MIDI by running the Pipe Synth

After installing your latest versions, resetting and restarting and trying to run Xanadu for the first time, the console:

PortAudio: selected input device 'MacBook Pro Microphone'

*** PortAudio: error: -9998: Invalid number of channels

Failed to initialise real time audio input

then I chose portaudio (callback) and the console:


PortAudio: selected output device 'Duet USB'

*** PortAudio: error: -9998: Invalid number of channels

closing device

Failed to initialise real time audio output

then I select coreaudio and it renders/runs (but does not list all my audio devices by name)

Dr. Richard Boulanger

Professor of Electronic Production and Design

Professional Writing and Technology Division

Berklee College of Music


skype: radiobaton 

facebook: https://www.facebook.com/richard.boulanger.58

about: http://www.boulangerlabs.com/#about

about: http://www.csounds.com/community/developers/dr-richard-boulanger/

music: http://www.csounds.com/community/developers/dr-richard-boulanger/dr-richard-boulanger-music/


Boulanger Labs - http://boulangerlabs.com

The Csound Book http://mitpress.mit.edu/books/csound-book

The Audio Programming Book - http://mitpress.mit.edu/books/audio-programming-book



On Mon, Jun 29, 2020 at 6:36 AM Tarmo Johannes <trmjhnns@gmail.com> wrote:
Hi,

I fixed the toolbar going black after opening virtual MIDI keyboard
and added a small workaround to set correct terminal path for MacOS Cataline. I could not test though, as I have not upgraded my development machine yet.
There was some problem on github and I could not log in to upload, the build is on:
Please try.

Steven, I did not get exactly -  is it so that your default sound interface has one input channel? Which audio module did you use? (portaudio/coreaudio etc)? What happens if you uncheck the "Channels" checkbox on Configure->Run? And what if you press Run in Terminal?

Thanks!
tarmo

Kontakt Steven Yi (<stevenyi@gmail.com>) kirjutas kuupäeval E, 29. juuni 2020 kell 04:41:
Congratulations on the release! Quite a number of changes!

I did run into some issues here when I gave it a try on macOS 10.14 with dark mode on. The app looked fine until I opened the virtual keyboard and then the top area and active tab all became black with black text.

image.png
 
Is there a configuration setting I'm missing?  I saw some themes but they didn't seem to correspond to dark mode.

Also, I found that for most examples I had to edit to add nchnls_i=1 to get them to run, otherwise Csound did not start and complained about requesting more channels than available. I think it has to do with preferences and it being overridden to always use -iadc.  I don't believe this is something I set; is this the default? If I set it to none (i.e., blank) in preferences, the examples that don't use audio input run fine.

And how does one use the spectral display? The manual page didn't have a lot of information that I could figure out. I saw the Spectrum Analyzer example (from Useful examples) and it had FFTSize as a widget. On the screenshot for the release, it looked like a dropdown was a part of the display, so I wasn't sure if it was a built-in feature for window sizes or if that was a separate widget that was overlaying the display in the screenshot.

Thanks!
Steven




On Sun, Jun 28, 2020 at 9:31 AM Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
That was the exact reason. I had never noticed that change, because Aqua displays files from both directories.
========================
Prof. Victor Lazzarini
Maynooth University
Ireland

> On 28 Jun 2020, at 11:54, Tarmo Johannes <trmjhnns@GMAIL.COM> wrote:
>
> Hi, thanks!
>
> Are you on Catalina? I think  the default terminal location is changed from Applications to /System/Applications
> You need to set the path manually in Configure->Environment.
> There will be a fix for that later.
>
> Hope it helps!
>
> Tarmo
>
> P, 28. juuni 2020 12:18 Victor Lazzarini <Victor.Lazzarini@mu.ie> kirjutas:
> It looks very good, I just tested. Thanks a lot for this.
>
> One question: for a while now here on OSX, I can’t use the run in term option, it doesn’t open a terminal window,
> does nothing. While it doesn’t bother me, I was wondering why this is the case. I have looked at
> the preferences and correct values are set in both the environment and external panes. I suspect
> some sort of permission, but can’t find what it is.
>
> ========================
> Prof. Victor Lazzarini
> Maynooth University
> Ireland
>
> > On 28 Jun 2020, at 09:23, Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
> >
> > That looks great! Congratulations and many thanks.
> >
> > Prof. Victor Lazzarini
> > Maynooth University
> > Ireland
> >
> >> On 28 Jun 2020, at 08:36, Eduardo Moguillansky <eduardo.moguillansky@gmail.com> wrote:
> >>
> >> 
> >> WARNINGThis email originated from outside of Maynooth University's Mail System. Do not reply, click links or open attachments unless you recognise the sender and know the content is safe.
> >> Version 0.9.8 is a major release, with multiple changes
> >>
> >> The source and binaries can be downloaded from: https://github.com/CsoundQt/CsoundQt/releases
> >>
> >> This version of CsoundQt works with csound 6.14 or higher
> >>
> >> New in version 0.9.8:
> >>
> >>      • New icon theme based on KDE's "breeze"
> >>      • New color themes (for text, background and syntax highlighting): classic, light, dark.
> >>      • New flat style and features for the knob widget.
> >>      • New "Table Plot" widget allows to efficiently plot tables in real time.
> >>      • Graph widget (spectrum, signal display) has been highly optimized, drawing is between 10x and 20x faster
> >>      • Graph widget fixed for the use together with display opcode. Many display instances can be used simultaneously for one or multiple widgets without any loss in performance.
> >>      • Graph widget for tables optimized for big tables and soundfiles, detects the actual size of the graph and does not draw superfluous points
> >>      • Spectrogram widget now reacts to different sample rates, gained a better grid and zoom. It can be customized to show/hide grid, scrollbars, menu, etc.
> >>      • Spectrogram widget can control the zoom with keyboard shortcuts (+, -). Also scrollbars can be hidden (user can scroll with scrollwheel/arrow keys).
> >>      • Spectrum graph: a graph can bow be frozen; clicking on a peak will show the peaks frequency
> >> with resolution independent of the fft size of the corresponding dispfft
> >>      • New icon / new splashscreen
> >>      • Meter / Controller widget gained many options to control its aspect (border, line width, background, etc)
> >>      • New action to test the audio setup
> >>      • Text labels allow to set a vertical alignment
> >>      • New settings dialogs, allows to use the current system sample rate and set the
> >> number of channels without the need to modify the .csd
> >>      • Help panel received a more streamlined look
> >>      • More streamlined toolbar, removed toolbar buttons which are not commonly used
> >> (these can still be reached from the menus), icon size can be set in the preferences, toolbar can be locked
> >>      • Many widgets gained the possibility to set their value by double-clicking (knob, scroll number)
> >>      • Now it is possible to move the widgets with the keyboard in edit mode. The arrow keys move the
> >> widgets within a grid of 5 pixels (with the alt key widgets are nudged by 1 pixel).
> >>      • More nuanced syntax highlighting
> >>      • Syntax highlighting for user defined opcodes. The work for this lays the ground for features like autocomplete and code hints for UDOs.
> >>      • Button widget can set the size of the font
> >>      • Checkbox can be resized if the platform allows this (works on linux and windows, macOS uses native checkboxes which are fixed in size)
> >>      • Added a setting to control the update rate of the gui.
> >>      • New "Spectrum Analyzer" utility example
> >>      • Initial support for color schemes, allowing csoundqt to use a dark theme matching the os (not yet available in this release).
> >>      • New action "goto line"
> >> Fixes
> >>
> >>      • Race condition fixed which would cause CsoundQt to crash when started/stopped in very fast succession
> >>      • Locking issues fixed which prevented CsoundQt to stop properly when a graph widget was used.
> >>      • Saving issues where fixed. New option to prevent CsoundQt from asking if user wants to save a temporary file before playing.
> >>      • in macOS startup delay has been somewhat reduced.
> >>      • Wrong rendering for the Meter / Controller widget fixed is macOS
> >>      • Better font defaults for the different platforms
> >>      • CTRL-F now searches in manual if help dock is focused.
> >>      • Search bar is made visible and focused when clicked on search icon in the help widget
> >>      • Fixed a bug where activating the widgets panel when the widgets are in a separate window would
> >> result in an empty widgets panel or, worse, a crash.
> >>      • Fixed selection and dragging of widgets. Now responds to usual keyboard modifiers, such as CTRL toggling selection, and shift adding an item to a selection, etc.
> >>      • Changing rt audio module now clears the device selection
> >>      • Fixes last used dir in linux falling back to /tmp
> >>      • macOS: fix to background color in widgets panel
> >>      • Better options for selecting an audio device if jack is selected as module (now the default does not connect to other ports other than the system)
> >>      • In the config dialog, if jack is not running then this is shown in the menu and jack can't be selected
> >>      • scope now has much lower latency
> >>      • native toolbar in macOS
> >>      • Less intrusive line numbers, adjust colors to the color theme
> >>      • Each platform has own defaults for fonts, sizes, etc., resulting in a better first time experience
> >>      • Lots of fixes in syntax highlighting
> >>      • Audio device is reset to default whenever the audio backend is modified
> >>      • Full-screen issues have been mostly resolved. Window state is remembered.
> >>      • Graph widget would cause a crash when adding a new table if a spectrum display was selected. This was fixed.
> >>      • Atsa defaults were corrected
> >>      • Latched button acting wrong on event with negative duration fixed
> >>      • Application paths were fixed for macOS
> >>      • Toolbar rendering problems in mac were fixed, reverting back from using mac's unified toolbar.
> >>
> >> Eduardo Moguillansky / Tarmo Johannes
> >>
> >> 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
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

Date2020-07-04 19:19
Fromjoachim heintz
SubjectRe: [Csnd] [EXTERNAL] [Csnd] [ANN] CsoundQt 0.9.8 released
you must set OPCODE64DIR in Configuration > External to your Csound 
plugins folder (should be in Usr/lib/csound or /usrlocal/lib/csound).  i 
had the same situation and after restart it worked.


On 04/07/2020 15:51, Richard wrote:
> The AppImage runs, but I cannot select the RT Audio Module, it is 'null'.
> I must say, although my soundcard (Scarlett 2i2) works, I am struggling 
> with starting jack or via qjackctl.
> I get messages about memory locks and 'cannot allocate memory'...
> 
> Could this have to do with RT Audio Module being null?
> 
> (this Linux audio stuff can be a mess...)
> 
> Richard
> 
> On 29/06/2020 15:58, Tarmo Johannes wrote:
>> Hi Richard,
>>
>> For Linux I uploaded now an experimental AppImage to:
>> https://github.com/CsoundQt/CsoundQt/releases/download/v0.9.8/CsoundQt-0.9.8-x86_64.AppImage
>> Download, make it executable and you should be able to run in on any 
>> 64-bit Linux.
>> The preferred way is to build yourself, see instructions from:
>> https://github.com/CsoundQt/CsoundQt/blob/v0.9.8/BUILDING.md
>> ---
>> I uploaded now the updated MacOS installer:
>> https://github.com/CsoundQt/CsoundQt/releases/download/v0.9.8/CsoundQt-0.9.8-MacOS.dmg
>>
>> The portaudio and channels problems need more investigation, this is 
>> not in the build yet.
>>
>> tarmo
>>
>>
>>
>>
>>
>> Kontakt Richard van Bemmelen (> >) kirjutas kuupäeval E, 29. juuni 2020 
>> kell 15:19:
>>
>>     What link should I use to download Csound and CsoundQt for Linux Mint?
>>
>>     Richard
>>
>>     Op ma 29 jun. 2020 om 12:56 schreef Dr. Richard Boulanger
>>     >:
>>
>>         Thanks very much Tarmo.
>>
>>         This does fix the tabs and icons in CsoundQt going black when
>>         the virtual keyboard is selected on the Mac!
>>         - also, I appreciate that the Virtual Keyboard is in the "tab"
>>         as in my classes, and teaching it is one of the more selected
>>         and used items by me and my students.
>>
>>         I can also report a similar or the same "audio driver" problem
>>         that Steven does about the number of channels issue.
>>         - when I have portaudio selected, even when the number of
>>         channels in the .csd is 2, the instrument won't run until I
>>         select coreaudio, run it
>>
>>         I always test my system by running Xanadu and then test MIDI
>>         by running the Pipe Synth
>>
>>         After installing your latest versions, resetting and
>>         restarting and trying to run Xanadu for the first time, the
>>         console:
>>
>>         PortAudio: selected input device 'MacBook Pro Microphone'
>>
>>         *** PortAudio: error: -9998: Invalid number of channels
>>
>>         Failed to initialise real time audio input
>>
>>         then I chose portaudio (callback) and the console:
>>
>>
>>         PortAudio: selected output device 'Duet USB'
>>
>>         *** PortAudio: error: -9998: Invalid number of channels
>>
>>         closing device
>>
>>         Failed to initialise real time audio output
>>
>>         then I select coreaudio and it renders/runs (but does not list
>>         all my audio devices by name)
>>
>>         *Dr. Richard Boulanger*
>>
>>         /Professor of Electronic Production and Design/
>>
>>         Professional Writing and Technology Division
>>
>>         *Berklee College of Music*
>>
>>
>>         skype:radiobaton
>>
>>         facebook:https://www.facebook.com/richard.boulanger.58
>>
>>         about:http://www.boulangerlabs.com/#about
>>
>>         about:http://www.csounds.com/community/developers/dr-richard-boulanger/
>>
>>         music:http://www.csounds.com/community/developers/dr-richard-boulanger/dr-richard-boulanger-music/
>>
>>
>>         Boulanger Labs - http://boulangerlabs.com
>>         
>>
>>         The Csound Book - http://mitpress.mit.edu/books/csound-book
>>
>>         The Audio Programming Book -
>>         http://mitpress.mit.edu/books/audio-programming-book
>>
>>
>>
>>         On Mon, Jun 29, 2020 at 6:36 AM Tarmo Johannes
>>         > wrote:
>>
>>             Hi,
>>
>>             I fixed the toolbar going black after opening virtual MIDI
>>             keyboard
>>             and added a small workaround to set correct terminal path
>>             for MacOS Cataline. I could not test though, as I have not
>>             upgraded my development machine yet.
>>             There was some problem on github and I could not log in to
>>             upload, the build is on:
>>             http://tarmo.uuu.ee/varia/failid/cs/CsoundQt/CsoundQt-0.9.8-MacOS.dmg
>>             Please try.
>>
>>             Steven, I did not get exactly -  is it so that your
>>             default sound interface has one input channel? Which audio
>>             module did you use? (portaudio/coreaudio etc)? What
>>             happens if you uncheck the "Channels" checkbox on
>>             Configure->Run? And what if you press Run in Terminal?
>>
>>             Thanks!
>>             tarmo
>>
>>             Kontakt Steven Yi (>             >) kirjutas kuupäeval E, 29.
>>             juuni 2020 kell 04:41:
>>
>>                 Congratulations on the release! Quite a number of changes!
>>
>>                 I did run into some issues here when I gave it a try
>>                 on macOS 10.14 with dark mode on. The app looked fine
>>                 until I opened the virtual keyboard and then the top
>>                 area and active tab all became black with black text.
>>
>>                 image.png
>>                 Is there a configuration setting I'm missing?  I saw
>>                 some themes but they didn't seem to correspond to dark
>>                 mode.
>>
>>                 Also, I found that for most examples I had to edit to
>>                 add nchnls_i=1 to get them to run, otherwise Csound
>>                 did not start and complained about requesting more
>>                 channels than available. I think it has to do with
>>                 preferences and it being overridden to always use
>>                 -iadc.  I don't believe this is something I set; is
>>                 this the default? If I set it to none (i.e., blank) in
>>                 preferences, the examples that don't use audio input
>>                 run fine.
>>
>>                 And how does one use the spectral display? The manual
>>                 page didn't have a lot of information that I could
>>                 figure out. I saw the Spectrum Analyzer example (from
>>                 Useful examples) and it had FFTSize as a widget. On
>>                 the screenshot for the release, it looked like a
>>                 dropdown was a part of the display, so I wasn't sure
>>                 if it was a built-in feature for window sizes or if
>>                 that was a separate widget that was overlaying the
>>                 display in the screenshot.
>>
>>                 Thanks!
>>                 Steven
>>
>>
>>
>>
>>                 On Sun, Jun 28, 2020 at 9:31 AM Victor Lazzarini
>>                 >                 > wrote:
>>
>>                     That was the exact reason. I had never noticed
>>                     that change, because Aqua displays files from both
>>                     directories.
>>                     ========================
>>                     Prof. Victor Lazzarini
>>                     Maynooth University
>>                     Ireland
>>
>>                     > On 28 Jun 2020, at 11:54, Tarmo Johannes
>>                     >
>>                     wrote:
>>                     >
>>                     > Hi, thanks!
>>                     >
>>                     > Are you on Catalina? I think  the default
>>                     terminal location is changed from Applications to
>>                     /System/Applications
>>                     > You need to set the path manually in
>>                     Configure->Environment.
>>                     > There will be a fix for that later.
>>                     >
>>                     > Hope it helps!
>>                     >
>>                     > Tarmo
>>                     >
>>                     > P, 28. juuni 2020 12:18 Victor Lazzarini
>>                     >                     > kirjutas:
>>                     > It looks very good, I just tested. Thanks a lot
>>                     for this.
>>                     >
>>                     > One question: for a while now here on OSX, I
>>                     can’t use the run in term option, it doesn’t open
>>                     a terminal window,
>>                     > does nothing. While it doesn’t bother me, I was
>>                     wondering why this is the case. I have looked at
>>                     > the preferences and correct values are set in
>>                     both the environment and external panes. I suspect
>>                     > some sort of permission, but can’t find what it is.
>>                     >
>>                     > ========================
>>                     > Prof. Victor Lazzarini
>>                     > Maynooth University
>>                     > Ireland
>>                     >
>>                     > > On 28 Jun 2020, at 09:23, Victor Lazzarini
>>                     >                     > wrote:
>>                     > >
>>                     > > That looks great! Congratulations and many thanks.
>>                     > >
>>                     > > Prof. Victor Lazzarini
>>                     > > Maynooth University
>>                     > > Ireland
>>                     > >
>>                     > >> On 28 Jun 2020, at 08:36, Eduardo
>>                     Moguillansky >                     > wrote:
>>                     > >>
>>                     > >> 
>>                     > >> WARNINGThis email originated from outside of
>>                     Maynooth University's Mail System. Do not reply,
>>                     click links or open attachments unless you
>>                     recognise the sender and know the content is safe.
>>                     > >> Version 0.9.8 is a major release, with
>>                     multiple changes
>>                     > >>
>>                     > >> The source and binaries can be downloaded
>>                     from: https://github.com/CsoundQt/CsoundQt/releases
>>                     > >>
>>                     > >> This version of CsoundQt works with csound
>>                     6.14 or higher
>>                     > >>
>>                     > >> New in version 0.9.8:
>>                     > >>
>>                     > >>      • New icon theme based on KDE's "breeze"
>>                     > >>      • New color themes (for text, background
>>                     and syntax highlighting): classic, light, dark.
>>                     > >>      • New flat style and features for the
>>                     knob widget.
>>                     > >>      • New "Table Plot" widget allows to
>>                     efficiently plot tables in real time.
>>                     > >>      • Graph widget (spectrum, signal
>>                     display) has been highly optimized, drawing is
>>                     between 10x and 20x faster
>>                     > >>      • Graph widget fixed for the use
>>                     together with display opcode. Many display
>>                     instances can be used simultaneously for one or
>>                     multiple widgets without any loss in performance.
>>                     > >>      • Graph widget for tables optimized for
>>                     big tables and soundfiles, detects the actual size
>>                     of the graph and does not draw superfluous points
>>                     > >>      • Spectrogram widget now reacts to
>>                     different sample rates, gained a better grid and
>>                     zoom. It can be customized to show/hide grid,
>>                     scrollbars, menu, etc.
>>                     > >>      • Spectrogram widget can control the
>>                     zoom with keyboard shortcuts (+, -). Also
>>                     scrollbars can be hidden (user can scroll with
>>                     scrollwheel/arrow keys).
>>                     > >>      • Spectrum graph: a graph can bow be
>>                     frozen; clicking on a peak will show the peaks
>>                     frequency
>>                     > >> with resolution independent of the fft size
>>                     of the corresponding dispfft
>>                     > >>      • New icon / new splashscreen
>>                     > >>      • Meter / Controller widget gained many
>>                     options to control its aspect (border, line width,
>>                     background, etc)
>>                     > >>      • New action to test the audio setup
>>                     > >>      • Text labels allow to set a vertical
>>                     alignment
>>                     > >>      • New settings dialogs, allows to use
>>                     the current system sample rate and set the
>>                     > >> number of channels without the need to modify
>>                     the .csd
>>                     > >>      • Help panel received a more streamlined
>>                     look
>>                     > >>      • More streamlined toolbar, removed
>>                     toolbar buttons which are not commonly used
>>                     > >> (these can still be reached from the menus),
>>                     icon size can be set in the preferences, toolbar
>>                     can be locked
>>                     > >>      • Many widgets gained the possibility to
>>                     set their value by double-clicking (knob, scroll
>>                     number)
>>                     > >>      • Now it is possible to move the widgets
>>                     with the keyboard in edit mode. The arrow keys
>>                     move the
>>                     > >> widgets within a grid of 5 pixels (with the
>>                     alt key widgets are nudged by 1 pixel).
>>                     > >>      • More nuanced syntax highlighting
>>                     > >>      • Syntax highlighting for user defined
>>                     opcodes. The work for this lays the ground for
>>                     features like autocomplete and code hints for UDOs.
>>                     > >>      • Button widget can set the size of the font
>>                     > >>      • Checkbox can be resized if the
>>                     platform allows this (works on linux and windows,
>>                     macOS uses native checkboxes which are fixed in size)
>>                     > >>      • Added a setting to control the update
>>                     rate of the gui.
>>                     > >>      • New "Spectrum Analyzer" utility example
>>                     > >>      • Initial support for color schemes,
>>                     allowing csoundqt to use a dark theme matching the
>>                     os (not yet available in this release).
>>                     > >>      • New action "goto line"
>>                     > >> Fixes
>>                     > >>
>>                     > >>      • Race condition fixed which would cause
>>                     CsoundQt to crash when started/stopped in very
>>                     fast succession
>>                     > >>      • Locking issues fixed which prevented
>>                     CsoundQt to stop properly when a graph widget was
>>                     used.
>>                     > >>      • Saving issues where fixed. New option
>>                     to prevent CsoundQt from asking if user wants to
>>                     save a temporary file before playing.
>>                     > >>      • in macOS startup delay has been
>>                     somewhat reduced.
>>                     > >>      • Wrong rendering for the Meter /
>>                     Controller widget fixed is macOS
>>                     > >>      • Better font defaults for the different
>>                     platforms
>>                     > >>      • CTRL-F now searches in manual if help
>>                     dock is focused.
>>                     > >>      • Search bar is made visible and focused
>>                     when clicked on search icon in the help widget
>>                     > >>      • Fixed a bug where activating the
>>                     widgets panel when the widgets are in a separate
>>                     window would
>>                     > >> result in an empty widgets panel or, worse, a
>>                     crash.
>>                     > >>      • Fixed selection and dragging of
>>                     widgets. Now responds to usual keyboard modifiers,
>>                     such as CTRL toggling selection, and shift adding
>>                     an item to a selection, etc.
>>                     > >>      • Changing rt audio module now clears
>>                     the device selection
>>                     > >>      • Fixes last used dir in linux falling
>>                     back to /tmp
>>                     > >>      • macOS: fix to background color in
>>                     widgets panel
>>                     > >>      • Better options for selecting an audio
>>                     device if jack is selected as module (now the
>>                     default does not connect to other ports other than
>>                     the system)
>>                     > >>      • In the config dialog, if jack is not
>>                     running then this is shown in the menu and jack
>>                     can't be selected
>>                     > >>      • scope now has much lower latency
>>                     > >>      • native toolbar in macOS
>>                     > >>      • Less intrusive line numbers, adjust
>>                     colors to the color theme
>>                     > >>      • Each platform has own defaults for
>>                     fonts, sizes, etc., resulting in a better first
>>                     time experience
>>                     > >>      • Lots of fixes in syntax highlighting
>>                     > >>      • Audio device is reset to default
>>                     whenever the audio backend is modified
>>                     > >>      • Full-screen issues have been mostly
>>                     resolved. Window state is remembered.
>>                     > >>      • Graph widget would cause a crash when
>>                     adding a new table if a spectrum display was
>>                     selected. This was fixed.
>>                     > >>      • Atsa defaults were corrected
>>                     > >>      • Latched button acting wrong on event
>>                     with negative duration fixed
>>                     > >>      • Application paths were fixed for macOS
>>                     > >>      • Toolbar rendering problems in mac were
>>                     fixed, reverting back from using mac's unified
>>                     toolbar.
>>                     > >>
>>                     > >> Eduardo Moguillansky / Tarmo Johannes
>>                     > >>
>>                     > >> 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 
>>
>>             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

Date2020-07-04 20:05
FromRichard van Bemmelen
SubjectRe: [Csnd] [EXTERNAL] [Csnd] [ANN] CsoundQt 0.9.8 released
Well, my csound (version 6.10, I could not build 6.14) is in /usr/bin/csound, but the plugin folders are not found, although csound -z lists plenty of opcodes. I added my csound folder to the environment variables to no avail...

Richard

Op za 4 jul. 2020 om 20:19 schreef joachim heintz <jh@joachimheintz.de>:
you must set OPCODE64DIR in Configuration > External to your Csound
plugins folder (should be in Usr/lib/csound or /usrlocal/lib/csound).  i
had the same situation and after restart it worked.


On 04/07/2020 15:51, Richard wrote:
> The AppImage runs, but I cannot select the RT Audio Module, it is 'null'.
> I must say, although my soundcard (Scarlett 2i2) works, I am struggling
> with starting jack or via qjackctl.
> I get messages about memory locks and 'cannot allocate memory'...
>
> Could this have to do with RT Audio Module being null?
>
> (this Linux audio stuff can be a mess...)
>
> Richard
>
> On 29/06/2020 15:58, Tarmo Johannes wrote:
>> Hi Richard,
>>
>> For Linux I uploaded now an experimental AppImage to:
>> https://github.com/CsoundQt/CsoundQt/releases/download/v0.9.8/CsoundQt-0.9.8-x86_64.AppImage
>> Download, make it executable and you should be able to run in on any
>> 64-bit Linux.
>> The preferred way is to build yourself, see instructions from:
>> https://github.com/CsoundQt/CsoundQt/blob/v0.9.8/BUILDING.md
>> ---
>> I uploaded now the updated MacOS installer:
>> https://github.com/CsoundQt/CsoundQt/releases/download/v0.9.8/CsoundQt-0.9.8-MacOS.dmg
>>
>> The portaudio and channels problems need more investigation, this is
>> not in the build yet.
>>
>> tarmo
>>
>>
>>
>>
>>
>> Kontakt Richard van Bemmelen (<zappfinger@gmail.com
>> <mailto:zappfinger@gmail.com>>) kirjutas kuupäeval E, 29. juuni 2020
>> kell 15:19:
>>
>>     What link should I use to download Csound and CsoundQt for Linux Mint?
>>
>>     Richard
>>
>>     Op ma 29 jun. 2020 om 12:56 schreef Dr. Richard Boulanger
>>     <rboulanger@berklee.edu <mailto:rboulanger@berklee.edu>>:
>>
>>         Thanks very much Tarmo.
>>
>>         This does fix the tabs and icons in CsoundQt going black when
>>         the virtual keyboard is selected on the Mac!
>>         - also, I appreciate that the Virtual Keyboard is in the "tab"
>>         as in my classes, and teaching it is one of the more selected
>>         and used items by me and my students.
>>
>>         I can also report a similar or the same "audio driver" problem
>>         that Steven does about the number of channels issue.
>>         - when I have portaudio selected, even when the number of
>>         channels in the .csd is 2, the instrument won't run until I
>>         select coreaudio, run it
>>
>>         I always test my system by running Xanadu and then test MIDI
>>         by running the Pipe Synth
>>
>>         After installing your latest versions, resetting and
>>         restarting and trying to run Xanadu for the first time, the
>>         console:
>>
>>         PortAudio: selected input device 'MacBook Pro Microphone'
>>
>>         *** PortAudio: error: -9998: Invalid number of channels
>>
>>         Failed to initialise real time audio input
>>
>>         then I chose portaudio (callback) and the console:
>>
>>
>>         PortAudio: selected output device 'Duet USB'
>>
>>         *** PortAudio: error: -9998: Invalid number of channels
>>
>>         closing device
>>
>>         Failed to initialise real time audio output
>>
>>         then I select coreaudio and it renders/runs (but does not list
>>         all my audio devices by name)
>>
>>         *Dr. Richard Boulanger*
>>
>>         /Professor of Electronic Production and Design/
>>
>>         Professional Writing and Technology Division
>>
>>         *Berklee College of Music*
>>
>>
>>         skype:radiobaton
>>
>>         facebook:https://www.facebook.com/richard.boulanger.58
>>
>>         about:http://www.boulangerlabs.com/#about
>>
>>         about:http://www.csounds.com/community/developers/dr-richard-boulanger/
>>
>>         music:http://www.csounds.com/community/developers/dr-richard-boulanger/dr-richard-boulanger-music/
>>
>>
>>         Boulanger Labs - http://boulangerlabs.com
>>         <http://boulangerlabs.com/>
>>
>>         The Csound Book - http://mitpress.mit.edu/books/csound-book
>>
>>         The Audio Programming Book -
>>         http://mitpress.mit.edu/books/audio-programming-book
>>
>>
>>
>>         On Mon, Jun 29, 2020 at 6:36 AM Tarmo Johannes
>>         <trmjhnns@gmail.com <mailto:trmjhnns@gmail.com>> wrote:
>>
>>             Hi,
>>
>>             I fixed the toolbar going black after opening virtual MIDI
>>             keyboard
>>             and added a small workaround to set correct terminal path
>>             for MacOS Cataline. I could not test though, as I have not
>>             upgraded my development machine yet.
>>             There was some problem on github and I could not log in to
>>             upload, the build is on:
>>             http://tarmo.uuu.ee/varia/failid/cs/CsoundQt/CsoundQt-0.9.8-MacOS.dmg
>>             Please try.
>>
>>             Steven, I did not get exactly -  is it so that your
>>             default sound interface has one input channel? Which audio
>>             module did you use? (portaudio/coreaudio etc)? What
>>             happens if you uncheck the "Channels" checkbox on
>>             Configure->Run? And what if you press Run in Terminal?
>>
>>             Thanks!
>>             tarmo
>>
>>             Kontakt Steven Yi (<stevenyi@gmail.com
>>             <mailto:stevenyi@gmail.com>>) kirjutas kuupäeval E, 29.
>>             juuni 2020 kell 04:41:
>>
>>                 Congratulations on the release! Quite a number of changes!
>>
>>                 I did run into some issues here when I gave it a try
>>                 on macOS 10.14 with dark mode on. The app looked fine
>>                 until I opened the virtual keyboard and then the top
>>                 area and active tab all became black with black text.
>>
>>                 image.png
>>                 Is there a configuration setting I'm missing?  I saw
>>                 some themes but they didn't seem to correspond to dark
>>                 mode.
>>
>>                 Also, I found that for most examples I had to edit to
>>                 add nchnls_i=1 to get them to run, otherwise Csound
>>                 did not start and complained about requesting more
>>                 channels than available. I think it has to do with
>>                 preferences and it being overridden to always use
>>                 -iadc.  I don't believe this is something I set; is
>>                 this the default? If I set it to none (i.e., blank) in
>>                 preferences, the examples that don't use audio input
>>                 run fine.
>>
>>                 And how does one use the spectral display? The manual
>>                 page didn't have a lot of information that I could
>>                 figure out. I saw the Spectrum Analyzer example (from
>>                 Useful examples) and it had FFTSize as a widget. On
>>                 the screenshot for the release, it looked like a
>>                 dropdown was a part of the display, so I wasn't sure
>>                 if it was a built-in feature for window sizes or if
>>                 that was a separate widget that was overlaying the
>>                 display in the screenshot.
>>
>>                 Thanks!
>>                 Steven
>>
>>
>>
>>
>>                 On Sun, Jun 28, 2020 at 9:31 AM Victor Lazzarini
>>                 <Victor.Lazzarini@mu.ie
>>                 <mailto:Victor.Lazzarini@mu.ie>> wrote:
>>
>>                     That was the exact reason. I had never noticed
>>                     that change, because Aqua displays files from both
>>                     directories.
>>                     ========================
>>                     Prof. Victor Lazzarini
>>                     Maynooth University
>>                     Ireland
>>
>>                     > On 28 Jun 2020, at 11:54, Tarmo Johannes
>>                     <trmjhnns@GMAIL.COM <mailto:trmjhnns@GMAIL.COM>>
>>                     wrote:
>>                     >
>>                     > Hi, thanks!
>>                     >
>>                     > Are you on Catalina? I think  the default
>>                     terminal location is changed from Applications to
>>                     /System/Applications
>>                     > You need to set the path manually in
>>                     Configure->Environment.
>>                     > There will be a fix for that later.
>>                     >
>>                     > Hope it helps!
>>                     >
>>                     > Tarmo
>>                     >
>>                     > P, 28. juuni 2020 12:18 Victor Lazzarini
>>                     <Victor.Lazzarini@mu.ie
>>                     <mailto:Victor.Lazzarini@mu.ie>> kirjutas:
>>                     > It looks very good, I just tested. Thanks a lot
>>                     for this.
>>                     >
>>                     > One question: for a while now here on OSX, I
>>                     can’t use the run in term option, it doesn’t open
>>                     a terminal window,
>>                     > does nothing. While it doesn’t bother me, I was
>>                     wondering why this is the case. I have looked at
>>                     > the preferences and correct values are set in
>>                     both the environment and external panes. I suspect
>>                     > some sort of permission, but can’t find what it is.
>>                     >
>>                     > ========================
>>                     > Prof. Victor Lazzarini
>>                     > Maynooth University
>>                     > Ireland
>>                     >
>>                     > > On 28 Jun 2020, at 09:23, Victor Lazzarini
>>                     <Victor.Lazzarini@mu.ie
>>                     <mailto:Victor.Lazzarini@mu.ie>> wrote:
>>                     > >
>>                     > > That looks great! Congratulations and many thanks.
>>                     > >
>>                     > > Prof. Victor Lazzarini
>>                     > > Maynooth University
>>                     > > Ireland
>>                     > >
>>                     > >> On 28 Jun 2020, at 08:36, Eduardo
>>                     Moguillansky <eduardo.moguillansky@gmail.com
>>                     <mailto:eduardo.moguillansky@gmail.com>> wrote:
>>                     > >>
>>                     > >> 
>>                     > >> WARNINGThis email originated from outside of
>>                     Maynooth University's Mail System. Do not reply,
>>                     click links or open attachments unless you
>>                     recognise the sender and know the content is safe.
>>                     > >> Version 0.9.8 is a major release, with
>>                     multiple changes
>>                     > >>
>>                     > >> The source and binaries can be downloaded
>>                     from: https://github.com/CsoundQt/CsoundQt/releases
>>                     > >>
>>                     > >> This version of CsoundQt works with csound
>>                     6.14 or higher
>>                     > >>
>>                     > >> New in version 0.9.8:
>>                     > >>
>>                     > >>      • New icon theme based on KDE's "breeze"
>>                     > >>      • New color themes (for text, background
>>                     and syntax highlighting): classic, light, dark.
>>                     > >>      • New flat style and features for the
>>                     knob widget.
>>                     > >>      • New "Table Plot" widget allows to
>>                     efficiently plot tables in real time.
>>                     > >>      • Graph widget (spectrum, signal
>>                     display) has been highly optimized, drawing is
>>                     between 10x and 20x faster
>>                     > >>      • Graph widget fixed for the use
>>                     together with display opcode. Many display
>>                     instances can be used simultaneously for one or
>>                     multiple widgets without any loss in performance.
>>                     > >>      • Graph widget for tables optimized for
>>                     big tables and soundfiles, detects the actual size
>>                     of the graph and does not draw superfluous points
>>                     > >>      • Spectrogram widget now reacts to
>>                     different sample rates, gained a better grid and
>>                     zoom. It can be customized to show/hide grid,
>>                     scrollbars, menu, etc.
>>                     > >>      • Spectrogram widget can control the
>>                     zoom with keyboard shortcuts (+, -). Also
>>                     scrollbars can be hidden (user can scroll with
>>                     scrollwheel/arrow keys).
>>                     > >>      • Spectrum graph: a graph can bow be
>>                     frozen; clicking on a peak will show the peaks
>>                     frequency
>>                     > >> with resolution independent of the fft size
>>                     of the corresponding dispfft
>>                     > >>      • New icon / new splashscreen
>>                     > >>      • Meter / Controller widget gained many
>>                     options to control its aspect (border, line width,
>>                     background, etc)
>>                     > >>      • New action to test the audio setup
>>                     > >>      • Text labels allow to set a vertical
>>                     alignment
>>                     > >>      • New settings dialogs, allows to use
>>                     the current system sample rate and set the
>>                     > >> number of channels without the need to modify
>>                     the .csd
>>                     > >>      • Help panel received a more streamlined
>>                     look
>>                     > >>      • More streamlined toolbar, removed
>>                     toolbar buttons which are not commonly used
>>                     > >> (these can still be reached from the menus),
>>                     icon size can be set in the preferences, toolbar
>>                     can be locked
>>                     > >>      • Many widgets gained the possibility to
>>                     set their value by double-clicking (knob, scroll
>>                     number)
>>                     > >>      • Now it is possible to move the widgets
>>                     with the keyboard in edit mode. The arrow keys
>>                     move the
>>                     > >> widgets within a grid of 5 pixels (with the
>>                     alt key widgets are nudged by 1 pixel).
>>                     > >>      • More nuanced syntax highlighting
>>                     > >>      • Syntax highlighting for user defined
>>                     opcodes. The work for this lays the ground for
>>                     features like autocomplete and code hints for UDOs.
>>                     > >>      • Button widget can set the size of the font
>>                     > >>      • Checkbox can be resized if the
>>                     platform allows this (works on linux and windows,
>>                     macOS uses native checkboxes which are fixed in size)
>>                     > >>      • Added a setting to control the update
>>                     rate of the gui.
>>                     > >>      • New "Spectrum Analyzer" utility example
>>                     > >>      • Initial support for color schemes,
>>                     allowing csoundqt to use a dark theme matching the
>>                     os (not yet available in this release).
>>                     > >>      • New action "goto line"
>>                     > >> Fixes
>>                     > >>
>>                     > >>      • Race condition fixed which would cause
>>                     CsoundQt to crash when started/stopped in very
>>                     fast succession
>>                     > >>      • Locking issues fixed which prevented
>>                     CsoundQt to stop properly when a graph widget was
>>                     used.
>>                     > >>      • Saving issues where fixed. New option
>>                     to prevent CsoundQt from asking if user wants to
>>                     save a temporary file before playing.
>>                     > >>      • in macOS startup delay has been
>>                     somewhat reduced.
>>                     > >>      • Wrong rendering for the Meter /
>>                     Controller widget fixed is macOS
>>                     > >>      • Better font defaults for the different
>>                     platforms
>>                     > >>      • CTRL-F now searches in manual if help
>>                     dock is focused.
>>                     > >>      • Search bar is made visible and focused
>>                     when clicked on search icon in the help widget
>>                     > >>      • Fixed a bug where activating the
>>                     widgets panel when the widgets are in a separate
>>                     window would
>>                     > >> result in an empty widgets panel or, worse, a
>>                     crash.
>>                     > >>      • Fixed selection and dragging of
>>                     widgets. Now responds to usual keyboard modifiers,
>>                     such as CTRL toggling selection, and shift adding
>>                     an item to a selection, etc.
>>                     > >>      • Changing rt audio module now clears
>>                     the device selection
>>                     > >>      • Fixes last used dir in linux falling
>>                     back to /tmp
>>                     > >>      • macOS: fix to background color in
>>                     widgets panel
>>                     > >>      • Better options for selecting an audio
>>                     device if jack is selected as module (now the
>>                     default does not connect to other ports other than
>>                     the system)
>>                     > >>      • In the config dialog, if jack is not
>>                     running then this is shown in the menu and jack
>>                     can't be selected
>>                     > >>      • scope now has much lower latency
>>                     > >>      • native toolbar in macOS
>>                     > >>      • Less intrusive line numbers, adjust
>>                     colors to the color theme
>>                     > >>      • Each platform has own defaults for
>>                     fonts, sizes, etc., resulting in a better first
>>                     time experience
>>                     > >>      • Lots of fixes in syntax highlighting
>>                     > >>      • Audio device is reset to default
>>                     whenever the audio backend is modified
>>                     > >>      • Full-screen issues have been mostly
>>                     resolved. Window state is remembered.
>>                     > >>      • Graph widget would cause a crash when
>>                     adding a new table if a spectrum display was
>>                     selected. This was fixed.
>>                     > >>      • Atsa defaults were corrected
>>                     > >>      • Latched button acting wrong on event
>>                     with negative duration fixed
>>                     > >>      • Application paths were fixed for macOS
>>                     > >>      • Toolbar rendering problems in mac were
>>                     fixed, reverting back from using mac's unified
>>                     toolbar.
>>                     > >>
>>                     > >> Eduardo Moguillansky / Tarmo Johannes
>>                     > >>
>>                     > >> Csound mailing list Csound@listserv.heanet.ie
>>                     <mailto: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
>>                     <mailto: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
>>                     <mailto: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
>>                     <mailto: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
>>                     <mailto: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
>>                 <mailto: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
>>             <mailto: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
>>         <mailto: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
>>     <mailto: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
>> <mailto: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
> <mailto: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

Date2020-07-04 20:17
FromVictor Lazzarini
SubjectRe: [Csnd] [EXTERNAL] [Csnd] [ANN] CsoundQt 0.9.8 released
As Joachim said, I think you need to do this in the CsoundQT configuration  window, under the external tab

Prof. Victor Lazzarini
Maynooth University
Ireland

On 4 Jul 2020, at 20:06, Richard van Bemmelen <zappfinger@gmail.com> wrote:


Well, my csound (version 6.10, I could not build 6.14) is in /usr/bin/csound, but the plugin folders are not found, although csound -z lists plenty of opcodes. I added my csound folder to the environment variables to no avail...

Richard

Op za 4 jul. 2020 om 20:19 schreef joachim heintz <jh@joachimheintz.de>:
you must set OPCODE64DIR in Configuration > External to your Csound
plugins folder (should be in Usr/lib/csound or /usrlocal/lib/csound).  i
had the same situation and after restart it worked.


On 04/07/2020 15:51, Richard wrote:
> The AppImage runs, but I cannot select the RT Audio Module, it is 'null'.
> I must say, although my soundcard (Scarlett 2i2) works, I am struggling
> with starting jack or via qjackctl.
> I get messages about memory locks and 'cannot allocate memory'...
>
> Could this have to do with RT Audio Module being null?
>
> (this Linux audio stuff can be a mess...)
>
> Richard
>
> On 29/06/2020 15:58, Tarmo Johannes wrote:
>> Hi Richard,
>>
>> For Linux I uploaded now an experimental AppImage to:
>> https://github.com/CsoundQt/CsoundQt/releases/download/v0.9.8/CsoundQt-0.9.8-x86_64.AppImage
>> Download, make it executable and you should be able to run in on any
>> 64-bit Linux.
>> The preferred way is to build yourself, see instructions from:
>> https://github.com/CsoundQt/CsoundQt/blob/v0.9.8/BUILDING.md
>> ---
>> I uploaded now the updated MacOS installer:
>> https://github.com/CsoundQt/CsoundQt/releases/download/v0.9.8/CsoundQt-0.9.8-MacOS.dmg
>>
>> The portaudio and channels problems need more investigation, this is
>> not in the build yet.
>>
>> tarmo
>>
>>
>>
>>
>>
>> Kontakt Richard van Bemmelen (<zappfinger@gmail.com
>> <mailto:zappfinger@gmail.com>>) kirjutas kuupäeval E, 29. juuni 2020
>> kell 15:19:
>>
>>     What link should I use to download Csound and CsoundQt for Linux Mint?
>>
>>     Richard
>>
>>     Op ma 29 jun. 2020 om 12:56 schreef Dr. Richard Boulanger
>>     <rboulanger@berklee.edu <mailto:rboulanger@berklee.edu>>:
>>
>>         Thanks very much Tarmo.
>>
>>         This does fix the tabs and icons in CsoundQt going black when
>>         the virtual keyboard is selected on the Mac!
>>         - also, I appreciate that the Virtual Keyboard is in the "tab"
>>         as in my classes, and teaching it is one of the more selected
>>         and used items by me and my students.
>>
>>         I can also report a similar or the same "audio driver" problem
>>         that Steven does about the number of channels issue.
>>         - when I have portaudio selected, even when the number of
>>         channels in the .csd is 2, the instrument won't run until I
>>         select coreaudio, run it
>>
>>         I always test my system by running Xanadu and then test MIDI
>>         by running the Pipe Synth
>>
>>         After installing your latest versions, resetting and
>>         restarting and trying to run Xanadu for the first time, the
>>         console:
>>
>>         PortAudio: selected input device 'MacBook Pro Microphone'
>>
>>         *** PortAudio: error: -9998: Invalid number of channels
>>
>>         Failed to initialise real time audio input
>>
>>         then I chose portaudio (callback) and the console:
>>
>>
>>         PortAudio: selected output device 'Duet USB'
>>
>>         *** PortAudio: error: -9998: Invalid number of channels
>>
>>         closing device
>>
>>         Failed to initialise real time audio output
>>
>>         then I select coreaudio and it renders/runs (but does not list
>>         all my audio devices by name)
>>
>>         *Dr. Richard Boulanger*
>>
>>         /Professor of Electronic Production and Design/
>>
>>         Professional Writing and Technology Division
>>
>>         *Berklee College of Music*
>>
>>
>>         skype:radiobaton
>>
>>         facebook:https://www.facebook.com/richard.boulanger.58
>>
>>         about:http://www.boulangerlabs.com/#about
>>
>>         about:http://www.csounds.com/community/developers/dr-richard-boulanger/
>>
>>         music:http://www.csounds.com/community/developers/dr-richard-boulanger/dr-richard-boulanger-music/
>>
>>
>>         Boulanger Labs - http://boulangerlabs.com
>>         <http://boulangerlabs.com/>
>>
>>         The Csound Book - http://mitpress.mit.edu/books/csound-book
>>
>>         The Audio Programming Book -
>>         http://mitpress.mit.edu/books/audio-programming-book
>>
>>
>>
>>         On Mon, Jun 29, 2020 at 6:36 AM Tarmo Johannes
>>         <trmjhnns@gmail.com <mailto:trmjhnns@gmail.com>> wrote:
>>
>>             Hi,
>>
>>             I fixed the toolbar going black after opening virtual MIDI
>>             keyboard
>>             and added a small workaround to set correct terminal path
>>             for MacOS Cataline. I could not test though, as I have not
>>             upgraded my development machine yet.
>>             There was some problem on github and I could not log in to
>>             upload, the build is on:
>>             http://tarmo.uuu.ee/varia/failid/cs/CsoundQt/CsoundQt-0.9.8-MacOS.dmg
>>             Please try.
>>
>>             Steven, I did not get exactly -  is it so that your
>>             default sound interface has one input channel? Which audio
>>             module did you use? (portaudio/coreaudio etc)? What
>>             happens if you uncheck the "Channels" checkbox on
>>             Configure->Run? And what if you press Run in Terminal?
>>
>>             Thanks!
>>             tarmo
>>
>>             Kontakt Steven Yi (<stevenyi@gmail.com
>>             <mailto:stevenyi@gmail.com>>) kirjutas kuupäeval E, 29.
>>             juuni 2020 kell 04:41:
>>
>>                 Congratulations on the release! Quite a number of changes!
>>
>>                 I did run into some issues here when I gave it a try
>>                 on macOS 10.14 with dark mode on. The app looked fine
>>                 until I opened the virtual keyboard and then the top
>>                 area and active tab all became black with black text.
>>
>>                 image.png
>>                 Is there a configuration setting I'm missing?  I saw
>>                 some themes but they didn't seem to correspond to dark
>>                 mode.
>>
>>                 Also, I found that for most examples I had to edit to
>>                 add nchnls_i=1 to get them to run, otherwise Csound
>>                 did not start and complained about requesting more
>>                 channels than available. I think it has to do with
>>                 preferences and it being overridden to always use
>>                 -iadc.  I don't believe this is something I set; is
>>                 this the default? If I set it to none (i.e., blank) in
>>                 preferences, the examples that don't use audio input
>>                 run fine.
>>
>>                 And how does one use the spectral display? The manual
>>                 page didn't have a lot of information that I could
>>                 figure out. I saw the Spectrum Analyzer example (from
>>                 Useful examples) and it had FFTSize as a widget. On
>>                 the screenshot for the release, it looked like a
>>                 dropdown was a part of the display, so I wasn't sure
>>                 if it was a built-in feature for window sizes or if
>>                 that was a separate widget that was overlaying the
>>                 display in the screenshot.
>>
>>                 Thanks!
>>                 Steven
>>
>>
>>
>>
>>                 On Sun, Jun 28, 2020 at 9:31 AM Victor Lazzarini
>>                 <Victor.Lazzarini@mu.ie
>>                 <mailto:Victor.Lazzarini@mu.ie>> wrote:
>>
>>                     That was the exact reason. I had never noticed
>>                     that change, because Aqua displays files from both
>>                     directories.
>>                     ========================
>>                     Prof. Victor Lazzarini
>>                     Maynooth University
>>                     Ireland
>>
>>                     > On 28 Jun 2020, at 11:54, Tarmo Johannes
>>                     <trmjhnns@GMAIL.COM <mailto:trmjhnns@GMAIL.COM>>
>>                     wrote:
>>                     >
>>                     > Hi, thanks!
>>                     >
>>                     > Are you on Catalina? I think  the default
>>                     terminal location is changed from Applications to
>>                     /System/Applications
>>                     > You need to set the path manually in
>>                     Configure->Environment.
>>                     > There will be a fix for that later.
>>                     >
>>                     > Hope it helps!
>>                     >
>>                     > Tarmo
>>                     >
>>                     > P, 28. juuni 2020 12:18 Victor Lazzarini
>>                     <Victor.Lazzarini@mu.ie
>>                     <mailto:Victor.Lazzarini@mu.ie>> kirjutas:
>>                     > It looks very good, I just tested. Thanks a lot
>>                     for this.
>>                     >
>>                     > One question: for a while now here on OSX, I
>>                     can’t use the run in term option, it doesn’t open
>>                     a terminal window,
>>                     > does nothing. While it doesn’t bother me, I was
>>                     wondering why this is the case. I have looked at
>>                     > the preferences and correct values are set in
>>                     both the environment and external panes. I suspect
>>                     > some sort of permission, but can’t find what it is.
>>                     >
>>                     > ========================
>>                     > Prof. Victor Lazzarini
>>                     > Maynooth University
>>                     > Ireland
>>                     >
>>                     > > On 28 Jun 2020, at 09:23, Victor Lazzarini
>>                     <Victor.Lazzarini@mu.ie
>>                     <mailto:Victor.Lazzarini@mu.ie>> wrote:
>>                     > >
>>                     > > That looks great! Congratulations and many thanks.
>>                     > >
>>                     > > Prof. Victor Lazzarini
>>                     > > Maynooth University
>>                     > > Ireland
>>                     > >
>>                     > >> On 28 Jun 2020, at 08:36, Eduardo
>>                     Moguillansky <eduardo.moguillansky@gmail.com
>>                     <mailto:eduardo.moguillansky@gmail.com>> wrote:
>>                     > >>
>>                     > >> 
>>                     > >> WARNINGThis email originated from outside of
>>                     Maynooth University's Mail System. Do not reply,
>>                     click links or open attachments unless you
>>                     recognise the sender and know the content is safe.
>>                     > >> Version 0.9.8 is a major release, with
>>                     multiple changes
>>                     > >>
>>                     > >> The source and binaries can be downloaded
>>                     from: https://github.com/CsoundQt/CsoundQt/releases
>>                     > >>
>>                     > >> This version of CsoundQt works with csound
>>                     6.14 or higher
>>                     > >>
>>                     > >> New in version 0.9.8:
>>                     > >>
>>                     > >>      • New icon theme based on KDE's "breeze"
>>                     > >>      • New color themes (for text, background
>>                     and syntax highlighting): classic, light, dark.
>>                     > >>      • New flat style and features for the
>>                     knob widget.
>>                     > >>      • New "Table Plot" widget allows to
>>                     efficiently plot tables in real time.
>>                     > >>      • Graph widget (spectrum, signal
>>                     display) has been highly optimized, drawing is
>>                     between 10x and 20x faster
>>                     > >>      • Graph widget fixed for the use
>>                     together with display opcode. Many display
>>                     instances can be used simultaneously for one or
>>                     multiple widgets without any loss in performance.
>>                     > >>      • Graph widget for tables optimized for
>>                     big tables and soundfiles, detects the actual size
>>                     of the graph and does not draw superfluous points
>>                     > >>      • Spectrogram widget now reacts to
>>                     different sample rates, gained a better grid and
>>                     zoom. It can be customized to show/hide grid,
>>                     scrollbars, menu, etc.
>>                     > >>      • Spectrogram widget can control the
>>                     zoom with keyboard shortcuts (+, -). Also
>>                     scrollbars can be hidden (user can scroll with
>>                     scrollwheel/arrow keys).
>>                     > >>      • Spectrum graph: a graph can bow be
>>                     frozen; clicking on a peak will show the peaks
>>                     frequency
>>                     > >> with resolution independent of the fft size
>>                     of the corresponding dispfft
>>                     > >>      • New icon / new splashscreen
>>                     > >>      • Meter / Controller widget gained many
>>                     options to control its aspect (border, line width,
>>                     background, etc)
>>                     > >>      • New action to test the audio setup
>>                     > >>      • Text labels allow to set a vertical
>>                     alignment
>>                     > >>      • New settings dialogs, allows to use
>>                     the current system sample rate and set the
>>                     > >> number of channels without the need to modify
>>                     the .csd
>>                     > >>      • Help panel received a more streamlined
>>                     look
>>                     > >>      • More streamlined toolbar, removed
>>                     toolbar buttons which are not commonly used
>>                     > >> (these can still be reached from the menus),
>>                     icon size can be set in the preferences, toolbar
>>                     can be locked
>>                     > >>      • Many widgets gained the possibility to
>>                     set their value by double-clicking (knob, scroll
>>                     number)
>>                     > >>      • Now it is possible to move the widgets
>>                     with the keyboard in edit mode. The arrow keys
>>                     move the
>>                     > >> widgets within a grid of 5 pixels (with the
>>                     alt key widgets are nudged by 1 pixel).
>>                     > >>      • More nuanced syntax highlighting
>>                     > >>      • Syntax highlighting for user defined
>>                     opcodes. The work for this lays the ground for
>>                     features like autocomplete and code hints for UDOs.
>>                     > >>      • Button widget can set the size of the font
>>                     > >>      • Checkbox can be resized if the
>>                     platform allows this (works on linux and windows,
>>                     macOS uses native checkboxes which are fixed in size)
>>                     > >>      • Added a setting to control the update
>>                     rate of the gui.
>>                     > >>      • New "Spectrum Analyzer" utility example
>>                     > >>      • Initial support for color schemes,
>>                     allowing csoundqt to use a dark theme matching the
>>                     os (not yet available in this release).
>>                     > >>      • New action "goto line"
>>                     > >> Fixes
>>                     > >>
>>                     > >>      • Race condition fixed which would cause
>>                     CsoundQt to crash when started/stopped in very
>>                     fast succession
>>                     > >>      • Locking issues fixed which prevented
>>                     CsoundQt to stop properly when a graph widget was
>>                     used.
>>                     > >>      • Saving issues where fixed. New option
>>                     to prevent CsoundQt from asking if user wants to
>>                     save a temporary file before playing.
>>                     > >>      • in macOS startup delay has been
>>                     somewhat reduced.
>>                     > >>      • Wrong rendering for the Meter /
>>                     Controller widget fixed is macOS
>>                     > >>      • Better font defaults for the different
>>                     platforms
>>                     > >>      • CTRL-F now searches in manual if help
>>                     dock is focused.
>>                     > >>      • Search bar is made visible and focused
>>                     when clicked on search icon in the help widget
>>                     > >>      • Fixed a bug where activating the
>>                     widgets panel when the widgets are in a separate
>>                     window would
>>                     > >> result in an empty widgets panel or, worse, a
>>                     crash.
>>                     > >>      • Fixed selection and dragging of
>>                     widgets. Now responds to usual keyboard modifiers,
>>                     such as CTRL toggling selection, and shift adding
>>                     an item to a selection, etc.
>>                     > >>      • Changing rt audio module now clears
>>                     the device selection
>>                     > >>      • Fixes last used dir in linux falling
>>                     back to /tmp
>>                     > >>      • macOS: fix to background color in
>>                     widgets panel
>>                     > >>      • Better options for selecting an audio
>>                     device if jack is selected as module (now the
>>                     default does not connect to other ports other than
>>                     the system)
>>                     > >>      • In the config dialog, if jack is not
>>                     running then this is shown in the menu and jack
>>                     can't be selected
>>                     > >>      • scope now has much lower latency
>>                     > >>      • native toolbar in macOS
>>                     > >>      • Less intrusive line numbers, adjust
>>                     colors to the color theme
>>                     > >>      • Each platform has own defaults for
>>                     fonts, sizes, etc., resulting in a better first
>>                     time experience
>>                     > >>      • Lots of fixes in syntax highlighting
>>                     > >>      • Audio device is reset to default
>>                     whenever the audio backend is modified
>>                     > >>      • Full-screen issues have been mostly
>>                     resolved. Window state is remembered.
>>                     > >>      • Graph widget would cause a crash when
>>                     adding a new table if a spectrum display was
>>                     selected. This was fixed.
>>                     > >>      • Atsa defaults were corrected
>>                     > >>      • Latched button acting wrong on event
>>                     with negative duration fixed
>>                     > >>      • Application paths were fixed for macOS
>>                     > >>      • Toolbar rendering problems in mac were
>>                     fixed, reverting back from using mac's unified
>>                     toolbar.
>>                     > >>
>>                     > >> Eduardo Moguillansky / Tarmo Johannes
>>                     > >>
>>                     > >> Csound mailing list Csound@listserv.heanet.ie
>>                     <mailto: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
>>                     <mailto: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
>>                     <mailto: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
>>                     <mailto: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
>>                     <mailto: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
>>                 <mailto: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
>>             <mailto: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
>>         <mailto: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
>>     <mailto: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
>> <mailto: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
> <mailto: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

Date2020-07-04 20:30
FromRichard van Bemmelen
SubjectRe: [Csnd] [EXTERNAL] [Csnd] [ANN] CsoundQt 0.9.8 released
I doubt it. The external tab has nothing about Csound directories.
The environment tab has...

Richard

Op za 4 jul. 2020 om 21:18 schreef Victor Lazzarini <Victor.Lazzarini@mu.ie>:
As Joachim said, I think you need to do this in the CsoundQT configuration  window, under the external tab

Prof. Victor Lazzarini
Maynooth University
Ireland

On 4 Jul 2020, at 20:06, Richard van Bemmelen <zappfinger@gmail.com> wrote:


Well, my csound (version 6.10, I could not build 6.14) is in /usr/bin/csound, but the plugin folders are not found, although csound -z lists plenty of opcodes. I added my csound folder to the environment variables to no avail...

Richard

Op za 4 jul. 2020 om 20:19 schreef joachim heintz <jh@joachimheintz.de>:
you must set OPCODE64DIR in Configuration > External to your Csound
plugins folder (should be in Usr/lib/csound or /usrlocal/lib/csound).  i
had the same situation and after restart it worked.


On 04/07/2020 15:51, Richard wrote:
> The AppImage runs, but I cannot select the RT Audio Module, it is 'null'.
> I must say, although my soundcard (Scarlett 2i2) works, I am struggling
> with starting jack or via qjackctl.
> I get messages about memory locks and 'cannot allocate memory'...
>
> Could this have to do with RT Audio Module being null?
>
> (this Linux audio stuff can be a mess...)
>
> Richard
>
> On 29/06/2020 15:58, Tarmo Johannes wrote:
>> Hi Richard,
>>
>> For Linux I uploaded now an experimental AppImage to:
>> https://github.com/CsoundQt/CsoundQt/releases/download/v0.9.8/CsoundQt-0.9.8-x86_64.AppImage
>> Download, make it executable and you should be able to run in on any
>> 64-bit Linux.
>> The preferred way is to build yourself, see instructions from:
>> https://github.com/CsoundQt/CsoundQt/blob/v0.9.8/BUILDING.md
>> ---
>> I uploaded now the updated MacOS installer:
>> https://github.com/CsoundQt/CsoundQt/releases/download/v0.9.8/CsoundQt-0.9.8-MacOS.dmg
>>
>> The portaudio and channels problems need more investigation, this is
>> not in the build yet.
>>
>> tarmo
>>
>>
>>
>>
>>
>> Kontakt Richard van Bemmelen (<zappfinger@gmail.com
>> <mailto:zappfinger@gmail.com>>) kirjutas kuupäeval E, 29. juuni 2020
>> kell 15:19:
>>
>>     What link should I use to download Csound and CsoundQt for Linux Mint?
>>
>>     Richard
>>
>>     Op ma 29 jun. 2020 om 12:56 schreef Dr. Richard Boulanger
>>     <rboulanger@berklee.edu <mailto:rboulanger@berklee.edu>>:
>>
>>         Thanks very much Tarmo.
>>
>>         This does fix the tabs and icons in CsoundQt going black when
>>         the virtual keyboard is selected on the Mac!
>>         - also, I appreciate that the Virtual Keyboard is in the "tab"
>>         as in my classes, and teaching it is one of the more selected
>>         and used items by me and my students.
>>
>>         I can also report a similar or the same "audio driver" problem
>>         that Steven does about the number of channels issue.
>>         - when I have portaudio selected, even when the number of
>>         channels in the .csd is 2, the instrument won't run until I
>>         select coreaudio, run it
>>
>>         I always test my system by running Xanadu and then test MIDI
>>         by running the Pipe Synth
>>
>>         After installing your latest versions, resetting and
>>         restarting and trying to run Xanadu for the first time, the
>>         console:
>>
>>         PortAudio: selected input device 'MacBook Pro Microphone'
>>
>>         *** PortAudio: error: -9998: Invalid number of channels
>>
>>         Failed to initialise real time audio input
>>
>>         then I chose portaudio (callback) and the console:
>>
>>
>>         PortAudio: selected output device 'Duet USB'
>>
>>         *** PortAudio: error: -9998: Invalid number of channels
>>
>>         closing device
>>
>>         Failed to initialise real time audio output
>>
>>         then I select coreaudio and it renders/runs (but does not list
>>         all my audio devices by name)
>>
>>         *Dr. Richard Boulanger*
>>
>>         /Professor of Electronic Production and Design/
>>
>>         Professional Writing and Technology Division
>>
>>         *Berklee College of Music*
>>
>>
>>         skype:radiobaton
>>
>>         facebook:https://www.facebook.com/richard.boulanger.58
>>
>>         about:http://www.boulangerlabs.com/#about
>>
>>         about:http://www.csounds.com/community/developers/dr-richard-boulanger/
>>
>>         music:http://www.csounds.com/community/developers/dr-richard-boulanger/dr-richard-boulanger-music/
>>
>>
>>         Boulanger Labs - http://boulangerlabs.com
>>         <http://boulangerlabs.com/>
>>
>>         The Csound Book - http://mitpress.mit.edu/books/csound-book
>>
>>         The Audio Programming Book -
>>         http://mitpress.mit.edu/books/audio-programming-book
>>
>>
>>
>>         On Mon, Jun 29, 2020 at 6:36 AM Tarmo Johannes
>>         <trmjhnns@gmail.com <mailto:trmjhnns@gmail.com>> wrote:
>>
>>             Hi,
>>
>>             I fixed the toolbar going black after opening virtual MIDI
>>             keyboard
>>             and added a small workaround to set correct terminal path
>>             for MacOS Cataline. I could not test though, as I have not
>>             upgraded my development machine yet.
>>             There was some problem on github and I could not log in to
>>             upload, the build is on:
>>             http://tarmo.uuu.ee/varia/failid/cs/CsoundQt/CsoundQt-0.9.8-MacOS.dmg
>>             Please try.
>>
>>             Steven, I did not get exactly -  is it so that your
>>             default sound interface has one input channel? Which audio
>>             module did you use? (portaudio/coreaudio etc)? What
>>             happens if you uncheck the "Channels" checkbox on
>>             Configure->Run? And what if you press Run in Terminal?
>>
>>             Thanks!
>>             tarmo
>>
>>             Kontakt Steven Yi (<stevenyi@gmail.com
>>             <mailto:stevenyi@gmail.com>>) kirjutas kuupäeval E, 29.
>>             juuni 2020 kell 04:41:
>>
>>                 Congratulations on the release! Quite a number of changes!
>>
>>                 I did run into some issues here when I gave it a try
>>                 on macOS 10.14 with dark mode on. The app looked fine
>>                 until I opened the virtual keyboard and then the top
>>                 area and active tab all became black with black text.
>>
>>                 image.png
>>                 Is there a configuration setting I'm missing?  I saw
>>                 some themes but they didn't seem to correspond to dark
>>                 mode.
>>
>>                 Also, I found that for most examples I had to edit to
>>                 add nchnls_i=1 to get them to run, otherwise Csound
>>                 did not start and complained about requesting more
>>                 channels than available. I think it has to do with
>>                 preferences and it being overridden to always use
>>                 -iadc.  I don't believe this is something I set; is
>>                 this the default? If I set it to none (i.e., blank) in
>>                 preferences, the examples that don't use audio input
>>                 run fine.
>>
>>                 And how does one use the spectral display? The manual
>>                 page didn't have a lot of information that I could
>>                 figure out. I saw the Spectrum Analyzer example (from
>>                 Useful examples) and it had FFTSize as a widget. On
>>                 the screenshot for the release, it looked like a
>>                 dropdown was a part of the display, so I wasn't sure
>>                 if it was a built-in feature for window sizes or if
>>                 that was a separate widget that was overlaying the
>>                 display in the screenshot.
>>
>>                 Thanks!
>>                 Steven
>>
>>
>>
>>
>>                 On Sun, Jun 28, 2020 at 9:31 AM Victor Lazzarini
>>                 <Victor.Lazzarini@mu.ie
>>                 <mailto:Victor.Lazzarini@mu.ie>> wrote:
>>
>>                     That was the exact reason. I had never noticed
>>                     that change, because Aqua displays files from both
>>                     directories.
>>                     ========================
>>                     Prof. Victor Lazzarini
>>                     Maynooth University
>>                     Ireland
>>
>>                     > On 28 Jun 2020, at 11:54, Tarmo Johannes
>>                     <trmjhnns@GMAIL.COM <mailto:trmjhnns@GMAIL.COM>>
>>                     wrote:
>>                     >
>>                     > Hi, thanks!
>>                     >
>>                     > Are you on Catalina? I think  the default
>>                     terminal location is changed from Applications to
>>                     /System/Applications
>>                     > You need to set the path manually in
>>                     Configure->Environment.
>>                     > There will be a fix for that later.
>>                     >
>>                     > Hope it helps!
>>                     >
>>                     > Tarmo
>>                     >
>>                     > P, 28. juuni 2020 12:18 Victor Lazzarini
>>                     <Victor.Lazzarini@mu.ie
>>                     <mailto:Victor.Lazzarini@mu.ie>> kirjutas:
>>                     > It looks very good, I just tested. Thanks a lot
>>                     for this.
>>                     >
>>                     > One question: for a while now here on OSX, I
>>                     can’t use the run in term option, it doesn’t open
>>                     a terminal window,
>>                     > does nothing. While it doesn’t bother me, I was
>>                     wondering why this is the case. I have looked at
>>                     > the preferences and correct values are set in
>>                     both the environment and external panes. I suspect
>>                     > some sort of permission, but can’t find what it is.
>>                     >
>>                     > ========================
>>                     > Prof. Victor Lazzarini
>>                     > Maynooth University
>>                     > Ireland
>>                     >
>>                     > > On 28 Jun 2020, at 09:23, Victor Lazzarini
>>                     <Victor.Lazzarini@mu.ie
>>                     <mailto:Victor.Lazzarini@mu.ie>> wrote:
>>                     > >
>>                     > > That looks great! Congratulations and many thanks.
>>                     > >
>>                     > > Prof. Victor Lazzarini
>>                     > > Maynooth University
>>                     > > Ireland
>>                     > >
>>                     > >> On 28 Jun 2020, at 08:36, Eduardo
>>                     Moguillansky <eduardo.moguillansky@gmail.com
>>                     <mailto:eduardo.moguillansky@gmail.com>> wrote:
>>                     > >>
>>                     > >> 
>>                     > >> WARNINGThis email originated from outside of
>>                     Maynooth University's Mail System. Do not reply,
>>                     click links or open attachments unless you
>>                     recognise the sender and know the content is safe.
>>                     > >> Version 0.9.8 is a major release, with
>>                     multiple changes
>>                     > >>
>>                     > >> The source and binaries can be downloaded
>>                     from: https://github.com/CsoundQt/CsoundQt/releases
>>                     > >>
>>                     > >> This version of CsoundQt works with csound
>>                     6.14 or higher
>>                     > >>
>>                     > >> New in version 0.9.8:
>>                     > >>
>>                     > >>      • New icon theme based on KDE's "breeze"
>>                     > >>      • New color themes (for text, background
>>                     and syntax highlighting): classic, light, dark.
>>                     > >>      • New flat style and features for the
>>                     knob widget.
>>                     > >>      • New "Table Plot" widget allows to
>>                     efficiently plot tables in real time.
>>                     > >>      • Graph widget (spectrum, signal
>>                     display) has been highly optimized, drawing is
>>                     between 10x and 20x faster
>>                     > >>      • Graph widget fixed for the use
>>                     together with display opcode. Many display
>>                     instances can be used simultaneously for one or
>>                     multiple widgets without any loss in performance.
>>                     > >>      • Graph widget for tables optimized for
>>                     big tables and soundfiles, detects the actual size
>>                     of the graph and does not draw superfluous points
>>                     > >>      • Spectrogram widget now reacts to
>>                     different sample rates, gained a better grid and
>>                     zoom. It can be customized to show/hide grid,
>>                     scrollbars, menu, etc.
>>                     > >>      • Spectrogram widget can control the
>>                     zoom with keyboard shortcuts (+, -). Also
>>                     scrollbars can be hidden (user can scroll with
>>                     scrollwheel/arrow keys).
>>                     > >>      • Spectrum graph: a graph can bow be
>>                     frozen; clicking on a peak will show the peaks
>>                     frequency
>>                     > >> with resolution independent of the fft size
>>                     of the corresponding dispfft
>>                     > >>      • New icon / new splashscreen
>>                     > >>      • Meter / Controller widget gained many
>>                     options to control its aspect (border, line width,
>>                     background, etc)
>>                     > >>      • New action to test the audio setup
>>                     > >>      • Text labels allow to set a vertical
>>                     alignment
>>                     > >>      • New settings dialogs, allows to use
>>                     the current system sample rate and set the
>>                     > >> number of channels without the need to modify
>>                     the .csd
>>                     > >>      • Help panel received a more streamlined
>>                     look
>>                     > >>      • More streamlined toolbar, removed
>>                     toolbar buttons which are not commonly used
>>                     > >> (these can still be reached from the menus),
>>                     icon size can be set in the preferences, toolbar
>>                     can be locked
>>                     > >>      • Many widgets gained the possibility to
>>                     set their value by double-clicking (knob, scroll
>>                     number)
>>                     > >>      • Now it is possible to move the widgets
>>                     with the keyboard in edit mode. The arrow keys
>>                     move the
>>                     > >> widgets within a grid of 5 pixels (with the
>>                     alt key widgets are nudged by 1 pixel).
>>                     > >>      • More nuanced syntax highlighting
>>                     > >>      • Syntax highlighting for user defined
>>                     opcodes. The work for this lays the ground for
>>                     features like autocomplete and code hints for UDOs.
>>                     > >>      • Button widget can set the size of the font
>>                     > >>      • Checkbox can be resized if the
>>                     platform allows this (works on linux and windows,
>>                     macOS uses native checkboxes which are fixed in size)
>>                     > >>      • Added a setting to control the update
>>                     rate of the gui.
>>                     > >>      • New "Spectrum Analyzer" utility example
>>                     > >>      • Initial support for color schemes,
>>                     allowing csoundqt to use a dark theme matching the
>>                     os (not yet available in this release).
>>                     > >>      • New action "goto line"
>>                     > >> Fixes
>>                     > >>
>>                     > >>      • Race condition fixed which would cause
>>                     CsoundQt to crash when started/stopped in very
>>                     fast succession
>>                     > >>      • Locking issues fixed which prevented
>>                     CsoundQt to stop properly when a graph widget was
>>                     used.
>>                     > >>      • Saving issues where fixed. New option
>>                     to prevent CsoundQt from asking if user wants to
>>                     save a temporary file before playing.
>>                     > >>      • in macOS startup delay has been
>>                     somewhat reduced.
>>                     > >>      • Wrong rendering for the Meter /
>>                     Controller widget fixed is macOS
>>                     > >>      • Better font defaults for the different
>>                     platforms
>>                     > >>      • CTRL-F now searches in manual if help
>>                     dock is focused.
>>                     > >>      • Search bar is made visible and focused
>>                     when clicked on search icon in the help widget
>>                     > >>      • Fixed a bug where activating the
>>                     widgets panel when the widgets are in a separate
>>                     window would
>>                     > >> result in an empty widgets panel or, worse, a
>>                     crash.
>>                     > >>      • Fixed selection and dragging of
>>                     widgets. Now responds to usual keyboard modifiers,
>>                     such as CTRL toggling selection, and shift adding
>>                     an item to a selection, etc.
>>                     > >>      • Changing rt audio module now clears
>>                     the device selection
>>                     > >>      • Fixes last used dir in linux falling
>>                     back to /tmp
>>                     > >>      • macOS: fix to background color in
>>                     widgets panel
>>                     > >>      • Better options for selecting an audio
>>                     device if jack is selected as module (now the
>>                     default does not connect to other ports other than
>>                     the system)
>>                     > >>      • In the config dialog, if jack is not
>>                     running then this is shown in the menu and jack
>>                     can't be selected
>>                     > >>      • scope now has much lower latency
>>                     > >>      • native toolbar in macOS
>>                     > >>      • Less intrusive line numbers, adjust
>>                     colors to the color theme
>>                     > >>      • Each platform has own defaults for
>>                     fonts, sizes, etc., resulting in a better first
>>                     time experience
>>                     > >>      • Lots of fixes in syntax highlighting
>>                     > >>      • Audio device is reset to default
>>                     whenever the audio backend is modified
>>                     > >>      • Full-screen issues have been mostly
>>                     resolved. Window state is remembered.
>>                     > >>      • Graph widget would cause a crash when
>>                     adding a new table if a spectrum display was
>>                     selected. This was fixed.
>>                     > >>      • Atsa defaults were corrected
>>                     > >>      • Latched button acting wrong on event
>>                     with negative duration fixed
>>                     > >>      • Application paths were fixed for macOS
>>                     > >>      • Toolbar rendering problems in mac were
>>                     fixed, reverting back from using mac's unified
>>                     toolbar.
>>                     > >>
>>                     > >> Eduardo Moguillansky / Tarmo Johannes
>>                     > >>
>>                     > >> Csound mailing list Csound@listserv.heanet.ie
>>                     <mailto: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
>>                     <mailto: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
>>                     <mailto: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
>>                     <mailto: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
>>                     <mailto: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
>>                 <mailto: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
>>             <mailto: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
>>         <mailto: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
>>     <mailto: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
>> <mailto: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
> <mailto: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

Date2020-07-04 20:31
FromTarmo Johannes
SubjectRe: [Csnd] [EXTERNAL] [Csnd] [ANN] CsoundQt 0.9.8 released
Hi,

I can use the AppImage build also with jack, no problem.
Can you run the AppImage from terminal (like any other executable), do you get for any error messages or otherwise helpful output? Or Run in terminal from CsoundQt?
I don't have OPCODE6DIR64 defined in CsoundQt settings,  but
export OPCODE6DIR64=/usr/local/lib/csound/plugins64-6.0/
in ~/.bashrc (from some old time when it was necessary).
I wonder if that makes any difference?

tarmo

Kontakt Victor Lazzarini (<Victor.Lazzarini@mu.ie>) kirjutas kuupäeval L, 4. juuli 2020 kell 22:18:
As Joachim said, I think you need to do this in the CsoundQT configuration  window, under the external tab

Prof. Victor Lazzarini
Maynooth University
Ireland

On 4 Jul 2020, at 20:06, Richard van Bemmelen <zappfinger@gmail.com> wrote:


Well, my csound (version 6.10, I could not build 6.14) is in /usr/bin/csound, but the plugin folders are not found, although csound -z lists plenty of opcodes. I added my csound folder to the environment variables to no avail...

Richard

Op za 4 jul. 2020 om 20:19 schreef joachim heintz <jh@joachimheintz.de>:
you must set OPCODE64DIR in Configuration > External to your Csound
plugins folder (should be in Usr/lib/csound or /usrlocal/lib/csound).  i
had the same situation and after restart it worked.


On 04/07/2020 15:51, Richard wrote:
> The AppImage runs, but I cannot select the RT Audio Module, it is 'null'.
> I must say, although my soundcard (Scarlett 2i2) works, I am struggling
> with starting jack or via qjackctl.
> I get messages about memory locks and 'cannot allocate memory'...
>
> Could this have to do with RT Audio Module being null?
>
> (this Linux audio stuff can be a mess...)
>
> Richard
>
> On 29/06/2020 15:58, Tarmo Johannes wrote:
>> Hi Richard,
>>
>> For Linux I uploaded now an experimental AppImage to:
>> https://github.com/CsoundQt/CsoundQt/releases/download/v0.9.8/CsoundQt-0.9.8-x86_64.AppImage
>> Download, make it executable and you should be able to run in on any
>> 64-bit Linux.
>> The preferred way is to build yourself, see instructions from:
>> https://github.com/CsoundQt/CsoundQt/blob/v0.9.8/BUILDING.md
>> ---
>> I uploaded now the updated MacOS installer:
>> https://github.com/CsoundQt/CsoundQt/releases/download/v0.9.8/CsoundQt-0.9.8-MacOS.dmg
>>
>> The portaudio and channels problems need more investigation, this is
>> not in the build yet.
>>
>> tarmo
>>
>>
>>
>>
>>
>> Kontakt Richard van Bemmelen (<zappfinger@gmail.com
>> <mailto:zappfinger@gmail.com>>) kirjutas kuupäeval E, 29. juuni 2020
>> kell 15:19:
>>
>>     What link should I use to download Csound and CsoundQt for Linux Mint?
>>
>>     Richard
>>
>>     Op ma 29 jun. 2020 om 12:56 schreef Dr. Richard Boulanger
>>     <rboulanger@berklee.edu <mailto:rboulanger@berklee.edu>>:
>>
>>         Thanks very much Tarmo.
>>
>>         This does fix the tabs and icons in CsoundQt going black when
>>         the virtual keyboard is selected on the Mac!
>>         - also, I appreciate that the Virtual Keyboard is in the "tab"
>>         as in my classes, and teaching it is one of the more selected
>>         and used items by me and my students.
>>
>>         I can also report a similar or the same "audio driver" problem
>>         that Steven does about the number of channels issue.
>>         - when I have portaudio selected, even when the number of
>>         channels in the .csd is 2, the instrument won't run until I
>>         select coreaudio, run it
>>
>>         I always test my system by running Xanadu and then test MIDI
>>         by running the Pipe Synth
>>
>>         After installing your latest versions, resetting and
>>         restarting and trying to run Xanadu for the first time, the
>>         console:
>>
>>         PortAudio: selected input device 'MacBook Pro Microphone'
>>
>>         *** PortAudio: error: -9998: Invalid number of channels
>>
>>         Failed to initialise real time audio input
>>
>>         then I chose portaudio (callback) and the console:
>>
>>
>>         PortAudio: selected output device 'Duet USB'
>>
>>         *** PortAudio: error: -9998: Invalid number of channels
>>
>>         closing device
>>
>>         Failed to initialise real time audio output
>>
>>         then I select coreaudio and it renders/runs (but does not list
>>         all my audio devices by name)
>>
>>         *Dr. Richard Boulanger*
>>
>>         /Professor of Electronic Production and Design/
>>
>>         Professional Writing and Technology Division
>>
>>         *Berklee College of Music*
>>
>>
>>         skype:radiobaton
>>
>>         facebook:https://www.facebook.com/richard.boulanger.58
>>
>>         about:http://www.boulangerlabs.com/#about
>>
>>         about:http://www.csounds.com/community/developers/dr-richard-boulanger/
>>
>>         music:http://www.csounds.com/community/developers/dr-richard-boulanger/dr-richard-boulanger-music/
>>
>>
>>         Boulanger Labs - http://boulangerlabs.com
>>         <http://boulangerlabs.com/>
>>
>>         The Csound Book - http://mitpress.mit.edu/books/csound-book
>>
>>         The Audio Programming Book -
>>         http://mitpress.mit.edu/books/audio-programming-book
>>
>>
>>
>>         On Mon, Jun 29, 2020 at 6:36 AM Tarmo Johannes
>>         <trmjhnns@gmail.com <mailto:trmjhnns@gmail.com>> wrote:
>>
>>             Hi,
>>
>>             I fixed the toolbar going black after opening virtual MIDI
>>             keyboard
>>             and added a small workaround to set correct terminal path
>>             for MacOS Cataline. I could not test though, as I have not
>>             upgraded my development machine yet.
>>             There was some problem on github and I could not log in to
>>             upload, the build is on:
>>             http://tarmo.uuu.ee/varia/failid/cs/CsoundQt/CsoundQt-0.9.8-MacOS.dmg
>>             Please try.
>>
>>             Steven, I did not get exactly -  is it so that your
>>             default sound interface has one input channel? Which audio
>>             module did you use? (portaudio/coreaudio etc)? What
>>             happens if you uncheck the "Channels" checkbox on
>>             Configure->Run? And what if you press Run in Terminal?
>>
>>             Thanks!
>>             tarmo
>>
>>             Kontakt Steven Yi (<stevenyi@gmail.com
>>             <mailto:stevenyi@gmail.com>>) kirjutas kuupäeval E, 29.
>>             juuni 2020 kell 04:41:
>>
>>                 Congratulations on the release! Quite a number of changes!
>>
>>                 I did run into some issues here when I gave it a try
>>                 on macOS 10.14 with dark mode on. The app looked fine
>>                 until I opened the virtual keyboard and then the top
>>                 area and active tab all became black with black text.
>>
>>                 image.png
>>                 Is there a configuration setting I'm missing?  I saw
>>                 some themes but they didn't seem to correspond to dark
>>                 mode.
>>
>>                 Also, I found that for most examples I had to edit to
>>                 add nchnls_i=1 to get them to run, otherwise Csound
>>                 did not start and complained about requesting more
>>                 channels than available. I think it has to do with
>>                 preferences and it being overridden to always use
>>                 -iadc.  I don't believe this is something I set; is
>>                 this the default? If I set it to none (i.e., blank) in
>>                 preferences, the examples that don't use audio input
>>                 run fine.
>>
>>                 And how does one use the spectral display? The manual
>>                 page didn't have a lot of information that I could
>>                 figure out. I saw the Spectrum Analyzer example (from
>>                 Useful examples) and it had FFTSize as a widget. On
>>                 the screenshot for the release, it looked like a
>>                 dropdown was a part of the display, so I wasn't sure
>>                 if it was a built-in feature for window sizes or if
>>                 that was a separate widget that was overlaying the
>>                 display in the screenshot.
>>
>>                 Thanks!
>>                 Steven
>>
>>
>>
>>
>>                 On Sun, Jun 28, 2020 at 9:31 AM Victor Lazzarini
>>                 <Victor.Lazzarini@mu.ie
>>                 <mailto:Victor.Lazzarini@mu.ie>> wrote:
>>
>>                     That was the exact reason. I had never noticed
>>                     that change, because Aqua displays files from both
>>                     directories.
>>                     ========================
>>                     Prof. Victor Lazzarini
>>                     Maynooth University
>>                     Ireland
>>
>>                     > On 28 Jun 2020, at 11:54, Tarmo Johannes
>>                     <trmjhnns@GMAIL.COM <mailto:trmjhnns@GMAIL.COM>>
>>                     wrote:
>>                     >
>>                     > Hi, thanks!
>>                     >
>>                     > Are you on Catalina? I think  the default
>>                     terminal location is changed from Applications to
>>                     /System/Applications
>>                     > You need to set the path manually in
>>                     Configure->Environment.
>>                     > There will be a fix for that later.
>>                     >
>>                     > Hope it helps!
>>                     >
>>                     > Tarmo
>>                     >
>>                     > P, 28. juuni 2020 12:18 Victor Lazzarini
>>                     <Victor.Lazzarini@mu.ie
>>                     <mailto:Victor.Lazzarini@mu.ie>> kirjutas:
>>                     > It looks very good, I just tested. Thanks a lot
>>                     for this.
>>                     >
>>                     > One question: for a while now here on OSX, I
>>                     can’t use the run in term option, it doesn’t open
>>                     a terminal window,
>>                     > does nothing. While it doesn’t bother me, I was
>>                     wondering why this is the case. I have looked at
>>                     > the preferences and correct values are set in
>>                     both the environment and external panes. I suspect
>>                     > some sort of permission, but can’t find what it is.
>>                     >
>>                     > ========================
>>                     > Prof. Victor Lazzarini
>>                     > Maynooth University
>>                     > Ireland
>>                     >
>>                     > > On 28 Jun 2020, at 09:23, Victor Lazzarini
>>                     <Victor.Lazzarini@mu.ie
>>                     <mailto:Victor.Lazzarini@mu.ie>> wrote:
>>                     > >
>>                     > > That looks great! Congratulations and many thanks.
>>                     > >
>>                     > > Prof. Victor Lazzarini
>>                     > > Maynooth University
>>                     > > Ireland
>>                     > >
>>                     > >> On 28 Jun 2020, at 08:36, Eduardo
>>                     Moguillansky <eduardo.moguillansky@gmail.com
>>                     <mailto:eduardo.moguillansky@gmail.com>> wrote:
>>                     > >>
>>                     > >> 
>>                     > >> WARNINGThis email originated from outside of
>>                     Maynooth University's Mail System. Do not reply,
>>                     click links or open attachments unless you
>>                     recognise the sender and know the content is safe.
>>                     > >> Version 0.9.8 is a major release, with
>>                     multiple changes
>>                     > >>
>>                     > >> The source and binaries can be downloaded
>>                     from: https://github.com/CsoundQt/CsoundQt/releases
>>                     > >>
>>                     > >> This version of CsoundQt works with csound
>>                     6.14 or higher
>>                     > >>
>>                     > >> New in version 0.9.8:
>>                     > >>
>>                     > >>      • New icon theme based on KDE's "breeze"
>>                     > >>      • New color themes (for text, background
>>                     and syntax highlighting): classic, light, dark.
>>                     > >>      • New flat style and features for the
>>                     knob widget.
>>                     > >>      • New "Table Plot" widget allows to
>>                     efficiently plot tables in real time.
>>                     > >>      • Graph widget (spectrum, signal
>>                     display) has been highly optimized, drawing is
>>                     between 10x and 20x faster
>>                     > >>      • Graph widget fixed for the use
>>                     together with display opcode. Many display
>>                     instances can be used simultaneously for one or
>>                     multiple widgets without any loss in performance.
>>                     > >>      • Graph widget for tables optimized for
>>                     big tables and soundfiles, detects the actual size
>>                     of the graph and does not draw superfluous points
>>                     > >>      • Spectrogram widget now reacts to
>>                     different sample rates, gained a better grid and
>>                     zoom. It can be customized to show/hide grid,
>>                     scrollbars, menu, etc.
>>                     > >>      • Spectrogram widget can control the
>>                     zoom with keyboard shortcuts (+, -). Also
>>                     scrollbars can be hidden (user can scroll with
>>                     scrollwheel/arrow keys).
>>                     > >>      • Spectrum graph: a graph can bow be
>>                     frozen; clicking on a peak will show the peaks
>>                     frequency
>>                     > >> with resolution independent of the fft size
>>                     of the corresponding dispfft
>>                     > >>      • New icon / new splashscreen
>>                     > >>      • Meter / Controller widget gained many
>>                     options to control its aspect (border, line width,
>>                     background, etc)
>>                     > >>      • New action to test the audio setup
>>                     > >>      • Text labels allow to set a vertical
>>                     alignment
>>                     > >>      • New settings dialogs, allows to use
>>                     the current system sample rate and set the
>>                     > >> number of channels without the need to modify
>>                     the .csd
>>                     > >>      • Help panel received a more streamlined
>>                     look
>>                     > >>      • More streamlined toolbar, removed
>>                     toolbar buttons which are not commonly used
>>                     > >> (these can still be reached from the menus),
>>                     icon size can be set in the preferences, toolbar
>>                     can be locked
>>                     > >>      • Many widgets gained the possibility to
>>                     set their value by double-clicking (knob, scroll
>>                     number)
>>                     > >>      • Now it is possible to move the widgets
>>                     with the keyboard in edit mode. The arrow keys
>>                     move the
>>                     > >> widgets within a grid of 5 pixels (with the
>>                     alt key widgets are nudged by 1 pixel).
>>                     > >>      • More nuanced syntax highlighting
>>                     > >>      • Syntax highlighting for user defined
>>                     opcodes. The work for this lays the ground for
>>                     features like autocomplete and code hints for UDOs.
>>                     > >>      • Button widget can set the size of the font
>>                     > >>      • Checkbox can be resized if the
>>                     platform allows this (works on linux and windows,
>>                     macOS uses native checkboxes which are fixed in size)
>>                     > >>      • Added a setting to control the update
>>                     rate of the gui.
>>                     > >>      • New "Spectrum Analyzer" utility example
>>                     > >>      • Initial support for color schemes,
>>                     allowing csoundqt to use a dark theme matching the
>>                     os (not yet available in this release).
>>                     > >>      • New action "goto line"
>>                     > >> Fixes
>>                     > >>
>>                     > >>      • Race condition fixed which would cause
>>                     CsoundQt to crash when started/stopped in very
>>                     fast succession
>>                     > >>      • Locking issues fixed which prevented
>>                     CsoundQt to stop properly when a graph widget was
>>                     used.
>>                     > >>      • Saving issues where fixed. New option
>>                     to prevent CsoundQt from asking if user wants to
>>                     save a temporary file before playing.
>>                     > >>      • in macOS startup delay has been
>>                     somewhat reduced.
>>                     > >>      • Wrong rendering for the Meter /
>>                     Controller widget fixed is macOS
>>                     > >>      • Better font defaults for the different
>>                     platforms
>>                     > >>      • CTRL-F now searches in manual if help
>>                     dock is focused.
>>                     > >>      • Search bar is made visible and focused
>>                     when clicked on search icon in the help widget
>>                     > >>      • Fixed a bug where activating the
>>                     widgets panel when the widgets are in a separate
>>                     window would
>>                     > >> result in an empty widgets panel or, worse, a
>>                     crash.
>>                     > >>      • Fixed selection and dragging of
>>                     widgets. Now responds to usual keyboard modifiers,
>>                     such as CTRL toggling selection, and shift adding
>>                     an item to a selection, etc.
>>                     > >>      • Changing rt audio module now clears
>>                     the device selection
>>                     > >>      • Fixes last used dir in linux falling
>>                     back to /tmp
>>                     > >>      • macOS: fix to background color in
>>                     widgets panel
>>                     > >>      • Better options for selecting an audio
>>                     device if jack is selected as module (now the
>>                     default does not connect to other ports other than
>>                     the system)
>>                     > >>      • In the config dialog, if jack is not
>>                     running then this is shown in the menu and jack
>>                     can't be selected
>>                     > >>      • scope now has much lower latency
>>                     > >>      • native toolbar in macOS
>>                     > >>      • Less intrusive line numbers, adjust
>>                     colors to the color theme
>>                     > >>      • Each platform has own defaults for
>>                     fonts, sizes, etc., resulting in a better first
>>                     time experience
>>                     > >>      • Lots of fixes in syntax highlighting
>>                     > >>      • Audio device is reset to default
>>                     whenever the audio backend is modified
>>                     > >>      • Full-screen issues have been mostly
>>                     resolved. Window state is remembered.
>>                     > >>      • Graph widget would cause a crash when
>>                     adding a new table if a spectrum display was
>>                     selected. This was fixed.
>>                     > >>      • Atsa defaults were corrected
>>                     > >>      • Latched button acting wrong on event
>>                     with negative duration fixed
>>                     > >>      • Application paths were fixed for macOS
>>                     > >>      • Toolbar rendering problems in mac were
>>                     fixed, reverting back from using mac's unified
>>                     toolbar.
>>                     > >>
>>                     > >> Eduardo Moguillansky / Tarmo Johannes
>>                     > >>
>>                     > >> Csound mailing list Csound@listserv.heanet.ie
>>                     <mailto: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
>>                     <mailto: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
>>                     <mailto: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
>>                     <mailto: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
>>                     <mailto: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
>>                 <mailto: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
>>             <mailto: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
>>         <mailto: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
>>     <mailto: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
>> <mailto: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
> <mailto: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

Date2020-07-04 20:35
FromRichard van Bemmelen
SubjectRe: [Csnd] [EXTERNAL] [Csnd] [ANN] CsoundQt 0.9.8 released
Like I said, I do not have a plugins or plugins64 folder anywhere. Yet csound -z (version 6.10)
shows all the opcodes.

Richard

Op za 4 jul. 2020 om 21:31 schreef Tarmo Johannes <trmjhnns@gmail.com>:
Hi,

I can use the AppImage build also with jack, no problem.
Can you run the AppImage from terminal (like any other executable), do you get for any error messages or otherwise helpful output? Or Run in terminal from CsoundQt?
I don't have OPCODE6DIR64 defined in CsoundQt settings,  but
export OPCODE6DIR64=/usr/local/lib/csound/plugins64-6.0/
in ~/.bashrc (from some old time when it was necessary).
I wonder if that makes any difference?

tarmo

Kontakt Victor Lazzarini (<Victor.Lazzarini@mu.ie>) kirjutas kuupäeval L, 4. juuli 2020 kell 22:18:
As Joachim said, I think you need to do this in the CsoundQT configuration  window, under the external tab

Prof. Victor Lazzarini
Maynooth University
Ireland

On 4 Jul 2020, at 20:06, Richard van Bemmelen <zappfinger@gmail.com> wrote:


Well, my csound (version 6.10, I could not build 6.14) is in /usr/bin/csound, but the plugin folders are not found, although csound -z lists plenty of opcodes. I added my csound folder to the environment variables to no avail...

Richard

Op za 4 jul. 2020 om 20:19 schreef joachim heintz <jh@joachimheintz.de>:
you must set OPCODE64DIR in Configuration > External to your Csound
plugins folder (should be in Usr/lib/csound or /usrlocal/lib/csound).  i
had the same situation and after restart it worked.


On 04/07/2020 15:51, Richard wrote:
> The AppImage runs, but I cannot select the RT Audio Module, it is 'null'.
> I must say, although my soundcard (Scarlett 2i2) works, I am struggling
> with starting jack or via qjackctl.
> I get messages about memory locks and 'cannot allocate memory'...
>
> Could this have to do with RT Audio Module being null?
>
> (this Linux audio stuff can be a mess...)
>
> Richard
>
> On 29/06/2020 15:58, Tarmo Johannes wrote:
>> Hi Richard,
>>
>> For Linux I uploaded now an experimental AppImage to:
>> https://github.com/CsoundQt/CsoundQt/releases/download/v0.9.8/CsoundQt-0.9.8-x86_64.AppImage
>> Download, make it executable and you should be able to run in on any
>> 64-bit Linux.
>> The preferred way is to build yourself, see instructions from:
>> https://github.com/CsoundQt/CsoundQt/blob/v0.9.8/BUILDING.md
>> ---
>> I uploaded now the updated MacOS installer:
>> https://github.com/CsoundQt/CsoundQt/releases/download/v0.9.8/CsoundQt-0.9.8-MacOS.dmg
>>
>> The portaudio and channels problems need more investigation, this is
>> not in the build yet.
>>
>> tarmo
>>
>>
>>
>>
>>
>> Kontakt Richard van Bemmelen (<zappfinger@gmail.com
>> <mailto:zappfinger@gmail.com>>) kirjutas kuupäeval E, 29. juuni 2020
>> kell 15:19:
>>
>>     What link should I use to download Csound and CsoundQt for Linux Mint?
>>
>>     Richard
>>
>>     Op ma 29 jun. 2020 om 12:56 schreef Dr. Richard Boulanger
>>     <rboulanger@berklee.edu <mailto:rboulanger@berklee.edu>>:
>>
>>         Thanks very much Tarmo.
>>
>>         This does fix the tabs and icons in CsoundQt going black when
>>         the virtual keyboard is selected on the Mac!
>>         - also, I appreciate that the Virtual Keyboard is in the "tab"
>>         as in my classes, and teaching it is one of the more selected
>>         and used items by me and my students.
>>
>>         I can also report a similar or the same "audio driver" problem
>>         that Steven does about the number of channels issue.
>>         - when I have portaudio selected, even when the number of
>>         channels in the .csd is 2, the instrument won't run until I
>>         select coreaudio, run it
>>
>>         I always test my system by running Xanadu and then test MIDI
>>         by running the Pipe Synth
>>
>>         After installing your latest versions, resetting and
>>         restarting and trying to run Xanadu for the first time, the
>>         console:
>>
>>         PortAudio: selected input device 'MacBook Pro Microphone'
>>
>>         *** PortAudio: error: -9998: Invalid number of channels
>>
>>         Failed to initialise real time audio input
>>
>>         then I chose portaudio (callback) and the console:
>>
>>
>>         PortAudio: selected output device 'Duet USB'
>>
>>         *** PortAudio: error: -9998: Invalid number of channels
>>
>>         closing device
>>
>>         Failed to initialise real time audio output
>>
>>         then I select coreaudio and it renders/runs (but does not list
>>         all my audio devices by name)
>>
>>         *Dr. Richard Boulanger*
>>
>>         /Professor of Electronic Production and Design/
>>
>>         Professional Writing and Technology Division
>>
>>         *Berklee College of Music*
>>
>>
>>         skype:radiobaton
>>
>>         facebook:https://www.facebook.com/richard.boulanger.58
>>
>>         about:http://www.boulangerlabs.com/#about
>>
>>         about:http://www.csounds.com/community/developers/dr-richard-boulanger/
>>
>>         music:http://www.csounds.com/community/developers/dr-richard-boulanger/dr-richard-boulanger-music/
>>
>>
>>         Boulanger Labs - http://boulangerlabs.com
>>         <http://boulangerlabs.com/>
>>
>>         The Csound Book - http://mitpress.mit.edu/books/csound-book
>>
>>         The Audio Programming Book -
>>         http://mitpress.mit.edu/books/audio-programming-book
>>
>>
>>
>>         On Mon, Jun 29, 2020 at 6:36 AM Tarmo Johannes
>>         <trmjhnns@gmail.com <mailto:trmjhnns@gmail.com>> wrote:
>>
>>             Hi,
>>
>>             I fixed the toolbar going black after opening virtual MIDI
>>             keyboard
>>             and added a small workaround to set correct terminal path
>>             for MacOS Cataline. I could not test though, as I have not
>>             upgraded my development machine yet.
>>             There was some problem on github and I could not log in to
>>             upload, the build is on:
>>             http://tarmo.uuu.ee/varia/failid/cs/CsoundQt/CsoundQt-0.9.8-MacOS.dmg
>>             Please try.
>>
>>             Steven, I did not get exactly -  is it so that your
>>             default sound interface has one input channel? Which audio
>>             module did you use? (portaudio/coreaudio etc)? What
>>             happens if you uncheck the "Channels" checkbox on
>>             Configure->Run? And what if you press Run in Terminal?
>>
>>             Thanks!
>>             tarmo
>>
>>             Kontakt Steven Yi (<stevenyi@gmail.com
>>             <mailto:stevenyi@gmail.com>>) kirjutas kuupäeval E, 29.
>>             juuni 2020 kell 04:41:
>>
>>                 Congratulations on the release! Quite a number of changes!
>>
>>                 I did run into some issues here when I gave it a try
>>                 on macOS 10.14 with dark mode on. The app looked fine
>>                 until I opened the virtual keyboard and then the top
>>                 area and active tab all became black with black text.
>>
>>                 image.png
>>                 Is there a configuration setting I'm missing?  I saw
>>                 some themes but they didn't seem to correspond to dark
>>                 mode.
>>
>>                 Also, I found that for most examples I had to edit to
>>                 add nchnls_i=1 to get them to run, otherwise Csound
>>                 did not start and complained about requesting more
>>                 channels than available. I think it has to do with
>>                 preferences and it being overridden to always use
>>                 -iadc.  I don't believe this is something I set; is
>>                 this the default? If I set it to none (i.e., blank) in
>>                 preferences, the examples that don't use audio input
>>                 run fine.
>>
>>                 And how does one use the spectral display? The manual
>>                 page didn't have a lot of information that I could
>>                 figure out. I saw the Spectrum Analyzer example (from
>>                 Useful examples) and it had FFTSize as a widget. On
>>                 the screenshot for the release, it looked like a
>>                 dropdown was a part of the display, so I wasn't sure
>>                 if it was a built-in feature for window sizes or if
>>                 that was a separate widget that was overlaying the
>>                 display in the screenshot.
>>
>>                 Thanks!
>>                 Steven
>>
>>
>>
>>
>>                 On Sun, Jun 28, 2020 at 9:31 AM Victor Lazzarini
>>                 <Victor.Lazzarini@mu.ie
>>                 <mailto:Victor.Lazzarini@mu.ie>> wrote:
>>
>>                     That was the exact reason. I had never noticed
>>                     that change, because Aqua displays files from both
>>                     directories.
>>                     ========================
>>                     Prof. Victor Lazzarini
>>                     Maynooth University
>>                     Ireland
>>
>>                     > On 28 Jun 2020, at 11:54, Tarmo Johannes
>>                     <trmjhnns@GMAIL.COM <mailto:trmjhnns@GMAIL.COM>>
>>                     wrote:
>>                     >
>>                     > Hi, thanks!
>>                     >
>>                     > Are you on Catalina? I think  the default
>>                     terminal location is changed from Applications to
>>                     /System/Applications
>>                     > You need to set the path manually in
>>                     Configure->Environment.
>>                     > There will be a fix for that later.
>>                     >
>>                     > Hope it helps!
>>                     >
>>                     > Tarmo
>>                     >
>>                     > P, 28. juuni 2020 12:18 Victor Lazzarini
>>                     <Victor.Lazzarini@mu.ie
>>                     <mailto:Victor.Lazzarini@mu.ie>> kirjutas:
>>                     > It looks very good, I just tested. Thanks a lot
>>                     for this.
>>                     >
>>                     > One question: for a while now here on OSX, I
>>                     can’t use the run in term option, it doesn’t open
>>                     a terminal window,
>>                     > does nothing. While it doesn’t bother me, I was
>>                     wondering why this is the case. I have looked at
>>                     > the preferences and correct values are set in
>>                     both the environment and external panes. I suspect
>>                     > some sort of permission, but can’t find what it is.
>>                     >
>>                     > ========================
>>                     > Prof. Victor Lazzarini
>>                     > Maynooth University
>>                     > Ireland
>>                     >
>>                     > > On 28 Jun 2020, at 09:23, Victor Lazzarini
>>                     <Victor.Lazzarini@mu.ie
>>                     <mailto:Victor.Lazzarini@mu.ie>> wrote:
>>                     > >
>>                     > > That looks great! Congratulations and many thanks.
>>                     > >
>>                     > > Prof. Victor Lazzarini
>>                     > > Maynooth University
>>                     > > Ireland
>>                     > >
>>                     > >> On 28 Jun 2020, at 08:36, Eduardo
>>                     Moguillansky <eduardo.moguillansky@gmail.com
>>                     <mailto:eduardo.moguillansky@gmail.com>> wrote:
>>                     > >>
>>                     > >> 
>>                     > >> WARNINGThis email originated from outside of
>>                     Maynooth University's Mail System. Do not reply,
>>                     click links or open attachments unless you
>>                     recognise the sender and know the content is safe.
>>                     > >> Version 0.9.8 is a major release, with
>>                     multiple changes
>>                     > >>
>>                     > >> The source and binaries can be downloaded
>>                     from: https://github.com/CsoundQt/CsoundQt/releases
>>                     > >>
>>                     > >> This version of CsoundQt works with csound
>>                     6.14 or higher
>>                     > >>
>>                     > >> New in version 0.9.8:
>>                     > >>
>>                     > >>      • New icon theme based on KDE's "breeze"
>>                     > >>      • New color themes (for text, background
>>                     and syntax highlighting): classic, light, dark.
>>                     > >>      • New flat style and features for the
>>                     knob widget.
>>                     > >>      • New "Table Plot" widget allows to
>>                     efficiently plot tables in real time.
>>                     > >>      • Graph widget (spectrum, signal
>>                     display) has been highly optimized, drawing is
>>                     between 10x and 20x faster
>>                     > >>      • Graph widget fixed for the use
>>                     together with display opcode. Many display
>>                     instances can be used simultaneously for one or
>>                     multiple widgets without any loss in performance.
>>                     > >>      • Graph widget for tables optimized for
>>                     big tables and soundfiles, detects the actual size
>>                     of the graph and does not draw superfluous points
>>                     > >>      • Spectrogram widget now reacts to
>>                     different sample rates, gained a better grid and
>>                     zoom. It can be customized to show/hide grid,
>>                     scrollbars, menu, etc.
>>                     > >>      • Spectrogram widget can control the
>>                     zoom with keyboard shortcuts (+, -). Also
>>                     scrollbars can be hidden (user can scroll with
>>                     scrollwheel/arrow keys).
>>                     > >>      • Spectrum graph: a graph can bow be
>>                     frozen; clicking on a peak will show the peaks
>>                     frequency
>>                     > >> with resolution independent of the fft size
>>                     of the corresponding dispfft
>>                     > >>      • New icon / new splashscreen
>>                     > >>      • Meter / Controller widget gained many
>>                     options to control its aspect (border, line width,
>>                     background, etc)
>>                     > >>      • New action to test the audio setup
>>                     > >>      • Text labels allow to set a vertical
>>                     alignment
>>                     > >>      • New settings dialogs, allows to use
>>                     the current system sample rate and set the
>>                     > >> number of channels without the need to modify
>>                     the .csd
>>                     > >>      • Help panel received a more streamlined
>>                     look
>>                     > >>      • More streamlined toolbar, removed
>>                     toolbar buttons which are not commonly used
>>                     > >> (these can still be reached from the menus),
>>                     icon size can be set in the preferences, toolbar
>>                     can be locked
>>                     > >>      • Many widgets gained the possibility to
>>                     set their value by double-clicking (knob, scroll
>>                     number)
>>                     > >>      • Now it is possible to move the widgets
>>                     with the keyboard in edit mode. The arrow keys
>>                     move the
>>                     > >> widgets within a grid of 5 pixels (with the
>>                     alt key widgets are nudged by 1 pixel).
>>                     > >>      • More nuanced syntax highlighting
>>                     > >>      • Syntax highlighting for user defined
>>                     opcodes. The work for this lays the ground for
>>                     features like autocomplete and code hints for UDOs.
>>                     > >>      • Button widget can set the size of the font
>>                     > >>      • Checkbox can be resized if the
>>                     platform allows this (works on linux and windows,
>>                     macOS uses native checkboxes which are fixed in size)
>>                     > >>      • Added a setting to control the update
>>                     rate of the gui.
>>                     > >>      • New "Spectrum Analyzer" utility example
>>                     > >>      • Initial support for color schemes,
>>                     allowing csoundqt to use a dark theme matching the
>>                     os (not yet available in this release).
>>                     > >>      • New action "goto line"
>>                     > >> Fixes
>>                     > >>
>>                     > >>      • Race condition fixed which would cause
>>                     CsoundQt to crash when started/stopped in very
>>                     fast succession
>>                     > >>      • Locking issues fixed which prevented
>>                     CsoundQt to stop properly when a graph widget was
>>                     used.
>>                     > >>      • Saving issues where fixed. New option
>>                     to prevent CsoundQt from asking if user wants to
>>                     save a temporary file before playing.
>>                     > >>      • in macOS startup delay has been
>>                     somewhat reduced.
>>                     > >>      • Wrong rendering for the Meter /
>>                     Controller widget fixed is macOS
>>                     > >>      • Better font defaults for the different
>>                     platforms
>>                     > >>      • CTRL-F now searches in manual if help
>>                     dock is focused.
>>                     > >>      • Search bar is made visible and focused
>>                     when clicked on search icon in the help widget
>>                     > >>      • Fixed a bug where activating the
>>                     widgets panel when the widgets are in a separate
>>                     window would
>>                     > >> result in an empty widgets panel or, worse, a
>>                     crash.
>>                     > >>      • Fixed selection and dragging of
>>                     widgets. Now responds to usual keyboard modifiers,
>>                     such as CTRL toggling selection, and shift adding
>>                     an item to a selection, etc.
>>                     > >>      • Changing rt audio module now clears
>>                     the device selection
>>                     > >>      • Fixes last used dir in linux falling
>>                     back to /tmp
>>                     > >>      • macOS: fix to background color in
>>                     widgets panel
>>                     > >>      • Better options for selecting an audio
>>                     device if jack is selected as module (now the
>>                     default does not connect to other ports other than
>>                     the system)
>>                     > >>      • In the config dialog, if jack is not
>>                     running then this is shown in the menu and jack
>>                     can't be selected
>>                     > >>      • scope now has much lower latency
>>                     > >>      • native toolbar in macOS
>>                     > >>      • Less intrusive line numbers, adjust
>>                     colors to the color theme
>>                     > >>      • Each platform has own defaults for
>>                     fonts, sizes, etc., resulting in a better first
>>                     time experience
>>                     > >>      • Lots of fixes in syntax highlighting
>>                     > >>      • Audio device is reset to default
>>                     whenever the audio backend is modified
>>                     > >>      • Full-screen issues have been mostly
>>                     resolved. Window state is remembered.
>>                     > >>      • Graph widget would cause a crash when
>>                     adding a new table if a spectrum display was
>>                     selected. This was fixed.
>>                     > >>      • Atsa defaults were corrected
>>                     > >>      • Latched button acting wrong on event
>>                     with negative duration fixed
>>                     > >>      • Application paths were fixed for macOS
>>                     > >>      • Toolbar rendering problems in mac were
>>                     fixed, reverting back from using mac's unified
>>                     toolbar.
>>                     > >>
>>                     > >> Eduardo Moguillansky / Tarmo Johannes
>>                     > >>
>>                     > >> Csound mailing list Csound@listserv.heanet.ie
>>                     <mailto: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
>>                     <mailto: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
>>                     <mailto: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
>>                     <mailto: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
>>                     <mailto: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
>>                 <mailto: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
>>             <mailto: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
>>         <mailto: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
>>     <mailto: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
>> <mailto: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
> <mailto: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

Date2020-07-04 20:36
FromTarmo Johannes
SubjectRe: [Csnd] [EXTERNAL] [Csnd] [ANN] CsoundQt 0.9.8 released
Yes, I can confirm, the problem is that the AppImage does not find plugins folder automatically when it is not set. I must take care for it. If you run in terminal:
export OPCODE6DIR64=/usr/local/lib/csound/plugins64-6.0/
(or whatever is the correct location)
and then
./CsoundQt-0.9.8-x86_64.AppImage
it should find the plugins.

I must investigate it and hope to make a fix for 0.9.8.1 build.

tarmo


Kontakt Richard van Bemmelen (<zappfinger@gmail.com>) kirjutas kuupäeval L, 4. juuli 2020 kell 22:30:
I doubt it. The external tab has nothing about Csound directories.
The environment tab has...

Richard

Op za 4 jul. 2020 om 21:18 schreef Victor Lazzarini <Victor.Lazzarini@mu.ie>:
As Joachim said, I think you need to do this in the CsoundQT configuration  window, under the external tab

Prof. Victor Lazzarini
Maynooth University
Ireland

On 4 Jul 2020, at 20:06, Richard van Bemmelen <zappfinger@gmail.com> wrote:


Well, my csound (version 6.10, I could not build 6.14) is in /usr/bin/csound, but the plugin folders are not found, although csound -z lists plenty of opcodes. I added my csound folder to the environment variables to no avail...

Richard

Op za 4 jul. 2020 om 20:19 schreef joachim heintz <jh@joachimheintz.de>:
you must set OPCODE64DIR in Configuration > External to your Csound
plugins folder (should be in Usr/lib/csound or /usrlocal/lib/csound).  i
had the same situation and after restart it worked.


On 04/07/2020 15:51, Richard wrote:
> The AppImage runs, but I cannot select the RT Audio Module, it is 'null'.
> I must say, although my soundcard (Scarlett 2i2) works, I am struggling
> with starting jack or via qjackctl.
> I get messages about memory locks and 'cannot allocate memory'...
>
> Could this have to do with RT Audio Module being null?
>
> (this Linux audio stuff can be a mess...)
>
> Richard
>
> On 29/06/2020 15:58, Tarmo Johannes wrote:
>> Hi Richard,
>>
>> For Linux I uploaded now an experimental AppImage to:
>> https://github.com/CsoundQt/CsoundQt/releases/download/v0.9.8/CsoundQt-0.9.8-x86_64.AppImage
>> Download, make it executable and you should be able to run in on any
>> 64-bit Linux.
>> The preferred way is to build yourself, see instructions from:
>> https://github.com/CsoundQt/CsoundQt/blob/v0.9.8/BUILDING.md
>> ---
>> I uploaded now the updated MacOS installer:
>> https://github.com/CsoundQt/CsoundQt/releases/download/v0.9.8/CsoundQt-0.9.8-MacOS.dmg
>>
>> The portaudio and channels problems need more investigation, this is
>> not in the build yet.
>>
>> tarmo
>>
>>
>>
>>
>>
>> Kontakt Richard van Bemmelen (<zappfinger@gmail.com
>> <mailto:zappfinger@gmail.com>>) kirjutas kuupäeval E, 29. juuni 2020
>> kell 15:19:
>>
>>     What link should I use to download Csound and CsoundQt for Linux Mint?
>>
>>     Richard
>>
>>     Op ma 29 jun. 2020 om 12:56 schreef Dr. Richard Boulanger
>>     <rboulanger@berklee.edu <mailto:rboulanger@berklee.edu>>:
>>
>>         Thanks very much Tarmo.
>>
>>         This does fix the tabs and icons in CsoundQt going black when
>>         the virtual keyboard is selected on the Mac!
>>         - also, I appreciate that the Virtual Keyboard is in the "tab"
>>         as in my classes, and teaching it is one of the more selected
>>         and used items by me and my students.
>>
>>         I can also report a similar or the same "audio driver" problem
>>         that Steven does about the number of channels issue.
>>         - when I have portaudio selected, even when the number of
>>         channels in the .csd is 2, the instrument won't run until I
>>         select coreaudio, run it
>>
>>         I always test my system by running Xanadu and then test MIDI
>>         by running the Pipe Synth
>>
>>         After installing your latest versions, resetting and
>>         restarting and trying to run Xanadu for the first time, the
>>         console:
>>
>>         PortAudio: selected input device 'MacBook Pro Microphone'
>>
>>         *** PortAudio: error: -9998: Invalid number of channels
>>
>>         Failed to initialise real time audio input
>>
>>         then I chose portaudio (callback) and the console:
>>
>>
>>         PortAudio: selected output device 'Duet USB'
>>
>>         *** PortAudio: error: -9998: Invalid number of channels
>>
>>         closing device
>>
>>         Failed to initialise real time audio output
>>
>>         then I select coreaudio and it renders/runs (but does not list
>>         all my audio devices by name)
>>
>>         *Dr. Richard Boulanger*
>>
>>         /Professor of Electronic Production and Design/
>>
>>         Professional Writing and Technology Division
>>
>>         *Berklee College of Music*
>>
>>
>>         skype:radiobaton
>>
>>         facebook:https://www.facebook.com/richard.boulanger.58
>>
>>         about:http://www.boulangerlabs.com/#about
>>
>>         about:http://www.csounds.com/community/developers/dr-richard-boulanger/
>>
>>         music:http://www.csounds.com/community/developers/dr-richard-boulanger/dr-richard-boulanger-music/
>>
>>
>>         Boulanger Labs - http://boulangerlabs.com
>>         <http://boulangerlabs.com/>
>>
>>         The Csound Book - http://mitpress.mit.edu/books/csound-book
>>
>>         The Audio Programming Book -
>>         http://mitpress.mit.edu/books/audio-programming-book
>>
>>
>>
>>         On Mon, Jun 29, 2020 at 6:36 AM Tarmo Johannes
>>         <trmjhnns@gmail.com <mailto:trmjhnns@gmail.com>> wrote:
>>
>>             Hi,
>>
>>             I fixed the toolbar going black after opening virtual MIDI
>>             keyboard
>>             and added a small workaround to set correct terminal path
>>             for MacOS Cataline. I could not test though, as I have not
>>             upgraded my development machine yet.
>>             There was some problem on github and I could not log in to
>>             upload, the build is on:
>>             http://tarmo.uuu.ee/varia/failid/cs/CsoundQt/CsoundQt-0.9.8-MacOS.dmg
>>             Please try.
>>
>>             Steven, I did not get exactly -  is it so that your
>>             default sound interface has one input channel? Which audio
>>             module did you use? (portaudio/coreaudio etc)? What
>>             happens if you uncheck the "Channels" checkbox on
>>             Configure->Run? And what if you press Run in Terminal?
>>
>>             Thanks!
>>             tarmo
>>
>>             Kontakt Steven Yi (<stevenyi@gmail.com
>>             <mailto:stevenyi@gmail.com>>) kirjutas kuupäeval E, 29.
>>             juuni 2020 kell 04:41:
>>
>>                 Congratulations on the release! Quite a number of changes!
>>
>>                 I did run into some issues here when I gave it a try
>>                 on macOS 10.14 with dark mode on. The app looked fine
>>                 until I opened the virtual keyboard and then the top
>>                 area and active tab all became black with black text.
>>
>>                 image.png
>>                 Is there a configuration setting I'm missing?  I saw
>>                 some themes but they didn't seem to correspond to dark
>>                 mode.
>>
>>                 Also, I found that for most examples I had to edit to
>>                 add nchnls_i=1 to get them to run, otherwise Csound
>>                 did not start and complained about requesting more
>>                 channels than available. I think it has to do with
>>                 preferences and it being overridden to always use
>>                 -iadc.  I don't believe this is something I set; is
>>                 this the default? If I set it to none (i.e., blank) in
>>                 preferences, the examples that don't use audio input
>>                 run fine.
>>
>>                 And how does one use the spectral display? The manual
>>                 page didn't have a lot of information that I could
>>                 figure out. I saw the Spectrum Analyzer example (from
>>                 Useful examples) and it had FFTSize as a widget. On
>>                 the screenshot for the release, it looked like a
>>                 dropdown was a part of the display, so I wasn't sure
>>                 if it was a built-in feature for window sizes or if
>>                 that was a separate widget that was overlaying the
>>                 display in the screenshot.
>>
>>                 Thanks!
>>                 Steven
>>
>>
>>
>>
>>                 On Sun, Jun 28, 2020 at 9:31 AM Victor Lazzarini
>>                 <Victor.Lazzarini@mu.ie
>>                 <mailto:Victor.Lazzarini@mu.ie>> wrote:
>>
>>                     That was the exact reason. I had never noticed
>>                     that change, because Aqua displays files from both
>>                     directories.
>>                     ========================
>>                     Prof. Victor Lazzarini
>>                     Maynooth University
>>                     Ireland
>>
>>                     > On 28 Jun 2020, at 11:54, Tarmo Johannes
>>                     <trmjhnns@GMAIL.COM <mailto:trmjhnns@GMAIL.COM>>
>>                     wrote:
>>                     >
>>                     > Hi, thanks!
>>                     >
>>                     > Are you on Catalina? I think  the default
>>                     terminal location is changed from Applications to
>>                     /System/Applications
>>                     > You need to set the path manually in
>>                     Configure->Environment.
>>                     > There will be a fix for that later.
>>                     >
>>                     > Hope it helps!
>>                     >
>>                     > Tarmo
>>                     >
>>                     > P, 28. juuni 2020 12:18 Victor Lazzarini
>>                     <Victor.Lazzarini@mu.ie
>>                     <mailto:Victor.Lazzarini@mu.ie>> kirjutas:
>>                     > It looks very good, I just tested. Thanks a lot
>>                     for this.
>>                     >
>>                     > One question: for a while now here on OSX, I
>>                     can’t use the run in term option, it doesn’t open
>>                     a terminal window,
>>                     > does nothing. While it doesn’t bother me, I was
>>                     wondering why this is the case. I have looked at
>>                     > the preferences and correct values are set in
>>                     both the environment and external panes. I suspect
>>                     > some sort of permission, but can’t find what it is.
>>                     >
>>                     > ========================
>>                     > Prof. Victor Lazzarini
>>                     > Maynooth University
>>                     > Ireland
>>                     >
>>                     > > On 28 Jun 2020, at 09:23, Victor Lazzarini
>>                     <Victor.Lazzarini@mu.ie
>>                     <mailto:Victor.Lazzarini@mu.ie>> wrote:
>>                     > >
>>                     > > That looks great! Congratulations and many thanks.
>>                     > >
>>                     > > Prof. Victor Lazzarini
>>                     > > Maynooth University
>>                     > > Ireland
>>                     > >
>>                     > >> On 28 Jun 2020, at 08:36, Eduardo
>>                     Moguillansky <eduardo.moguillansky@gmail.com
>>                     <mailto:eduardo.moguillansky@gmail.com>> wrote:
>>                     > >>
>>                     > >> 
>>                     > >> WARNINGThis email originated from outside of
>>                     Maynooth University's Mail System. Do not reply,
>>                     click links or open attachments unless you
>>                     recognise the sender and know the content is safe.
>>                     > >> Version 0.9.8 is a major release, with
>>                     multiple changes
>>                     > >>
>>                     > >> The source and binaries can be downloaded
>>                     from: https://github.com/CsoundQt/CsoundQt/releases
>>                     > >>
>>                     > >> This version of CsoundQt works with csound
>>                     6.14 or higher
>>                     > >>
>>                     > >> New in version 0.9.8:
>>                     > >>
>>                     > >>      • New icon theme based on KDE's "breeze"
>>                     > >>      • New color themes (for text, background
>>                     and syntax highlighting): classic, light, dark.
>>                     > >>      • New flat style and features for the
>>                     knob widget.
>>                     > >>      • New "Table Plot" widget allows to
>>                     efficiently plot tables in real time.
>>                     > >>      • Graph widget (spectrum, signal
>>                     display) has been highly optimized, drawing is
>>                     between 10x and 20x faster
>>                     > >>      • Graph widget fixed for the use
>>                     together with display opcode. Many display
>>                     instances can be used simultaneously for one or
>>                     multiple widgets without any loss in performance.
>>                     > >>      • Graph widget for tables optimized for
>>                     big tables and soundfiles, detects the actual size
>>                     of the graph and does not draw superfluous points
>>                     > >>      • Spectrogram widget now reacts to
>>                     different sample rates, gained a better grid and
>>                     zoom. It can be customized to show/hide grid,
>>                     scrollbars, menu, etc.
>>                     > >>      • Spectrogram widget can control the
>>                     zoom with keyboard shortcuts (+, -). Also
>>                     scrollbars can be hidden (user can scroll with
>>                     scrollwheel/arrow keys).
>>                     > >>      • Spectrum graph: a graph can bow be
>>                     frozen; clicking on a peak will show the peaks
>>                     frequency
>>                     > >> with resolution independent of the fft size
>>                     of the corresponding dispfft
>>                     > >>      • New icon / new splashscreen
>>                     > >>      • Meter / Controller widget gained many
>>                     options to control its aspect (border, line width,
>>                     background, etc)
>>                     > >>      • New action to test the audio setup
>>                     > >>      • Text labels allow to set a vertical
>>                     alignment
>>                     > >>      • New settings dialogs, allows to use
>>                     the current system sample rate and set the
>>                     > >> number of channels without the need to modify
>>                     the .csd
>>                     > >>      • Help panel received a more streamlined
>>                     look
>>                     > >>      • More streamlined toolbar, removed
>>                     toolbar buttons which are not commonly used
>>                     > >> (these can still be reached from the menus),
>>                     icon size can be set in the preferences, toolbar
>>                     can be locked
>>                     > >>      • Many widgets gained the possibility to
>>                     set their value by double-clicking (knob, scroll
>>                     number)
>>                     > >>      • Now it is possible to move the widgets
>>                     with the keyboard in edit mode. The arrow keys
>>                     move the
>>                     > >> widgets within a grid of 5 pixels (with the
>>                     alt key widgets are nudged by 1 pixel).
>>                     > >>      • More nuanced syntax highlighting
>>                     > >>      • Syntax highlighting for user defined
>>                     opcodes. The work for this lays the ground for
>>                     features like autocomplete and code hints for UDOs.
>>                     > >>      • Button widget can set the size of the font
>>                     > >>      • Checkbox can be resized if the
>>                     platform allows this (works on linux and windows,
>>                     macOS uses native checkboxes which are fixed in size)
>>                     > >>      • Added a setting to control the update
>>                     rate of the gui.
>>                     > >>      • New "Spectrum Analyzer" utility example
>>                     > >>      • Initial support for color schemes,
>>                     allowing csoundqt to use a dark theme matching the
>>                     os (not yet available in this release).
>>                     > >>      • New action "goto line"
>>                     > >> Fixes
>>                     > >>
>>                     > >>      • Race condition fixed which would cause
>>                     CsoundQt to crash when started/stopped in very
>>                     fast succession
>>                     > >>      • Locking issues fixed which prevented
>>                     CsoundQt to stop properly when a graph widget was
>>                     used.
>>                     > >>      • Saving issues where fixed. New option
>>                     to prevent CsoundQt from asking if user wants to
>>                     save a temporary file before playing.
>>                     > >>      • in macOS startup delay has been
>>                     somewhat reduced.
>>                     > >>      • Wrong rendering for the Meter /
>>                     Controller widget fixed is macOS
>>                     > >>      • Better font defaults for the different
>>                     platforms
>>                     > >>      • CTRL-F now searches in manual if help
>>                     dock is focused.
>>                     > >>      • Search bar is made visible and focused
>>                     when clicked on search icon in the help widget
>>                     > >>      • Fixed a bug where activating the
>>                     widgets panel when the widgets are in a separate
>>                     window would
>>                     > >> result in an empty widgets panel or, worse, a
>>                     crash.
>>                     > >>      • Fixed selection and dragging of
>>                     widgets. Now responds to usual keyboard modifiers,
>>                     such as CTRL toggling selection, and shift adding
>>                     an item to a selection, etc.
>>                     > >>      • Changing rt audio module now clears
>>                     the device selection
>>                     > >>      • Fixes last used dir in linux falling
>>                     back to /tmp
>>                     > >>      • macOS: fix to background color in
>>                     widgets panel
>>                     > >>      • Better options for selecting an audio
>>                     device if jack is selected as module (now the
>>                     default does not connect to other ports other than
>>                     the system)
>>                     > >>      • In the config dialog, if jack is not
>>                     running then this is shown in the menu and jack
>>                     can't be selected
>>                     > >>      • scope now has much lower latency
>>                     > >>      • native toolbar in macOS
>>                     > >>      • Less intrusive line numbers, adjust
>>                     colors to the color theme
>>                     > >>      • Each platform has own defaults for
>>                     fonts, sizes, etc., resulting in a better first
>>                     time experience
>>                     > >>      • Lots of fixes in syntax highlighting
>>                     > >>      • Audio device is reset to default
>>                     whenever the audio backend is modified
>>                     > >>      • Full-screen issues have been mostly
>>                     resolved. Window state is remembered.
>>                     > >>      • Graph widget would cause a crash when
>>                     adding a new table if a spectrum display was
>>                     selected. This was fixed.
>>                     > >>      • Atsa defaults were corrected
>>                     > >>      • Latched button acting wrong on event
>>                     with negative duration fixed
>>                     > >>      • Application paths were fixed for macOS
>>                     > >>      • Toolbar rendering problems in mac were
>>                     fixed, reverting back from using mac's unified
>>                     toolbar.
>>                     > >>
>>                     > >> Eduardo Moguillansky / Tarmo Johannes
>>                     > >>
>>                     > >> Csound mailing list Csound@listserv.heanet.ie
>>                     <mailto: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
>>                     <mailto: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
>>                     <mailto: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
>>                     <mailto: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
>>                     <mailto: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
>>                 <mailto: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
>>             <mailto: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
>>         <mailto: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
>>     <mailto: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
>> <mailto: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
> <mailto: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

Date2020-07-04 20:44
FromEduardo Moguillansky
SubjectRe: [Csnd] [EXTERNAL] [Csnd] [ANN] CsoundQt 0.9.8 released
This will give a clue (assuming you are on linux/macos)

strace -ff -e trace=file csound 2>&1 | perl -ne 's/^[^"]+"(([^\\"]|\\[\\"nt])*)".*/$1/ && print' | grep librtpa
On 04.07.20 21:35, Richard van Bemmelen wrote:
Like I said, I do not have a plugins or plugins64 folder anywhere. Yet csound -z (version 6.10)
shows all the opcodes.

Richard

Op za 4 jul. 2020 om 21:31 schreef Tarmo Johannes <trmjhnns@gmail.com>:
Hi,

I can use the AppImage build also with jack, no problem.
Can you run the AppImage from terminal (like any other executable), do you get for any error messages or otherwise helpful output? Or Run in terminal from CsoundQt?
I don't have OPCODE6DIR64 defined in CsoundQt settings,  but
export OPCODE6DIR64=/usr/local/lib/csound/plugins64-6.0/
in ~/.bashrc (from some old time when it was necessary).
I wonder if that makes any difference?

tarmo

Kontakt Victor Lazzarini (<Victor.Lazzarini@mu.ie>) kirjutas kuupäeval L, 4. juuli 2020 kell 22:18:
As Joachim said, I think you need to do this in the CsoundQT configuration  window, under the external tab

Prof. Victor Lazzarini
Maynooth University
Ireland

On 4 Jul 2020, at 20:06, Richard van Bemmelen <zappfinger@gmail.com> wrote:


Well, my csound (version 6.10, I could not build 6.14) is in /usr/bin/csound, but the plugin folders are not found, although csound -z lists plenty of opcodes. I added my csound folder to the environment variables to no avail...

Richard

Op za 4 jul. 2020 om 20:19 schreef joachim heintz <jh@joachimheintz.de>:
you must set OPCODE64DIR in Configuration > External to your Csound
plugins folder (should be in Usr/lib/csound or /usrlocal/lib/csound).  i
had the same situation and after restart it worked.


On 04/07/2020 15:51, Richard wrote:
> The AppImage runs, but I cannot select the RT Audio Module, it is 'null'.
> I must say, although my soundcard (Scarlett 2i2) works, I am struggling
> with starting jack or via qjackctl.
> I get messages about memory locks and 'cannot allocate memory'...
>
> Could this have to do with RT Audio Module being null?
>
> (this Linux audio stuff can be a mess...)
>
> Richard
>
> On 29/06/2020 15:58, Tarmo Johannes wrote:
>> Hi Richard,
>>
>> For Linux I uploaded now an experimental AppImage to:
>> https://github.com/CsoundQt/CsoundQt/releases/download/v0.9.8/CsoundQt-0.9.8-x86_64.AppImage
>> Download, make it executable and you should be able to run in on any
>> 64-bit Linux.
>> The preferred way is to build yourself, see instructions from:
>> https://github.com/CsoundQt/CsoundQt/blob/v0.9.8/BUILDING.md
>> ---
>> I uploaded now the updated MacOS installer:
>> https://github.com/CsoundQt/CsoundQt/releases/download/v0.9.8/CsoundQt-0.9.8-MacOS.dmg
>>
>> The portaudio and channels problems need more investigation, this is
>> not in the build yet.
>>
>> tarmo
>>
>>
>>
>>
>>
>> Kontakt Richard van Bemmelen (<zappfinger@gmail.com
>> <mailto:zappfinger@gmail.com>>) kirjutas kuupäeval E, 29. juuni 2020
>> kell 15:19:
>>
>>     What link should I use to download Csound and CsoundQt for Linux Mint?
>>
>>     Richard
>>
>>     Op ma 29 jun. 2020 om 12:56 schreef Dr. Richard Boulanger
>>     <rboulanger@berklee.edu <mailto:rboulanger@berklee.edu>>:
>>
>>         Thanks very much Tarmo.
>>
>>         This does fix the tabs and icons in CsoundQt going black when
>>         the virtual keyboard is selected on the Mac!
>>         - also, I appreciate that the Virtual Keyboard is in the "tab"
>>         as in my classes, and teaching it is one of the more selected
>>         and used items by me and my students.
>>
>>         I can also report a similar or the same "audio driver" problem
>>         that Steven does about the number of channels issue.
>>         - when I have portaudio selected, even when the number of
>>         channels in the .csd is 2, the instrument won't run until I
>>         select coreaudio, run it
>>
>>         I always test my system by running Xanadu and then test MIDI
>>         by running the Pipe Synth
>>
>>         After installing your latest versions, resetting and
>>         restarting and trying to run Xanadu for the first time, the
>>         console:
>>
>>         PortAudio: selected input device 'MacBook Pro Microphone'
>>
>>         *** PortAudio: error: -9998: Invalid number of channels
>>
>>         Failed to initialise real time audio input
>>
>>         then I chose portaudio (callback) and the console:
>>
>>
>>         PortAudio: selected output device 'Duet USB'
>>
>>         *** PortAudio: error: -9998: Invalid number of channels
>>
>>         closing device
>>
>>         Failed to initialise real time audio output
>>
>>         then I select coreaudio and it renders/runs (but does not list
>>         all my audio devices by name)
>>
>>         *Dr. Richard Boulanger*
>>
>>         /Professor of Electronic Production and Design/
>>
>>         Professional Writing and Technology Division
>>
>>         *Berklee College of Music*
>>
>>
>>         skype:radiobaton
>>
>>         facebook:https://www.facebook.com/richard.boulanger.58
>>
>>         about:http://www.boulangerlabs.com/#about
>>
>>         about:http://www.csounds.com/community/developers/dr-richard-boulanger/
>>
>>         music:http://www.csounds.com/community/developers/dr-richard-boulanger/dr-richard-boulanger-music/
>>
>>
>>         Boulanger Labs - http://boulangerlabs.com
>>         <http://boulangerlabs.com/>
>>
>>         The Csound Book - http://mitpress.mit.edu/books/csound-book
>>
>>         The Audio Programming Book -
>>         http://mitpress.mit.edu/books/audio-programming-book
>>
>>
>>
>>         On Mon, Jun 29, 2020 at 6:36 AM Tarmo Johannes
>>         <trmjhnns@gmail.com <mailto:trmjhnns@gmail.com>> wrote:
>>
>>             Hi,
>>
>>             I fixed the toolbar going black after opening virtual MIDI
>>             keyboard
>>             and added a small workaround to set correct terminal path
>>             for MacOS Cataline. I could not test though, as I have not
>>             upgraded my development machine yet.
>>             There was some problem on github and I could not log in to
>>             upload, the build is on:
>>             http://tarmo.uuu.ee/varia/failid/cs/CsoundQt/CsoundQt-0.9.8-MacOS.dmg
>>             Please try.
>>
>>             Steven, I did not get exactly -  is it so that your
>>             default sound interface has one input channel? Which audio
>>             module did you use? (portaudio/coreaudio etc)? What
>>             happens if you uncheck the "Channels" checkbox on
>>             Configure->Run? And what if you press Run in Terminal?
>>
>>             Thanks!
>>             tarmo
>>
>>             Kontakt Steven Yi (<stevenyi@gmail.com
>>             <mailto:stevenyi@gmail.com>>) kirjutas kuupäeval E, 29.
>>             juuni 2020 kell 04:41:
>>
>>                 Congratulations on the release! Quite a number of changes!
>>
>>                 I did run into some issues here when I gave it a try
>>                 on macOS 10.14 with dark mode on. The app looked fine
>>                 until I opened the virtual keyboard and then the top
>>                 area and active tab all became black with black text.
>>
>>                 image.png
>>                 Is there a configuration setting I'm missing?  I saw
>>                 some themes but they didn't seem to correspond to dark
>>                 mode.
>>
>>                 Also, I found that for most examples I had to edit to
>>                 add nchnls_i=1 to get them to run, otherwise Csound
>>                 did not start and complained about requesting more
>>                 channels than available. I think it has to do with
>>                 preferences and it being overridden to always use
>>                 -iadc.  I don't believe this is something I set; is
>>                 this the default? If I set it to none (i.e., blank) in
>>                 preferences, the examples that don't use audio input
>>                 run fine.
>>
>>                 And how does one use the spectral display? The manual
>>                 page didn't have a lot of information that I could
>>                 figure out. I saw the Spectrum Analyzer example (from
>>                 Useful examples) and it had FFTSize as a widget. On
>>                 the screenshot for the release, it looked like a
>>                 dropdown was a part of the display, so I wasn't sure
>>                 if it was a built-in feature for window sizes or if
>>                 that was a separate widget that was overlaying the
>>                 display in the screenshot.
>>
>>                 Thanks!
>>                 Steven
>>
>>
>>
>>
>>                 On Sun, Jun 28, 2020 at 9:31 AM Victor Lazzarini
>>                 <Victor.Lazzarini@mu.ie
>>                 <mailto:Victor.Lazzarini@mu.ie>> wrote:
>>
>>                     That was the exact reason. I had never noticed
>>                     that change, because Aqua displays files from both
>>                     directories.
>>                     ========================
>>                     Prof. Victor Lazzarini
>>                     Maynooth University
>>                     Ireland
>>
>>                     > On 28 Jun 2020, at 11:54, Tarmo Johannes
>>                     <trmjhnns@GMAIL.COM <mailto:trmjhnns@GMAIL.COM>>
>>                     wrote:
>>                     >
>>                     > Hi, thanks!
>>                     >
>>                     > Are you on Catalina? I think  the default
>>                     terminal location is changed from Applications to
>>                     /System/Applications
>>                     > You need to set the path manually in
>>                     Configure->Environment.
>>                     > There will be a fix for that later.
>>                     >
>>                     > Hope it helps!
>>                     >
>>                     > Tarmo
>>                     >
>>                     > P, 28. juuni 2020 12:18 Victor Lazzarini
>>                     <Victor.Lazzarini@mu.ie
>>                     <mailto:Victor.Lazzarini@mu.ie>> kirjutas:
>>                     > It looks very good, I just tested. Thanks a lot
>>                     for this.
>>                     >
>>                     > One question: for a while now here on OSX, I
>>                     can’t use the run in term option, it doesn’t open
>>                     a terminal window,
>>                     > does nothing. While it doesn’t bother me, I was
>>                     wondering why this is the case. I have looked at
>>                     > the preferences and correct values are set in
>>                     both the environment and external panes. I suspect
>>                     > some sort of permission, but can’t find what it is.
>>                     >
>>                     > ========================
>>                     > Prof. Victor Lazzarini
>>                     > Maynooth University
>>                     > Ireland
>>                     >
>>                     > > On 28 Jun 2020, at 09:23, Victor Lazzarini
>>                     <Victor.Lazzarini@mu.ie
>>                     <mailto:Victor.Lazzarini@mu.ie>> wrote:
>>                     > >
>>                     > > That looks great! Congratulations and many thanks.
>>                     > >
>>                     > > Prof. Victor Lazzarini
>>                     > > Maynooth University
>>                     > > Ireland
>>                     > >
>>                     > >> On 28 Jun 2020, at 08:36, Eduardo
>>                     Moguillansky <eduardo.moguillansky@gmail.com
>>                     <mailto:eduardo.moguillansky@gmail.com>> wrote:
>>                     > >>
>>                     > >> 
>>                     > >> WARNINGThis email originated from outside of
>>                     Maynooth University's Mail System. Do not reply,
>>                     click links or open attachments unless you
>>                     recognise the sender and know the content is safe.
>>                     > >> Version 0.9.8 is a major release, with
>>                     multiple changes
>>                     > >>
>>                     > >> The source and binaries can be downloaded
>>                     from: https://github.com/CsoundQt/CsoundQt/releases
>>                     > >>
>>                     > >> This version of CsoundQt works with csound
>>                     6.14 or higher
>>                     > >>
>>                     > >> New in version 0.9.8:
>>                     > >>
>>                     > >>      • New icon theme based on KDE's "breeze"
>>                     > >>      • New color themes (for text, background
>>                     and syntax highlighting): classic, light, dark.
>>                     > >>      • New flat style and features for the
>>                     knob widget.
>>                     > >>      • New "Table Plot" widget allows to
>>                     efficiently plot tables in real time.
>>                     > >>      • Graph widget (spectrum, signal
>>                     display) has been highly optimized, drawing is
>>                     between 10x and 20x faster
>>                     > >>      • Graph widget fixed for the use
>>                     together with display opcode. Many display
>>                     instances can be used simultaneously for one or
>>                     multiple widgets without any loss in performance.
>>                     > >>      • Graph widget for tables optimized for
>>                     big tables and soundfiles, detects the actual size
>>                     of the graph and does not draw superfluous points
>>                     > >>      • Spectrogram widget now reacts to
>>                     different sample rates, gained a better grid and
>>                     zoom. It can be customized to show/hide grid,
>>                     scrollbars, menu, etc.
>>                     > >>      • Spectrogram widget can control the
>>                     zoom with keyboard shortcuts (+, -). Also
>>                     scrollbars can be hidden (user can scroll with
>>                     scrollwheel/arrow keys).
>>                     > >>      • Spectrum graph: a graph can bow be
>>                     frozen; clicking on a peak will show the peaks
>>                     frequency
>>                     > >> with resolution independent of the fft size
>>                     of the corresponding dispfft
>>                     > >>      • New icon / new splashscreen
>>                     > >>      • Meter / Controller widget gained many
>>                     options to control its aspect (border, line width,
>>                     background, etc)
>>                     > >>      • New action to test the audio setup
>>                     > >>      • Text labels allow to set a vertical
>>                     alignment
>>                     > >>      • New settings dialogs, allows to use
>>                     the current system sample rate and set the
>>                     > >> number of channels without the need to modify
>>                     the .csd
>>                     > >>      • Help panel received a more streamlined
>>                     look
>>                     > >>      • More streamlined toolbar, removed
>>                     toolbar buttons which are not commonly used
>>                     > >> (these can still be reached from the menus),
>>                     icon size can be set in the preferences, toolbar
>>                     can be locked
>>                     > >>      • Many widgets gained the possibility to
>>                     set their value by double-clicking (knob, scroll
>>                     number)
>>                     > >>      • Now it is possible to move the widgets
>>                     with the keyboard in edit mode. The arrow keys
>>                     move the
>>                     > >> widgets within a grid of 5 pixels (with the
>>                     alt key widgets are nudged by 1 pixel).
>>                     > >>      • More nuanced syntax highlighting
>>                     > >>      • Syntax highlighting for user defined
>>                     opcodes. The work for this lays the ground for
>>                     features like autocomplete and code hints for UDOs.
>>                     > >>      • Button widget can set the size of the font
>>                     > >>      • Checkbox can be resized if the
>>                     platform allows this (works on linux and windows,
>>                     macOS uses native checkboxes which are fixed in size)
>>                     > >>      • Added a setting to control the update
>>                     rate of the gui.
>>                     > >>      • New "Spectrum Analyzer" utility example
>>                     > >>      • Initial support for color schemes,
>>                     allowing csoundqt to use a dark theme matching the
>>                     os (not yet available in this release).
>>                     > >>      • New action "goto line"
>>                     > >> Fixes
>>                     > >>
>>                     > >>      • Race condition fixed which would cause
>>                     CsoundQt to crash when started/stopped in very
>>                     fast succession
>>                     > >>      • Locking issues fixed which prevented
>>                     CsoundQt to stop properly when a graph widget was
>>                     used.
>>                     > >>      • Saving issues where fixed. New option
>>                     to prevent CsoundQt from asking if user wants to
>>                     save a temporary file before playing.
>>                     > >>      • in macOS startup delay has been
>>                     somewhat reduced.
>>                     > >>      • Wrong rendering for the Meter /
>>                     Controller widget fixed is macOS
>>                     > >>      • Better font defaults for the different
>>                     platforms
>>                     > >>      • CTRL-F now searches in manual if help
>>                     dock is focused.
>>                     > >>      • Search bar is made visible and focused
>>                     when clicked on search icon in the help widget
>>                     > >>      • Fixed a bug where activating the
>>                     widgets panel when the widgets are in a separate
>>                     window would
>>                     > >> result in an empty widgets panel or, worse, a
>>                     crash.
>>                     > >>      • Fixed selection and dragging of
>>                     widgets. Now responds to usual keyboard modifiers,
>>                     such as CTRL toggling selection, and shift adding
>>                     an item to a selection, etc.
>>                     > >>      • Changing rt audio module now clears
>>                     the device selection
>>                     > >>      • Fixes last used dir in linux falling
>>                     back to /tmp
>>                     > >>      • macOS: fix to background color in
>>                     widgets panel
>>                     > >>      • Better options for selecting an audio
>>                     device if jack is selected as module (now the
>>                     default does not connect to other ports other than
>>                     the system)
>>                     > >>      • In the config dialog, if jack is not
>>                     running then this is shown in the menu and jack
>>                     can't be selected
>>                     > >>      • scope now has much lower latency
>>                     > >>      • native toolbar in macOS
>>                     > >>      • Less intrusive line numbers, adjust
>>                     colors to the color theme
>>                     > >>      • Each platform has own defaults for
>>                     fonts, sizes, etc., resulting in a better first
>>                     time experience
>>                     > >>      • Lots of fixes in syntax highlighting
>>                     > >>      • Audio device is reset to default
>>                     whenever the audio backend is modified
>>                     > >>      • Full-screen issues have been mostly
>>                     resolved. Window state is remembered.
>>                     > >>      • Graph widget would cause a crash when
>>                     adding a new table if a spectrum display was
>>                     selected. This was fixed.
>>                     > >>      • Atsa defaults were corrected
>>                     > >>      • Latched button acting wrong on event
>>                     with negative duration fixed
>>                     > >>      • Application paths were fixed for macOS
>>                     > >>      • Toolbar rendering problems in mac were
>>                     fixed, reverting back from using mac's unified
>>                     toolbar.
>>                     > >>
>>                     > >> Eduardo Moguillansky / Tarmo Johannes
>>                     > >>
>>                     > >> Csound mailing list Csound@listserv.heanet.ie
>>                     <mailto: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
>>                     <mailto: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
>>                     <mailto: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
>>                     <mailto: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
>>                     <mailto: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
>>                 <mailto: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
>>             <mailto: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
>>         <mailto: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
>>     <mailto: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
>> <mailto: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
> <mailto: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

Date2020-07-04 21:12
FromRichard van Bemmelen
SubjectRe: [Csnd] [EXTERNAL] [Csnd] [ANN] CsoundQt 0.9.8 released
Thanks! That gave me the directory...

Op za 4 jul. 2020 om 21:46 schreef Eduardo Moguillansky <eduardo.moguillansky@gmail.com>:
This will give a clue (assuming you are on linux/macos)

strace -ff -e trace=file csound 2>&1 | perl -ne 's/^[^"]+"(([^\\"]|\\[\\"nt])*)".*/$1/ && print' | grep librtpa
On 04.07.20 21:35, Richard van Bemmelen wrote:
Like I said, I do not have a plugins or plugins64 folder anywhere. Yet csound -z (version 6.10)
shows all the opcodes.

Richard

Op za 4 jul. 2020 om 21:31 schreef Tarmo Johannes <trmjhnns@gmail.com>:
Hi,

I can use the AppImage build also with jack, no problem.
Can you run the AppImage from terminal (like any other executable), do you get for any error messages or otherwise helpful output? Or Run in terminal from CsoundQt?
I don't have OPCODE6DIR64 defined in CsoundQt settings,  but
export OPCODE6DIR64=/usr/local/lib/csound/plugins64-6.0/
in ~/.bashrc (from some old time when it was necessary).
I wonder if that makes any difference?

tarmo

Kontakt Victor Lazzarini (<Victor.Lazzarini@mu.ie>) kirjutas kuupäeval L, 4. juuli 2020 kell 22:18:
As Joachim said, I think you need to do this in the CsoundQT configuration  window, under the external tab

Prof. Victor Lazzarini
Maynooth University
Ireland

On 4 Jul 2020, at 20:06, Richard van Bemmelen <zappfinger@gmail.com> wrote:


Well, my csound (version 6.10, I could not build 6.14) is in /usr/bin/csound, but the plugin folders are not found, although csound -z lists plenty of opcodes. I added my csound folder to the environment variables to no avail...

Richard

Op za 4 jul. 2020 om 20:19 schreef joachim heintz <jh@joachimheintz.de>:
you must set OPCODE64DIR in Configuration > External to your Csound
plugins folder (should be in Usr/lib/csound or /usrlocal/lib/csound).  i
had the same situation and after restart it worked.


On 04/07/2020 15:51, Richard wrote:
> The AppImage runs, but I cannot select the RT Audio Module, it is 'null'.
> I must say, although my soundcard (Scarlett 2i2) works, I am struggling
> with starting jack or via qjackctl.
> I get messages about memory locks and 'cannot allocate memory'...
>
> Could this have to do with RT Audio Module being null?
>
> (this Linux audio stuff can be a mess...)
>
> Richard
>
> On 29/06/2020 15:58, Tarmo Johannes wrote:
>> Hi Richard,
>>
>> For Linux I uploaded now an experimental AppImage to:
>> https://github.com/CsoundQt/CsoundQt/releases/download/v0.9.8/CsoundQt-0.9.8-x86_64.AppImage
>> Download, make it executable and you should be able to run in on any
>> 64-bit Linux.
>> The preferred way is to build yourself, see instructions from:
>> https://github.com/CsoundQt/CsoundQt/blob/v0.9.8/BUILDING.md
>> ---
>> I uploaded now the updated MacOS installer:
>> https://github.com/CsoundQt/CsoundQt/releases/download/v0.9.8/CsoundQt-0.9.8-MacOS.dmg
>>
>> The portaudio and channels problems need more investigation, this is
>> not in the build yet.
>>
>> tarmo
>>
>>
>>
>>
>>
>> Kontakt Richard van Bemmelen (<zappfinger@gmail.com
>> <mailto:zappfinger@gmail.com>>) kirjutas kuupäeval E, 29. juuni 2020
>> kell 15:19:
>>
>>     What link should I use to download Csound and CsoundQt for Linux Mint?
>>
>>     Richard
>>
>>     Op ma 29 jun. 2020 om 12:56 schreef Dr. Richard Boulanger
>>     <rboulanger@berklee.edu <mailto:rboulanger@berklee.edu>>:
>>
>>         Thanks very much Tarmo.
>>
>>         This does fix the tabs and icons in CsoundQt going black when
>>         the virtual keyboard is selected on the Mac!
>>         - also, I appreciate that the Virtual Keyboard is in the "tab"
>>         as in my classes, and teaching it is one of the more selected
>>         and used items by me and my students.
>>
>>         I can also report a similar or the same "audio driver" problem
>>         that Steven does about the number of channels issue.
>>         - when I have portaudio selected, even when the number of
>>         channels in the .csd is 2, the instrument won't run until I
>>         select coreaudio, run it
>>
>>         I always test my system by running Xanadu and then test MIDI
>>         by running the Pipe Synth
>>
>>         After installing your latest versions, resetting and
>>         restarting and trying to run Xanadu for the first time, the
>>         console:
>>
>>         PortAudio: selected input device 'MacBook Pro Microphone'
>>
>>         *** PortAudio: error: -9998: Invalid number of channels
>>
>>         Failed to initialise real time audio input
>>
>>         then I chose portaudio (callback) and the console:
>>
>>
>>         PortAudio: selected output device 'Duet USB'
>>
>>         *** PortAudio: error: -9998: Invalid number of channels
>>
>>         closing device
>>
>>         Failed to initialise real time audio output
>>
>>         then I select coreaudio and it renders/runs (but does not list
>>         all my audio devices by name)
>>
>>         *Dr. Richard Boulanger*
>>
>>         /Professor of Electronic Production and Design/
>>
>>         Professional Writing and Technology Division
>>
>>         *Berklee College of Music*
>>
>>
>>         skype:radiobaton
>>
>>         facebook:https://www.facebook.com/richard.boulanger.58
>>
>>         about:http://www.boulangerlabs.com/#about
>>
>>         about:http://www.csounds.com/community/developers/dr-richard-boulanger/
>>
>>         music:http://www.csounds.com/community/developers/dr-richard-boulanger/dr-richard-boulanger-music/
>>
>>
>>         Boulanger Labs - http://boulangerlabs.com
>>         <http://boulangerlabs.com/>
>>
>>         The Csound Book - http://mitpress.mit.edu/books/csound-book
>>
>>         The Audio Programming Book -
>>         http://mitpress.mit.edu/books/audio-programming-book
>>
>>
>>
>>         On Mon, Jun 29, 2020 at 6:36 AM Tarmo Johannes
>>         <trmjhnns@gmail.com <mailto:trmjhnns@gmail.com>> wrote:
>>
>>             Hi,
>>
>>             I fixed the toolbar going black after opening virtual MIDI
>>             keyboard
>>             and added a small workaround to set correct terminal path
>>             for MacOS Cataline. I could not test though, as I have not
>>             upgraded my development machine yet.
>>             There was some problem on github and I could not log in to
>>             upload, the build is on:
>>             http://tarmo.uuu.ee/varia/failid/cs/CsoundQt/CsoundQt-0.9.8-MacOS.dmg
>>             Please try.
>>
>>             Steven, I did not get exactly -  is it so that your
>>             default sound interface has one input channel? Which audio
>>             module did you use? (portaudio/coreaudio etc)? What
>>             happens if you uncheck the "Channels" checkbox on
>>             Configure->Run? And what if you press Run in Terminal?
>>
>>             Thanks!
>>             tarmo
>>
>>             Kontakt Steven Yi (<stevenyi@gmail.com
>>             <mailto:stevenyi@gmail.com>>) kirjutas kuupäeval E, 29.
>>             juuni 2020 kell 04:41:
>>
>>                 Congratulations on the release! Quite a number of changes!
>>
>>                 I did run into some issues here when I gave it a try
>>                 on macOS 10.14 with dark mode on. The app looked fine
>>                 until I opened the virtual keyboard and then the top
>>                 area and active tab all became black with black text.
>>
>>                 image.png
>>                 Is there a configuration setting I'm missing?  I saw
>>                 some themes but they didn't seem to correspond to dark
>>                 mode.
>>
>>                 Also, I found that for most examples I had to edit to
>>                 add nchnls_i=1 to get them to run, otherwise Csound
>>                 did not start and complained about requesting more
>>                 channels than available. I think it has to do with
>>                 preferences and it being overridden to always use
>>                 -iadc.  I don't believe this is something I set; is
>>                 this the default? If I set it to none (i.e., blank) in
>>                 preferences, the examples that don't use audio input
>>                 run fine.
>>
>>                 And how does one use the spectral display? The manual
>>                 page didn't have a lot of information that I could
>>                 figure out. I saw the Spectrum Analyzer example (from
>>                 Useful examples) and it had FFTSize as a widget. On
>>                 the screenshot for the release, it looked like a
>>                 dropdown was a part of the display, so I wasn't sure
>>                 if it was a built-in feature for window sizes or if
>>                 that was a separate widget that was overlaying the
>>                 display in the screenshot.
>>
>>                 Thanks!
>>                 Steven
>>
>>
>>
>>
>>                 On Sun, Jun 28, 2020 at 9:31 AM Victor Lazzarini
>>                 <Victor.Lazzarini@mu.ie
>>                 <mailto:Victor.Lazzarini@mu.ie>> wrote:
>>
>>                     That was the exact reason. I had never noticed
>>                     that change, because Aqua displays files from both
>>                     directories.
>>                     ========================
>>                     Prof. Victor Lazzarini
>>                     Maynooth University
>>                     Ireland
>>
>>                     > On 28 Jun 2020, at 11:54, Tarmo Johannes
>>                     <trmjhnns@GMAIL.COM <mailto:trmjhnns@GMAIL.COM>>
>>                     wrote:
>>                     >
>>                     > Hi, thanks!
>>                     >
>>                     > Are you on Catalina? I think  the default
>>                     terminal location is changed from Applications to
>>                     /System/Applications
>>                     > You need to set the path manually in
>>                     Configure->Environment.
>>                     > There will be a fix for that later.
>>                     >
>>                     > Hope it helps!
>>                     >
>>                     > Tarmo
>>                     >
>>                     > P, 28. juuni 2020 12:18 Victor Lazzarini
>>                     <Victor.Lazzarini@mu.ie
>>                     <mailto:Victor.Lazzarini@mu.ie>> kirjutas:
>>                     > It looks very good, I just tested. Thanks a lot
>>                     for this.
>>                     >
>>                     > One question: for a while now here on OSX, I
>>                     can’t use the run in term option, it doesn’t open
>>                     a terminal window,
>>                     > does nothing. While it doesn’t bother me, I was
>>                     wondering why this is the case. I have looked at
>>                     > the preferences and correct values are set in
>>                     both the environment and external panes. I suspect
>>                     > some sort of permission, but can’t find what it is.
>>                     >
>>                     > ========================
>>                     > Prof. Victor Lazzarini
>>                     > Maynooth University
>>                     > Ireland
>>                     >
>>                     > > On 28 Jun 2020, at 09:23, Victor Lazzarini
>>                     <Victor.Lazzarini@mu.ie
>>                     <mailto:Victor.Lazzarini@mu.ie>> wrote:
>>                     > >
>>                     > > That looks great! Congratulations and many thanks.
>>                     > >
>>                     > > Prof. Victor Lazzarini
>>                     > > Maynooth University
>>                     > > Ireland
>>                     > >
>>                     > >> On 28 Jun 2020, at 08:36, Eduardo
>>                     Moguillansky <eduardo.moguillansky@gmail.com
>>                     <mailto:eduardo.moguillansky@gmail.com>> wrote:
>>                     > >>
>>                     > >> 
>>                     > >> WARNINGThis email originated from outside of
>>                     Maynooth University's Mail System. Do not reply,
>>                     click links or open attachments unless you
>>                     recognise the sender and know the content is safe.
>>                     > >> Version 0.9.8 is a major release, with
>>                     multiple changes
>>                     > >>
>>                     > >> The source and binaries can be downloaded
>>                     from: https://github.com/CsoundQt/CsoundQt/releases
>>                     > >>
>>                     > >> This version of CsoundQt works with csound
>>                     6.14 or higher
>>                     > >>
>>                     > >> New in version 0.9.8:
>>                     > >>
>>                     > >>      • New icon theme based on KDE's "breeze"
>>                     > >>      • New color themes (for text, background
>>                     and syntax highlighting): classic, light, dark.
>>                     > >>      • New flat style and features for the
>>                     knob widget.
>>                     > >>      • New "Table Plot" widget allows to
>>                     efficiently plot tables in real time.
>>                     > >>      • Graph widget (spectrum, signal
>>                     display) has been highly optimized, drawing is
>>                     between 10x and 20x faster
>>                     > >>      • Graph widget fixed for the use
>>                     together with display opcode. Many display
>>                     instances can be used simultaneously for one or
>>                     multiple widgets without any loss in performance.
>>                     > >>      • Graph widget for tables optimized for
>>                     big tables and soundfiles, detects the actual size
>>                     of the graph and does not draw superfluous points
>>                     > >>      • Spectrogram widget now reacts to
>>                     different sample rates, gained a better grid and
>>                     zoom. It can be customized to show/hide grid,
>>                     scrollbars, menu, etc.
>>                     > >>      • Spectrogram widget can control the
>>                     zoom with keyboard shortcuts (+, -). Also
>>                     scrollbars can be hidden (user can scroll with
>>                     scrollwheel/arrow keys).
>>                     > >>      • Spectrum graph: a graph can bow be
>>                     frozen; clicking on a peak will show the peaks
>>                     frequency
>>                     > >> with resolution independent of the fft size
>>                     of the corresponding dispfft
>>                     > >>      • New icon / new splashscreen
>>                     > >>      • Meter / Controller widget gained many
>>                     options to control its aspect (border, line width,
>>                     background, etc)
>>                     > >>      • New action to test the audio setup
>>                     > >>      • Text labels allow to set a vertical
>>                     alignment
>>                     > >>      • New settings dialogs, allows to use
>>                     the current system sample rate and set the
>>                     > >> number of channels without the need to modify
>>                     the .csd
>>                     > >>      • Help panel received a more streamlined
>>                     look
>>                     > >>      • More streamlined toolbar, removed
>>                     toolbar buttons which are not commonly used
>>                     > >> (these can still be reached from the menus),
>>                     icon size can be set in the preferences, toolbar
>>                     can be locked
>>                     > >>      • Many widgets gained the possibility to
>>                     set their value by double-clicking (knob, scroll
>>                     number)
>>                     > >>      • Now it is possible to move the widgets
>>                     with the keyboard in edit mode. The arrow keys
>>                     move the
>>                     > >> widgets within a grid of 5 pixels (with the
>>                     alt key widgets are nudged by 1 pixel).
>>                     > >>      • More nuanced syntax highlighting
>>                     > >>      • Syntax highlighting for user defined
>>                     opcodes. The work for this lays the ground for
>>                     features like autocomplete and code hints for UDOs.
>>                     > >>      • Button widget can set the size of the font
>>                     > >>      • Checkbox can be resized if the
>>                     platform allows this (works on linux and windows,
>>                     macOS uses native checkboxes which are fixed in size)
>>                     > >>      • Added a setting to control the update
>>                     rate of the gui.
>>                     > >>      • New "Spectrum Analyzer" utility example
>>                     > >>      • Initial support for color schemes,
>>                     allowing csoundqt to use a dark theme matching the
>>                     os (not yet available in this release).
>>                     > >>      • New action "goto line"
>>                     > >> Fixes
>>                     > >>
>>                     > >>      • Race condition fixed which would cause
>>                     CsoundQt to crash when started/stopped in very
>>                     fast succession
>>                     > >>      • Locking issues fixed which prevented
>>                     CsoundQt to stop properly when a graph widget was
>>                     used.
>>                     > >>      • Saving issues where fixed. New option
>>                     to prevent CsoundQt from asking if user wants to
>>                     save a temporary file before playing.
>>                     > >>      • in macOS startup delay has been
>>                     somewhat reduced.
>>                     > >>      • Wrong rendering for the Meter /
>>                     Controller widget fixed is macOS
>>                     > >>      • Better font defaults for the different
>>                     platforms
>>                     > >>      • CTRL-F now searches in manual if help
>>                     dock is focused.
>>                     > >>      • Search bar is made visible and focused
>>                     when clicked on search icon in the help widget
>>                     > >>      • Fixed a bug where activating the
>>                     widgets panel when the widgets are in a separate
>>                     window would
>>                     > >> result in an empty widgets panel or, worse, a
>>                     crash.
>>                     > >>      • Fixed selection and dragging of
>>                     widgets. Now responds to usual keyboard modifiers,
>>                     such as CTRL toggling selection, and shift adding
>>                     an item to a selection, etc.
>>                     > >>      • Changing rt audio module now clears
>>                     the device selection
>>                     > >>      • Fixes last used dir in linux falling
>>                     back to /tmp
>>                     > >>      • macOS: fix to background color in
>>                     widgets panel
>>                     > >>      • Better options for selecting an audio
>>                     device if jack is selected as module (now the
>>                     default does not connect to other ports other than
>>                     the system)
>>                     > >>      • In the config dialog, if jack is not
>>                     running then this is shown in the menu and jack
>>                     can't be selected
>>                     > >>      • scope now has much lower latency
>>                     > >>      • native toolbar in macOS
>>                     > >>      • Less intrusive line numbers, adjust
>>                     colors to the color theme
>>                     > >>      • Each platform has own defaults for
>>                     fonts, sizes, etc., resulting in a better first
>>                     time experience
>>                     > >>      • Lots of fixes in syntax highlighting
>>                     > >>      • Audio device is reset to default
>>                     whenever the audio backend is modified
>>                     > >>      • Full-screen issues have been mostly
>>                     resolved. Window state is remembered.
>>                     > >>      • Graph widget would cause a crash when
>>                     adding a new table if a spectrum display was
>>                     selected. This was fixed.
>>                     > >>      • Atsa defaults were corrected
>>                     > >>      • Latched button acting wrong on event
>>                     with negative duration fixed
>>                     > >>      • Application paths were fixed for macOS
>>                     > >>      • Toolbar rendering problems in mac were
>>                     fixed, reverting back from using mac's unified
>>                     toolbar.
>>                     > >>
>>                     > >> Eduardo Moguillansky / Tarmo Johannes
>>                     > >>
>>                     > >> Csound mailing list Csound@listserv.heanet.ie
>>                     <mailto: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
>>                     <mailto: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
>>                     <mailto: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
>>                     <mailto: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
>>                     <mailto: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
>>                 <mailto: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
>>             <mailto: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
>>         <mailto: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
>>     <mailto: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
>> <mailto: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
> <mailto: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
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

Date2020-07-04 21:22
FromRichard van Bemmelen
SubjectRe: [Csnd] [EXTERNAL] [Csnd] [ANN] CsoundQt 0.9.8 released
Thanks, that seemed to work, but the AudioMidiTest.csd gives the following errors:
Creating score
rtaudio: ALSA module enabled
opcode changed deprecated
error: syntax error, unexpected ')'  (token ")") from file /tmp/csound-tmpTwZ21667.csd (1)
 line 223:
>>>) <<<
Parsing failed due to invalid input!
Stopping on parser failure
cannot compile orchestra

Op za 4 jul. 2020 om 21:36 schreef Tarmo Johannes <trmjhnns@gmail.com>:
Yes, I can confirm, the problem is that the AppImage does not find plugins folder automatically when it is not set. I must take care for it. If you run in terminal:
export OPCODE6DIR64=/usr/local/lib/csound/plugins64-6.0/
(or whatever is the correct location)
and then
./CsoundQt-0.9.8-x86_64.AppImage
it should find the plugins.

I must investigate it and hope to make a fix for 0.9.8.1 build.

tarmo


Kontakt Richard van Bemmelen (<zappfinger@gmail.com>) kirjutas kuupäeval L, 4. juuli 2020 kell 22:30:
I doubt it. The external tab has nothing about Csound directories.
The environment tab has...

Richard

Op za 4 jul. 2020 om 21:18 schreef Victor Lazzarini <Victor.Lazzarini@mu.ie>:
As Joachim said, I think you need to do this in the CsoundQT configuration  window, under the external tab

Prof. Victor Lazzarini
Maynooth University
Ireland

On 4 Jul 2020, at 20:06, Richard van Bemmelen <zappfinger@gmail.com> wrote:


Well, my csound (version 6.10, I could not build 6.14) is in /usr/bin/csound, but the plugin folders are not found, although csound -z lists plenty of opcodes. I added my csound folder to the environment variables to no avail...

Richard

Op za 4 jul. 2020 om 20:19 schreef joachim heintz <jh@joachimheintz.de>:
you must set OPCODE64DIR in Configuration > External to your Csound
plugins folder (should be in Usr/lib/csound or /usrlocal/lib/csound).  i
had the same situation and after restart it worked.


On 04/07/2020 15:51, Richard wrote:
> The AppImage runs, but I cannot select the RT Audio Module, it is 'null'.
> I must say, although my soundcard (Scarlett 2i2) works, I am struggling
> with starting jack or via qjackctl.
> I get messages about memory locks and 'cannot allocate memory'...
>
> Could this have to do with RT Audio Module being null?
>
> (this Linux audio stuff can be a mess...)
>
> Richard
>
> On 29/06/2020 15:58, Tarmo Johannes wrote:
>> Hi Richard,
>>
>> For Linux I uploaded now an experimental AppImage to:
>> https://github.com/CsoundQt/CsoundQt/releases/download/v0.9.8/CsoundQt-0.9.8-x86_64.AppImage
>> Download, make it executable and you should be able to run in on any
>> 64-bit Linux.
>> The preferred way is to build yourself, see instructions from:
>> https://github.com/CsoundQt/CsoundQt/blob/v0.9.8/BUILDING.md
>> ---
>> I uploaded now the updated MacOS installer:
>> https://github.com/CsoundQt/CsoundQt/releases/download/v0.9.8/CsoundQt-0.9.8-MacOS.dmg
>>
>> The portaudio and channels problems need more investigation, this is
>> not in the build yet.
>>
>> tarmo
>>
>>
>>
>>
>>
>> Kontakt Richard van Bemmelen (<zappfinger@gmail.com
>> <mailto:zappfinger@gmail.com>>) kirjutas kuupäeval E, 29. juuni 2020
>> kell 15:19:
>>
>>     What link should I use to download Csound and CsoundQt for Linux Mint?
>>
>>     Richard
>>
>>     Op ma 29 jun. 2020 om 12:56 schreef Dr. Richard Boulanger
>>     <rboulanger@berklee.edu <mailto:rboulanger@berklee.edu>>:
>>
>>         Thanks very much Tarmo.
>>
>>         This does fix the tabs and icons in CsoundQt going black when
>>         the virtual keyboard is selected on the Mac!
>>         - also, I appreciate that the Virtual Keyboard is in the "tab"
>>         as in my classes, and teaching it is one of the more selected
>>         and used items by me and my students.
>>
>>         I can also report a similar or the same "audio driver" problem
>>         that Steven does about the number of channels issue.
>>         - when I have portaudio selected, even when the number of
>>         channels in the .csd is 2, the instrument won't run until I
>>         select coreaudio, run it
>>
>>         I always test my system by running Xanadu and then test MIDI
>>         by running the Pipe Synth
>>
>>         After installing your latest versions, resetting and
>>         restarting and trying to run Xanadu for the first time, the
>>         console:
>>
>>         PortAudio: selected input device 'MacBook Pro Microphone'
>>
>>         *** PortAudio: error: -9998: Invalid number of channels
>>
>>         Failed to initialise real time audio input
>>
>>         then I chose portaudio (callback) and the console:
>>
>>
>>         PortAudio: selected output device 'Duet USB'
>>
>>         *** PortAudio: error: -9998: Invalid number of channels
>>
>>         closing device
>>
>>         Failed to initialise real time audio output
>>
>>         then I select coreaudio and it renders/runs (but does not list
>>         all my audio devices by name)
>>
>>         *Dr. Richard Boulanger*
>>
>>         /Professor of Electronic Production and Design/
>>
>>         Professional Writing and Technology Division
>>
>>         *Berklee College of Music*
>>
>>
>>         skype:radiobaton
>>
>>         facebook:https://www.facebook.com/richard.boulanger.58
>>
>>         about:http://www.boulangerlabs.com/#about
>>
>>         about:http://www.csounds.com/community/developers/dr-richard-boulanger/
>>
>>         music:http://www.csounds.com/community/developers/dr-richard-boulanger/dr-richard-boulanger-music/
>>
>>
>>         Boulanger Labs - http://boulangerlabs.com
>>         <http://boulangerlabs.com/>
>>
>>         The Csound Book - http://mitpress.mit.edu/books/csound-book
>>
>>         The Audio Programming Book -
>>         http://mitpress.mit.edu/books/audio-programming-book
>>
>>
>>
>>         On Mon, Jun 29, 2020 at 6:36 AM Tarmo Johannes
>>         <trmjhnns@gmail.com <mailto:trmjhnns@gmail.com>> wrote:
>>
>>             Hi,
>>
>>             I fixed the toolbar going black after opening virtual MIDI
>>             keyboard
>>             and added a small workaround to set correct terminal path
>>             for MacOS Cataline. I could not test though, as I have not
>>             upgraded my development machine yet.
>>             There was some problem on github and I could not log in to
>>             upload, the build is on:
>>             http://tarmo.uuu.ee/varia/failid/cs/CsoundQt/CsoundQt-0.9.8-MacOS.dmg
>>             Please try.
>>
>>             Steven, I did not get exactly -  is it so that your
>>             default sound interface has one input channel? Which audio
>>             module did you use? (portaudio/coreaudio etc)? What
>>             happens if you uncheck the "Channels" checkbox on
>>             Configure->Run? And what if you press Run in Terminal?
>>
>>             Thanks!
>>             tarmo
>>
>>             Kontakt Steven Yi (<stevenyi@gmail.com
>>             <mailto:stevenyi@gmail.com>>) kirjutas kuupäeval E, 29.
>>             juuni 2020 kell 04:41:
>>
>>                 Congratulations on the release! Quite a number of changes!
>>
>>                 I did run into some issues here when I gave it a try
>>                 on macOS 10.14 with dark mode on. The app looked fine
>>                 until I opened the virtual keyboard and then the top
>>                 area and active tab all became black with black text.
>>
>>                 image.png
>>                 Is there a configuration setting I'm missing?  I saw
>>                 some themes but they didn't seem to correspond to dark
>>                 mode.
>>
>>                 Also, I found that for most examples I had to edit to
>>                 add nchnls_i=1 to get them to run, otherwise Csound
>>                 did not start and complained about requesting more
>>                 channels than available. I think it has to do with
>>                 preferences and it being overridden to always use
>>                 -iadc.  I don't believe this is something I set; is
>>                 this the default? If I set it to none (i.e., blank) in
>>                 preferences, the examples that don't use audio input
>>                 run fine.
>>
>>                 And how does one use the spectral display? The manual
>>                 page didn't have a lot of information that I could
>>                 figure out. I saw the Spectrum Analyzer example (from
>>                 Useful examples) and it had FFTSize as a widget. On
>>                 the screenshot for the release, it looked like a
>>                 dropdown was a part of the display, so I wasn't sure
>>                 if it was a built-in feature for window sizes or if
>>                 that was a separate widget that was overlaying the
>>                 display in the screenshot.
>>
>>                 Thanks!
>>                 Steven
>>
>>
>>
>>
>>                 On Sun, Jun 28, 2020 at 9:31 AM Victor Lazzarini
>>                 <Victor.Lazzarini@mu.ie
>>                 <mailto:Victor.Lazzarini@mu.ie>> wrote:
>>
>>                     That was the exact reason. I had never noticed
>>                     that change, because Aqua displays files from both
>>                     directories.
>>                     ========================
>>                     Prof. Victor Lazzarini
>>                     Maynooth University
>>                     Ireland
>>
>>                     > On 28 Jun 2020, at 11:54, Tarmo Johannes
>>                     <trmjhnns@GMAIL.COM <mailto:trmjhnns@GMAIL.COM>>
>>                     wrote:
>>                     >
>>                     > Hi, thanks!
>>                     >
>>                     > Are you on Catalina? I think  the default
>>                     terminal location is changed from Applications to
>>                     /System/Applications
>>                     > You need to set the path manually in
>>                     Configure->Environment.
>>                     > There will be a fix for that later.
>>                     >
>>                     > Hope it helps!
>>                     >
>>                     > Tarmo
>>                     >
>>                     > P, 28. juuni 2020 12:18 Victor Lazzarini
>>                     <Victor.Lazzarini@mu.ie
>>                     <mailto:Victor.Lazzarini@mu.ie>> kirjutas:
>>                     > It looks very good, I just tested. Thanks a lot
>>                     for this.
>>                     >
>>                     > One question: for a while now here on OSX, I
>>                     can’t use the run in term option, it doesn’t open
>>                     a terminal window,
>>                     > does nothing. While it doesn’t bother me, I was
>>                     wondering why this is the case. I have looked at
>>                     > the preferences and correct values are set in
>>                     both the environment and external panes. I suspect
>>                     > some sort of permission, but can’t find what it is.
>>                     >
>>                     > ========================
>>                     > Prof. Victor Lazzarini
>>                     > Maynooth University
>>                     > Ireland
>>                     >
>>                     > > On 28 Jun 2020, at 09:23, Victor Lazzarini
>>                     <Victor.Lazzarini@mu.ie
>>                     <mailto:Victor.Lazzarini@mu.ie>> wrote:
>>                     > >
>>                     > > That looks great! Congratulations and many thanks.
>>                     > >
>>                     > > Prof. Victor Lazzarini
>>                     > > Maynooth University
>>                     > > Ireland
>>                     > >
>>                     > >> On 28 Jun 2020, at 08:36, Eduardo
>>                     Moguillansky <eduardo.moguillansky@gmail.com
>>                     <mailto:eduardo.moguillansky@gmail.com>> wrote:
>>                     > >>
>>                     > >> 
>>                     > >> WARNINGThis email originated from outside of
>>                     Maynooth University's Mail System. Do not reply,
>>                     click links or open attachments unless you
>>                     recognise the sender and know the content is safe.
>>                     > >> Version 0.9.8 is a major release, with
>>                     multiple changes
>>                     > >>
>>                     > >> The source and binaries can be downloaded
>>                     from: https://github.com/CsoundQt/CsoundQt/releases
>>                     > >>
>>                     > >> This version of CsoundQt works with csound
>>                     6.14 or higher
>>                     > >>
>>                     > >> New in version 0.9.8:
>>                     > >>
>>                     > >>      • New icon theme based on KDE's "breeze"
>>                     > >>      • New color themes (for text, background
>>                     and syntax highlighting): classic, light, dark.
>>                     > >>      • New flat style and features for the
>>                     knob widget.
>>                     > >>      • New "Table Plot" widget allows to
>>                     efficiently plot tables in real time.
>>                     > >>      • Graph widget (spectrum, signal
>>                     display) has been highly optimized, drawing is
>>                     between 10x and 20x faster
>>                     > >>      • Graph widget fixed for the use
>>                     together with display opcode. Many display
>>                     instances can be used simultaneously for one or
>>                     multiple widgets without any loss in performance.
>>                     > >>      • Graph widget for tables optimized for
>>                     big tables and soundfiles, detects the actual size
>>                     of the graph and does not draw superfluous points
>>                     > >>      • Spectrogram widget now reacts to
>>                     different sample rates, gained a better grid and
>>                     zoom. It can be customized to show/hide grid,
>>                     scrollbars, menu, etc.
>>                     > >>      • Spectrogram widget can control the
>>                     zoom with keyboard shortcuts (+, -). Also
>>                     scrollbars can be hidden (user can scroll with
>>                     scrollwheel/arrow keys).
>>                     > >>      • Spectrum graph: a graph can bow be
>>                     frozen; clicking on a peak will show the peaks
>>                     frequency
>>                     > >> with resolution independent of the fft size
>>                     of the corresponding dispfft
>>                     > >>      • New icon / new splashscreen
>>                     > >>      • Meter / Controller widget gained many
>>                     options to control its aspect (border, line width,
>>                     background, etc)
>>                     > >>      • New action to test the audio setup
>>                     > >>      • Text labels allow to set a vertical
>>                     alignment
>>                     > >>      • New settings dialogs, allows to use
>>                     the current system sample rate and set the
>>                     > >> number of channels without the need to modify
>>                     the .csd
>>                     > >>      • Help panel received a more streamlined
>>                     look
>>                     > >>      • More streamlined toolbar, removed
>>                     toolbar buttons which are not commonly used
>>                     > >> (these can still be reached from the menus),
>>                     icon size can be set in the preferences, toolbar
>>                     can be locked
>>                     > >>      • Many widgets gained the possibility to
>>                     set their value by double-clicking (knob, scroll
>>                     number)
>>                     > >>      • Now it is possible to move the widgets
>>                     with the keyboard in edit mode. The arrow keys
>>                     move the
>>                     > >> widgets within a grid of 5 pixels (with the
>>                     alt key widgets are nudged by 1 pixel).
>>                     > >>      • More nuanced syntax highlighting
>>                     > >>      • Syntax highlighting for user defined
>>                     opcodes. The work for this lays the ground for
>>                     features like autocomplete and code hints for UDOs.
>>                     > >>      • Button widget can set the size of the font
>>                     > >>      • Checkbox can be resized if the
>>                     platform allows this (works on linux and windows,
>>                     macOS uses native checkboxes which are fixed in size)
>>                     > >>      • Added a setting to control the update
>>                     rate of the gui.
>>                     > >>      • New "Spectrum Analyzer" utility example
>>                     > >>      • Initial support for color schemes,
>>                     allowing csoundqt to use a dark theme matching the
>>                     os (not yet available in this release).
>>                     > >>      • New action "goto line"
>>                     > >> Fixes
>>                     > >>
>>                     > >>      • Race condition fixed which would cause
>>                     CsoundQt to crash when started/stopped in very
>>                     fast succession
>>                     > >>      • Locking issues fixed which prevented
>>                     CsoundQt to stop properly when a graph widget was
>>                     used.
>>                     > >>      • Saving issues where fixed. New option
>>                     to prevent CsoundQt from asking if user wants to
>>                     save a temporary file before playing.
>>                     > >>      • in macOS startup delay has been
>>                     somewhat reduced.
>>                     > >>      • Wrong rendering for the Meter /
>>                     Controller widget fixed is macOS
>>                     > >>      • Better font defaults for the different
>>                     platforms
>>                     > >>      • CTRL-F now searches in manual if help
>>                     dock is focused.
>>                     > >>      • Search bar is made visible and focused
>>                     when clicked on search icon in the help widget
>>                     > >>      • Fixed a bug where activating the
>>                     widgets panel when the widgets are in a separate
>>                     window would
>>                     > >> result in an empty widgets panel or, worse, a
>>                     crash.
>>                     > >>      • Fixed selection and dragging of
>>                     widgets. Now responds to usual keyboard modifiers,
>>                     such as CTRL toggling selection, and shift adding
>>                     an item to a selection, etc.
>>                     > >>      • Changing rt audio module now clears
>>                     the device selection
>>                     > >>      • Fixes last used dir in linux falling
>>                     back to /tmp
>>                     > >>      • macOS: fix to background color in
>>                     widgets panel
>>                     > >>      • Better options for selecting an audio
>>                     device if jack is selected as module (now the
>>                     default does not connect to other ports other than
>>                     the system)
>>                     > >>      • In the config dialog, if jack is not
>>                     running then this is shown in the menu and jack
>>                     can't be selected
>>                     > >>      • scope now has much lower latency
>>                     > >>      • native toolbar in macOS
>>                     > >>      • Less intrusive line numbers, adjust
>>                     colors to the color theme
>>                     > >>      • Each platform has own defaults for
>>                     fonts, sizes, etc., resulting in a better first
>>                     time experience
>>                     > >>      • Lots of fixes in syntax highlighting
>>                     > >>      • Audio device is reset to default
>>                     whenever the audio backend is modified
>>                     > >>      • Full-screen issues have been mostly
>>                     resolved. Window state is remembered.
>>                     > >>      • Graph widget would cause a crash when
>>                     adding a new table if a spectrum display was
>>                     selected. This was fixed.
>>                     > >>      • Atsa defaults were corrected
>>                     > >>      • Latched button acting wrong on event
>>                     with negative duration fixed
>>                     > >>      • Application paths were fixed for macOS
>>                     > >>      • Toolbar rendering problems in mac were
>>                     fixed, reverting back from using mac's unified
>>                     toolbar.
>>                     > >>
>>                     > >> Eduardo Moguillansky / Tarmo Johannes
>>                     > >>
>>                     > >> Csound mailing list Csound@listserv.heanet.ie
>>                     <mailto: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
>>                     <mailto: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
>>                     <mailto: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
>>                     <mailto: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
>>                     <mailto: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
>>                 <mailto: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
>>             <mailto: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
>>         <mailto: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
>>     <mailto: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
>> <mailto: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
> <mailto: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
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

Date2020-07-04 21:25
FromVictor Lazzarini
SubjectRe: [Csnd] [EXTERNAL] [Csnd] [ANN] CsoundQt 0.9.8 released
Probably something changed between 6.10 and 6.14 and the CSD uses this feature.

Prof. Victor Lazzarini
Maynooth University
Ireland

On 4 Jul 2020, at 21:22, Richard van Bemmelen <zappfinger@gmail.com> wrote:


Thanks, that seemed to work, but the AudioMidiTest.csd gives the following errors:
Creating score
rtaudio: ALSA module enabled
opcode changed deprecated
error: syntax error, unexpected ')'  (token ")") from file /tmp/csound-tmpTwZ21667.csd (1)
 line 223:
>>>) <<<
Parsing failed due to invalid input!
Stopping on parser failure
cannot compile orchestra

Op za 4 jul. 2020 om 21:36 schreef Tarmo Johannes <trmjhnns@gmail.com>:
Yes, I can confirm, the problem is that the AppImage does not find plugins folder automatically when it is not set. I must take care for it. If you run in terminal:
export OPCODE6DIR64=/usr/local/lib/csound/plugins64-6.0/
(or whatever is the correct location)
and then
./CsoundQt-0.9.8-x86_64.AppImage
it should find the plugins.

I must investigate it and hope to make a fix for 0.9.8.1 build.

tarmo


Kontakt Richard van Bemmelen (<zappfinger@gmail.com>) kirjutas kuupäeval L, 4. juuli 2020 kell 22:30:
I doubt it. The external tab has nothing about Csound directories.
The environment tab has...

Richard

Op za 4 jul. 2020 om 21:18 schreef Victor Lazzarini <Victor.Lazzarini@mu.ie>:
As Joachim said, I think you need to do this in the CsoundQT configuration  window, under the external tab

Prof. Victor Lazzarini
Maynooth University
Ireland

On 4 Jul 2020, at 20:06, Richard van Bemmelen <zappfinger@gmail.com> wrote:


Well, my csound (version 6.10, I could not build 6.14) is in /usr/bin/csound, but the plugin folders are not found, although csound -z lists plenty of opcodes. I added my csound folder to the environment variables to no avail...

Richard

Op za 4 jul. 2020 om 20:19 schreef joachim heintz <jh@joachimheintz.de>:
you must set OPCODE64DIR in Configuration > External to your Csound
plugins folder (should be in Usr/lib/csound or /usrlocal/lib/csound).  i
had the same situation and after restart it worked.


On 04/07/2020 15:51, Richard wrote:
> The AppImage runs, but I cannot select the RT Audio Module, it is 'null'.
> I must say, although my soundcard (Scarlett 2i2) works, I am struggling
> with starting jack or via qjackctl.
> I get messages about memory locks and 'cannot allocate memory'...
>
> Could this have to do with RT Audio Module being null?
>
> (this Linux audio stuff can be a mess...)
>
> Richard
>
> On 29/06/2020 15:58, Tarmo Johannes wrote:
>> Hi Richard,
>>
>> For Linux I uploaded now an experimental AppImage to:
>> https://github.com/CsoundQt/CsoundQt/releases/download/v0.9.8/CsoundQt-0.9.8-x86_64.AppImage
>> Download, make it executable and you should be able to run in on any
>> 64-bit Linux.
>> The preferred way is to build yourself, see instructions from:
>> https://github.com/CsoundQt/CsoundQt/blob/v0.9.8/BUILDING.md
>> ---
>> I uploaded now the updated MacOS installer:
>> https://github.com/CsoundQt/CsoundQt/releases/download/v0.9.8/CsoundQt-0.9.8-MacOS.dmg
>>
>> The portaudio and channels problems need more investigation, this is
>> not in the build yet.
>>
>> tarmo
>>
>>
>>
>>
>>
>> Kontakt Richard van Bemmelen (<zappfinger@gmail.com
>> <mailto:zappfinger@gmail.com>>) kirjutas kuupäeval E, 29. juuni 2020
>> kell 15:19:
>>
>>     What link should I use to download Csound and CsoundQt for Linux Mint?
>>
>>     Richard
>>
>>     Op ma 29 jun. 2020 om 12:56 schreef Dr. Richard Boulanger
>>     <rboulanger@berklee.edu <mailto:rboulanger@berklee.edu>>:
>>
>>         Thanks very much Tarmo.
>>
>>         This does fix the tabs and icons in CsoundQt going black when
>>         the virtual keyboard is selected on the Mac!
>>         - also, I appreciate that the Virtual Keyboard is in the "tab"
>>         as in my classes, and teaching it is one of the more selected
>>         and used items by me and my students.
>>
>>         I can also report a similar or the same "audio driver" problem
>>         that Steven does about the number of channels issue.
>>         - when I have portaudio selected, even when the number of
>>         channels in the .csd is 2, the instrument won't run until I
>>         select coreaudio, run it
>>
>>         I always test my system by running Xanadu and then test MIDI
>>         by running the Pipe Synth
>>
>>         After installing your latest versions, resetting and
>>         restarting and trying to run Xanadu for the first time, the
>>         console:
>>
>>         PortAudio: selected input device 'MacBook Pro Microphone'
>>
>>         *** PortAudio: error: -9998: Invalid number of channels
>>
>>         Failed to initialise real time audio input
>>
>>         then I chose portaudio (callback) and the console:
>>
>>
>>         PortAudio: selected output device 'Duet USB'
>>
>>         *** PortAudio: error: -9998: Invalid number of channels
>>
>>         closing device
>>
>>         Failed to initialise real time audio output
>>
>>         then I select coreaudio and it renders/runs (but does not list
>>         all my audio devices by name)
>>
>>         *Dr. Richard Boulanger*
>>
>>         /Professor of Electronic Production and Design/
>>
>>         Professional Writing and Technology Division
>>
>>         *Berklee College of Music*
>>
>>
>>         skype:radiobaton
>>
>>         facebook:https://www.facebook.com/richard.boulanger.58
>>
>>         about:http://www.boulangerlabs.com/#about
>>
>>         about:http://www.csounds.com/community/developers/dr-richard-boulanger/
>>
>>         music:http://www.csounds.com/community/developers/dr-richard-boulanger/dr-richard-boulanger-music/
>>
>>
>>         Boulanger Labs - http://boulangerlabs.com
>>         <http://boulangerlabs.com/>
>>
>>         The Csound Book - http://mitpress.mit.edu/books/csound-book
>>
>>         The Audio Programming Book -
>>         http://mitpress.mit.edu/books/audio-programming-book
>>
>>
>>
>>         On Mon, Jun 29, 2020 at 6:36 AM Tarmo Johannes
>>         <trmjhnns@gmail.com <mailto:trmjhnns@gmail.com>> wrote:
>>
>>             Hi,
>>
>>             I fixed the toolbar going black after opening virtual MIDI
>>             keyboard
>>             and added a small workaround to set correct terminal path
>>             for MacOS Cataline. I could not test though, as I have not
>>             upgraded my development machine yet.
>>             There was some problem on github and I could not log in to
>>             upload, the build is on:
>>             http://tarmo.uuu.ee/varia/failid/cs/CsoundQt/CsoundQt-0.9.8-MacOS.dmg
>>             Please try.
>>
>>             Steven, I did not get exactly -  is it so that your
>>             default sound interface has one input channel? Which audio
>>             module did you use? (portaudio/coreaudio etc)? What
>>             happens if you uncheck the "Channels" checkbox on
>>             Configure->Run? And what if you press Run in Terminal?
>>
>>             Thanks!
>>             tarmo
>>
>>             Kontakt Steven Yi (<stevenyi@gmail.com
>>             <mailto:stevenyi@gmail.com>>) kirjutas kuupäeval E, 29.
>>             juuni 2020 kell 04:41:
>>
>>                 Congratulations on the release! Quite a number of changes!
>>
>>                 I did run into some issues here when I gave it a try
>>                 on macOS 10.14 with dark mode on. The app looked fine
>>                 until I opened the virtual keyboard and then the top
>>                 area and active tab all became black with black text.
>>
>>                 image.png
>>                 Is there a configuration setting I'm missing?  I saw
>>                 some themes but they didn't seem to correspond to dark
>>                 mode.
>>
>>                 Also, I found that for most examples I had to edit to
>>                 add nchnls_i=1 to get them to run, otherwise Csound
>>                 did not start and complained about requesting more
>>                 channels than available. I think it has to do with
>>                 preferences and it being overridden to always use
>>                 -iadc.  I don't believe this is something I set; is
>>                 this the default? If I set it to none (i.e., blank) in
>>                 preferences, the examples that don't use audio input
>>                 run fine.
>>
>>                 And how does one use the spectral display? The manual
>>                 page didn't have a lot of information that I could
>>                 figure out. I saw the Spectrum Analyzer example (from
>>                 Useful examples) and it had FFTSize as a widget. On
>>                 the screenshot for the release, it looked like a
>>                 dropdown was a part of the display, so I wasn't sure
>>                 if it was a built-in feature for window sizes or if
>>                 that was a separate widget that was overlaying the
>>                 display in the screenshot.
>>
>>                 Thanks!
>>                 Steven
>>
>>
>>
>>
>>                 On Sun, Jun 28, 2020 at 9:31 AM Victor Lazzarini
>>                 <Victor.Lazzarini@mu.ie
>>                 <mailto:Victor.Lazzarini@mu.ie>> wrote:
>>
>>                     That was the exact reason. I had never noticed
>>                     that change, because Aqua displays files from both
>>                     directories.
>>                     ========================
>>                     Prof. Victor Lazzarini
>>                     Maynooth University
>>                     Ireland
>>
>>                     > On 28 Jun 2020, at 11:54, Tarmo Johannes
>>                     <trmjhnns@GMAIL.COM <mailto:trmjhnns@GMAIL.COM>>
>>                     wrote:
>>                     >
>>                     > Hi, thanks!
>>                     >
>>                     > Are you on Catalina? I think  the default
>>                     terminal location is changed from Applications to
>>                     /System/Applications
>>                     > You need to set the path manually in
>>                     Configure->Environment.
>>                     > There will be a fix for that later.
>>                     >
>>                     > Hope it helps!
>>                     >
>>                     > Tarmo
>>                     >
>>                     > P, 28. juuni 2020 12:18 Victor Lazzarini
>>                     <Victor.Lazzarini@mu.ie
>>                     <mailto:Victor.Lazzarini@mu.ie>> kirjutas:
>>                     > It looks very good, I just tested. Thanks a lot
>>                     for this.
>>                     >
>>                     > One question: for a while now here on OSX, I
>>                     can’t use the run in term option, it doesn’t open
>>                     a terminal window,
>>                     > does nothing. While it doesn’t bother me, I was
>>                     wondering why this is the case. I have looked at
>>                     > the preferences and correct values are set in
>>                     both the environment and external panes. I suspect
>>                     > some sort of permission, but can’t find what it is.
>>                     >
>>                     > ========================
>>                     > Prof. Victor Lazzarini
>>                     > Maynooth University
>>                     > Ireland
>>                     >
>>                     > > On 28 Jun 2020, at 09:23, Victor Lazzarini
>>                     <Victor.Lazzarini@mu.ie
>>                     <mailto:Victor.Lazzarini@mu.ie>> wrote:
>>                     > >
>>                     > > That looks great! Congratulations and many thanks.
>>                     > >
>>                     > > Prof. Victor Lazzarini
>>                     > > Maynooth University
>>                     > > Ireland
>>                     > >
>>                     > >> On 28 Jun 2020, at 08:36, Eduardo
>>                     Moguillansky <eduardo.moguillansky@gmail.com
>>                     <mailto:eduardo.moguillansky@gmail.com>> wrote:
>>                     > >>
>>                     > >> 
>>                     > >> WARNINGThis email originated from outside of
>>                     Maynooth University's Mail System. Do not reply,
>>                     click links or open attachments unless you
>>                     recognise the sender and know the content is safe.
>>                     > >> Version 0.9.8 is a major release, with
>>                     multiple changes
>>                     > >>
>>                     > >> The source and binaries can be downloaded
>>                     from: https://github.com/CsoundQt/CsoundQt/releases
>>                     > >>
>>                     > >> This version of CsoundQt works with csound
>>                     6.14 or higher
>>                     > >>
>>                     > >> New in version 0.9.8:
>>                     > >>
>>                     > >>      • New icon theme based on KDE's "breeze"
>>                     > >>      • New color themes (for text, background
>>                     and syntax highlighting): classic, light, dark.
>>                     > >>      • New flat style and features for the
>>                     knob widget.
>>                     > >>      • New "Table Plot" widget allows to
>>                     efficiently plot tables in real time.
>>                     > >>      • Graph widget (spectrum, signal
>>                     display) has been highly optimized, drawing is
>>                     between 10x and 20x faster
>>                     > >>      • Graph widget fixed for the use
>>                     together with display opcode. Many display
>>                     instances can be used simultaneously for one or
>>                     multiple widgets without any loss in performance.
>>                     > >>      • Graph widget for tables optimized for
>>                     big tables and soundfiles, detects the actual size
>>                     of the graph and does not draw superfluous points
>>                     > >>      • Spectrogram widget now reacts to
>>                     different sample rates, gained a better grid and
>>                     zoom. It can be customized to show/hide grid,
>>                     scrollbars, menu, etc.
>>                     > >>      • Spectrogram widget can control the
>>                     zoom with keyboard shortcuts (+, -). Also
>>                     scrollbars can be hidden (user can scroll with
>>                     scrollwheel/arrow keys).
>>                     > >>      • Spectrum graph: a graph can bow be
>>                     frozen; clicking on a peak will show the peaks
>>                     frequency
>>                     > >> with resolution independent of the fft size
>>                     of the corresponding dispfft
>>                     > >>      • New icon / new splashscreen
>>                     > >>      • Meter / Controller widget gained many
>>                     options to control its aspect (border, line width,
>>                     background, etc)
>>                     > >>      • New action to test the audio setup
>>                     > >>      • Text labels allow to set a vertical
>>                     alignment
>>                     > >>      • New settings dialogs, allows to use
>>                     the current system sample rate and set the
>>                     > >> number of channels without the need to modify
>>                     the .csd
>>                     > >>      • Help panel received a more streamlined
>>                     look
>>                     > >>      • More streamlined toolbar, removed
>>                     toolbar buttons which are not commonly used
>>                     > >> (these can still be reached from the menus),
>>                     icon size can be set in the preferences, toolbar
>>                     can be locked
>>                     > >>      • Many widgets gained the possibility to
>>                     set their value by double-clicking (knob, scroll
>>                     number)
>>                     > >>      • Now it is possible to move the widgets
>>                     with the keyboard in edit mode. The arrow keys
>>                     move the
>>                     > >> widgets within a grid of 5 pixels (with the
>>                     alt key widgets are nudged by 1 pixel).
>>                     > >>      • More nuanced syntax highlighting
>>                     > >>      • Syntax highlighting for user defined
>>                     opcodes. The work for this lays the ground for
>>                     features like autocomplete and code hints for UDOs.
>>                     > >>      • Button widget can set the size of the font
>>                     > >>      • Checkbox can be resized if the
>>                     platform allows this (works on linux and windows,
>>                     macOS uses native checkboxes which are fixed in size)
>>                     > >>      • Added a setting to control the update
>>                     rate of the gui.
>>                     > >>      • New "Spectrum Analyzer" utility example
>>                     > >>      • Initial support for color schemes,
>>                     allowing csoundqt to use a dark theme matching the
>>                     os (not yet available in this release).
>>                     > >>      • New action "goto line"
>>                     > >> Fixes
>>                     > >>
>>                     > >>      • Race condition fixed which would cause
>>                     CsoundQt to crash when started/stopped in very
>>                     fast succession
>>                     > >>      • Locking issues fixed which prevented
>>                     CsoundQt to stop properly when a graph widget was
>>                     used.
>>                     > >>      • Saving issues where fixed. New option
>>                     to prevent CsoundQt from asking if user wants to
>>                     save a temporary file before playing.
>>                     > >>      • in macOS startup delay has been
>>                     somewhat reduced.
>>                     > >>      • Wrong rendering for the Meter /
>>                     Controller widget fixed is macOS
>>                     > >>      • Better font defaults for the different
>>                     platforms
>>                     > >>      • CTRL-F now searches in manual if help
>>                     dock is focused.
>>                     > >>      • Search bar is made visible and focused
>>                     when clicked on search icon in the help widget
>>                     > >>      • Fixed a bug where activating the
>>                     widgets panel when the widgets are in a separate
>>                     window would
>>                     > >> result in an empty widgets panel or, worse, a
>>                     crash.
>>                     > >>      • Fixed selection and dragging of
>>                     widgets. Now responds to usual keyboard modifiers,
>>                     such as CTRL toggling selection, and shift adding
>>                     an item to a selection, etc.
>>                     > >>      • Changing rt audio module now clears
>>                     the device selection
>>                     > >>      • Fixes last used dir in linux falling
>>                     back to /tmp
>>                     > >>      • macOS: fix to background color in
>>                     widgets panel
>>                     > >>      • Better options for selecting an audio
>>                     device if jack is selected as module (now the
>>                     default does not connect to other ports other than
>>                     the system)
>>                     > >>      • In the config dialog, if jack is not
>>                     running then this is shown in the menu and jack
>>                     can't be selected
>>                     > >>      • scope now has much lower latency
>>                     > >>      • native toolbar in macOS
>>                     > >>      • Less intrusive line numbers, adjust
>>                     colors to the color theme
>>                     > >>      • Each platform has own defaults for
>>                     fonts, sizes, etc., resulting in a better first
>>                     time experience
>>                     > >>      • Lots of fixes in syntax highlighting
>>                     > >>      • Audio device is reset to default
>>                     whenever the audio backend is modified
>>                     > >>      • Full-screen issues have been mostly
>>                     resolved. Window state is remembered.
>>                     > >>      • Graph widget would cause a crash when
>>                     adding a new table if a spectrum display was
>>                     selected. This was fixed.
>>                     > >>      • Atsa defaults were corrected
>>                     > >>      • Latched button acting wrong on event
>>                     with negative duration fixed
>>                     > >>      • Application paths were fixed for macOS
>>                     > >>      • Toolbar rendering problems in mac were
>>                     fixed, reverting back from using mac's unified
>>                     toolbar.
>>                     > >>
>>                     > >> Eduardo Moguillansky / Tarmo Johannes
>>                     > >>
>>                     > >> Csound mailing list Csound@listserv.heanet.ie
>>                     <mailto: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
>>                     <mailto: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
>>                     <mailto: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
>>                     <mailto: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
>>                     <mailto: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
>>                 <mailto: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
>>             <mailto: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
>>         <mailto: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
>>     <mailto: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
>> <mailto: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
> <mailto: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
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

Date2020-07-05 10:41
FromRichard van Bemmelen
SubjectRe: [Csnd] [EXTERNAL] [Csnd] [ANN] CsoundQt 0.9.8 released
If I comment that out I get another error:

Creating score

rtaudio: ALSA module enabled

opcode changed deprecated

error: syntax error, unexpected ')' (token ")") from file /tmp/csound-tmpyJHf3425.csd (1)

line 223:

>>>) <<<

Parsing failed due to invalid input!


Op zo 5 jul. 2020 om 11:23 schreef Tarmo Johannes <trmjhnns@gmail.com>:
Hi,

Yes, there is some code in the csd that requires newer Csound (6.14.0)
I wonder -  there should be this code in the beginning of AudioMidiTest.csd that should not run the csd at all if the version is lower?:
<CsVersion>
After 6.13
</CsVersion>
Do you see it?  Or maybe it does not work in 6.10 yet, I was not able to test.


tarmo

Kontakt Victor Lazzarini (<Victor.Lazzarini@mu.ie>) kirjutas kuupäeval L, 4. juuli 2020 kell 23:25:
Probably something changed between 6.10 and 6.14 and the CSD uses this feature.

Prof. Victor Lazzarini
Maynooth University
Ireland

On 4 Jul 2020, at 21:22, Richard van Bemmelen <zappfinger@gmail.com> wrote:


Thanks, that seemed to work, but the AudioMidiTest.csd gives the following errors:
Creating score
rtaudio: ALSA module enabled
opcode changed deprecated
error: syntax error, unexpected ')'  (token ")") from file /tmp/csound-tmpTwZ21667.csd (1)
 line 223:
>>>) <<<
Parsing failed due to invalid input!
Stopping on parser failure
cannot compile orchestra

Op za 4 jul. 2020 om 21:36 schreef Tarmo Johannes <trmjhnns@gmail.com>:
Yes, I can confirm, the problem is that the AppImage does not find plugins folder automatically when it is not set. I must take care for it. If you run in terminal:
export OPCODE6DIR64=/usr/local/lib/csound/plugins64-6.0/
(or whatever is the correct location)
and then
./CsoundQt-0.9.8-x86_64.AppImage
it should find the plugins.

I must investigate it and hope to make a fix for 0.9.8.1 build.

tarmo


Kontakt Richard van Bemmelen (<zappfinger@gmail.com>) kirjutas kuupäeval L, 4. juuli 2020 kell 22:30:
I doubt it. The external tab has nothing about Csound directories.
The environment tab has...

Richard

Op za 4 jul. 2020 om 21:18 schreef Victor Lazzarini <Victor.Lazzarini@mu.ie>:
As Joachim said, I think you need to do this in the CsoundQT configuration  window, under the external tab

Prof. Victor Lazzarini
Maynooth University
Ireland

On 4 Jul 2020, at 20:06, Richard van Bemmelen <zappfinger@gmail.com> wrote:


Well, my csound (version 6.10, I could not build 6.14) is in /usr/bin/csound, but the plugin folders are not found, although csound -z lists plenty of opcodes. I added my csound folder to the environment variables to no avail...

Richard

Op za 4 jul. 2020 om 20:19 schreef joachim heintz <jh@joachimheintz.de>:
you must set OPCODE64DIR in Configuration > External to your Csound
plugins folder (should be in Usr/lib/csound or /usrlocal/lib/csound).  i
had the same situation and after restart it worked.


On 04/07/2020 15:51, Richard wrote:
> The AppImage runs, but I cannot select the RT Audio Module, it is 'null'.
> I must say, although my soundcard (Scarlett 2i2) works, I am struggling
> with starting jack or via qjackctl.
> I get messages about memory locks and 'cannot allocate memory'...
>
> Could this have to do with RT Audio Module being null?
>
> (this Linux audio stuff can be a mess...)
>
> Richard
>
> On 29/06/2020 15:58, Tarmo Johannes wrote:
>> Hi Richard,
>>
>> For Linux I uploaded now an experimental AppImage to:
>> https://github.com/CsoundQt/CsoundQt/releases/download/v0.9.8/CsoundQt-0.9.8-x86_64.AppImage
>> Download, make it executable and you should be able to run in on any
>> 64-bit Linux.
>> The preferred way is to build yourself, see instructions from:
>> https://github.com/CsoundQt/CsoundQt/blob/v0.9.8/BUILDING.md
>> ---
>> I uploaded now the updated MacOS installer:
>> https://github.com/CsoundQt/CsoundQt/releases/download/v0.9.8/CsoundQt-0.9.8-MacOS.dmg
>>
>> The portaudio and channels problems need more investigation, this is
>> not in the build yet.
>>
>> tarmo
>>
>>
>>
>>
>>
>> Kontakt Richard van Bemmelen (<zappfinger@gmail.com
>> <mailto:zappfinger@gmail.com>>) kirjutas kuupäeval E, 29. juuni 2020
>> kell 15:19:
>>
>>     What link should I use to download Csound and CsoundQt for Linux Mint?
>>
>>     Richard
>>
>>     Op ma 29 jun. 2020 om 12:56 schreef Dr. Richard Boulanger
>>     <rboulanger@berklee.edu <mailto:rboulanger@berklee.edu>>:
>>
>>         Thanks very much Tarmo.
>>
>>         This does fix the tabs and icons in CsoundQt going black when
>>         the virtual keyboard is selected on the Mac!
>>         - also, I appreciate that the Virtual Keyboard is in the "tab"
>>         as in my classes, and teaching it is one of the more selected
>>         and used items by me and my students.
>>
>>         I can also report a similar or the same "audio driver" problem
>>         that Steven does about the number of channels issue.
>>         - when I have portaudio selected, even when the number of
>>         channels in the .csd is 2, the instrument won't run until I
>>         select coreaudio, run it
>>
>>         I always test my system by running Xanadu and then test MIDI
>>         by running the Pipe Synth
>>
>>         After installing your latest versions, resetting and
>>         restarting and trying to run Xanadu for the first time, the
>>         console:
>>
>>         PortAudio: selected input device 'MacBook Pro Microphone'
>>
>>         *** PortAudio: error: -9998: Invalid number of channels
>>
>>         Failed to initialise real time audio input
>>
>>         then I chose portaudio (callback) and the console:
>>
>>
>>         PortAudio: selected output device 'Duet USB'
>>
>>         *** PortAudio: error: -9998: Invalid number of channels
>>
>>         closing device
>>
>>         Failed to initialise real time audio output
>>
>>         then I select coreaudio and it renders/runs (but does not list
>>         all my audio devices by name)
>>
>>         *Dr. Richard Boulanger*
>>
>>         /Professor of Electronic Production and Design/
>>
>>         Professional Writing and Technology Division
>>
>>         *Berklee College of Music*
>>
>>
>>         skype:radiobaton
>>
>>         facebook:https://www.facebook.com/richard.boulanger.58
>>
>>         about:http://www.boulangerlabs.com/#about
>>
>>         about:http://www.csounds.com/community/developers/dr-richard-boulanger/
>>
>>         music:http://www.csounds.com/community/developers/dr-richard-boulanger/dr-richard-boulanger-music/
>>
>>
>>         Boulanger Labs - http://boulangerlabs.com
>>         <http://boulangerlabs.com/>
>>
>>         The Csound Book - http://mitpress.mit.edu/books/csound-book
>>
>>         The Audio Programming Book -
>>         http://mitpress.mit.edu/books/audio-programming-book
>>
>>
>>
>>         On Mon, Jun 29, 2020 at 6:36 AM Tarmo Johannes
>>         <trmjhnns@gmail.com <mailto:trmjhnns@gmail.com>> wrote:
>>
>>             Hi,
>>
>>             I fixed the toolbar going black after opening virtual MIDI
>>             keyboard
>>             and added a small workaround to set correct terminal path
>>             for MacOS Cataline. I could not test though, as I have not
>>             upgraded my development machine yet.
>>             There was some problem on github and I could not log in to
>>             upload, the build is on:
>>             http://tarmo.uuu.ee/varia/failid/cs/CsoundQt/CsoundQt-0.9.8-MacOS.dmg
>>             Please try.
>>
>>             Steven, I did not get exactly -  is it so that your
>>             default sound interface has one input channel? Which audio
>>             module did you use? (portaudio/coreaudio etc)? What
>>             happens if you uncheck the "Channels" checkbox on
>>             Configure->Run? And what if you press Run in Terminal?
>>
>>             Thanks!
>>             tarmo
>>
>>             Kontakt Steven Yi (<stevenyi@gmail.com
>>             <mailto:stevenyi@gmail.com>>) kirjutas kuupäeval E, 29.
>>             juuni 2020 kell 04:41:
>>
>>                 Congratulations on the release! Quite a number of changes!
>>
>>                 I did run into some issues here when I gave it a try
>>                 on macOS 10.14 with dark mode on. The app looked fine
>>                 until I opened the virtual keyboard and then the top
>>                 area and active tab all became black with black text.
>>
>>                 image.png
>>                 Is there a configuration setting I'm missing?  I saw
>>                 some themes but they didn't seem to correspond to dark
>>                 mode.
>>
>>                 Also, I found that for most examples I had to edit to
>>                 add nchnls_i=1 to get them to run, otherwise Csound
>>                 did not start and complained about requesting more
>>                 channels than available. I think it has to do with
>>                 preferences and it being overridden to always use
>>                 -iadc.  I don't believe this is something I set; is
>>                 this the default? If I set it to none (i.e., blank) in
>>                 preferences, the examples that don't use audio input
>>                 run fine.
>>
>>                 And how does one use the spectral display? The manual
>>                 page didn't have a lot of information that I could
>>                 figure out. I saw the Spectrum Analyzer example (from
>>                 Useful examples) and it had FFTSize as a widget. On
>>                 the screenshot for the release, it looked like a
>>                 dropdown was a part of the display, so I wasn't sure
>>                 if it was a built-in feature for window sizes or if
>>                 that was a separate widget that was overlaying the
>>                 display in the screenshot.
>>
>>                 Thanks!
>>                 Steven
>>
>>
>>
>>
>>                 On Sun, Jun 28, 2020 at 9:31 AM Victor Lazzarini
>>                 <Victor.Lazzarini@mu.ie
>>                 <mailto:Victor.Lazzarini@mu.ie>> wrote:
>>
>>                     That was the exact reason. I had never noticed
>>                     that change, because Aqua displays files from both
>>                     directories.
>>                     ========================
>>                     Prof. Victor Lazzarini
>>                     Maynooth University
>>                     Ireland
>>
>>                     > On 28 Jun 2020, at 11:54, Tarmo Johannes
>>                     <trmjhnns@GMAIL.COM <mailto:trmjhnns@GMAIL.COM>>
>>                     wrote:
>>                     >
>>                     > Hi, thanks!
>>                     >
>>                     > Are you on Catalina? I think  the default
>>                     terminal location is changed from Applications to
>>                     /System/Applications
>>                     > You need to set the path manually in
>>                     Configure->Environment.
>>                     > There will be a fix for that later.
>>                     >
>>                     > Hope it helps!
>>                     >
>>                     > Tarmo
>>                     >
>>                     > P, 28. juuni 2020 12:18 Victor Lazzarini
>>                     <Victor.Lazzarini@mu.ie
>>                     <mailto:Victor.Lazzarini@mu.ie>> kirjutas:
>>                     > It looks very good, I just tested. Thanks a lot
>>                     for this.
>>                     >
>>                     > One question: for a while now here on OSX, I
>>                     can’t use the run in term option, it doesn’t open
>>                     a terminal window,
>>                     > does nothing. While it doesn’t bother me, I was
>>                     wondering why this is the case. I have looked at
>>                     > the preferences and correct values are set in
>>                     both the environment and external panes. I suspect
>>                     > some sort of permission, but can’t find what it is.
>>                     >
>>                     > ========================
>>                     > Prof. Victor Lazzarini
>>                     > Maynooth University
>>                     > Ireland
>>                     >
>>                     > > On 28 Jun 2020, at 09:23, Victor Lazzarini
>>                     <Victor.Lazzarini@mu.ie
>>                     <mailto:Victor.Lazzarini@mu.ie>> wrote:
>>                     > >
>>                     > > That looks great! Congratulations and many thanks.
>>                     > >
>>                     > > Prof. Victor Lazzarini
>>                     > > Maynooth University
>>                     > > Ireland
>>                     > >
>>                     > >> On 28 Jun 2020, at 08:36, Eduardo
>>                     Moguillansky <eduardo.moguillansky@gmail.com
>>                     <mailto:eduardo.moguillansky@gmail.com>> wrote:
>>                     > >>
>>                     > >> 
>>                     > >> WARNINGThis email originated from outside of
>>                     Maynooth University's Mail System. Do not reply,
>>                     click links or open attachments unless you
>>                     recognise the sender and know the content is safe.
>>                     > >> Version 0.9.8 is a major release, with
>>                     multiple changes
>>                     > >>
>>                     > >> The source and binaries can be downloaded
>>                     from: https://github.com/CsoundQt/CsoundQt/releases
>>                     > >>
>>                     > >> This version of CsoundQt works with csound
>>                     6.14 or higher
>>                     > >>
>>                     > >> New in version 0.9.8:
>>                     > >>
>>                     > >>      • New icon theme based on KDE's "breeze"
>>                     > >>      • New color themes (for text, background
>>                     and syntax highlighting): classic, light, dark.
>>                     > >>      • New flat style and features for the
>>                     knob widget.
>>                     > >>      • New "Table Plot" widget allows to
>>                     efficiently plot tables in real time.
>>                     > >>      • Graph widget (spectrum, signal
>>                     display) has been highly optimized, drawing is
>>                     between 10x and 20x faster
>>                     > >>      • Graph widget fixed for the use
>>                     together with display opcode. Many display
>>                     instances can be used simultaneously for one or
>>                     multiple widgets without any loss in performance.
>>                     > >>      • Graph widget for tables optimized for
>>                     big tables and soundfiles, detects the actual size
>>                     of the graph and does not draw superfluous points
>>                     > >>      • Spectrogram widget now reacts to
>>                     different sample rates, gained a better grid and
>>                     zoom. It can be customized to show/hide grid,
>>                     scrollbars, menu, etc.
>>                     > >>      • Spectrogram widget can control the
>>                     zoom with keyboard shortcuts (+, -). Also
>>                     scrollbars can be hidden (user can scroll with
>>                     scrollwheel/arrow keys).
>>                     > >>      • Spectrum graph: a graph can bow be
>>                     frozen; clicking on a peak will show the peaks
>>                     frequency
>>                     > >> with resolution independent of the fft size
>>                     of the corresponding dispfft
>>                     > >>      • New icon / new splashscreen
>>                     > >>      • Meter / Controller widget gained many
>>                     options to control its aspect (border, line width,
>>                     background, etc)
>>                     > >>      • New action to test the audio setup
>>                     > >>      • Text labels allow to set a vertical
>>                     alignment
>>                     > >>      • New settings dialogs, allows to use
>>                     the current system sample rate and set the
>>                     > >> number of channels without the need to modify
>>                     the .csd
>>                     > >>      • Help panel received a more streamlined
>>                     look
>>                     > >>      • More streamlined toolbar, removed
>>                     toolbar buttons which are not commonly used
>>                     > >> (these can still be reached from the menus),
>>                     icon size can be set in the preferences, toolbar
>>                     can be locked
>>                     > >>      • Many widgets gained the possibility to
>>                     set their value by double-clicking (knob, scroll
>>                     number)
>>                     > >>      • Now it is possible to move the widgets
>>                     with the keyboard in edit mode. The arrow keys
>>                     move the
>>                     > >> widgets within a grid of 5 pixels (with the
>>                     alt key widgets are nudged by 1 pixel).
>>                     > >>      • More nuanced syntax highlighting
>>                     > >>      • Syntax highlighting for user defined
>>                     opcodes. The work for this lays the ground for
>>                     features like autocomplete and code hints for UDOs.
>>                     > >>      • Button widget can set the size of the font
>>                     > >>      • Checkbox can be resized if the
>>                     platform allows this (works on linux and windows,
>>                     macOS uses native checkboxes which are fixed in size)
>>                     > >>      • Added a setting to control the update
>>                     rate of the gui.
>>                     > >>      • New "Spectrum Analyzer" utility example
>>                     > >>      • Initial support for color schemes,
>>                     allowing csoundqt to use a dark theme matching the
>>                     os (not yet available in this release).
>>                     > >>      • New action "goto line"
>>                     > >> Fixes
>>                     > >>
>>                     > >>      • Race condition fixed which would cause
>>                     CsoundQt to crash when started/stopped in very
>>                     fast succession
>>                     > >>      • Locking issues fixed which prevented
>>                     CsoundQt to stop properly when a graph widget was
>>                     used.
>>                     > >>      • Saving issues where fixed. New option
>>                     to prevent CsoundQt from asking if user wants to
>>                     save a temporary file before playing.
>>                     > >>      • in macOS startup delay has been
>>                     somewhat reduced.
>>                     > >>      • Wrong rendering for the Meter /
>>                     Controller widget fixed is macOS
>>                     > >>      • Better font defaults for the different
>>                     platforms
>>                     > >>      • CTRL-F now searches in manual if help
>>                     dock is focused.
>>                     > >>      • Search bar is made visible and focused
>>                     when clicked on search icon in the help widget
>>                     > >>      • Fixed a bug where activating the
>>                     widgets panel when the widgets are in a separate
>>                     window would
>>                     > >> result in an empty widgets panel or, worse, a
>>                     crash.
>>                     > >>      • Fixed selection and dragging of
>>                     widgets. Now responds to usual keyboard modifiers,
>>                     such as CTRL toggling selection, and shift adding
>>                     an item to a selection, etc.
>>                     > >>      • Changing rt audio module now clears
>>                     the device selection
>>                     > >>      • Fixes last used dir in linux falling
>>                     back to /tmp
>>                     > >>      • macOS: fix to background color in
>>                     widgets panel
>>                     > >>      • Better options for selecting an audio
>>                     device if jack is selected as module (now the
>>                     default does not connect to other ports other than
>>                     the system)
>>                     > >>      • In the config dialog, if jack is not
>>                     running then this is shown in the menu and jack
>>                     can't be selected
>>                     > >>      • scope now has much lower latency
>>                     > >>      • native toolbar in macOS
>>                     > >>      • Less intrusive line numbers, adjust
>>                     colors to the color theme
>>                     > >>      • Each platform has own defaults for
>>                     fonts, sizes, etc., resulting in a better first
>>                     time experience
>>                     > >>      • Lots of fixes in syntax highlighting
>>                     > >>      • Audio device is reset to default
>>                     whenever the audio backend is modified
>>                     > >>      • Full-screen issues have been mostly
>>                     resolved. Window state is remembered.
>>                     > >>      • Graph widget would cause a crash when
>>                     adding a new table if a spectrum display was
>>                     selected. This was fixed.
>>                     > >>      • Atsa defaults were corrected
>>                     > >>      • Latched button acting wrong on event
>>                     with negative duration fixed
>>                     > >>      • Application paths were fixed for macOS
>>                     > >>      • Toolbar rendering problems in mac were
>>                     fixed, reverting back from using mac's unified
>>                     toolbar.
>>                     > >>
>>                     > >> Eduardo Moguillansky / Tarmo Johannes
>>                     > >>
>>                     > >> Csound mailing list Csound@listserv.heanet.ie
>>                     <mailto: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
>>                     <mailto: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
>>                     <mailto: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
>>                     <mailto: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
>>                     <mailto: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
>>                 <mailto: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
>>             <mailto: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
>>         <mailto: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
>>     <mailto: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
>> <mailto: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
> <mailto: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
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

Date2020-07-05 10:44
FromEduardo Moguillansky
SubjectRe: [Csnd] [EXTERNAL] [Csnd] [ANN] CsoundQt 0.9.8 released

To be clear: CsoundQt 0.9.8 supports csound 6.14 or higher. This is made clear in the releases page. Please either update your csound installation or use a previous version of CsoundQt. 

On 05.07.20 11:41, Richard van Bemmelen wrote:
If I comment that out I get another error:

Creating score

rtaudio: ALSA module enabled

opcode changed deprecated

error: syntax error, unexpected ')' (token ")") from file /tmp/csound-tmpyJHf3425.csd (1)

line 223:

>>>) <<<

Parsing failed due to invalid input!


Op zo 5 jul. 2020 om 11:23 schreef Tarmo Johannes <trmjhnns@gmail.com>:
Hi,

Yes, there is some code in the csd that requires newer Csound (6.14.0)
I wonder -  there should be this code in the beginning of AudioMidiTest.csd that should not run the csd at all if the version is lower?:
<CsVersion>
After 6.13
</CsVersion>
Do you see it?  Or maybe it does not work in 6.10 yet, I was not able to test.


tarmo

Kontakt Victor Lazzarini (<Victor.Lazzarini@mu.ie>) kirjutas kuupäeval L, 4. juuli 2020 kell 23:25:
Probably something changed between 6.10 and 6.14 and the CSD uses this feature.

Prof. Victor Lazzarini
Maynooth University
Ireland

On 4 Jul 2020, at 21:22, Richard van Bemmelen <zappfinger@gmail.com> wrote:


Thanks, that seemed to work, but the AudioMidiTest.csd gives the following errors:
Creating score
rtaudio: ALSA module enabled
opcode changed deprecated
error: syntax error, unexpected ')'  (token ")") from file /tmp/csound-tmpTwZ21667.csd (1)
 line 223:
>>>) <<<
Parsing failed due to invalid input!
Stopping on parser failure
cannot compile orchestra

Op za 4 jul. 2020 om 21:36 schreef Tarmo Johannes <trmjhnns@gmail.com>:
Yes, I can confirm, the problem is that the AppImage does not find plugins folder automatically when it is not set. I must take care for it. If you run in terminal:
export OPCODE6DIR64=/usr/local/lib/csound/plugins64-6.0/
(or whatever is the correct location)
and then
./CsoundQt-0.9.8-x86_64.AppImage
it should find the plugins.

I must investigate it and hope to make a fix for 0.9.8.1 build.

tarmo


Kontakt Richard van Bemmelen (<zappfinger@gmail.com>) kirjutas kuupäeval L, 4. juuli 2020 kell 22:30:
I doubt it. The external tab has nothing about Csound directories.
The environment tab has...

Richard

Op za 4 jul. 2020 om 21:18 schreef Victor Lazzarini <Victor.Lazzarini@mu.ie>:
As Joachim said, I think you need to do this in the CsoundQT configuration  window, under the external tab

Prof. Victor Lazzarini
Maynooth University
Ireland

On 4 Jul 2020, at 20:06, Richard van Bemmelen <zappfinger@gmail.com> wrote:


Well, my csound (version 6.10, I could not build 6.14) is in /usr/bin/csound, but the plugin folders are not found, although csound -z lists plenty of opcodes. I added my csound folder to the environment variables to no avail...

Richard

Op za 4 jul. 2020 om 20:19 schreef joachim heintz <jh@joachimheintz.de>:
you must set OPCODE64DIR in Configuration > External to your Csound
plugins folder (should be in Usr/lib/csound or /usrlocal/lib/csound).  i
had the same situation and after restart it worked.


On 04/07/2020 15:51, Richard wrote:
> The AppImage runs, but I cannot select the RT Audio Module, it is 'null'.
> I must say, although my soundcard (Scarlett 2i2) works, I am struggling
> with starting jack or via qjackctl.
> I get messages about memory locks and 'cannot allocate memory'...
>
> Could this have to do with RT Audio Module being null?
>
> (this Linux audio stuff can be a mess...)
>
> Richard
>
> On 29/06/2020 15:58, Tarmo Johannes wrote:
>> Hi Richard,
>>
>> For Linux I uploaded now an experimental AppImage to:
>> https://github.com/CsoundQt/CsoundQt/releases/download/v0.9.8/CsoundQt-0.9.8-x86_64.AppImage
>> Download, make it executable and you should be able to run in on any
>> 64-bit Linux.
>> The preferred way is to build yourself, see instructions from:
>> https://github.com/CsoundQt/CsoundQt/blob/v0.9.8/BUILDING.md
>> ---
>> I uploaded now the updated MacOS installer:
>> https://github.com/CsoundQt/CsoundQt/releases/download/v0.9.8/CsoundQt-0.9.8-MacOS.dmg
>>
>> The portaudio and channels problems need more investigation, this is
>> not in the build yet.
>>
>> tarmo
>>
>>
>>
>>
>>
>> Kontakt Richard van Bemmelen (<zappfinger@gmail.com
>> <mailto:zappfinger@gmail.com>>) kirjutas kuupäeval E, 29. juuni 2020
>> kell 15:19:
>>
>>     What link should I use to download Csound and CsoundQt for Linux Mint?
>>
>>     Richard
>>
>>     Op ma 29 jun. 2020 om 12:56 schreef Dr. Richard Boulanger
>>     <rboulanger@berklee.edu <mailto:rboulanger@berklee.edu>>:
>>
>>         Thanks very much Tarmo.
>>
>>         This does fix the tabs and icons in CsoundQt going black when
>>         the virtual keyboard is selected on the Mac!
>>         - also, I appreciate that the Virtual Keyboard is in the "tab"
>>         as in my classes, and teaching it is one of the more selected
>>         and used items by me and my students.
>>
>>         I can also report a similar or the same "audio driver" problem
>>         that Steven does about the number of channels issue.
>>         - when I have portaudio selected, even when the number of
>>         channels in the .csd is 2, the instrument won't run until I
>>         select coreaudio, run it
>>
>>         I always test my system by running Xanadu and then test MIDI
>>         by running the Pipe Synth
>>
>>         After installing your latest versions, resetting and
>>         restarting and trying to run Xanadu for the first time, the
>>         console:
>>
>>         PortAudio: selected input device 'MacBook Pro Microphone'
>>
>>         *** PortAudio: error: -9998: Invalid number of channels
>>
>>         Failed to initialise real time audio input
>>
>>         then I chose portaudio (callback) and the console:
>>
>>
>>         PortAudio: selected output device 'Duet USB'
>>
>>         *** PortAudio: error: -9998: Invalid number of channels
>>
>>         closing device
>>
>>         Failed to initialise real time audio output
>>
>>         then I select coreaudio and it renders/runs (but does not list
>>         all my audio devices by name)
>>
>>         *Dr. Richard Boulanger*
>>
>>         /Professor of Electronic Production and Design/
>>
>>         Professional Writing and Technology Division
>>
>>         *Berklee College of Music*
>>
>>
>>         skype:radiobaton
>>
>>         facebook:https://www.facebook.com/richard.boulanger.58
>>
>>         about:http://www.boulangerlabs.com/#about
>>
>>         about:http://www.csounds.com/community/developers/dr-richard-boulanger/
>>
>>         music:http://www.csounds.com/community/developers/dr-richard-boulanger/dr-richard-boulanger-music/
>>
>>
>>         Boulanger Labs - http://boulangerlabs.com
>>         <http://boulangerlabs.com/>
>>
>>         The Csound Book - http://mitpress.mit.edu/books/csound-book
>>
>>         The Audio Programming Book -
>>         http://mitpress.mit.edu/books/audio-programming-book
>>
>>
>>
>>         On Mon, Jun 29, 2020 at 6:36 AM Tarmo Johannes
>>         <trmjhnns@gmail.com <mailto:trmjhnns@gmail.com>> wrote:
>>
>>             Hi,
>>
>>             I fixed the toolbar going black after opening virtual MIDI
>>             keyboard
>>             and added a small workaround to set correct terminal path
>>             for MacOS Cataline. I could not test though, as I have not
>>             upgraded my development machine yet.
>>             There was some problem on github and I could not log in to
>>             upload, the build is on:
>>             http://tarmo.uuu.ee/varia/failid/cs/CsoundQt/CsoundQt-0.9.8-MacOS.dmg
>>             Please try.
>>
>>             Steven, I did not get exactly -  is it so that your
>>             default sound interface has one input channel? Which audio
>>             module did you use? (portaudio/coreaudio etc)? What
>>             happens if you uncheck the "Channels" checkbox on
>>             Configure->Run? And what if you press Run in Terminal?
>>
>>             Thanks!
>>             tarmo
>>
>>             Kontakt Steven Yi (<stevenyi@gmail.com
>>             <mailto:stevenyi@gmail.com>>) kirjutas kuupäeval E, 29.
>>             juuni 2020 kell 04:41:
>>
>>                 Congratulations on the release! Quite a number of changes!
>>
>>                 I did run into some issues here when I gave it a try
>>                 on macOS 10.14 with dark mode on. The app looked fine
>>                 until I opened the virtual keyboard and then the top
>>                 area and active tab all became black with black text.
>>
>>                 image.png
>>                 Is there a configuration setting I'm missing?  I saw
>>                 some themes but they didn't seem to correspond to dark
>>                 mode.
>>
>>                 Also, I found that for most examples I had to edit to
>>                 add nchnls_i=1 to get them to run, otherwise Csound
>>                 did not start and complained about requesting more
>>                 channels than available. I think it has to do with
>>                 preferences and it being overridden to always use
>>                 -iadc.  I don't believe this is something I set; is
>>                 this the default? If I set it to none (i.e., blank) in
>>                 preferences, the examples that don't use audio input
>>                 run fine.
>>
>>                 And how does one use the spectral display? The manual
>>                 page didn't have a lot of information that I could
>>                 figure out. I saw the Spectrum Analyzer example (from
>>                 Useful examples) and it had FFTSize as a widget. On
>>                 the screenshot for the release, it looked like a
>>                 dropdown was a part of the display, so I wasn't sure
>>                 if it was a built-in feature for window sizes or if
>>                 that was a separate widget that was overlaying the
>>                 display in the screenshot.
>>
>>                 Thanks!
>>                 Steven
>>
>>
>>
>>
>>                 On Sun, Jun 28, 2020 at 9:31 AM Victor Lazzarini
>>                 <Victor.Lazzarini@mu.ie
>>                 <mailto:Victor.Lazzarini@mu.ie>> wrote:
>>
>>                     That was the exact reason. I had never noticed
>>                     that change, because Aqua displays files from both
>>                     directories.
>>                     ========================
>>                     Prof. Victor Lazzarini
>>                     Maynooth University
>>                     Ireland
>>
>>                     > On 28 Jun 2020, at 11:54, Tarmo Johannes
>>                     <trmjhnns@GMAIL.COM <mailto:trmjhnns@GMAIL.COM>>
>>                     wrote:
>>                     >
>>                     > Hi, thanks!
>>                     >
>>                     > Are you on Catalina? I think  the default
>>                     terminal location is changed from Applications to
>>                     /System/Applications
>>                     > You need to set the path manually in
>>                     Configure->Environment.
>>                     > There will be a fix for that later.
>>                     >
>>                     > Hope it helps!
>>                     >
>>                     > Tarmo
>>                     >
>>                     > P, 28. juuni 2020 12:18 Victor Lazzarini
>>                     <Victor.Lazzarini@mu.ie
>>                     <mailto:Victor.Lazzarini@mu.ie>> kirjutas:
>>                     > It looks very good, I just tested. Thanks a lot
>>                     for this.
>>                     >
>>                     > One question: for a while now here on OSX, I
>>                     can’t use the run in term option, it doesn’t open
>>                     a terminal window,
>>                     > does nothing. While it doesn’t bother me, I was
>>                     wondering why this is the case. I have looked at
>>                     > the preferences and correct values are set in
>>                     both the environment and external panes. I suspect
>>                     > some sort of permission, but can’t find what it is.
>>                     >
>>                     > ========================
>>                     > Prof. Victor Lazzarini
>>                     > Maynooth University
>>                     > Ireland
>>                     >
>>                     > > On 28 Jun 2020, at 09:23, Victor Lazzarini
>>                     <Victor.Lazzarini@mu.ie
>>                     <mailto:Victor.Lazzarini@mu.ie>> wrote:
>>                     > >
>>                     > > That looks great! Congratulations and many thanks.
>>                     > >
>>                     > > Prof. Victor Lazzarini
>>                     > > Maynooth University
>>                     > > Ireland
>>                     > >
>>                     > >> On 28 Jun 2020, at 08:36, Eduardo
>>                     Moguillansky <eduardo.moguillansky@gmail.com
>>                     <mailto:eduardo.moguillansky@gmail.com>> wrote:
>>                     > >>
>>                     > >> 
>>                     > >> WARNINGThis email originated from outside of
>>                     Maynooth University's Mail System. Do not reply,
>>                     click links or open attachments unless you
>>                     recognise the sender and know the content is safe.
>>                     > >> Version 0.9.8 is a major release, with
>>                     multiple changes
>>                     > >>
>>                     > >> The source and binaries can be downloaded
>>                     from: https://github.com/CsoundQt/CsoundQt/releases
>>                     > >>
>>                     > >> This version of CsoundQt works with csound
>>                     6.14 or higher
>>                     > >>
>>                     > >> New in version 0.9.8:
>>                     > >>
>>                     > >>      • New icon theme based on KDE's "breeze"
>>                     > >>      • New color themes (for text, background
>>                     and syntax highlighting): classic, light, dark.
>>                     > >>      • New flat style and features for the
>>                     knob widget.
>>                     > >>      • New "Table Plot" widget allows to
>>                     efficiently plot tables in real time.
>>                     > >>      • Graph widget (spectrum, signal
>>                     display) has been highly optimized, drawing is
>>                     between 10x and 20x faster
>>                     > >>      • Graph widget fixed for the use
>>                     together with display opcode. Many display
>>                     instances can be used simultaneously for one or
>>                     multiple widgets without any loss in performance.
>>                     > >>      • Graph widget for tables optimized for
>>                     big tables and soundfiles, detects the actual size
>>                     of the graph and does not draw superfluous points
>>                     > >>      • Spectrogram widget now reacts to
>>                     different sample rates, gained a better grid and
>>                     zoom. It can be customized to show/hide grid,
>>                     scrollbars, menu, etc.
>>                     > >>      • Spectrogram widget can control the
>>                     zoom with keyboard shortcuts (+, -). Also
>>                     scrollbars can be hidden (user can scroll with
>>                     scrollwheel/arrow keys).
>>                     > >>      • Spectrum graph: a graph can bow be
>>                     frozen; clicking on a peak will show the peaks
>>                     frequency
>>                     > >> with resolution independent of the fft size
>>                     of the corresponding dispfft
>>                     > >>      • New icon / new splashscreen
>>                     > >>      • Meter / Controller widget gained many
>>                     options to control its aspect (border, line width,
>>                     background, etc)
>>                     > >>      • New action to test the audio setup
>>                     > >>      • Text labels allow to set a vertical
>>                     alignment
>>                     > >>      • New settings dialogs, allows to use
>>                     the current system sample rate and set the
>>                     > >> number of channels without the need to modify
>>                     the .csd
>>                     > >>      • Help panel received a more streamlined
>>                     look
>>                     > >>      • More streamlined toolbar, removed
>>                     toolbar buttons which are not commonly used
>>                     > >> (these can still be reached from the menus),
>>                     icon size can be set in the preferences, toolbar
>>                     can be locked
>>                     > >>      • Many widgets gained the possibility to
>>                     set their value by double-clicking (knob, scroll
>>                     number)
>>                     > >>      • Now it is possible to move the widgets
>>                     with the keyboard in edit mode. The arrow keys
>>                     move the
>>                     > >> widgets within a grid of 5 pixels (with the
>>                     alt key widgets are nudged by 1 pixel).
>>                     > >>      • More nuanced syntax highlighting
>>                     > >>      • Syntax highlighting for user defined
>>                     opcodes. The work for this lays the ground for
>>                     features like autocomplete and code hints for UDOs.
>>                     > >>      • Button widget can set the size of the font
>>                     > >>      • Checkbox can be resized if the
>>                     platform allows this (works on linux and windows,
>>                     macOS uses native checkboxes which are fixed in size)
>>                     > >>      • Added a setting to control the update
>>                     rate of the gui.
>>                     > >>      • New "Spectrum Analyzer" utility example
>>                     > >>      • Initial support for color schemes,
>>                     allowing csoundqt to use a dark theme matching the
>>                     os (not yet available in this release).
>>                     > >>      • New action "goto line"
>>                     > >> Fixes
>>                     > >>
>>                     > >>      • Race condition fixed which would cause
>>                     CsoundQt to crash when started/stopped in very
>>                     fast succession
>>                     > >>      • Locking issues fixed which prevented
>>                     CsoundQt to stop properly when a graph widget was
>>                     used.
>>                     > >>      • Saving issues where fixed. New option
>>                     to prevent CsoundQt from asking if user wants to
>>                     save a temporary file before playing.
>>                     > >>      • in macOS startup delay has been
>>                     somewhat reduced.
>>                     > >>      • Wrong rendering for the Meter /
>>                     Controller widget fixed is macOS
>>                     > >>      • Better font defaults for the different
>>                     platforms
>>                     > >>      • CTRL-F now searches in manual if help
>>                     dock is focused.
>>                     > >>      • Search bar is made visible and focused
>>                     when clicked on search icon in the help widget
>>                     > >>      • Fixed a bug where activating the
>>                     widgets panel when the widgets are in a separate
>>                     window would
>>                     > >> result in an empty widgets panel or, worse, a
>>                     crash.
>>                     > >>      • Fixed selection and dragging of
>>                     widgets. Now responds to usual keyboard modifiers,
>>                     such as CTRL toggling selection, and shift adding
>>                     an item to a selection, etc.
>>                     > >>      • Changing rt audio module now clears
>>                     the device selection
>>                     > >>      • Fixes last used dir in linux falling
>>                     back to /tmp
>>                     > >>      • macOS: fix to background color in
>>                     widgets panel
>>                     > >>      • Better options for selecting an audio
>>                     device if jack is selected as module (now the
>>                     default does not connect to other ports other than
>>                     the system)
>>                     > >>      • In the config dialog, if jack is not
>>                     running then this is shown in the menu and jack
>>                     can't be selected
>>                     > >>      • scope now has much lower latency
>>                     > >>      • native toolbar in macOS
>>                     > >>      • Less intrusive line numbers, adjust
>>                     colors to the color theme
>>                     > >>      • Each platform has own defaults for
>>                     fonts, sizes, etc., resulting in a better first
>>                     time experience
>>                     > >>      • Lots of fixes in syntax highlighting
>>                     > >>      • Audio device is reset to default
>>                     whenever the audio backend is modified
>>                     > >>      • Full-screen issues have been mostly
>>                     resolved. Window state is remembered.
>>                     > >>      • Graph widget would cause a crash when
>>                     adding a new table if a spectrum display was
>>                     selected. This was fixed.
>>                     > >>      • Atsa defaults were corrected
>>                     > >>      • Latched button acting wrong on event
>>                     with negative duration fixed
>>                     > >>      • Application paths were fixed for macOS
>>                     > >>      • Toolbar rendering problems in mac were
>>                     fixed, reverting back from using mac's unified
>>                     toolbar.
>>                     > >>
>>                     > >> Eduardo Moguillansky / Tarmo Johannes
>>                     > >>
>>                     > >> Csound mailing list Csound@listserv.heanet.ie
>>                     <mailto: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
>>                     <mailto: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
>>                     <mailto: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
>>                     <mailto: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
>>                     <mailto: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
>>                 <mailto: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
>>             <mailto: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
>>         <mailto: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
>>     <mailto: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
>> <mailto: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
> <mailto: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
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

Date2020-07-05 10:50
FromRichard van Bemmelen
SubjectRe: [Csnd] [EXTERNAL] [Csnd] [ANN] CsoundQt 0.9.8 released
I know, but I could  not compile Csound 6.14 on Linux mint. See my other thread about that. If someone could be so kind to provide an installer for Linux Mint I would be grateful..

Richard

Op zo 5 jul. 2020 om 11:46 schreef Eduardo Moguillansky <eduardo.moguillansky@gmail.com>:

To be clear: CsoundQt 0.9.8 supports csound 6.14 or higher. This is made clear in the releases page. Please either update your csound installation or use a previous version of CsoundQt. 

On 05.07.20 11:41, Richard van Bemmelen wrote:
If I comment that out I get another error:

Creating score

rtaudio: ALSA module enabled

opcode changed deprecated

error: syntax error, unexpected ')' (token ")") from file /tmp/csound-tmpyJHf3425.csd (1)

line 223:

>>>) <<<

Parsing failed due to invalid input!


Op zo 5 jul. 2020 om 11:23 schreef Tarmo Johannes <trmjhnns@gmail.com>:
Hi,

Yes, there is some code in the csd that requires newer Csound (6.14.0)
I wonder -  there should be this code in the beginning of AudioMidiTest.csd that should not run the csd at all if the version is lower?:
<CsVersion>
After 6.13
</CsVersion>
Do you see it?  Or maybe it does not work in 6.10 yet, I was not able to test.


tarmo

Kontakt Victor Lazzarini (<Victor.Lazzarini@mu.ie>) kirjutas kuupäeval L, 4. juuli 2020 kell 23:25:
Probably something changed between 6.10 and 6.14 and the CSD uses this feature.

Prof. Victor Lazzarini
Maynooth University
Ireland

On 4 Jul 2020, at 21:22, Richard van Bemmelen <zappfinger@gmail.com> wrote:


Thanks, that seemed to work, but the AudioMidiTest.csd gives the following errors:
Creating score
rtaudio: ALSA module enabled
opcode changed deprecated
error: syntax error, unexpected ')'  (token ")") from file /tmp/csound-tmpTwZ21667.csd (1)
 line 223:
>>>) <<<
Parsing failed due to invalid input!
Stopping on parser failure
cannot compile orchestra

Op za 4 jul. 2020 om 21:36 schreef Tarmo Johannes <trmjhnns@gmail.com>:
Yes, I can confirm, the problem is that the AppImage does not find plugins folder automatically when it is not set. I must take care for it. If you run in terminal:
export OPCODE6DIR64=/usr/local/lib/csound/plugins64-6.0/
(or whatever is the correct location)
and then
./CsoundQt-0.9.8-x86_64.AppImage
it should find the plugins.

I must investigate it and hope to make a fix for 0.9.8.1 build.

tarmo


Kontakt Richard van Bemmelen (<zappfinger@gmail.com>) kirjutas kuupäeval L, 4. juuli 2020 kell 22:30:
I doubt it. The external tab has nothing about Csound directories.
The environment tab has...

Richard

Op za 4 jul. 2020 om 21:18 schreef Victor Lazzarini <Victor.Lazzarini@mu.ie>:
As Joachim said, I think you need to do this in the CsoundQT configuration  window, under the external tab

Prof. Victor Lazzarini
Maynooth University
Ireland

On 4 Jul 2020, at 20:06, Richard van Bemmelen <zappfinger@gmail.com> wrote:


Well, my csound (version 6.10, I could not build 6.14) is in /usr/bin/csound, but the plugin folders are not found, although csound -z lists plenty of opcodes. I added my csound folder to the environment variables to no avail...

Richard

Op za 4 jul. 2020 om 20:19 schreef joachim heintz <jh@joachimheintz.de>:
you must set OPCODE64DIR in Configuration > External to your Csound
plugins folder (should be in Usr/lib/csound or /usrlocal/lib/csound).  i
had the same situation and after restart it worked.


On 04/07/2020 15:51, Richard wrote:
> The AppImage runs, but I cannot select the RT Audio Module, it is 'null'.
> I must say, although my soundcard (Scarlett 2i2) works, I am struggling
> with starting jack or via qjackctl.
> I get messages about memory locks and 'cannot allocate memory'...
>
> Could this have to do with RT Audio Module being null?
>
> (this Linux audio stuff can be a mess...)
>
> Richard
>
> On 29/06/2020 15:58, Tarmo Johannes wrote:
>> Hi Richard,
>>
>> For Linux I uploaded now an experimental AppImage to:
>> https://github.com/CsoundQt/CsoundQt/releases/download/v0.9.8/CsoundQt-0.9.8-x86_64.AppImage
>> Download, make it executable and you should be able to run in on any
>> 64-bit Linux.
>> The preferred way is to build yourself, see instructions from:
>> https://github.com/CsoundQt/CsoundQt/blob/v0.9.8/BUILDING.md
>> ---
>> I uploaded now the updated MacOS installer:
>> https://github.com/CsoundQt/CsoundQt/releases/download/v0.9.8/CsoundQt-0.9.8-MacOS.dmg
>>
>> The portaudio and channels problems need more investigation, this is
>> not in the build yet.
>>
>> tarmo
>>
>>
>>
>>
>>
>> Kontakt Richard van Bemmelen (<zappfinger@gmail.com
>> <mailto:zappfinger@gmail.com>>) kirjutas kuupäeval E, 29. juuni 2020
>> kell 15:19:
>>
>>     What link should I use to download Csound and CsoundQt for Linux Mint?
>>
>>     Richard
>>
>>     Op ma 29 jun. 2020 om 12:56 schreef Dr. Richard Boulanger
>>     <rboulanger@berklee.edu <mailto:rboulanger@berklee.edu>>:
>>
>>         Thanks very much Tarmo.
>>
>>         This does fix the tabs and icons in CsoundQt going black when
>>         the virtual keyboard is selected on the Mac!
>>         - also, I appreciate that the Virtual Keyboard is in the "tab"
>>         as in my classes, and teaching it is one of the more selected
>>         and used items by me and my students.
>>
>>         I can also report a similar or the same "audio driver" problem
>>         that Steven does about the number of channels issue.
>>         - when I have portaudio selected, even when the number of
>>         channels in the .csd is 2, the instrument won't run until I
>>         select coreaudio, run it
>>
>>         I always test my system by running Xanadu and then test MIDI
>>         by running the Pipe Synth
>>
>>         After installing your latest versions, resetting and
>>         restarting and trying to run Xanadu for the first time, the
>>         console:
>>
>>         PortAudio: selected input device 'MacBook Pro Microphone'
>>
>>         *** PortAudio: error: -9998: Invalid number of channels
>>
>>         Failed to initialise real time audio input
>>
>>         then I chose portaudio (callback) and the console:
>>
>>
>>         PortAudio: selected output device 'Duet USB'
>>
>>         *** PortAudio: error: -9998: Invalid number of channels
>>
>>         closing device
>>
>>         Failed to initialise real time audio output
>>
>>         then I select coreaudio and it renders/runs (but does not list
>>         all my audio devices by name)
>>
>>         *Dr. Richard Boulanger*
>>
>>         /Professor of Electronic Production and Design/
>>
>>         Professional Writing and Technology Division
>>
>>         *Berklee College of Music*
>>
>>
>>         skype:radiobaton
>>
>>         facebook:https://www.facebook.com/richard.boulanger.58
>>
>>         about:http://www.boulangerlabs.com/#about
>>
>>         about:http://www.csounds.com/community/developers/dr-richard-boulanger/
>>
>>         music:http://www.csounds.com/community/developers/dr-richard-boulanger/dr-richard-boulanger-music/
>>
>>
>>         Boulanger Labs - http://boulangerlabs.com
>>         <http://boulangerlabs.com/>
>>
>>         The Csound Book - http://mitpress.mit.edu/books/csound-book
>>
>>         The Audio Programming Book -
>>         http://mitpress.mit.edu/books/audio-programming-book
>>
>>
>>
>>         On Mon, Jun 29, 2020 at 6:36 AM Tarmo Johannes
>>         <trmjhnns@gmail.com <mailto:trmjhnns@gmail.com>> wrote:
>>
>>             Hi,
>>
>>             I fixed the toolbar going black after opening virtual MIDI
>>             keyboard
>>             and added a small workaround to set correct terminal path
>>             for MacOS Cataline. I could not test though, as I have not
>>             upgraded my development machine yet.
>>             There was some problem on github and I could not log in to
>>             upload, the build is on:
>>             http://tarmo.uuu.ee/varia/failid/cs/CsoundQt/CsoundQt-0.9.8-MacOS.dmg
>>             Please try.
>>
>>             Steven, I did not get exactly -  is it so that your
>>             default sound interface has one input channel? Which audio
>>             module did you use? (portaudio/coreaudio etc)? What
>>             happens if you uncheck the "Channels" checkbox on
>>             Configure->Run? And what if you press Run in Terminal?
>>
>>             Thanks!
>>             tarmo
>>
>>             Kontakt Steven Yi (<stevenyi@gmail.com
>>             <mailto:stevenyi@gmail.com>>) kirjutas kuupäeval E, 29.
>>             juuni 2020 kell 04:41:
>>
>>                 Congratulations on the release! Quite a number of changes!
>>
>>                 I did run into some issues here when I gave it a try
>>                 on macOS 10.14 with dark mode on. The app looked fine
>>                 until I opened the virtual keyboard and then the top
>>                 area and active tab all became black with black text.
>>
>>                 image.png
>>                 Is there a configuration setting I'm missing?  I saw
>>                 some themes but they didn't seem to correspond to dark
>>                 mode.
>>
>>                 Also, I found that for most examples I had to edit to
>>                 add nchnls_i=1 to get them to run, otherwise Csound
>>                 did not start and complained about requesting more
>>                 channels than available. I think it has to do with
>>                 preferences and it being overridden to always use
>>                 -iadc.  I don't believe this is something I set; is
>>                 this the default? If I set it to none (i.e., blank) in
>>                 preferences, the examples that don't use audio input
>>                 run fine.
>>
>>                 And how does one use the spectral display? The manual
>>                 page didn't have a lot of information that I could
>>                 figure out. I saw the Spectrum Analyzer example (from
>>                 Useful examples) and it had FFTSize as a widget. On
>>                 the screenshot for the release, it looked like a
>>                 dropdown was a part of the display, so I wasn't sure
>>                 if it was a built-in feature for window sizes or if
>>                 that was a separate widget that was overlaying the
>>                 display in the screenshot.
>>
>>                 Thanks!
>>                 Steven
>>
>>
>>
>>
>>                 On Sun, Jun 28, 2020 at 9:31 AM Victor Lazzarini
>>                 <Victor.Lazzarini@mu.ie
>>                 <mailto:Victor.Lazzarini@mu.ie>> wrote:
>>
>>                     That was the exact reason. I had never noticed
>>                     that change, because Aqua displays files from both
>>                     directories.
>>                     ========================
>>                     Prof. Victor Lazzarini
>>                     Maynooth University
>>                     Ireland
>>
>>                     > On 28 Jun 2020, at 11:54, Tarmo Johannes
>>                     <trmjhnns@GMAIL.COM <mailto:trmjhnns@GMAIL.COM>>
>>                     wrote:
>>                     >
>>                     > Hi, thanks!
>>                     >
>>                     > Are you on Catalina? I think  the default
>>                     terminal location is changed from Applications to
>>                     /System/Applications
>>                     > You need to set the path manually in
>>                     Configure->Environment.
>>                     > There will be a fix for that later.
>>                     >
>>                     > Hope it helps!
>>                     >
>>                     > Tarmo
>>                     >
>>                     > P, 28. juuni 2020 12:18 Victor Lazzarini
>>                     <Victor.Lazzarini@mu.ie
>>                     <mailto:Victor.Lazzarini@mu.ie>> kirjutas:
>>                     > It looks very good, I just tested. Thanks a lot
>>                     for this.
>>                     >
>>                     > One question: for a while now here on OSX, I
>>                     can’t use the run in term option, it doesn’t open
>>                     a terminal window,
>>                     > does nothing. While it doesn’t bother me, I was
>>                     wondering why this is the case. I have looked at
>>                     > the preferences and correct values are set in
>>                     both the environment and external panes. I suspect
>>                     > some sort of permission, but can’t find what it is.
>>                     >
>>                     > ========================
>>                     > Prof. Victor Lazzarini
>>                     > Maynooth University
>>                     > Ireland
>>                     >
>>                     > > On 28 Jun 2020, at 09:23, Victor Lazzarini
>>                     <Victor.Lazzarini@mu.ie
>>                     <mailto:Victor.Lazzarini@mu.ie>> wrote:
>>                     > >
>>                     > > That looks great! Congratulations and many thanks.
>>                     > >
>>                     > > Prof. Victor Lazzarini
>>                     > > Maynooth University
>>                     > > Ireland
>>                     > >
>>                     > >> On 28 Jun 2020, at 08:36, Eduardo
>>                     Moguillansky <eduardo.moguillansky@gmail.com
>>                     <mailto:eduardo.moguillansky@gmail.com>> wrote:
>>                     > >>
>>                     > >> 
>>                     > >> WARNINGThis email originated from outside of
>>                     Maynooth University's Mail System. Do not reply,
>>                     click links or open attachments unless you
>>                     recognise the sender and know the content is safe.
>>                     > >> Version 0.9.8 is a major release, with
>>                     multiple changes
>>                     > >>
>>                     > >> The source and binaries can be downloaded
>>                     from: https://github.com/CsoundQt/CsoundQt/releases
>>                     > >>
>>                     > >> This version of CsoundQt works with csound
>>                     6.14 or higher
>>                     > >>
>>                     > >> New in version 0.9.8:
>>                     > >>
>>                     > >>      • New icon theme based on KDE's "breeze"
>>                     > >>      • New color themes (for text, background
>>                     and syntax highlighting): classic, light, dark.
>>                     > >>      • New flat style and features for the
>>                     knob widget.
>>                     > >>      • New "Table Plot" widget allows to
>>                     efficiently plot tables in real time.
>>                     > >>      • Graph widget (spectrum, signal
>>                     display) has been highly optimized, drawing is
>>                     between 10x and 20x faster
>>                     > >>      • Graph widget fixed for the use
>>                     together with display opcode. Many display
>>                     instances can be used simultaneously for one or
>>                     multiple widgets without any loss in performance.
>>                     > >>      • Graph widget for tables optimized for
>>                     big tables and soundfiles, detects the actual size
>>                     of the graph and does not draw superfluous points
>>                     > >>      • Spectrogram widget now reacts to
>>                     different sample rates, gained a better grid and
>>                     zoom. It can be customized to show/hide grid,
>>                     scrollbars, menu, etc.
>>                     > >>      • Spectrogram widget can control the
>>                     zoom with keyboard shortcuts (+, -). Also
>>                     scrollbars can be hidden (user can scroll with
>>                     scrollwheel/arrow keys).
>>                     > >>      • Spectrum graph: a graph can bow be
>>                     frozen; clicking on a peak will show the peaks
>>                     frequency
>>                     > >> with resolution independent of the fft size
>>                     of the corresponding dispfft
>>                     > >>      • New icon / new splashscreen
>>                     > >>      • Meter / Controller widget gained many
>>                     options to control its aspect (border, line width,
>>                     background, etc)
>>                     > >>      • New action to test the audio setup
>>                     > >>      • Text labels allow to set a vertical
>>                     alignment
>>                     > >>      • New settings dialogs, allows to use
>>                     the current system sample rate and set the
>>                     > >> number of channels without the need to modify
>>                     the .csd
>>                     > >>      • Help panel received a more streamlined
>>                     look
>>                     > >>      • More streamlined toolbar, removed
>>                     toolbar buttons which are not commonly used
>>                     > >> (these can still be reached from the menus),
>>                     icon size can be set in the preferences, toolbar
>>                     can be locked
>>                     > >>      • Many widgets gained the possibility to
>>                     set their value by double-clicking (knob, scroll
>>                     number)
>>                     > >>      • Now it is possible to move the widgets
>>                     with the keyboard in edit mode. The arrow keys
>>                     move the
>>                     > >> widgets within a grid of 5 pixels (with the
>>                     alt key widgets are nudged by 1 pixel).
>>                     > >>      • More nuanced syntax highlighting
>>                     > >>      • Syntax highlighting for user defined
>>                     opcodes. The work for this lays the ground for
>>                     features like autocomplete and code hints for UDOs.
>>                     > >>      • Button widget can set the size of the font
>>                     > >>      • Checkbox can be resized if the
>>                     platform allows this (works on linux and windows,
>>                     macOS uses native checkboxes which are fixed in size)
>>                     > >>      • Added a setting to control the update
>>                     rate of the gui.
>>                     > >>      • New "Spectrum Analyzer" utility example
>>                     > >>      • Initial support for color schemes,
>>                     allowing csoundqt to use a dark theme matching the
>>                     os (not yet available in this release).
>>                     > >>      • New action "goto line"
>>                     > >> Fixes
>>                     > >>
>>                     > >>      • Race condition fixed which would cause
>>                     CsoundQt to crash when started/stopped in very
>>                     fast succession
>>                     > >>      • Locking issues fixed which prevented
>>                     CsoundQt to stop properly when a graph widget was
>>                     used.
>>                     > >>      • Saving issues where fixed. New option
>>                     to prevent CsoundQt from asking if user wants to
>>                     save a temporary file before playing.
>>                     > >>      • in macOS startup delay has been
>>                     somewhat reduced.
>>                     > >>      • Wrong rendering for the Meter /
>>                     Controller widget fixed is macOS
>>                     > >>      • Better font defaults for the different
>>                     platforms
>>                     > >>      • CTRL-F now searches in manual if help
>>                     dock is focused.
>>                     > >>      • Search bar is made visible and focused
>>                     when clicked on search icon in the help widget
>>                     > >>      • Fixed a bug where activating the
>>                     widgets panel when the widgets are in a separate
>>                     window would
>>                     > >> result in an empty widgets panel or, worse, a
>>                     crash.
>>                     > >>      • Fixed selection and dragging of
>>                     widgets. Now responds to usual keyboard modifiers,
>>                     such as CTRL toggling selection, and shift adding
>>                     an item to a selection, etc.
>>                     > >>      • Changing rt audio module now clears
>>                     the device selection
>>                     > >>      • Fixes last used dir in linux falling
>>                     back to /tmp
>>                     > >>      • macOS: fix to background color in
>>                     widgets panel
>>                     > >>      • Better options for selecting an audio
>>                     device if jack is selected as module (now the
>>                     default does not connect to other ports other than
>>                     the system)
>>                     > >>      • In the config dialog, if jack is not
>>                     running then this is shown in the menu and jack
>>                     can't be selected
>>                     > >>      • scope now has much lower latency
>>                     > >>      • native toolbar in macOS
>>                     > >>      • Less intrusive line numbers, adjust
>>                     colors to the color theme
>>                     > >>      • Each platform has own defaults for
>>                     fonts, sizes, etc., resulting in a better first
>>                     time experience
>>                     > >>      • Lots of fixes in syntax highlighting
>>                     > >>      • Audio device is reset to default
>>                     whenever the audio backend is modified
>>                     > >>      • Full-screen issues have been mostly
>>                     resolved. Window state is remembered.
>>                     > >>      • Graph widget would cause a crash when
>>                     adding a new table if a spectrum display was
>>                     selected. This was fixed.
>>                     > >>      • Atsa defaults were corrected
>>                     > >>      • Latched button acting wrong on event
>>                     with negative duration fixed
>>                     > >>      • Application paths were fixed for macOS
>>                     > >>      • Toolbar rendering problems in mac were
>>                     fixed, reverting back from using mac's unified
>>                     toolbar.
>>                     > >>
>>                     > >> Eduardo Moguillansky / Tarmo Johannes
>>                     > >>
>>                     > >> Csound mailing list Csound@listserv.heanet.ie
>>                     <mailto: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
>>                     <mailto: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
>>                     <mailto: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
>>                     <mailto: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
>>                     <mailto: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
>>                 <mailto: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
>>             <mailto: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
>>         <mailto: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
>>     <mailto: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
>> <mailto: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
> <mailto: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
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