Csound Csound-dev Csound-tekno Search About

[Csnd] [ANN] QuteCsound 0.4.5 released

Date2009-12-08 14:35
FromAndres Cabrera
Subject[Csnd] [ANN] QuteCsound 0.4.5 released
Hi all,

QuteCsound 0.4.5 is ready! This version includes many fixes, additions
and useful improvements. Upgrading to this version is highly
recommended.

QuteCsound is a simple frontend for Csound featuring a highlighting
editor with autocomplete, interactive widgets and integrated help. It
can open files created in MacCsound, and aims to be a simple yet
powerful and complete development environment for Csound.

QuteCsound 0.4.5 has been tested on Windows, OS X, Linux and Solaris,
and it is free software released under the LGPLv2 or at your option
GPLv3.

There are binary packages for Windows and OS X, and a source package
for other platforms.
You can get it here:
http://sourceforge.net/projects/qutecsound/files/QuteCsound/0.4.5/

There's more information here:
http://qutecsound.sourceforge.net/

Questions, comments and suggestions are very welcome and can be posted
to the main Csound mailing list, but better still, join the QuteCsound
users mailing list at:
http://lists.sourceforge.net/lists/listinfo/qutecsound-users

A big thanks to all collaborators for this release, including Joachim
Heintz, Alex Hofmann, Andy Fillebrown, Stefano Valli and Francois
Pinot (for his additions to the Scope Widget), the translators and the
testers.

BIG NOTE FOR WINDOWS USERS!!!!!
On Windows the fluid and FLTK opcodes from Csound are causing issues
with QuteCsound. It is highly recommended that these opcodes are not
used inside QuteCsound (they are safe if you run in external
terminal). The best way to disable these opcodes is the following:
1. Copy the plugins directory from your Csound installation (usually
C:/Program Files/Csound/plugins) to a new directory. You can call it
any name, and place it anywhere you want, but using the Csound or
QuteCsound directory might be a good idea.
2. From this new directory delete the files fluidOpcodes.dll,
widgets.dll and virtual.dll
3. In the QuteCsound go to the Environment tab in the Configuration
Dialog and in the field called OPCODEDIR, select the directory you
just created.

When you've done this, QuteCsound will look in the new directory for
opcodes, instead of the default directory. This way, you can keep your
installation of Csound intact, and can control the usage of these
plugins from the QuteCsound preferences. If you are experiencing
sudden crashes (when switching windows, for example), the problem
might be the fluid opcodes. If copy/paste is not working, the problem
is almost certainly the FLTK opcodes and virtual keyboard.

Enjoy!
Andrés

Changes from 0.4.3
-------------------
New:
-Added new Inspector panel which allows to jump to instrument, opcode
and f-table definitions quickly
-If "Save changes automatically on run" is not checked in the
preferences, a temporary file is created an used to run, so the
original file remains untouched. This is now the default behavior for
new installations of QuteCsound.
-Added Align Left, Align Right, Align Bottom and AlignTop actions for widgets.
-Allow loading files with any extension.
-Double-clicking on a widget on edit mode opens the properties
-Music Examples, including Stockhausen's "Studie II", Boulanger's
"Trapped in Convert" and Riley's "In C".
-"Basics" set of tutorials by Alex Hofmann
-Added _Pause reserved channel to toggle pausing a Csound performance,
and _Render channel to render instead of play.
-Size of message buffer can now be set to no limit, 256 and 1024 in
the preferences
-Many new examples
-Added option to enable/disable scrollbars in widget panel
-Added option to enable/disable key repetitions for ASCII keyboard for sensekey
-Moved configuration options for editor to a new tab to make space for
new options
-New Ctrl+G action to find next
-Francois Pinot's code for lissajous and poincare displays for the scope widget

Fixed:
-Fixed running path. Csound now runs from the directory of the csd, so
relative paths work properly.
-FLTK and virtual keyboard are now working properly inside QuteCsound
(but cause problems with copy/paste on Windows-see above)
-0dbfs help entry shown when Shift+F1 is pressed over it.
-Fixed crashing when reload file is used and only one tab is open.
-Internal examples no longer show up on Recent Files menu.
-No more ask about saving file when switching out of a modified tab.
-Improved code viewer (no double lines, better line connection)
-Fixed positioning of new widget in widget panel
-Button widget now stores a string value, which allows API to read
values directly from it (avoiding precedence issues with LineEdit
widget)
-Find/replace dialog is now not modal and focus sets to the find textedit
-Make sure the console scrolls to the end of text on stop
-Ignore click on the frames version of the manual, to avoid going to a
blank page
-Environment variables now work correctly as they are passed as
command line options.
-Fixed double appending of extension for formats like WAVEX which can
have multiple ones.

Internal:
-A lot of work towards new XML format, which will allow some
interoperaility with blue, and more widget features including
randomization and preset storage.
-Improved CPU usage.

Complete Changelog:
Revision 291 - Directory Listing
Modified Mon Dec 7 17:53:40 2009 UTC (20 hours, 27 minutes ago) by mantaraya36

OPCODEDIR is now set to through the API

Revision 290 - Directory Listing
Modified Sat Dec 5 20:07:27 2009 UTC (2 days, 18 hours ago) by joachimheintz

small corrections at studie 2 example

Revision 289 - Directory Listing
Modified Fri Dec 4 09:58:04 2009 UTC (4 days, 4 hours ago) by mantaraya36

Added Pitch Tracker and Binaural Panning examples.
Fixed command line arguments parsing for OS X
Made build do a release build

Revision 288 - Directory Listing
Modified Thu Dec 3 11:11:11 2009 UTC (5 days, 3 hours ago) by mantaraya36

Removed command line argument passing for OS X

Revision 287 - Directory Listing
Modified Thu Dec 3 06:22:32 2009 UTC (5 days, 7 hours ago) by afillebrown

Removed CONFIG += debug from src.pro for win32

Revision 286 - Directory Listing
Modified Tue Dec 1 08:44:59 2009 UTC (7 days, 5 hours ago) by afillebrown

Fixed bug in qutecsound::dispatchQueues ...qutecsound::ud was being
used after being freed in qutecsound::closeEvent (also zeroed pointers
freed and deleted in qutecsound::closeEvent)

Revision 285 - Directory Listing
Modified Tue Dec 1 06:53:58 2009 UTC (7 days, 7 hours ago) by afillebrown

Fixed names of layout widgets in configdialog.ui to remove compiler warnings

Revision 284 - Directory Listing
Modified Tue Dec 1 06:26:27 2009 UTC (7 days, 7 hours ago) by afillebrown

Changed csound api linkage from libcsoundXX.a to csoundXX.dll.5.2, for
windows builds

Revision 283 - Directory Listing
Modified Tue Dec 1 06:21:19 2009 UTC (7 days, 7 hours ago) by afillebrown

Changed libsndfile linkage to libsndfile-1.dll from Csound directory,
for windows builds

Revision 282 - Directory Listing
Modified Tue Dec 1 06:16:59 2009 UTC (7 days, 8 hours ago) by afillebrown

Added virtual destructors to ScopeData, LissajouData, and PoincareData
classes in qutescope.h

Revision 281 - Directory Listing
Modified Tue Dec 1 06:13:42 2009 UTC (7 days, 8 hours ago) by afillebrown

Removed CONFIG -= release from src.pro, for windows builds

Revision 280 - Directory Listing
Modified Tue Dec 1 05:58:37 2009 UTC (7 days, 8 hours ago) by afillebrown

Fixed path to csound.hpp in src.pro, for windows builds

Revision 279 - Directory Listing
Modified Mon Nov 30 08:43:55 2009 UTC (8 days, 5 hours ago) by mantaraya36

Fixed Stockhausen example
Added internal work for preset support
Added Align Right and Align Bottom actions.
Allow loading files with any extension

Revision 278 - Directory Listing
Modified Sun Nov 29 11:16:18 2009 UTC (90 minutes, 53 seconds ago) by
mantaraya36

Added AlignLeft and AlignTop actions for widgets
Put back previous behavior of widgets (looks better, but still labels
which have background disappear when they lose focus...)
Double-clicking on a widget on edit mode opens the properties

Revision 277 - Directory Listing
Modified Sat Nov 28 16:21:40 2009 UTC (20 hours, 25 minutes ago) by
joachimheintz

added Stockhausen example

Revision 276 - Directory Listing
Modified Thu Nov 26 12:52:11 2009 UTC (2 days, 23 hours ago) by mantaraya36

Fixed disappearing widgets.
Improved {{ }} strings, not totally fixed.
Typo in 1.8 Routing example

Revision 275 - Directory Listing
Modified Wed Nov 25 12:00:21 2009 UTC (4 days ago) by mantaraya36

Minor editions to Basics examples

Revision 274 - Directory Listing
Modified Wed Nov 25 08:06:31 2009 UTC (4 days, 4 hours ago) by mantaraya36

Added Basics tutorials by Alexh Hofmann

Revision 273 - Directory Listing
Modified Sun Nov 22 11:34:57 2009 UTC (7 days, 1 hour ago) by mantaraya36

Italian translation by F. Pinot

Revision 272 - Directory Listing
Modified Sun Nov 22 11:31:58 2009 UTC (7 days, 1 hour ago) by mantaraya36

Fixed receipt of values in graph widget when Csound is in different language.
Fixed 0dbfs not calling appropriate manual page. When standing on
CsOptions text, the Unified csd file page is opened.

Revision 271 - Directory Listing
Modified Sat Nov 21 11:09:48 2009 UTC (8 days, 1 hour ago) by mantaraya36

Bumped version to 0.4.5

Revision 270 - Directory Listing
Modified Sat Nov 21 11:02:05 2009 UTC (8 days, 1 hour ago) by mantaraya36

If "Save changes automatically on run" is not checked in the
preferences, a temporary file is created an used to run, so the
original file remains untouched. This is now the default behavior for
new installations of QuteCsound.
Fixed crashing when reload file is used and only one tab is open.
Internal examples no longer show up on Recent Files menu.
No more ask about saving file when switching out of a modified tab.
Updated italian translation, thanks to Francesco.

Revision 269 - Directory Listing
Modified Mon Nov 16 08:28:37 2009 UTC (13 days, 4 hours ago) by mantaraya36

Improved code viewer (no double lines, better line connection)

Revision 268 - Directory Listing
Modified Mon Nov 16 07:35:07 2009 UTC (13 days, 5 hours ago) by mantaraya36

Update final spanish and french translations

Revision 267 - Directory Listing
Modified Sat Nov 14 10:13:40 2009 UTC (2 weeks, 1 day ago) by mantaraya36

Updated translations
Inspector now goes to item on single click
Inspector now hides when Dialog opens to avoid problems on OS X.

Revision 266 - Directory Listing
Modified Sat Nov 14 09:48:39 2009 UTC (2 weeks, 1 day ago) by mantaraya36

Added new Boulanger and Kung music examples
Added mention of Lissajous and Poincare types in Scope example
Items in the inspector are now organized in categories in collapsable tree


Revision 265 - Directory Listing
Modified Fri Nov 13 15:19:56 2009 UTC (2 weeks, 1 day ago) by mantaraya36

Added icon for inspector
Inspector now parses ftgen and f statements

Revision 264 - Directory Listing
Modified Thu Nov 12 21:57:13 2009 UTC (2 weeks, 2 days ago) by mantaraya36

Fixes to File to Text example

Revision 263 - Directory Listing
Modified Thu Nov 12 21:11:28 2009 UTC (2 weeks, 2 days ago) by mantaraya36

Added _Pause reserved channel to toggle pausing a Csound performance
If shortcut is not present on preferences leave it blank
Fixed positioning of new widget in widget panel
Fixed location of two examples

Revision 262 - Directory Listing
Modified Thu Nov 12 20:11:16 2009 UTC (2 weeks, 2 days ago) by mantaraya36

Revision 261 - Directory Listing
Modified Thu Nov 12 17:12:56 2009 UTC (2 weeks, 2 days ago) by mantaraya36

Added UDO parsing to inspector

Revision 260 - Directory Listing
Modified Thu Nov 12 08:25:25 2009 UTC (2 weeks, 3 days ago) by mantaraya36

Added missing backslash

Revision 259 - Directory Listing
Modified Thu Nov 12 08:21:26 2009 UTC (2 weeks, 3 days ago) by mantaraya36

minor improvements to In C example

Revision 258 - Directory Listing
Modified Thu Nov 12 08:13:47 2009 UTC (2 weeks, 3 days ago) by mantaraya36

Size of message buffer can now be set to no limit, 256 and 1024 in the
preferences
If csound is stopped, the message buffer is discarded

Revision 257 - Directory Listing
Modified Tue Nov 10 08:04:18 2009 UTC (2 weeks, 5 days ago) by mantaraya36

Added improvements by Joachim Heintz to In C example

Revision 256 - Directory Listing
Modified Mon Nov 9 13:02:13 2009 UTC (2 weeks, 5 days ago) by mantaraya36

Fixed just intonation example

Revision 255 - Directory Listing
Modified Mon Nov 9 12:17:08 2009 UTC (2 weeks, 6 days ago) by mantaraya36

More work on XML format (Most widgets should now be able to read and
write the XML format, partially ate least)
Fixed modified icon when file is loaded (it now shows up as unmodified
when newly opened)


Revision 254 - Directory Listing
Modified Sun Nov 8 08:05:14 2009 UTC (3 weeks ago) by mantaraya36

Removed "unsafe" text from FLTK option, as it appears to be working fine
Inspector now updates automatically
Fixe crashing when changing tabs
Less debug text

Revision 253 - Directory Listing
Modified Sun Nov 8 08:02:40 2009 UTC (3 weeks ago) by mantaraya36

Fixed Riley In C example

Revision 252 - Directory Listing
Modified Fri Nov 6 11:58:21 2009 UTC (3 weeks, 2 days ago) by mantaraya36

Added new inspector panel which allows to jump to instrument definitions quickly
Removed unnecessary spaces from autocomplete

Revision 251 - Directory Listing
Modified Thu Nov 5 21:54:29 2009 UTC (3 weeks, 2 days ago) by mantaraya36

Added Just intonation example
Some work in getting the Riley In C piece to work

Revision 250 - Directory Listing
Modified Thu Nov 5 19:40:48 2009 UTC (3 weeks, 2 days ago) by mantaraya36

Added some locks in the Curve class to protect data. Probably not necessary...
Made label highlighter act before strings to avoid label highlight
inside strings.
Fixed some memory cleaning up.
Fixed running path. Csound now runs from the directory of the csd, so
relative paths work properly.

Revision 249 - Directory Listing
Modified Sun Nov 1 22:19:56 2009 UTC (3 weeks, 6 days ago) by mantaraya36

More work on XML format

Revision 248 - Directory Listing
Modified Sat Oct 31 11:15:50 2009 UTC (4 weeks, 1 day ago) by mantaraya36

Added Riley In C example
Several small fixes

Revision 247 - Directory Listing
Modified Fri Oct 30 08:24:23 2009 UTC (4 weeks, 2 days ago) by mantaraya36

A little more work on XML format
Reorganization of examples menu. Added John Chowning's Stria
Fixed regression: crashing when creating a widget
Last used directory is not set to internal examples directory,
avoiding strange warning

Revision 246 - Directory Listing
Modified Thu Oct 29 22:34:52 2009 UTC (4 weeks, 2 days ago) by joachimheintz

Examples Menu changed

Revision 245 - Directory Listing
Modified Thu Oct 29 08:39:25 2009 UTC (4 weeks, 3 days ago) by mantaraya36

Added option to enable/disable scrollbars in widget panel
Added option to enable/disable key repetitions for ASCII keyboard for sensekey
Moved configuration options for editor to a new tab to make space for
new options
less debugging messages.
Button widget now stores a string value, which allows API to read
values directly from it (avoiding precedence issues with LineEdit
widget)
Since FLTK appears to be working properly, default now runs FLTK csds
inside QuteCsound
Made Properties dialog for widgets stay always on top, to avoid problems on OS X

Revision 244 - Directory Listing
Modified Tue Oct 27 21:34:35 2009 UTC (4 weeks, 4 days ago) by mantaraya36

Improved CPU usage.

Revision 243 - Directory Listing
Modified Tue Oct 27 08:47:54 2009 UTC (4 weeks, 5 days ago) by mantaraya36

Made most widgets not accept focus to pass keyboard events to
QuteCsound and to avoid redrawing problem on linux
Scroll bars in widget panel can now be removed/added
Fixed score event regression
Made _Play reserved channel activate the play button
Added _Render to reserved channels example


Revision 242 - Directory Listing
Modified Sun Oct 25 23:12:22 2009 UTC (4 weeks, 6 days ago) by mantaraya36

Added new "_Render" reserved channel which instead of play, renders offline.
Started work on new xml format based on the blue format (a lot of
debugging text for now...)
New check for message buffer size, to avoid overloading. Only 256
messages can be stored in the message queue.

Revision 241 - Directory Listing
Modified Fri Oct 23 07:15:14 2009 UTC (5 weeks, 2 days ago) by mantaraya36

Made splash window not always on top to avoid problems.
Fixed typo in string and opening of file in external player thanks to
report from francibal
Added new Score Tricks example

Revision 240 - Directory Listing
Modified Wed Oct 21 20:57:01 2009 UTC (5 weeks, 3 days ago) by mantaraya36

Improved find/replace functionality thanks to Lou Cohen:
-New ctrl+G menu item and action to find next
-Find/replace dialog is now not modal and focus sets to the find textedit
-String queries for search replace and case sensitiveness are retained.

Revision 239 - Directory Listing
Modified Tue Oct 20 19:44:04 2009 UTC (5 weeks, 4 days ago) by mantaraya36

Added italian Quick Reference and updated italian translation
Cleaned up csThread code now that it has been confirmed to work
Fixed stopping when running in the same thread. thanks to Victor Lazzarini
Fixed loading of Quick Reference in current language

Revision 238 - Directory Listing
Modified Tue Oct 20 06:46:12 2009 UTC (5 weeks, 5 days ago) by mantaraya36

Fixed incorrect usage of CsPerfThread this should greatly increase
stability and performance (but needs some testing to make sure nothing
broke)
Added italian translation. Thanks to francibal

Revision 237 - Directory Listing
Modified Sun Oct 18 19:28:16 2009 UTC (5 weeks, 6 days ago) by mantaraya36

Added italian translation
Updated all translations

Revision 236 - Directory Listing
Modified Sun Oct 18 18:58:28 2009 UTC (5 weeks, 6 days ago) by mantaraya36

Hopefully fixed threading issues
Made the Quick Reference Pdf be a true temporary file with unique name
Some code cleanup. Removed QUTE_USE_CSOUNDPERFORMANCETHREAD macro to
remove creation of thread without the CsoundPerformanceThread class

Revision 235 - Directory Listing
Modified Sat Oct 17 06:39:34 2009 UTC (6 weeks, 1 day ago) by mantaraya36

Fixed source release to include docs, which are needed for building

Revision 234 - Directory Listing
Modified Fri Oct 16 12:24:12 2009 UTC (6 weeks, 2 days ago) by mantaraya36

Scroll to end of console text when running in the same thread
Added temporary debugging messages

Revision 233 - Directory Listing
Modified Wed Oct 14 14:46:55 2009 UTC (6 weeks, 3 days ago) by mantaraya36

Added Francois Pinot's code for lissajous and poincare displays for
the scope widget
Don't do anything if the frames version link in the manual is clicked
Remember active tab from previous session
Make sure the console scrolls to the end of text on stop

Revision 232 - Directory Listing
Modified Sun Oct 11 20:21:32 2009 UTC (6 weeks, 6 days ago) by mantaraya36

Ignore click on the frames version of the manual, to avoid going to a blank page
Accept CSD and other combinations of case in the extension of the filename

Revision 231 - Directory Listing
Modified Tue Oct 6 11:32:35 2009 UTC (7 weeks, 5 days ago) by mantaraya36

Updated french translation thanks to Francois Pinot. Updated all
translations to include new strings in sources
Fixed default csd text box not persistent.
Environment variables now work correctly as they are passed as command
line options (Only OPCODEDIR will not work when using the API).
if SFDIR varible is not active, the output file is created in the csd
directory, instead of the QuteCsound app directory.
When asking for render filename, the last file used is selected by
default if the output filename is active in the configuration.
Fixed double appending of extension for formats like WAVEX which can
have multiple ones.


Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2009-12-08 21:25
Fromze luis
Subject[Csnd] Re: [ANN] QuteCsound 0.4.5 released
just a question
I have a 10.5.8 intel - wich one should I download?
QuteCsound-0.4.5-OSX10.5-Intel-noQt.tar.gz   or
QuteCsound-0.4.5-OSX10.5-Intel-incQt.tar.gz

is it the same difference between floats and doubles?

Thank you



From: Andres Cabrera <mantaraya36@gmail.com>
To: qutecsound-users@lists.sourceforge.net; csound@lists.bath.ac.uk
Sent: Tue, December 8, 2009 2:35:09 PM
Subject: [Csnd] [ANN] QuteCsound 0.4.5 released

Hi all,

QuteCsound 0.4.5 is ready! This version includes many fixes, additions
and useful improvements. Upgrading to this version is highly
recommended.

QuteCsound is a simple frontend for Csound featuring a highlighting
editor with autocomplete, interactive widgets and integrated help. It
can open files created in MacCsound, and aims to be a simple yet
powerful and complete development environment for Csound.

QuteCsound 0.4.5 has been tested on Windows, OS X, Linux and Solaris,
and it is free software released under the LGPLv2 or at your option
GPLv3.

There are binary packages for Windows and OS X, and a source package
for other platforms.
You can get it here:
http://sourceforge.net/projects/qutecsound/files/QuteCsound/0.4.5/

There's more information here:
http://qutecsound.sourceforge.net/

Questions, comments and suggestions are very welcome and can be posted
to the main Csound mailing list, but better still, join the QuteCsound
users mailing list at:
http://lists.sourceforge.net/lists/listinfo/qutecsound-users

A big thanks to all collaborators for this release, including Joachim
Heintz, Alex Hofmann, Andy Fillebrown, Stefano Valli and Francois
Pinot (for his additions to the Scope Widget), the translators and the
testers.

BIG NOTE FOR WINDOWS USERS!!!!!
On Windows the fluid and FLTK opcodes from Csound are causing issues
with QuteCsound. It is highly recommended that these opcodes are not
used inside QuteCsound (they are safe if you run in external
terminal). The best way to disable these opcodes is the following:
1. Copy the plugins directory from your Csound installation (usually
C:/Program Files/Csound/plugins) to a new directory. You can call it
any name, and place it anywhere you want, but using the Csound or
QuteCsound directory might be a good idea.
2. From this new directory delete the files fluidOpcodes.dll,
widgets.dll and virtual.dll
3. In the QuteCsound go to the Environment tab in the Configuration
Dialog and in the field called OPCODEDIR, select the directory you
just created.

When you've done this, QuteCsound will look in the new directory for
opcodes, instead of the default directory. This way, you can keep your
installation of Csound intact, and can control the usage of these
plugins from the QuteCsound preferences. If you are experiencing
sudden crashes (when switching windows, for example), the problem
might be the fluid opcodes. If copy/paste is not working, the problem
is almost certainly the FLTK opcodes and virtual keyboard.

Enjoy!
Andrés

Changes from 0.4.3
-------------------
New:
-Added new Inspector panel which allows to jump to instrument, opcode
and f-table definitions quickly
-If "Save changes automatically on run" is not checked in the
preferences, a temporary file is created an used to run, so the
original file remains untouched. This is now the default behavior for
new installations of QuteCsound.
-Added Align Left, Align Right, Align Bottom and AlignTop actions for widgets.
-Allow loading files with any extension.
-Double-clicking on a widget on edit mode opens the properties
-Music Examples, including Stockhausen's "Studie II", Boulanger's
"Trapped in Convert" and Riley's "In C".
-"Basics" set of tutorials by Alex Hofmann
-Added _Pause reserved channel to toggle pausing a Csound performance,
and _Render channel to render instead of play.
-Size of message buffer can now be set to no limit, 256 and 1024 in
the preferences
-Many new examples
-Added option to enable/disable scrollbars in widget panel
-Added option to enable/disable key repetitions for ASCII keyboard for sensekey
-Moved configuration options for editor to a new tab to make space for
new options
-New Ctrl+G action to find next
-Francois Pinot's code for lissajous and poincare displays for the scope widget

Fixed:
-Fixed running path. Csound now runs from the directory of the csd, so
relative paths work properly.
-FLTK and virtual keyboard are now working properly inside QuteCsound
(but cause problems with copy/paste on Windows-see above)
-0dbfs help entry shown when Shift+F1 is pressed over it.
-Fixed crashing when reload file is used and only one tab is open.
-Internal examples no longer show up on Recent Files menu.
-No more ask about saving file when switching out of a modified tab.
-Improved code viewer (no double lines, better line connection)
-Fixed positioning of new widget in widget panel
-Button widget now stores a string value, which allows API to read
values directly from it (avoiding precedence issues with LineEdit
widget)
-Find/replace dialog is now not modal and focus sets to the find textedit
-Make sure the console scrolls to the end of text on stop
-Ignore click on the frames version of the manual, to avoid going to a
blank page
-Environment variables now work correctly as they are passed as
command line options.
-Fixed double appending of extension for formats like WAVEX which can
have multiple ones.

Internal:
-A lot of work towards new XML format, which will allow some
interoperaility with blue, and more widget features including
randomization and preset storage.
-Improved CPU usage.

Complete Changelog:
Revision 291 - Directory Listing
Modified Mon Dec 7 17:53:40 2009 UTC (20 hours, 27 minutes ago) by mantaraya36

OPCODEDIR is now set to through the API

Revision 290 - Directory Listing
Modified Sat Dec 5 20:07:27 2009 UTC (2 days, 18 hours ago) by joachimheintz

small corrections at studie 2 example

Revision 289 - Directory Listing
Modified Fri Dec 4 09:58:04 2009 UTC (4 days, 4 hours ago) by mantaraya36

Added Pitch Tracker and Binaural Panning examples.
Fixed command line arguments parsing for OS X
Made build do a release build

Revision 288 - Directory Listing
Modified Thu Dec 3 11:11:11 2009 UTC (5 days, 3 hours ago) by mantaraya36

Removed command line argument passing for OS X

Revision 287 - Directory Listing
Modified Thu Dec 3 06:22:32 2009 UTC (5 days, 7 hours ago) by afillebrown

Removed CONFIG += debug from src.pro for win32

Revision 286 - Directory Listing
Modified Tue Dec 1 08:44:59 2009 UTC (7 days, 5 hours ago) by afillebrown

Fixed bug in qutecsound::dispatchQueues ...qutecsound::ud was being
used after being freed in qutecsound::closeEvent (also zeroed pointers
freed and deleted in qutecsound::closeEvent)

Revision 285 - Directory Listing
Modified Tue Dec 1 06:53:58 2009 UTC (7 days, 7 hours ago) by afillebrown

Fixed names of layout widgets in configdialog.ui to remove compiler warnings

Revision 284 - Directory Listing
Modified Tue Dec 1 06:26:27 2009 UTC (7 days, 7 hours ago) by afillebrown

Changed csound api linkage from libcsoundXX.a to csoundXX.dll.5.2, for
windows builds

Revision 283 - Directory Listing
Modified Tue Dec 1 06:21:19 2009 UTC (7 days, 7 hours ago) by afillebrown

Changed libsndfile linkage to libsndfile-1.dll from Csound directory,
for windows builds

Revision 282 - Directory Listing
Modified Tue Dec 1 06:16:59 2009 UTC (7 days, 8 hours ago) by afillebrown

Added virtual destructors to ScopeData, LissajouData, and PoincareData
classes in qutescope.h

Revision 281 - Directory Listing
Modified Tue Dec 1 06:13:42 2009 UTC (7 days, 8 hours ago) by afillebrown

Removed CONFIG -= release from src.pro, for windows builds

Revision 280 - Directory Listing
Modified Tue Dec 1 05:58:37 2009 UTC (7 days, 8 hours ago) by afillebrown

Fixed path to csound.hpp in src.pro, for windows builds

Revision 279 - Directory Listing
Modified Mon Nov 30 08:43:55 2009 UTC (8 days, 5 hours ago) by mantaraya36

Fixed Stockhausen example
Added internal work for preset support
Added Align Right and Align Bottom actions.
Allow loading files with any extension

Revision 278 - Directory Listing
Modified Sun Nov 29 11:16:18 2009 UTC (90 minutes, 53 seconds ago) by
mantaraya36

Added AlignLeft and AlignTop actions for widgets
Put back previous behavior of widgets (looks better, but still labels
which have background disappear when they lose focus...)
Double-clicking on a widget on edit mode opens the properties

Revision 277 - Directory Listing
Modified Sat Nov 28 16:21:40 2009 UTC (20 hours, 25 minutes ago) by
joachimheintz

added Stockhausen example

Revision 276 - Directory Listing
Modified Thu Nov 26 12:52:11 2009 UTC (2 days, 23 hours ago) by mantaraya36

Fixed disappearing widgets.
Improved {{ }} strings, not totally fixed.
Typo in 1.8 Routing example

Revision 275 - Directory Listing
Modified Wed Nov 25 12:00:21 2009 UTC (4 days ago) by mantaraya36

Minor editions to Basics examples

Revision 274 - Directory Listing
Modified Wed Nov 25 08:06:31 2009 UTC (4 days, 4 hours ago) by mantaraya36

Added Basics tutorials by Alexh Hofmann

Revision 273 - Directory Listing
Modified Sun Nov 22 11:34:57 2009 UTC (7 days, 1 hour ago) by mantaraya36

Italian translation by F. Pinot

Revision 272 - Directory Listing
Modified Sun Nov 22 11:31:58 2009 UTC (7 days, 1 hour ago) by mantaraya36

Fixed receipt of values in graph widget when Csound is in different language.
Fixed 0dbfs not calling appropriate manual page. When standing on
CsOptions text, the Unified csd file page is opened.

Revision 271 - Directory Listing
Modified Sat Nov 21 11:09:48 2009 UTC (8 days, 1 hour ago) by mantaraya36

Bumped version to 0.4.5

Revision 270 - Directory Listing
Modified Sat Nov 21 11:02:05 2009 UTC (8 days, 1 hour ago) by mantaraya36

If "Save changes automatically on run" is not checked in the
preferences, a temporary file is created an used to run, so the
original file remains untouched. This is now the default behavior for
new installations of QuteCsound.
Fixed crashing when reload file is used and only one tab is open.
Internal examples no longer show up on Recent Files menu.
No more ask about saving file when switching out of a modified tab.
Updated italian translation, thanks to Francesco.

Revision 269 - Directory Listing
Modified Mon Nov 16 08:28:37 2009 UTC (13 days, 4 hours ago) by mantaraya36

Improved code viewer (no double lines, better line connection)

Revision 268 - Directory Listing
Modified Mon Nov 16 07:35:07 2009 UTC (13 days, 5 hours ago) by mantaraya36

Update final spanish and french translations

Revision 267 - Directory Listing
Modified Sat Nov 14 10:13:40 2009 UTC (2 weeks, 1 day ago) by mantaraya36

Updated translations
Inspector now goes to item on single click
Inspector now hides when Dialog opens to avoid problems on OS X.

Revision 266 - Directory Listing
Modified Sat Nov 14 09:48:39 2009 UTC (2 weeks, 1 day ago) by mantaraya36

Added new Boulanger and Kung music examples
Added mention of Lissajous and Poincare types in Scope example
Items in the inspector are now organized in categories in collapsable tree


Revision 265 - Directory Listing
Modified Fri Nov 13 15:19:56 2009 UTC (2 weeks, 1 day ago) by mantaraya36

Added icon for inspector
Inspector now parses ftgen and f statements

Revision 264 - Directory Listing
Modified Thu Nov 12 21:57:13 2009 UTC (2 weeks, 2 days ago) by mantaraya36

Fixes to File to Text example

Revision 263 - Directory Listing
Modified Thu Nov 12 21:11:28 2009 UTC (2 weeks, 2 days ago) by mantaraya36

Added _Pause reserved channel to toggle pausing a Csound performance
If shortcut is not present on preferences leave it blank
Fixed positioning of new widget in widget panel
Fixed location of two examples

Revision 262 - Directory Listing
Modified Thu Nov 12 20:11:16 2009 UTC (2 weeks, 2 days ago) by mantaraya36

Revision 261 - Directory Listing
Modified Thu Nov 12 17:12:56 2009 UTC (2 weeks, 2 days ago) by mantaraya36

Added UDO parsing to inspector

Revision 260 - Directory Listing
Modified Thu Nov 12 08:25:25 2009 UTC (2 weeks, 3 days ago) by mantaraya36

Added missing backslash

Revision 259 - Directory Listing
Modified Thu Nov 12 08:21:26 2009 UTC (2 weeks, 3 days ago) by mantaraya36

minor improvements to In C example

Revision 258 - Directory Listing
Modified Thu Nov 12 08:13:47 2009 UTC (2 weeks, 3 days ago) by mantaraya36

Size of message buffer can now be set to no limit, 256 and 1024 in the
preferences
If csound is stopped, the message buffer is discarded

Revision 257 - Directory Listing
Modified Tue Nov 10 08:04:18 2009 UTC (2 weeks, 5 days ago) by mantaraya36

Added improvements by Joachim Heintz to In C example

Revision 256 - Directory Listing
Modified Mon Nov 9 13:02:13 2009 UTC (2 weeks, 5 days ago) by mantaraya36

Fixed just intonation example

Revision 255 - Directory Listing
Modified Mon Nov 9 12:17:08 2009 UTC (2 weeks, 6 days ago) by mantaraya36

More work on XML format (Most widgets should now be able to read and
write the XML format, partially ate least)
Fixed modified icon when file is loaded (it now shows up as unmodified
when newly opened)


Revision 254 - Directory Listing
Modified Sun Nov 8 08:05:14 2009 UTC (3 weeks ago) by mantaraya36

Removed "unsafe" text from FLTK option, as it appears to be working fine
Inspector now updates automatically
Fixe crashing when changing tabs
Less debug text

Revision 253 - Directory Listing
Modified Sun Nov 8 08:02:40 2009 UTC (3 weeks ago) by mantaraya36

Fixed Riley In C example

Revision 252 - Directory Listing
Modified Fri Nov 6 11:58:21 2009 UTC (3 weeks, 2 days ago) by mantaraya36

Added new inspector panel which allows to jump to instrument definitions quickly
Removed unnecessary spaces from autocomplete

Revision 251 - Directory Listing
Modified Thu Nov 5 21:54:29 2009 UTC (3 weeks, 2 days ago) by mantaraya36

Added Just intonation example
Some work in getting the Riley In C piece to work

Revision 250 - Directory Listing
Modified Thu Nov 5 19:40:48 2009 UTC (3 weeks, 2 days ago) by mantaraya36

Added some locks in the Curve class to protect data. Probably not necessary...
Made label highlighter act before strings to avoid label highlight
inside strings.
Fixed some memory cleaning up.
Fixed running path. Csound now runs from the directory of the csd, so
relative paths work properly.

Revision 249 - Directory Listing
Modified Sun Nov 1 22:19:56 2009 UTC (3 weeks, 6 days ago) by mantaraya36

More work on XML format

Revision 248 - Directory Listing
Modified Sat Oct 31 11:15:50 2009 UTC (4 weeks, 1 day ago) by mantaraya36

Added Riley In C example
Several small fixes

Revision 247 - Directory Listing
Modified Fri Oct 30 08:24:23 2009 UTC (4 weeks, 2 days ago) by mantaraya36

A little more work on XML format
Reorganization of examples menu. Added John Chowning's Stria
Fixed regression: crashing when creating a widget
Last used directory is not set to internal examples directory,
avoiding strange warning

Revision 246 - Directory Listing
Modified Thu Oct 29 22:34:52 2009 UTC (4 weeks, 2 days ago) by joachimheintz

Examples Menu changed

Revision 245 - Directory Listing
Modified Thu Oct 29 08:39:25 2009 UTC (4 weeks, 3 days ago) by mantaraya36

Added option to enable/disable scrollbars in widget panel
Added option to enable/disable key repetitions for ASCII keyboard for sensekey
Moved configuration options for editor to a new tab to make space for
new options
less debugging messages.
Button widget now stores a string value, which allows API to read
values directly from it (avoiding precedence issues with LineEdit
widget)
Since FLTK appears to be working properly, default now runs FLTK csds
inside QuteCsound
Made Properties dialog for widgets stay always on top, to avoid problems on OS X

Revision 244 - Directory Listing
Modified Tue Oct 27 21:34:35 2009 UTC (4 weeks, 4 days ago) by mantaraya36

Improved CPU usage.

Revision 243 - Directory Listing
Modified Tue Oct 27 08:47:54 2009 UTC (4 weeks, 5 days ago) by mantaraya36

Made most widgets not accept focus to pass keyboard events to
QuteCsound and to avoid redrawing problem on linux
Scroll bars in widget panel can now be removed/added
Fixed score event regression
Made _Play reserved channel activate the play button
Added _Render to reserved channels example


Revision 242 - Directory Listing
Modified Sun Oct 25 23:12:22 2009 UTC (4 weeks, 6 days ago) by mantaraya36

Added new "_Render" reserved channel which instead of play, renders offline.
Started work on new xml format based on the blue format (a lot of
debugging text for now...)
New check for message buffer size, to avoid overloading. Only 256
messages can be stored in the message queue.

Revision 241 - Directory Listing
Modified Fri Oct 23 07:15:14 2009 UTC (5 weeks, 2 days ago) by mantaraya36

Made splash window not always on top to avoid problems.
Fixed typo in string and opening of file in external player thanks to
report from francibal
Added new Score Tricks example

Revision 240 - Directory Listing
Modified Wed Oct 21 20:57:01 2009 UTC (5 weeks, 3 days ago) by mantaraya36

Improved find/replace functionality thanks to Lou Cohen:
-New ctrl+G menu item and action to find next
-Find/replace dialog is now not modal and focus sets to the find textedit
-String queries for search replace and case sensitiveness are retained.

Revision 239 - Directory Listing
Modified Tue Oct 20 19:44:04 2009 UTC (5 weeks, 4 days ago) by mantaraya36

Added italian Quick Reference and updated italian translation
Cleaned up csThread code now that it has been confirmed to work
Fixed stopping when running in the same thread. thanks to Victor Lazzarini
Fixed loading of Quick Reference in current language

Revision 238 - Directory Listing
Modified Tue Oct 20 06:46:12 2009 UTC (5 weeks, 5 days ago) by mantaraya36

Fixed incorrect usage of CsPerfThread this should greatly increase
stability and performance (but needs some testing to make sure nothing
broke)
Added italian translation. Thanks to francibal

Revision 237 - Directory Listing
Modified Sun Oct 18 19:28:16 2009 UTC (5 weeks, 6 days ago) by mantaraya36

Added italian translation
Updated all translations

Revision 236 - Directory Listing
Modified Sun Oct 18 18:58:28 2009 UTC (5 weeks, 6 days ago) by mantaraya36

Hopefully fixed threading issues
Made the Quick Reference Pdf be a true temporary file with unique name
Some code cleanup. Removed QUTE_USE_CSOUNDPERFORMANCETHREAD macro to
remove creation of thread without the CsoundPerformanceThread class

Revision 235 - Directory Listing
Modified Sat Oct 17 06:39:34 2009 UTC (6 weeks, 1 day ago) by mantaraya36

Fixed source release to include docs, which are needed for building

Revision 234 - Directory Listing
Modified Fri Oct 16 12:24:12 2009 UTC (6 weeks, 2 days ago) by mantaraya36

Scroll to end of console text when running in the same thread
Added temporary debugging messages

Revision 233 - Directory Listing
Modified Wed Oct 14 14:46:55 2009 UTC (6 weeks, 3 days ago) by mantaraya36

Added Francois Pinot's code for lissajous and poincare displays for
the scope widget
Don't do anything if the frames version link in the manual is clicked
Remember active tab from previous session
Make sure the console scrolls to the end of text on stop

Revision 232 - Directory Listing
Modified Sun Oct 11 20:21:32 2009 UTC (6 weeks, 6 days ago) by mantaraya36

Ignore click on the frames version of the manual, to avoid going to a blank page
Accept CSD and other combinations of case in the extension of the filename

Revision 231 - Directory Listing
Modified Tue Oct 6 11:32:35 2009 UTC (7 weeks, 5 days ago) by mantaraya36

Updated french translation thanks to Francois Pinot. Updated all
translations to include new strings in sources
Fixed default csd text box not persistent.
Environment variables now work correctly as they are passed as command
line options (Only OPCODEDIR will not work when using the API).
if SFDIR varible is not active, the output file is created in the csd
directory, instead of the QuteCsound app directory.
When asking for render filename, the last file used is selected by
default if the output filename is active in the configuration.
Fixed double appending of extension for formats like WAVEX which can
have multiple ones.


Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Date2009-12-08 22:17
FromAndres Cabrera
Subject[Csnd] Re: Re: [ANN] QuteCsound 0.4.5 released
Hi,

No. This depends on whether you have Qt (from trolltech-not quicktime)
installed. If you don't have Quicktime installed or you don't know,
you need to get the incQt package which is larger because it includes
Qt.

Cheers,
Andrés

On Tue, Dec 8, 2009 at 9:25 PM, ze luis  wrote:
> just a question
> I have a 10.5.8 intel - wich one should I download?
> QuteCsound-0.4.5-OSX10.5-Intel-noQt.tar.gz   or
> QuteCsound-0.4.5-OSX10.5-Intel-incQt.tar.gz
>
> is it the same difference between floats and doubles?
>
> Thank you
> Zé
>
> ________________________________
> From: Andres Cabrera 
> To: qutecsound-users@lists.sourceforge.net; csound@lists.bath.ac.uk
> Sent: Tue, December 8, 2009 2:35:09 PM
> Subject: [Csnd] [ANN] QuteCsound 0.4.5 released
>
> Hi all,
>
> QuteCsound 0.4.5 is ready! This version includes many fixes, additions
> and useful improvements. Upgrading to this version is highly
> recommended.
>
> QuteCsound is a simple frontend for Csound featuring a highlighting
> editor with autocomplete, interactive widgets and integrated help. It
> can open files created in MacCsound, and aims to be a simple yet
> powerful and complete development environment for Csound.
>
> QuteCsound 0.4.5 has been tested on Windows, OS X, Linux and Solaris,
> and it is free software released under the LGPLv2 or at your option
> GPLv3.
>
> There are binary packages for Windows and OS X, and a source package
> for other platforms.
> You can get it here:
> http://sourceforge.net/projects/qutecsound/files/QuteCsound/0.4.5/
>
> There's more information here:
> http://qutecsound.sourceforge.net/
>
> Questions, comments and suggestions are very welcome and can be posted
> to the main Csound mailing list, but better still, join the QuteCsound
> users mailing list at:
> http://lists.sourceforge.net/lists/listinfo/qutecsound-users
>
> A big thanks to all collaborators for this release, including Joachim
> Heintz, Alex Hofmann, Andy Fillebrown, Stefano Valli and Francois
> Pinot (for his additions to the Scope Widget), the translators and the
> testers.
>
> BIG NOTE FOR WINDOWS USERS!!!!!
> On Windows the fluid and FLTK opcodes from Csound are causing issues
> with QuteCsound. It is highly recommended that these opcodes are not
> used inside QuteCsound (they are safe if you run in external
> terminal). The best way to disable these opcodes is the following:
> 1. Copy the plugins directory from your Csound installation (usually
> C:/Program Files/Csound/plugins) to a new directory. You can call it
> any name, and place it anywhere you want, but using the Csound or
> QuteCsound directory might be a good idea.
> 2. From this new directory delete the files fluidOpcodes.dll,
> widgets.dll and virtual.dll
> 3. In the QuteCsound go to the Environment tab in the Configuration
> Dialog and in the field called OPCODEDIR, select the directory you
> just created.
>
> When you've done this, QuteCsound will look in the new directory for
> opcodes, instead of the default directory. This way, you can keep your
> installation of Csound intact, and can control the usage of these
> plugins from the QuteCsound preferences. If you are experiencing
> sudden crashes (when switching windows, for example), the problem
> might be the fluid opcodes. If copy/paste is not working, the problem
> is almost certainly the FLTK opcodes and virtual keyboard.
>
> Enjoy!
> Andrés
>
> Changes from 0.4.3
> -------------------
> New:
> -Added new Inspector panel which allows to jump to instrument, opcode
> and f-table definitions quickly
> -If "Save changes automatically on run" is not checked in the
> preferences, a temporary file is created an used to run, so the
> original file remains untouched. This is now the default behavior for
> new installations of QuteCsound.
> -Added Align Left, Align Right, Align Bottom and AlignTop actions for
> widgets.
> -Allow loading files with any extension.
> -Double-clicking on a widget on edit mode opens the properties
> -Music Examples, including Stockhausen's "Studie II", Boulanger's
> "Trapped in Convert" and Riley's "In C".
> -"Basics" set of tutorials by Alex Hofmann
> -Added _Pause reserved channel to toggle pausing a Csound performance,
> and _Render channel to render instead of play.
> -Size of message buffer can now be set to no limit, 256 and 1024 in
> the preferences
> -Many new examples
> -Added option to enable/disable scrollbars in widget panel
> -Added option to enable/disable key repetitions for ASCII keyboard for
> sensekey
> -Moved configuration options for editor to a new tab to make space for
> new options
> -New Ctrl+G action to find next
> -Francois Pinot's code for lissajous and poincare displays for the scope
> widget
>
> Fixed:
> -Fixed running path. Csound now runs from the directory of the csd, so
> relative paths work properly.
> -FLTK and virtual keyboard are now working properly inside QuteCsound
> (but cause problems with copy/paste on Windows-see above)
> -0dbfs help entry shown when Shift+F1 is pressed over it.
> -Fixed crashing when reload file is used and only one tab is open.
> -Internal examples no longer show up on Recent Files menu.
> -No more ask about saving file when switching out of a modified tab.
> -Improved code viewer (no double lines, better line connection)
> -Fixed positioning of new widget in widget panel
> -Button widget now stores a string value, which allows API to read
> values directly from it (avoiding precedence issues with LineEdit
> widget)
> -Find/replace dialog is now not modal and focus sets to the find textedit
> -Make sure the console scrolls to the end of text on stop
> -Ignore click on the frames version of the manual, to avoid going to a
> blank page
> -Environment variables now work correctly as they are passed as
> command line options.
> -Fixed double appending of extension for formats like WAVEX which can
> have multiple ones.
>
> Internal:
> -A lot of work towards new XML format, which will allow some
> interoperaility with blue, and more widget features including
> randomization and preset storage.
> -Improved CPU usage.
>
> Complete Changelog:
> Revision 291 - Directory Listing
> Modified Mon Dec 7 17:53:40 2009 UTC (20 hours, 27 minutes ago) by
> mantaraya36
>
> OPCODEDIR is now set to through the API
>
> Revision 290 - Directory Listing
> Modified Sat Dec 5 20:07:27 2009 UTC (2 days, 18 hours ago) by joachimheintz
>
> small corrections at studie 2 example
>
> Revision 289 - Directory Listing
> Modified Fri Dec 4 09:58:04 2009 UTC (4 days, 4 hours ago) by mantaraya36
>
> Added Pitch Tracker and Binaural Panning examples.
> Fixed command line arguments parsing for OS X
> Made build do a release build
>
> Revision 288 - Directory Listing
> Modified Thu Dec 3 11:11:11 2009 UTC (5 days, 3 hours ago) by mantaraya36
>
> Removed command line argument passing for OS X
>
> Revision 287 - Directory Listing
> Modified Thu Dec 3 06:22:32 2009 UTC (5 days, 7 hours ago) by afillebrown
>
> Removed CONFIG += debug from src.pro for win32
>
> Revision 286 - Directory Listing
> Modified Tue Dec 1 08:44:59 2009 UTC (7 days, 5 hours ago) by afillebrown
>
> Fixed bug in qutecsound::dispatchQueues ...qutecsound::ud was being
> used after being freed in qutecsound::closeEvent (also zeroed pointers
> freed and deleted in qutecsound::closeEvent)
>
> Revision 285 - Directory Listing
> Modified Tue Dec 1 06:53:58 2009 UTC (7 days, 7 hours ago) by afillebrown
>
> Fixed names of layout widgets in configdialog.ui to remove compiler warnings
>
> Revision 284 - Directory Listing
> Modified Tue Dec 1 06:26:27 2009 UTC (7 days, 7 hours ago) by afillebrown
>
> Changed csound api linkage from libcsoundXX.a to csoundXX.dll.5.2, for
> windows builds
>
> Revision 283 - Directory Listing
> Modified Tue Dec 1 06:21:19 2009 UTC (7 days, 7 hours ago) by afillebrown
>
> Changed libsndfile linkage to libsndfile-1.dll from Csound directory,
> for windows builds
>
> Revision 282 - Directory Listing
> Modified Tue Dec 1 06:16:59 2009 UTC (7 days, 8 hours ago) by afillebrown
>
> Added virtual destructors to ScopeData, LissajouData, and PoincareData
> classes in qutescope.h
>
> Revision 281 - Directory Listing
> Modified Tue Dec 1 06:13:42 2009 UTC (7 days, 8 hours ago) by afillebrown
>
> Removed CONFIG -= release from src.pro, for windows builds
>
> Revision 280 - Directory Listing
> Modified Tue Dec 1 05:58:37 2009 UTC (7 days, 8 hours ago) by afillebrown
>
> Fixed path to csound.hpp in src.pro, for windows builds
>
> Revision 279 - Directory Listing
> Modified Mon Nov 30 08:43:55 2009 UTC (8 days, 5 hours ago) by mantaraya36
>
> Fixed Stockhausen example
> Added internal work for preset support
> Added Align Right and Align Bottom actions.
> Allow loading files with any extension
>
> Revision 278 - Directory Listing
> Modified Sun Nov 29 11:16:18 2009 UTC (90 minutes, 53 seconds ago) by
> mantaraya36
>
> Added AlignLeft and AlignTop actions for widgets
> Put back previous behavior of widgets (looks better, but still labels
> which have background disappear when they lose focus...)
> Double-clicking on a widget on edit mode opens the properties
>
> Revision 277 - Directory Listing
> Modified Sat Nov 28 16:21:40 2009 UTC (20 hours, 25 minutes ago) by
> joachimheintz
>
> added Stockhausen example
>
> Revision 276 - Directory Listing
> Modified Thu Nov 26 12:52:11 2009 UTC (2 days, 23 hours ago) by mantaraya36
>
> Fixed disappearing widgets.
> Improved {{ }} strings, not totally fixed.
> Typo in 1.8 Routing example
>
> Revision 275 - Directory Listing
> Modified Wed Nov 25 12:00:21 2009 UTC (4 days ago) by mantaraya36
>
> Minor editions to Basics examples
>
> Revision 274 - Directory Listing
> Modified Wed Nov 25 08:06:31 2009 UTC (4 days, 4 hours ago) by mantaraya36
>
> Added Basics tutorials by Alexh Hofmann
>
> Revision 273 - Directory Listing
> Modified Sun Nov 22 11:34:57 2009 UTC (7 days, 1 hour ago) by mantaraya36
>
> Italian translation by F. Pinot
>
> Revision 272 - Directory Listing
> Modified Sun Nov 22 11:31:58 2009 UTC (7 days, 1 hour ago) by mantaraya36
>
> Fixed receipt of values in graph widget when Csound is in different
> language.
> Fixed 0dbfs not calling appropriate manual page. When standing on
> CsOptions text, the Unified csd file page is opened.
>
> Revision 271 - Directory Listing
> Modified Sat Nov 21 11:09:48 2009 UTC (8 days, 1 hour ago) by mantaraya36
>
> Bumped version to 0.4.5
>
> Revision 270 - Directory Listing
> Modified Sat Nov 21 11:02:05 2009 UTC (8 days, 1 hour ago) by mantaraya36
>
> If "Save changes automatically on run" is not checked in the
> preferences, a temporary file is created an used to run, so the
> original file remains untouched. This is now the default behavior for
> new installations of QuteCsound.
> Fixed crashing when reload file is used and only one tab is open.
> Internal examples no longer show up on Recent Files menu.
> No more ask about saving file when switching out of a modified tab.
> Updated italian translation, thanks to Francesco.
>
> Revision 269 - Directory Listing
> Modified Mon Nov 16 08:28:37 2009 UTC (13 days, 4 hours ago) by mantaraya36
>
> Improved code viewer (no double lines, better line connection)
>
> Revision 268 - Directory Listing
> Modified Mon Nov 16 07:35:07 2009 UTC (13 days, 5 hours ago) by mantaraya36
>
> Update final spanish and french translations
>
> Revision 267 - Directory Listing
> Modified Sat Nov 14 10:13:40 2009 UTC (2 weeks, 1 day ago) by mantaraya36
>
> Updated translations
> Inspector now goes to item on single click
> Inspector now hides when Dialog opens to avoid problems on OS X.
>
> Revision 266 - Directory Listing
> Modified Sat Nov 14 09:48:39 2009 UTC (2 weeks, 1 day ago) by mantaraya36
>
> Added new Boulanger and Kung music examples
> Added mention of Lissajous and Poincare types in Scope example
> Items in the inspector are now organized in categories in collapsable tree
>
>
> Revision 265 - Directory Listing
> Modified Fri Nov 13 15:19:56 2009 UTC (2 weeks, 1 day ago) by mantaraya36
>
> Added icon for inspector
> Inspector now parses ftgen and f statements
>
> Revision 264 - Directory Listing
> Modified Thu Nov 12 21:57:13 2009 UTC (2 weeks, 2 days ago) by mantaraya36
>
> Fixes to File to Text example
>
> Revision 263 - Directory Listing
> Modified Thu Nov 12 21:11:28 2009 UTC (2 weeks, 2 days ago) by mantaraya36
>
> Added _Pause reserved channel to toggle pausing a Csound performance
> If shortcut is not present on preferences leave it blank
> Fixed positioning of new widget in widget panel
> Fixed location of two examples
>
> Revision 262 - Directory Listing
> Modified Thu Nov 12 20:11:16 2009 UTC (2 weeks, 2 days ago) by mantaraya36
>
> Revision 261 - Directory Listing
> Modified Thu Nov 12 17:12:56 2009 UTC (2 weeks, 2 days ago) by mantaraya36
>
> Added UDO parsing to inspector
>
> Revision 260 - Directory Listing
> Modified Thu Nov 12 08:25:25 2009 UTC (2 weeks, 3 days ago) by mantaraya36
>
> Added missing backslash
>
> Revision 259 - Directory Listing
> Modified Thu Nov 12 08:21:26 2009 UTC (2 weeks, 3 days ago) by mantaraya36
>
> minor improvements to In C example
>
> Revision 258 - Directory Listing
> Modified Thu Nov 12 08:13:47 2009 UTC (2 weeks, 3 days ago) by mantaraya36
>
> Size of message buffer can now be set to no limit, 256 and 1024 in the
> preferences
> If csound is stopped, the message buffer is discarded
>
> Revision 257 - Directory Listing
> Modified Tue Nov 10 08:04:18 2009 UTC (2 weeks, 5 days ago) by mantaraya36
>
> Added improvements by Joachim Heintz to In C example
>
> Revision 256 - Directory Listing
> Modified Mon Nov 9 13:02:13 2009 UTC (2 weeks, 5 days ago) by mantaraya36
>
> Fixed just intonation example
>
> Revision 255 - Directory Listing
> Modified Mon Nov 9 12:17:08 2009 UTC (2 weeks, 6 days ago) by mantaraya36
>
> More work on XML format (Most widgets should now be able to read and
> write the XML format, partially ate least)
> Fixed modified icon when file is loaded (it now shows up as unmodified
> when newly opened)
>
>
> Revision 254 - Directory Listing
> Modified Sun Nov 8 08:05:14 2009 UTC (3 weeks ago) by mantaraya36
>
> Removed "unsafe" text from FLTK option, as it appears to be working fine
> Inspector now updates automatically
> Fixe crashing when changing tabs
> Less debug text
>
> Revision 253 - Directory Listing
> Modified Sun Nov 8 08:02:40 2009 UTC (3 weeks ago) by mantaraya36
>
> Fixed Riley In C example
>
> Revision 252 - Directory Listing
> Modified Fri Nov 6 11:58:21 2009 UTC (3 weeks, 2 days ago) by mantaraya36
>
> Added new inspector panel which allows to jump to instrument definitions
> quickly
> Removed unnecessary spaces from autocomplete
>
> Revision 251 - Directory Listing
> Modified Thu Nov 5 21:54:29 2009 UTC (3 weeks, 2 days ago) by mantaraya36
>
> Added Just intonation example
> Some work in getting the Riley In C piece to work
>
> Revision 250 - Directory Listing
> Modified Thu Nov 5 19:40:48 2009 UTC (3 weeks, 2 days ago) by mantaraya36
>
> Added some locks in the Curve class to protect data. Probably not
> necessary...
> Made label highlighter act before strings to avoid label highlight
> inside strings.
> Fixed some memory cleaning up.
> Fixed running path. Csound now runs from the directory of the csd, so
> relative paths work properly.
>
> Revision 249 - Directory Listing
> Modified Sun Nov 1 22:19:56 2009 UTC (3 weeks, 6 days ago) by mantaraya36
>
> More work on XML format
>
> Revision 248 - Directory Listing
> Modified Sat Oct 31 11:15:50 2009 UTC (4 weeks, 1 day ago) by mantaraya36
>
> Added Riley In C example
> Several small fixes
>
> Revision 247 - Directory Listing
> Modified Fri Oct 30 08:24:23 2009 UTC (4 weeks, 2 days ago) by mantaraya36
>
> A little more work on XML format
> Reorganization of examples menu. Added John Chowning's Stria
> Fixed regression: crashing when creating a widget
> Last used directory is not set to internal examples directory,
> avoiding strange warning
>
> Revision 246 - Directory Listing
> Modified Thu Oct 29 22:34:52 2009 UTC (4 weeks, 2 days ago) by joachimheintz
>
> Examples Menu changed
>
> Revision 245 - Directory Listing
> Modified Thu Oct 29 08:39:25 2009 UTC (4 weeks, 3 days ago) by mantaraya36
>
> Added option to enable/disable scrollbars in widget panel
> Added option to enable/disable key repetitions for ASCII keyboard for
> sensekey
> Moved configuration options for editor to a new tab to make space for
> new options
> less debugging messages.
> Button widget now stores a string value, which allows API to read
> values directly from it (avoiding precedence issues with LineEdit
> widget)
> Since FLTK appears to be working properly, default now runs FLTK csds
> inside QuteCsound
> Made Properties dialog for widgets stay always on top, to avoid problems on
> OS X
>
> Revision 244 - Directory Listing
> Modified Tue Oct 27 21:34:35 2009 UTC (4 weeks, 4 days ago) by mantaraya36
>
> Improved CPU usage.
>
> Revision 243 - Directory Listing
> Modified Tue Oct 27 08:47:54 2009 UTC (4 weeks, 5 days ago) by mantaraya36
>
> Made most widgets not accept focus to pass keyboard events to
> QuteCsound and to avoid redrawing problem on linux
> Scroll bars in widget panel can now be removed/added
> Fixed score event regression
> Made _Play reserved channel activate the play button
> Added _Render to reserved channels example
>
>
> Revision 242 - Directory Listing
> Modified Sun Oct 25 23:12:22 2009 UTC (4 weeks, 6 days ago) by mantaraya36
>
> Added new "_Render" reserved channel which instead of play, renders offline.
> Started work on new xml format based on the blue format (a lot of
> debugging text for now...)
> New check for message buffer size, to avoid overloading. Only 256
> messages can be stored in the message queue.
>
> Revision 241 - Directory Listing
> Modified Fri Oct 23 07:15:14 2009 UTC (5 weeks, 2 days ago) by mantaraya36
>
> Made splash window not always on top to avoid problems.
> Fixed typo in string and opening of file in external player thanks to
> report from francibal
> Added new Score Tricks example
>
> Revision 240 - Directory Listing
> Modified Wed Oct 21 20:57:01 2009 UTC (5 weeks, 3 days ago) by mantaraya36
>
> Improved find/replace functionality thanks to Lou Cohen:
> -New ctrl+G menu item and action to find next
> -Find/replace dialog is now not modal and focus sets to the find textedit
> -String queries for search replace and case sensitiveness are retained.
>
> Revision 239 - Directory Listing
> Modified Tue Oct 20 19:44:04 2009 UTC (5 weeks, 4 days ago) by mantaraya36
>
> Added italian Quick Reference and updated italian translation
> Cleaned up csThread code now that it has been confirmed to work
> Fixed stopping when running in the same thread. thanks to Victor Lazzarini
> Fixed loading of Quick Reference in current language
>
> Revision 238 - Directory Listing
> Modified Tue Oct 20 06:46:12 2009 UTC (5 weeks, 5 days ago) by mantaraya36
>
> Fixed incorrect usage of CsPerfThread this should greatly increase
> stability and performance (but needs some testing to make sure nothing
> broke)
> Added italian translation. Thanks to francibal
>
> Revision 237 - Directory Listing
> Modified Sun Oct 18 19:28:16 2009 UTC (5 weeks, 6 days ago) by mantaraya36
>
> Added italian translation
> Updated all translations
>
> Revision 236 - Directory Listing
> Modified Sun Oct 18 18:58:28 2009 UTC (5 weeks, 6 days ago) by mantaraya36
>
> Hopefully fixed threading issues
> Made the Quick Reference Pdf be a true temporary file with unique name
> Some code cleanup. Removed QUTE_USE_CSOUNDPERFORMANCETHREAD macro to
> remove creation of thread without the CsoundPerformanceThread class
>
> Revision 235 - Directory Listing
> Modified Sat Oct 17 06:39:34 2009 UTC (6 weeks, 1 day ago) by mantaraya36
>
> Fixed source release to include docs, which are needed for building
>
> Revision 234 - Directory Listing
> Modified Fri Oct 16 12:24:12 2009 UTC (6 weeks, 2 days ago) by mantaraya36
>
> Scroll to end of console text when running in the same thread
> Added temporary debugging messages
>
> Revision 233 - Directory Listing
> Modified Wed Oct 14 14:46:55 2009 UTC (6 weeks, 3 days ago) by mantaraya36
>
> Added Francois Pinot's code for lissajous and poincare displays for
> the scope widget
> Don't do anything if the frames version link in the manual is clicked
> Remember active tab from previous session
> Make sure the console scrolls to the end of text on stop
>
> Revision 232 - Directory Listing
> Modified Sun Oct 11 20:21:32 2009 UTC (6 weeks, 6 days ago) by mantaraya36
>
> Ignore click on the frames version of the manual, to avoid going to a blank
> page
> Accept CSD and other combinations of case in the extension of the filename
>
> Revision 231 - Directory Listing
> Modified Tue Oct 6 11:32:35 2009 UTC (7 weeks, 5 days ago) by mantaraya36
>
> Updated french translation thanks to Francois Pinot. Updated all
> translations to include new strings in sources
> Fixed default csd text box not persistent.
> Environment variables now work correctly as they are passed as command
> line options (Only OPCODEDIR will not work when using the API).
> if SFDIR varible is not active, the output file is created in the csd
> directory, instead of the QuteCsound app directory.
> When asking for render filename, the last file used is selected by
> default if the output filename is active in the configuration.
> Fixed double appending of extension for formats like WAVEX which can
> have multiple ones.
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>



-- 


Andrés


Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2009-12-08 22:39
Fromvictor
Subject[Csnd] Re: Re: Re: [ANN] QuteCsound 0.4.5 released
Quicktime??
----- Original Message ----- 
From: "Andres Cabrera" 
To: 
Sent: Tuesday, December 08, 2009 10:17 PM
Subject: [Csnd] Re: Re: [ANN] QuteCsound 0.4.5 released


Hi,

No. This depends on whether you have Qt (from trolltech-not quicktime)
installed. If you don't have Quicktime installed or you don't know,
you need to get the incQt package which is larger because it includes
Qt.

Cheers,
Andrés

On Tue, Dec 8, 2009 at 9:25 PM, ze luis  wrote:
> just a question
> I have a 10.5.8 intel - wich one should I download?
> QuteCsound-0.4.5-OSX10.5-Intel-noQt.tar.gz or
> QuteCsound-0.4.5-OSX10.5-Intel-incQt.tar.gz
>
> is it the same difference between floats and doubles?
>
> Thank you
> Zé
>
> ________________________________
> From: Andres Cabrera 
> To: qutecsound-users@lists.sourceforge.net; csound@lists.bath.ac.uk
> Sent: Tue, December 8, 2009 2:35:09 PM
> Subject: [Csnd] [ANN] QuteCsound 0.4.5 released
>
> Hi all,
>
> QuteCsound 0.4.5 is ready! This version includes many fixes, additions
> and useful improvements. Upgrading to this version is highly
> recommended.
>
> QuteCsound is a simple frontend for Csound featuring a highlighting
> editor with autocomplete, interactive widgets and integrated help. It
> can open files created in MacCsound, and aims to be a simple yet
> powerful and complete development environment for Csound.
>
> QuteCsound 0.4.5 has been tested on Windows, OS X, Linux and Solaris,
> and it is free software released under the LGPLv2 or at your option
> GPLv3.
>
> There are binary packages for Windows and OS X, and a source package
> for other platforms.
> You can get it here:
> http://sourceforge.net/projects/qutecsound/files/QuteCsound/0.4.5/
>
> There's more information here:
> http://qutecsound.sourceforge.net/
>
> Questions, comments and suggestions are very welcome and can be posted
> to the main Csound mailing list, but better still, join the QuteCsound
> users mailing list at:
> http://lists.sourceforge.net/lists/listinfo/qutecsound-users
>
> A big thanks to all collaborators for this release, including Joachim
> Heintz, Alex Hofmann, Andy Fillebrown, Stefano Valli and Francois
> Pinot (for his additions to the Scope Widget), the translators and the
> testers.
>
> BIG NOTE FOR WINDOWS USERS!!!!!
> On Windows the fluid and FLTK opcodes from Csound are causing issues
> with QuteCsound. It is highly recommended that these opcodes are not
> used inside QuteCsound (they are safe if you run in external
> terminal). The best way to disable these opcodes is the following:
> 1. Copy the plugins directory from your Csound installation (usually
> C:/Program Files/Csound/plugins) to a new directory. You can call it
> any name, and place it anywhere you want, but using the Csound or
> QuteCsound directory might be a good idea.
> 2. From this new directory delete the files fluidOpcodes.dll,
> widgets.dll and virtual.dll
> 3. In the QuteCsound go to the Environment tab in the Configuration
> Dialog and in the field called OPCODEDIR, select the directory you
> just created.
>
> When you've done this, QuteCsound will look in the new directory for
> opcodes, instead of the default directory. This way, you can keep your
> installation of Csound intact, and can control the usage of these
> plugins from the QuteCsound preferences. If you are experiencing
> sudden crashes (when switching windows, for example), the problem
> might be the fluid opcodes. If copy/paste is not working, the problem
> is almost certainly the FLTK opcodes and virtual keyboard.
>
> Enjoy!
> Andrés
>
> Changes from 0.4.3
> -------------------
> New:
> -Added new Inspector panel which allows to jump to instrument, opcode
> and f-table definitions quickly
> -If "Save changes automatically on run" is not checked in the
> preferences, a temporary file is created an used to run, so the
> original file remains untouched. This is now the default behavior for
> new installations of QuteCsound.
> -Added Align Left, Align Right, Align Bottom and AlignTop actions for
> widgets.
> -Allow loading files with any extension.
> -Double-clicking on a widget on edit mode opens the properties
> -Music Examples, including Stockhausen's "Studie II", Boulanger's
> "Trapped in Convert" and Riley's "In C".
> -"Basics" set of tutorials by Alex Hofmann
> -Added _Pause reserved channel to toggle pausing a Csound performance,
> and _Render channel to render instead of play.
> -Size of message buffer can now be set to no limit, 256 and 1024 in
> the preferences
> -Many new examples
> -Added option to enable/disable scrollbars in widget panel
> -Added option to enable/disable key repetitions for ASCII keyboard for
> sensekey
> -Moved configuration options for editor to a new tab to make space for
> new options
> -New Ctrl+G action to find next
> -Francois Pinot's code for lissajous and poincare displays for the scope
> widget
>
> Fixed:
> -Fixed running path. Csound now runs from the directory of the csd, so
> relative paths work properly.
> -FLTK and virtual keyboard are now working properly inside QuteCsound
> (but cause problems with copy/paste on Windows-see above)
> -0dbfs help entry shown when Shift+F1 is pressed over it.
> -Fixed crashing when reload file is used and only one tab is open.
> -Internal examples no longer show up on Recent Files menu.
> -No more ask about saving file when switching out of a modified tab.
> -Improved code viewer (no double lines, better line connection)
> -Fixed positioning of new widget in widget panel
> -Button widget now stores a string value, which allows API to read
> values directly from it (avoiding precedence issues with LineEdit
> widget)
> -Find/replace dialog is now not modal and focus sets to the find textedit
> -Make sure the console scrolls to the end of text on stop
> -Ignore click on the frames version of the manual, to avoid going to a
> blank page
> -Environment variables now work correctly as they are passed as
> command line options.
> -Fixed double appending of extension for formats like WAVEX which can
> have multiple ones.
>
> Internal:
> -A lot of work towards new XML format, which will allow some
> interoperaility with blue, and more widget features including
> randomization and preset storage.
> -Improved CPU usage.
>
> Complete Changelog:
> Revision 291 - Directory Listing
> Modified Mon Dec 7 17:53:40 2009 UTC (20 hours, 27 minutes ago) by
> mantaraya36
>
> OPCODEDIR is now set to through the API
>
> Revision 290 - Directory Listing
> Modified Sat Dec 5 20:07:27 2009 UTC (2 days, 18 hours ago) by 
> joachimheintz
>
> small corrections at studie 2 example
>
> Revision 289 - Directory Listing
> Modified Fri Dec 4 09:58:04 2009 UTC (4 days, 4 hours ago) by mantaraya36
>
> Added Pitch Tracker and Binaural Panning examples.
> Fixed command line arguments parsing for OS X
> Made build do a release build
>
> Revision 288 - Directory Listing
> Modified Thu Dec 3 11:11:11 2009 UTC (5 days, 3 hours ago) by mantaraya36
>
> Removed command line argument passing for OS X
>
> Revision 287 - Directory Listing
> Modified Thu Dec 3 06:22:32 2009 UTC (5 days, 7 hours ago) by afillebrown
>
> Removed CONFIG += debug from src.pro for win32
>
> Revision 286 - Directory Listing
> Modified Tue Dec 1 08:44:59 2009 UTC (7 days, 5 hours ago) by afillebrown
>
> Fixed bug in qutecsound::dispatchQueues ...qutecsound::ud was being
> used after being freed in qutecsound::closeEvent (also zeroed pointers
> freed and deleted in qutecsound::closeEvent)
>
> Revision 285 - Directory Listing
> Modified Tue Dec 1 06:53:58 2009 UTC (7 days, 7 hours ago) by afillebrown
>
> Fixed names of layout widgets in configdialog.ui to remove compiler 
> warnings
>
> Revision 284 - Directory Listing
> Modified Tue Dec 1 06:26:27 2009 UTC (7 days, 7 hours ago) by afillebrown
>
> Changed csound api linkage from libcsoundXX.a to csoundXX.dll.5.2, for
> windows builds
>
> Revision 283 - Directory Listing
> Modified Tue Dec 1 06:21:19 2009 UTC (7 days, 7 hours ago) by afillebrown
>
> Changed libsndfile linkage to libsndfile-1.dll from Csound directory,
> for windows builds
>
> Revision 282 - Directory Listing
> Modified Tue Dec 1 06:16:59 2009 UTC (7 days, 8 hours ago) by afillebrown
>
> Added virtual destructors to ScopeData, LissajouData, and PoincareData
> classes in qutescope.h
>
> Revision 281 - Directory Listing
> Modified Tue Dec 1 06:13:42 2009 UTC (7 days, 8 hours ago) by afillebrown
>
> Removed CONFIG -= release from src.pro, for windows builds
>
> Revision 280 - Directory Listing
> Modified Tue Dec 1 05:58:37 2009 UTC (7 days, 8 hours ago) by afillebrown
>
> Fixed path to csound.hpp in src.pro, for windows builds
>
> Revision 279 - Directory Listing
> Modified Mon Nov 30 08:43:55 2009 UTC (8 days, 5 hours ago) by mantaraya36
>
> Fixed Stockhausen example
> Added internal work for preset support
> Added Align Right and Align Bottom actions.
> Allow loading files with any extension
>
> Revision 278 - Directory Listing
> Modified Sun Nov 29 11:16:18 2009 UTC (90 minutes, 53 seconds ago) by
> mantaraya36
>
> Added AlignLeft and AlignTop actions for widgets
> Put back previous behavior of widgets (looks better, but still labels
> which have background disappear when they lose focus...)
> Double-clicking on a widget on edit mode opens the properties
>
> Revision 277 - Directory Listing
> Modified Sat Nov 28 16:21:40 2009 UTC (20 hours, 25 minutes ago) by
> joachimheintz
>
> added Stockhausen example
>
> Revision 276 - Directory Listing
> Modified Thu Nov 26 12:52:11 2009 UTC (2 days, 23 hours ago) by 
> mantaraya36
>
> Fixed disappearing widgets.
> Improved {{ }} strings, not totally fixed.
> Typo in 1.8 Routing example
>
> Revision 275 - Directory Listing
> Modified Wed Nov 25 12:00:21 2009 UTC (4 days ago) by mantaraya36
>
> Minor editions to Basics examples
>
> Revision 274 - Directory Listing
> Modified Wed Nov 25 08:06:31 2009 UTC (4 days, 4 hours ago) by mantaraya36
>
> Added Basics tutorials by Alexh Hofmann
>
> Revision 273 - Directory Listing
> Modified Sun Nov 22 11:34:57 2009 UTC (7 days, 1 hour ago) by mantaraya36
>
> Italian translation by F. Pinot
>
> Revision 272 - Directory Listing
> Modified Sun Nov 22 11:31:58 2009 UTC (7 days, 1 hour ago) by mantaraya36
>
> Fixed receipt of values in graph widget when Csound is in different
> language.
> Fixed 0dbfs not calling appropriate manual page. When standing on
> CsOptions text, the Unified csd file page is opened.
>
> Revision 271 - Directory Listing
> Modified Sat Nov 21 11:09:48 2009 UTC (8 days, 1 hour ago) by mantaraya36
>
> Bumped version to 0.4.5
>
> Revision 270 - Directory Listing
> Modified Sat Nov 21 11:02:05 2009 UTC (8 days, 1 hour ago) by mantaraya36
>
> If "Save changes automatically on run" is not checked in the
> preferences, a temporary file is created an used to run, so the
> original file remains untouched. This is now the default behavior for
> new installations of QuteCsound.
> Fixed crashing when reload file is used and only one tab is open.
> Internal examples no longer show up on Recent Files menu.
> No more ask about saving file when switching out of a modified tab.
> Updated italian translation, thanks to Francesco.
>
> Revision 269 - Directory Listing
> Modified Mon Nov 16 08:28:37 2009 UTC (13 days, 4 hours ago) by 
> mantaraya36
>
> Improved code viewer (no double lines, better line connection)
>
> Revision 268 - Directory Listing
> Modified Mon Nov 16 07:35:07 2009 UTC (13 days, 5 hours ago) by 
> mantaraya36
>
> Update final spanish and french translations
>
> Revision 267 - Directory Listing
> Modified Sat Nov 14 10:13:40 2009 UTC (2 weeks, 1 day ago) by mantaraya36
>
> Updated translations
> Inspector now goes to item on single click
> Inspector now hides when Dialog opens to avoid problems on OS X.
>
> Revision 266 - Directory Listing
> Modified Sat Nov 14 09:48:39 2009 UTC (2 weeks, 1 day ago) by mantaraya36
>
> Added new Boulanger and Kung music examples
> Added mention of Lissajous and Poincare types in Scope example
> Items in the inspector are now organized in categories in collapsable tree
>
>
> Revision 265 - Directory Listing
> Modified Fri Nov 13 15:19:56 2009 UTC (2 weeks, 1 day ago) by mantaraya36
>
> Added icon for inspector
> Inspector now parses ftgen and f statements
>
> Revision 264 - Directory Listing
> Modified Thu Nov 12 21:57:13 2009 UTC (2 weeks, 2 days ago) by mantaraya36
>
> Fixes to File to Text example
>
> Revision 263 - Directory Listing
> Modified Thu Nov 12 21:11:28 2009 UTC (2 weeks, 2 days ago) by mantaraya36
>
> Added _Pause reserved channel to toggle pausing a Csound performance
> If shortcut is not present on preferences leave it blank
> Fixed positioning of new widget in widget panel
> Fixed location of two examples
>
> Revision 262 - Directory Listing
> Modified Thu Nov 12 20:11:16 2009 UTC (2 weeks, 2 days ago) by mantaraya36
>
> Revision 261 - Directory Listing
> Modified Thu Nov 12 17:12:56 2009 UTC (2 weeks, 2 days ago) by mantaraya36
>
> Added UDO parsing to inspector
>
> Revision 260 - Directory Listing
> Modified Thu Nov 12 08:25:25 2009 UTC (2 weeks, 3 days ago) by mantaraya36
>
> Added missing backslash
>
> Revision 259 - Directory Listing
> Modified Thu Nov 12 08:21:26 2009 UTC (2 weeks, 3 days ago) by mantaraya36
>
> minor improvements to In C example
>
> Revision 258 - Directory Listing
> Modified Thu Nov 12 08:13:47 2009 UTC (2 weeks, 3 days ago) by mantaraya36
>
> Size of message buffer can now be set to no limit, 256 and 1024 in the
> preferences
> If csound is stopped, the message buffer is discarded
>
> Revision 257 - Directory Listing
> Modified Tue Nov 10 08:04:18 2009 UTC (2 weeks, 5 days ago) by mantaraya36
>
> Added improvements by Joachim Heintz to In C example
>
> Revision 256 - Directory Listing
> Modified Mon Nov 9 13:02:13 2009 UTC (2 weeks, 5 days ago) by mantaraya36
>
> Fixed just intonation example
>
> Revision 255 - Directory Listing
> Modified Mon Nov 9 12:17:08 2009 UTC (2 weeks, 6 days ago) by mantaraya36
>
> More work on XML format (Most widgets should now be able to read and
> write the XML format, partially ate least)
> Fixed modified icon when file is loaded (it now shows up as unmodified
> when newly opened)
>
>
> Revision 254 - Directory Listing
> Modified Sun Nov 8 08:05:14 2009 UTC (3 weeks ago) by mantaraya36
>
> Removed "unsafe" text from FLTK option, as it appears to be working fine
> Inspector now updates automatically
> Fixe crashing when changing tabs
> Less debug text
>
> Revision 253 - Directory Listing
> Modified Sun Nov 8 08:02:40 2009 UTC (3 weeks ago) by mantaraya36
>
> Fixed Riley In C example
>
> Revision 252 - Directory Listing
> Modified Fri Nov 6 11:58:21 2009 UTC (3 weeks, 2 days ago) by mantaraya36
>
> Added new inspector panel which allows to jump to instrument definitions
> quickly
> Removed unnecessary spaces from autocomplete
>
> Revision 251 - Directory Listing
> Modified Thu Nov 5 21:54:29 2009 UTC (3 weeks, 2 days ago) by mantaraya36
>
> Added Just intonation example
> Some work in getting the Riley In C piece to work
>
> Revision 250 - Directory Listing
> Modified Thu Nov 5 19:40:48 2009 UTC (3 weeks, 2 days ago) by mantaraya36
>
> Added some locks in the Curve class to protect data. Probably not
> necessary...
> Made label highlighter act before strings to avoid label highlight
> inside strings.
> Fixed some memory cleaning up.
> Fixed running path. Csound now runs from the directory of the csd, so
> relative paths work properly.
>
> Revision 249 - Directory Listing
> Modified Sun Nov 1 22:19:56 2009 UTC (3 weeks, 6 days ago) by mantaraya36
>
> More work on XML format
>
> Revision 248 - Directory Listing
> Modified Sat Oct 31 11:15:50 2009 UTC (4 weeks, 1 day ago) by mantaraya36
>
> Added Riley In C example
> Several small fixes
>
> Revision 247 - Directory Listing
> Modified Fri Oct 30 08:24:23 2009 UTC (4 weeks, 2 days ago) by mantaraya36
>
> A little more work on XML format
> Reorganization of examples menu. Added John Chowning's Stria
> Fixed regression: crashing when creating a widget
> Last used directory is not set to internal examples directory,
> avoiding strange warning
>
> Revision 246 - Directory Listing
> Modified Thu Oct 29 22:34:52 2009 UTC (4 weeks, 2 days ago) by 
> joachimheintz
>
> Examples Menu changed
>
> Revision 245 - Directory Listing
> Modified Thu Oct 29 08:39:25 2009 UTC (4 weeks, 3 days ago) by mantaraya36
>
> Added option to enable/disable scrollbars in widget panel
> Added option to enable/disable key repetitions for ASCII keyboard for
> sensekey
> Moved configuration options for editor to a new tab to make space for
> new options
> less debugging messages.
> Button widget now stores a string value, which allows API to read
> values directly from it (avoiding precedence issues with LineEdit
> widget)
> Since FLTK appears to be working properly, default now runs FLTK csds
> inside QuteCsound
> Made Properties dialog for widgets stay always on top, to avoid problems 
> on
> OS X
>
> Revision 244 - Directory Listing
> Modified Tue Oct 27 21:34:35 2009 UTC (4 weeks, 4 days ago) by mantaraya36
>
> Improved CPU usage.
>
> Revision 243 - Directory Listing
> Modified Tue Oct 27 08:47:54 2009 UTC (4 weeks, 5 days ago) by mantaraya36
>
> Made most widgets not accept focus to pass keyboard events to
> QuteCsound and to avoid redrawing problem on linux
> Scroll bars in widget panel can now be removed/added
> Fixed score event regression
> Made _Play reserved channel activate the play button
> Added _Render to reserved channels example
>
>
> Revision 242 - Directory Listing
> Modified Sun Oct 25 23:12:22 2009 UTC (4 weeks, 6 days ago) by mantaraya36
>
> Added new "_Render" reserved channel which instead of play, renders 
> offline.
> Started work on new xml format based on the blue format (a lot of
> debugging text for now...)
> New check for message buffer size, to avoid overloading. Only 256
> messages can be stored in the message queue.
>
> Revision 241 - Directory Listing
> Modified Fri Oct 23 07:15:14 2009 UTC (5 weeks, 2 days ago) by mantaraya36
>
> Made splash window not always on top to avoid problems.
> Fixed typo in string and opening of file in external player thanks to
> report from francibal
> Added new Score Tricks example
>
> Revision 240 - Directory Listing
> Modified Wed Oct 21 20:57:01 2009 UTC (5 weeks, 3 days ago) by mantaraya36
>
> Improved find/replace functionality thanks to Lou Cohen:
> -New ctrl+G menu item and action to find next
> -Find/replace dialog is now not modal and focus sets to the find textedit
> -String queries for search replace and case sensitiveness are retained.
>
> Revision 239 - Directory Listing
> Modified Tue Oct 20 19:44:04 2009 UTC (5 weeks, 4 days ago) by mantaraya36
>
> Added italian Quick Reference and updated italian translation
> Cleaned up csThread code now that it has been confirmed to work
> Fixed stopping when running in the same thread. thanks to Victor Lazzarini
> Fixed loading of Quick Reference in current language
>
> Revision 238 - Directory Listing
> Modified Tue Oct 20 06:46:12 2009 UTC (5 weeks, 5 days ago) by mantaraya36
>
> Fixed incorrect usage of CsPerfThread this should greatly increase
> stability and performance (but needs some testing to make sure nothing
> broke)
> Added italian translation. Thanks to francibal
>
> Revision 237 - Directory Listing
> Modified Sun Oct 18 19:28:16 2009 UTC (5 weeks, 6 days ago) by mantaraya36
>
> Added italian translation
> Updated all translations
>
> Revision 236 - Directory Listing
> Modified Sun Oct 18 18:58:28 2009 UTC (5 weeks, 6 days ago) by mantaraya36
>
> Hopefully fixed threading issues
> Made the Quick Reference Pdf be a true temporary file with unique name
> Some code cleanup. Removed QUTE_USE_CSOUNDPERFORMANCETHREAD macro to
> remove creation of thread without the CsoundPerformanceThread class
>
> Revision 235 - Directory Listing
> Modified Sat Oct 17 06:39:34 2009 UTC (6 weeks, 1 day ago) by mantaraya36
>
> Fixed source release to include docs, which are needed for building
>
> Revision 234 - Directory Listing
> Modified Fri Oct 16 12:24:12 2009 UTC (6 weeks, 2 days ago) by mantaraya36
>
> Scroll to end of console text when running in the same thread
> Added temporary debugging messages
>
> Revision 233 - Directory Listing
> Modified Wed Oct 14 14:46:55 2009 UTC (6 weeks, 3 days ago) by mantaraya36
>
> Added Francois Pinot's code for lissajous and poincare displays for
> the scope widget
> Don't do anything if the frames version link in the manual is clicked
> Remember active tab from previous session
> Make sure the console scrolls to the end of text on stop
>
> Revision 232 - Directory Listing
> Modified Sun Oct 11 20:21:32 2009 UTC (6 weeks, 6 days ago) by mantaraya36
>
> Ignore click on the frames version of the manual, to avoid going to a 
> blank
> page
> Accept CSD and other combinations of case in the extension of the filename
>
> Revision 231 - Directory Listing
> Modified Tue Oct 6 11:32:35 2009 UTC (7 weeks, 5 days ago) by mantaraya36
>
> Updated french translation thanks to Francois Pinot. Updated all
> translations to include new strings in sources
> Fixed default csd text box not persistent.
> Environment variables now work correctly as they are passed as command
> line options (Only OPCODEDIR will not work when using the API).
> if SFDIR varible is not active, the output file is created in the csd
> directory, instead of the QuteCsound app directory.
> When asking for render filename, the last file used is selected by
> default if the output filename is active in the configuration.
> Fixed double appending of extension for formats like WAVEX which can
> have multiple ones.
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>


Date2009-12-09 02:51
From"Dr. Richard Boulanger"
Subject[Csnd] Re: [ANN] QuteCsound 0.4.5 released
Andres,

WOW.  Amamzing.

Congratulations and thanks to you and all who have contributed to this  
version. WOW!

Dr. B.


Dr. Richard Boulanger  -  rboulanger@berklee.edu



On Dec 8, 2009, at 9:35 AM, Andres Cabrera wrote:

> Hi all,
>
> QuteCsound 0.4.5 is ready! This version includes many fixes, additions
> and useful improvements. Upgrading to this version is highly
> recommended.
>
> QuteCsound is a simple frontend for Csound featuring a highlighting
> editor with autocomplete, interactive widgets and integrated help. It
> can open files created in MacCsound, and aims to be a simple yet
> powerful and complete development environment for Csound.
>
> QuteCsound 0.4.5 has been tested on Windows, OS X, Linux and Solaris,
> and it is free software released under the LGPLv2 or at your option
> GPLv3.
>
> There are binary packages for Windows and OS X, and a source package
> for other platforms.
> You can get it here:
> http://sourceforge.net/projects/qutecsound/files/QuteCsound/0.4.5/
>
> There's more information here:
> http://qutecsound.sourceforge.net/
>
> Questions, comments and suggestions are very welcome and can be posted
> to the main Csound mailing list, but better still, join the QuteCsound
> users mailing list at:
> http://lists.sourceforge.net/lists/listinfo/qutecsound-users
>
> A big thanks to all collaborators for this release, including Joachim
> Heintz, Alex Hofmann, Andy Fillebrown, Stefano Valli and Francois
> Pinot (for his additions to the Scope Widget), the translators and the
> testers.
>
> BIG NOTE FOR WINDOWS USERS!!!!!
> On Windows the fluid and FLTK opcodes from Csound are causing issues
> with QuteCsound. It is highly recommended that these opcodes are not
> used inside QuteCsound (they are safe if you run in external
> terminal). The best way to disable these opcodes is the following:
> 1. Copy the plugins directory from your Csound installation (usually
> C:/Program Files/Csound/plugins) to a new directory. You can call it
> any name, and place it anywhere you want, but using the Csound or
> QuteCsound directory might be a good idea.
> 2. From this new directory delete the files fluidOpcodes.dll,
> widgets.dll and virtual.dll
> 3. In the QuteCsound go to the Environment tab in the Configuration
> Dialog and in the field called OPCODEDIR, select the directory you
> just created.
>
> When you've done this, QuteCsound will look in the new directory for
> opcodes, instead of the default directory. This way, you can keep your
> installation of Csound intact, and can control the usage of these
> plugins from the QuteCsound preferences. If you are experiencing
> sudden crashes (when switching windows, for example), the problem
> might be the fluid opcodes. If copy/paste is not working, the problem
> is almost certainly the FLTK opcodes and virtual keyboard.
>
> Enjoy!
> Andrés
>
> Changes from 0.4.3
> -------------------
> New:
> -Added new Inspector panel which allows to jump to instrument, opcode
> and f-table definitions quickly
> -If "Save changes automatically on run" is not checked in the
> preferences, a temporary file is created an used to run, so the
> original file remains untouched. This is now the default behavior for
> new installations of QuteCsound.
> -Added Align Left, Align Right, Align Bottom and AlignTop actions  
> for widgets.
> -Allow loading files with any extension.
> -Double-clicking on a widget on edit mode opens the properties
> -Music Examples, including Stockhausen's "Studie II", Boulanger's
> "Trapped in Convert" and Riley's "In C".
> -"Basics" set of tutorials by Alex Hofmann
> -Added _Pause reserved channel to toggle pausing a Csound performance,
> and _Render channel to render instead of play.
> -Size of message buffer can now be set to no limit, 256 and 1024 in
> the preferences
> -Many new examples
> -Added option to enable/disable scrollbars in widget panel
> -Added option to enable/disable key repetitions for ASCII keyboard  
> for sensekey
> -Moved configuration options for editor to a new tab to make space for
> new options
> -New Ctrl+G action to find next
> -Francois Pinot's code for lissajous and poincare displays for the  
> scope widget
>
> Fixed:
> -Fixed running path. Csound now runs from the directory of the csd, so
> relative paths work properly.
> -FLTK and virtual keyboard are now working properly inside QuteCsound
> (but cause problems with copy/paste on Windows-see above)
> -0dbfs help entry shown when Shift+F1 is pressed over it.
> -Fixed crashing when reload file is used and only one tab is open.
> -Internal examples no longer show up on Recent Files menu.
> -No more ask about saving file when switching out of a modified tab.
> -Improved code viewer (no double lines, better line connection)
> -Fixed positioning of new widget in widget panel
> -Button widget now stores a string value, which allows API to read
> values directly from it (avoiding precedence issues with LineEdit
> widget)
> -Find/replace dialog is now not modal and focus sets to the find  
> textedit
> -Make sure the console scrolls to the end of text on stop
> -Ignore click on the frames version of the manual, to avoid going to a
> blank page
> -Environment variables now work correctly as they are passed as
> command line options.
> -Fixed double appending of extension for formats like WAVEX which can
> have multiple ones.
>
> Internal:
> -A lot of work towards new XML format, which will allow some
> interoperaility with blue, and more widget features including
> randomization and preset storage.
> -Improved CPU usage.
>
> Complete Changelog:
> Revision 291 - Directory Listing
> Modified Mon Dec 7 17:53:40 2009 UTC (20 hours, 27 minutes ago) by  
> mantaraya36
>
> OPCODEDIR is now set to through the API
>
> Revision 290 - Directory Listing
> Modified Sat Dec 5 20:07:27 2009 UTC (2 days, 18 hours ago) by  
> joachimheintz
>
> small corrections at studie 2 example
>
> Revision 289 - Directory Listing
> Modified Fri Dec 4 09:58:04 2009 UTC (4 days, 4 hours ago) by  
> mantaraya36
>
> Added Pitch Tracker and Binaural Panning examples.
> Fixed command line arguments parsing for OS X
> Made build do a release build
>
> Revision 288 - Directory Listing
> Modified Thu Dec 3 11:11:11 2009 UTC (5 days, 3 hours ago) by  
> mantaraya36
>
> Removed command line argument passing for OS X
>
> Revision 287 - Directory Listing
> Modified Thu Dec 3 06:22:32 2009 UTC (5 days, 7 hours ago) by  
> afillebrown
>
> Removed CONFIG += debug from src.pro for win32
>
> Revision 286 - Directory Listing
> Modified Tue Dec 1 08:44:59 2009 UTC (7 days, 5 hours ago) by  
> afillebrown
>
> Fixed bug in qutecsound::dispatchQueues ...qutecsound::ud was being
> used after being freed in qutecsound::closeEvent (also zeroed pointers
> freed and deleted in qutecsound::closeEvent)
>
> Revision 285 - Directory Listing
> Modified Tue Dec 1 06:53:58 2009 UTC (7 days, 7 hours ago) by  
> afillebrown
>
> Fixed names of layout widgets in configdialog.ui to remove compiler  
> warnings
>
> Revision 284 - Directory Listing
> Modified Tue Dec 1 06:26:27 2009 UTC (7 days, 7 hours ago) by  
> afillebrown
>
> Changed csound api linkage from libcsoundXX.a to csoundXX.dll.5.2, for
> windows builds
>
> Revision 283 - Directory Listing
> Modified Tue Dec 1 06:21:19 2009 UTC (7 days, 7 hours ago) by  
> afillebrown
>
> Changed libsndfile linkage to libsndfile-1.dll from Csound directory,
> for windows builds
>
> Revision 282 - Directory Listing
> Modified Tue Dec 1 06:16:59 2009 UTC (7 days, 8 hours ago) by  
> afillebrown
>
> Added virtual destructors to ScopeData, LissajouData, and PoincareData
> classes in qutescope.h
>
> Revision 281 - Directory Listing
> Modified Tue Dec 1 06:13:42 2009 UTC (7 days, 8 hours ago) by  
> afillebrown
>
> Removed CONFIG -= release from src.pro, for windows builds
>
> Revision 280 - Directory Listing
> Modified Tue Dec 1 05:58:37 2009 UTC (7 days, 8 hours ago) by  
> afillebrown
>
> Fixed path to csound.hpp in src.pro, for windows builds
>
> Revision 279 - Directory Listing
> Modified Mon Nov 30 08:43:55 2009 UTC (8 days, 5 hours ago) by  
> mantaraya36
>
> Fixed Stockhausen example
> Added internal work for preset support
> Added Align Right and Align Bottom actions.
> Allow loading files with any extension
>
> Revision 278 - Directory Listing
> Modified Sun Nov 29 11:16:18 2009 UTC (90 minutes, 53 seconds ago) by
> mantaraya36
>
> Added AlignLeft and AlignTop actions for widgets
> Put back previous behavior of widgets (looks better, but still labels
> which have background disappear when they lose focus...)
> Double-clicking on a widget on edit mode opens the properties
>
> Revision 277 - Directory Listing
> Modified Sat Nov 28 16:21:40 2009 UTC (20 hours, 25 minutes ago) by
> joachimheintz
>
> added Stockhausen example
>
> Revision 276 - Directory Listing
> Modified Thu Nov 26 12:52:11 2009 UTC (2 days, 23 hours ago) by  
> mantaraya36
>
> Fixed disappearing widgets.
> Improved {{ }} strings, not totally fixed.
> Typo in 1.8 Routing example
>
> Revision 275 - Directory Listing
> Modified Wed Nov 25 12:00:21 2009 UTC (4 days ago) by mantaraya36
>
> Minor editions to Basics examples
>
> Revision 274 - Directory Listing
> Modified Wed Nov 25 08:06:31 2009 UTC (4 days, 4 hours ago) by  
> mantaraya36
>
> Added Basics tutorials by Alexh Hofmann
>
> Revision 273 - Directory Listing
> Modified Sun Nov 22 11:34:57 2009 UTC (7 days, 1 hour ago) by  
> mantaraya36
>
> Italian translation by F. Pinot
>
> Revision 272 - Directory Listing
> Modified Sun Nov 22 11:31:58 2009 UTC (7 days, 1 hour ago) by  
> mantaraya36
>
> Fixed receipt of values in graph widget when Csound is in different  
> language.
> Fixed 0dbfs not calling appropriate manual page. When standing on
> CsOptions text, the Unified csd file page is opened.
>
> Revision 271 - Directory Listing
> Modified Sat Nov 21 11:09:48 2009 UTC (8 days, 1 hour ago) by  
> mantaraya36
>
> Bumped version to 0.4.5
>
> Revision 270 - Directory Listing
> Modified Sat Nov 21 11:02:05 2009 UTC (8 days, 1 hour ago) by  
> mantaraya36
>
> If "Save changes automatically on run" is not checked in the
> preferences, a temporary file is created an used to run, so the
> original file remains untouched. This is now the default behavior for
> new installations of QuteCsound.
> Fixed crashing when reload file is used and only one tab is open.
> Internal examples no longer show up on Recent Files menu.
> No more ask about saving file when switching out of a modified tab.
> Updated italian translation, thanks to Francesco.
>
> Revision 269 - Directory Listing
> Modified Mon Nov 16 08:28:37 2009 UTC (13 days, 4 hours ago) by  
> mantaraya36
>
> Improved code viewer (no double lines, better line connection)
>
> Revision 268 - Directory Listing
> Modified Mon Nov 16 07:35:07 2009 UTC (13 days, 5 hours ago) by  
> mantaraya36
>
> Update final spanish and french translations
>
> Revision 267 - Directory Listing
> Modified Sat Nov 14 10:13:40 2009 UTC (2 weeks, 1 day ago) by  
> mantaraya36
>
> Updated translations
> Inspector now goes to item on single click
> Inspector now hides when Dialog opens to avoid problems on OS X.
>
> Revision 266 - Directory Listing
> Modified Sat Nov 14 09:48:39 2009 UTC (2 weeks, 1 day ago) by  
> mantaraya36
>
> Added new Boulanger and Kung music examples
> Added mention of Lissajous and Poincare types in Scope example
> Items in the inspector are now organized in categories in  
> collapsable tree
>
>
> Revision 265 - Directory Listing
> Modified Fri Nov 13 15:19:56 2009 UTC (2 weeks, 1 day ago) by  
> mantaraya36
>
> Added icon for inspector
> Inspector now parses ftgen and f statements
>
> Revision 264 - Directory Listing
> Modified Thu Nov 12 21:57:13 2009 UTC (2 weeks, 2 days ago) by  
> mantaraya36
>
> Fixes to File to Text example
>
> Revision 263 - Directory Listing
> Modified Thu Nov 12 21:11:28 2009 UTC (2 weeks, 2 days ago) by  
> mantaraya36
>
> Added _Pause reserved channel to toggle pausing a Csound performance
> If shortcut is not present on preferences leave it blank
> Fixed positioning of new widget in widget panel
> Fixed location of two examples
>
> Revision 262 - Directory Listing
> Modified Thu Nov 12 20:11:16 2009 UTC (2 weeks, 2 days ago) by  
> mantaraya36
>
> Revision 261 - Directory Listing
> Modified Thu Nov 12 17:12:56 2009 UTC (2 weeks, 2 days ago) by  
> mantaraya36
>
> Added UDO parsing to inspector
>
> Revision 260 - Directory Listing
> Modified Thu Nov 12 08:25:25 2009 UTC (2 weeks, 3 days ago) by  
> mantaraya36
>
> Added missing backslash
>
> Revision 259 - Directory Listing
> Modified Thu Nov 12 08:21:26 2009 UTC (2 weeks, 3 days ago) by  
> mantaraya36
>
> minor improvements to In C example
>
> Revision 258 - Directory Listing
> Modified Thu Nov 12 08:13:47 2009 UTC (2 weeks, 3 days ago) by  
> mantaraya36
>
> Size of message buffer can now be set to no limit, 256 and 1024 in the
> preferences
> If csound is stopped, the message buffer is discarded
>
> Revision 257 - Directory Listing
> Modified Tue Nov 10 08:04:18 2009 UTC (2 weeks, 5 days ago) by  
> mantaraya36
>
> Added improvements by Joachim Heintz to In C example
>
> Revision 256 - Directory Listing
> Modified Mon Nov 9 13:02:13 2009 UTC (2 weeks, 5 days ago) by  
> mantaraya36
>
> Fixed just intonation example
>
> Revision 255 - Directory Listing
> Modified Mon Nov 9 12:17:08 2009 UTC (2 weeks, 6 days ago) by  
> mantaraya36
>
> More work on XML format (Most widgets should now be able to read and
> write the XML format, partially ate least)
> Fixed modified icon when file is loaded (it now shows up as unmodified
> when newly opened)
>
>
> Revision 254 - Directory Listing
> Modified Sun Nov 8 08:05:14 2009 UTC (3 weeks ago) by mantaraya36
>
> Removed "unsafe" text from FLTK option, as it appears to be working  
> fine
> Inspector now updates automatically
> Fixe crashing when changing tabs
> Less debug text
>
> Revision 253 - Directory Listing
> Modified Sun Nov 8 08:02:40 2009 UTC (3 weeks ago) by mantaraya36
>
> Fixed Riley In C example
>
> Revision 252 - Directory Listing
> Modified Fri Nov 6 11:58:21 2009 UTC (3 weeks, 2 days ago) by  
> mantaraya36
>
> Added new inspector panel which allows to jump to instrument  
> definitions quickly
> Removed unnecessary spaces from autocomplete
>
> Revision 251 - Directory Listing
> Modified Thu Nov 5 21:54:29 2009 UTC (3 weeks, 2 days ago) by  
> mantaraya36
>
> Added Just intonation example
> Some work in getting the Riley In C piece to work
>
> Revision 250 - Directory Listing
> Modified Thu Nov 5 19:40:48 2009 UTC (3 weeks, 2 days ago) by  
> mantaraya36
>
> Added some locks in the Curve class to protect data. Probably not  
> necessary...
> Made label highlighter act before strings to avoid label highlight
> inside strings.
> Fixed some memory cleaning up.
> Fixed running path. Csound now runs from the directory of the csd, so
> relative paths work properly.
>
> Revision 249 - Directory Listing
> Modified Sun Nov 1 22:19:56 2009 UTC (3 weeks, 6 days ago) by  
> mantaraya36
>
> More work on XML format
>
> Revision 248 - Directory Listing
> Modified Sat Oct 31 11:15:50 2009 UTC (4 weeks, 1 day ago) by  
> mantaraya36
>
> Added Riley In C example
> Several small fixes
>
> Revision 247 - Directory Listing
> Modified Fri Oct 30 08:24:23 2009 UTC (4 weeks, 2 days ago) by  
> mantaraya36
>
> A little more work on XML format
> Reorganization of examples menu. Added John Chowning's Stria
> Fixed regression: crashing when creating a widget
> Last used directory is not set to internal examples directory,
> avoiding strange warning
>
> Revision 246 - Directory Listing
> Modified Thu Oct 29 22:34:52 2009 UTC (4 weeks, 2 days ago) by  
> joachimheintz
>
> Examples Menu changed
>
> Revision 245 - Directory Listing
> Modified Thu Oct 29 08:39:25 2009 UTC (4 weeks, 3 days ago) by  
> mantaraya36
>
> Added option to enable/disable scrollbars in widget panel
> Added option to enable/disable key repetitions for ASCII keyboard  
> for sensekey
> Moved configuration options for editor to a new tab to make space for
> new options
> less debugging messages.
> Button widget now stores a string value, which allows API to read
> values directly from it (avoiding precedence issues with LineEdit
> widget)
> Since FLTK appears to be working properly, default now runs FLTK csds
> inside QuteCsound
> Made Properties dialog for widgets stay always on top, to avoid  
> problems on OS X
>
> Revision 244 - Directory Listing
> Modified Tue Oct 27 21:34:35 2009 UTC (4 weeks, 4 days ago) by  
> mantaraya36
>
> Improved CPU usage.
>
> Revision 243 - Directory Listing
> Modified Tue Oct 27 08:47:54 2009 UTC (4 weeks, 5 days ago) by  
> mantaraya36
>
> Made most widgets not accept focus to pass keyboard events to
> QuteCsound and to avoid redrawing problem on linux
> Scroll bars in widget panel can now be removed/added
> Fixed score event regression
> Made _Play reserved channel activate the play button
> Added _Render to reserved channels example
>
>
> Revision 242 - Directory Listing
> Modified Sun Oct 25 23:12:22 2009 UTC (4 weeks, 6 days ago) by  
> mantaraya36
>
> Added new "_Render" reserved channel which instead of play, renders  
> offline.
> Started work on new xml format based on the blue format (a lot of
> debugging text for now...)
> New check for message buffer size, to avoid overloading. Only 256
> messages can be stored in the message queue.
>
> Revision 241 - Directory Listing
> Modified Fri Oct 23 07:15:14 2009 UTC (5 weeks, 2 days ago) by  
> mantaraya36
>
> Made splash window not always on top to avoid problems.
> Fixed typo in string and opening of file in external player thanks to
> report from francibal
> Added new Score Tricks example
>
> Revision 240 - Directory Listing
> Modified Wed Oct 21 20:57:01 2009 UTC (5 weeks, 3 days ago) by  
> mantaraya36
>
> Improved find/replace functionality thanks to Lou Cohen:
> -New ctrl+G menu item and action to find next
> -Find/replace dialog is now not modal and focus sets to the find  
> textedit
> -String queries for search replace and case sensitiveness are  
> retained.
>
> Revision 239 - Directory Listing
> Modified Tue Oct 20 19:44:04 2009 UTC (5 weeks, 4 days ago) by  
> mantaraya36
>
> Added italian Quick Reference and updated italian translation
> Cleaned up csThread code now that it has been confirmed to work
> Fixed stopping when running in the same thread. thanks to Victor  
> Lazzarini
> Fixed loading of Quick Reference in current language
>
> Revision 238 - Directory Listing
> Modified Tue Oct 20 06:46:12 2009 UTC (5 weeks, 5 days ago) by  
> mantaraya36
>
> Fixed incorrect usage of CsPerfThread this should greatly increase
> stability and performance (but needs some testing to make sure nothing
> broke)
> Added italian translation. Thanks to francibal
>
> Revision 237 - Directory Listing
> Modified Sun Oct 18 19:28:16 2009 UTC (5 weeks, 6 days ago) by  
> mantaraya36
>
> Added italian translation
> Updated all translations
>
> Revision 236 - Directory Listing
> Modified Sun Oct 18 18:58:28 2009 UTC (5 weeks, 6 days ago) by  
> mantaraya36
>
> Hopefully fixed threading issues
> Made the Quick Reference Pdf be a true temporary file with unique name
> Some code cleanup. Removed QUTE_USE_CSOUNDPERFORMANCETHREAD macro to
> remove creation of thread without the CsoundPerformanceThread class
>
> Revision 235 - Directory Listing
> Modified Sat Oct 17 06:39:34 2009 UTC (6 weeks, 1 day ago) by  
> mantaraya36
>
> Fixed source release to include docs, which are needed for building
>
> Revision 234 - Directory Listing
> Modified Fri Oct 16 12:24:12 2009 UTC (6 weeks, 2 days ago) by  
> mantaraya36
>
> Scroll to end of console text when running in the same thread
> Added temporary debugging messages
>
> Revision 233 - Directory Listing
> Modified Wed Oct 14 14:46:55 2009 UTC (6 weeks, 3 days ago) by  
> mantaraya36
>
> Added Francois Pinot's code for lissajous and poincare displays for
> the scope widget
> Don't do anything if the frames version link in the manual is clicked
> Remember active tab from previous session
> Make sure the console scrolls to the end of text on stop
>
> Revision 232 - Directory Listing
> Modified Sun Oct 11 20:21:32 2009 UTC (6 weeks, 6 days ago) by  
> mantaraya36
>
> Ignore click on the frames version of the manual, to avoid going to  
> a blank page
> Accept CSD and other combinations of case in the extension of the  
> filename
>
> Revision 231 - Directory Listing
> Modified Tue Oct 6 11:32:35 2009 UTC (7 weeks, 5 days ago) by  
> mantaraya36
>
> Updated french translation thanks to Francois Pinot. Updated all
> translations to include new strings in sources
> Fixed default csd text box not persistent.
> Environment variables now work correctly as they are passed as command
> line options (Only OPCODEDIR will not work when using the API).
> if SFDIR varible is not active, the output file is created in the csd
> directory, instead of the QuteCsound app directory.
> When asking for render filename, the last file used is selected by
> default if the output filename is active in the configuration.
> Fixed double appending of extension for formats like WAVEX which can
> have multiple ones.
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body  
> "unsubscribe csound"



Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2009-12-09 15:41
FromAndres Cabrera
Subject[Csnd] Re: Re: Re: Re: [ANN] QuteCsound 0.4.5 released
HI,

Precisely not Quicktime, but Qt from trolltech. Trying to avoid
confusion, I confused myself...

Cheers,
Andrés

On Tue, Dec 8, 2009 at 10:39 PM, victor  wrote:
> Quicktime??
> ----- Original Message ----- From: "Andres Cabrera" 
> To: 
> Sent: Tuesday, December 08, 2009 10:17 PM
> Subject: [Csnd] Re: Re: [ANN] QuteCsound 0.4.5 released
>
>
> Hi,
>
> No. This depends on whether you have Qt (from trolltech-not quicktime)
> installed. If you don't have Quicktime installed or you don't know,
> you need to get the incQt package which is larger because it includes
> Qt.
>
> Cheers,
> Andrés
>
> On Tue, Dec 8, 2009 at 9:25 PM, ze luis  wrote:
>>
>> just a question
>> I have a 10.5.8 intel - wich one should I download?
>> QuteCsound-0.4.5-OSX10.5-Intel-noQt.tar.gz or
>> QuteCsound-0.4.5-OSX10.5-Intel-incQt.tar.gz
>>
>> is it the same difference between floats and doubles?
>>
>> Thank you
>> Zé
>>
>> ________________________________
>> From: Andres Cabrera 
>> To: qutecsound-users@lists.sourceforge.net; csound@lists.bath.ac.uk
>> Sent: Tue, December 8, 2009 2:35:09 PM
>> Subject: [Csnd] [ANN] QuteCsound 0.4.5 released
>>
>> Hi all,
>>
>> QuteCsound 0.4.5 is ready! This version includes many fixes, additions
>> and useful improvements. Upgrading to this version is highly
>> recommended.
>>
>> QuteCsound is a simple frontend for Csound featuring a highlighting
>> editor with autocomplete, interactive widgets and integrated help. It
>> can open files created in MacCsound, and aims to be a simple yet
>> powerful and complete development environment for Csound.
>>
>> QuteCsound 0.4.5 has been tested on Windows, OS X, Linux and Solaris,
>> and it is free software released under the LGPLv2 or at your option
>> GPLv3.
>>
>> There are binary packages for Windows and OS X, and a source package
>> for other platforms.
>> You can get it here:
>> http://sourceforge.net/projects/qutecsound/files/QuteCsound/0.4.5/
>>
>> There's more information here:
>> http://qutecsound.sourceforge.net/
>>
>> Questions, comments and suggestions are very welcome and can be posted
>> to the main Csound mailing list, but better still, join the QuteCsound
>> users mailing list at:
>> http://lists.sourceforge.net/lists/listinfo/qutecsound-users
>>
>> A big thanks to all collaborators for this release, including Joachim
>> Heintz, Alex Hofmann, Andy Fillebrown, Stefano Valli and Francois
>> Pinot (for his additions to the Scope Widget), the translators and the
>> testers.
>>
>> BIG NOTE FOR WINDOWS USERS!!!!!
>> On Windows the fluid and FLTK opcodes from Csound are causing issues
>> with QuteCsound. It is highly recommended that these opcodes are not
>> used inside QuteCsound (they are safe if you run in external
>> terminal). The best way to disable these opcodes is the following:
>> 1. Copy the plugins directory from your Csound installation (usually
>> C:/Program Files/Csound/plugins) to a new directory. You can call it
>> any name, and place it anywhere you want, but using the Csound or
>> QuteCsound directory might be a good idea.
>> 2. From this new directory delete the files fluidOpcodes.dll,
>> widgets.dll and virtual.dll
>> 3. In the QuteCsound go to the Environment tab in the Configuration
>> Dialog and in the field called OPCODEDIR, select the directory you
>> just created.
>>
>> When you've done this, QuteCsound will look in the new directory for
>> opcodes, instead of the default directory. This way, you can keep your
>> installation of Csound intact, and can control the usage of these
>> plugins from the QuteCsound preferences. If you are experiencing
>> sudden crashes (when switching windows, for example), the problem
>> might be the fluid opcodes. If copy/paste is not working, the problem
>> is almost certainly the FLTK opcodes and virtual keyboard.
>>
>> Enjoy!
>> Andrés
>>
>> Changes from 0.4.3
>> -------------------
>> New:
>> -Added new Inspector panel which allows to jump to instrument, opcode
>> and f-table definitions quickly
>> -If "Save changes automatically on run" is not checked in the
>> preferences, a temporary file is created an used to run, so the
>> original file remains untouched. This is now the default behavior for
>> new installations of QuteCsound.
>> -Added Align Left, Align Right, Align Bottom and AlignTop actions for
>> widgets.
>> -Allow loading files with any extension.
>> -Double-clicking on a widget on edit mode opens the properties
>> -Music Examples, including Stockhausen's "Studie II", Boulanger's
>> "Trapped in Convert" and Riley's "In C".
>> -"Basics" set of tutorials by Alex Hofmann
>> -Added _Pause reserved channel to toggle pausing a Csound performance,
>> and _Render channel to render instead of play.
>> -Size of message buffer can now be set to no limit, 256 and 1024 in
>> the preferences
>> -Many new examples
>> -Added option to enable/disable scrollbars in widget panel
>> -Added option to enable/disable key repetitions for ASCII keyboard for
>> sensekey
>> -Moved configuration options for editor to a new tab to make space for
>> new options
>> -New Ctrl+G action to find next
>> -Francois Pinot's code for lissajous and poincare displays for the scope
>> widget
>>
>> Fixed:
>> -Fixed running path. Csound now runs from the directory of the csd, so
>> relative paths work properly.
>> -FLTK and virtual keyboard are now working properly inside QuteCsound
>> (but cause problems with copy/paste on Windows-see above)
>> -0dbfs help entry shown when Shift+F1 is pressed over it.
>> -Fixed crashing when reload file is used and only one tab is open.
>> -Internal examples no longer show up on Recent Files menu.
>> -No more ask about saving file when switching out of a modified tab.
>> -Improved code viewer (no double lines, better line connection)
>> -Fixed positioning of new widget in widget panel
>> -Button widget now stores a string value, which allows API to read
>> values directly from it (avoiding precedence issues with LineEdit
>> widget)
>> -Find/replace dialog is now not modal and focus sets to the find textedit
>> -Make sure the console scrolls to the end of text on stop
>> -Ignore click on the frames version of the manual, to avoid going to a
>> blank page
>> -Environment variables now work correctly as they are passed as
>> command line options.
>> -Fixed double appending of extension for formats like WAVEX which can
>> have multiple ones.
>>
>> Internal:
>> -A lot of work towards new XML format, which will allow some
>> interoperaility with blue, and more widget features including
>> randomization and preset storage.
>> -Improved CPU usage.
>>
>> Complete Changelog:
>> Revision 291 - Directory Listing
>> Modified Mon Dec 7 17:53:40 2009 UTC (20 hours, 27 minutes ago) by
>> mantaraya36
>>
>> OPCODEDIR is now set to through the API
>>
>> Revision 290 - Directory Listing
>> Modified Sat Dec 5 20:07:27 2009 UTC (2 days, 18 hours ago) by
>> joachimheintz
>>
>> small corrections at studie 2 example
>>
>> Revision 289 - Directory Listing
>> Modified Fri Dec 4 09:58:04 2009 UTC (4 days, 4 hours ago) by mantaraya36
>>
>> Added Pitch Tracker and Binaural Panning examples.
>> Fixed command line arguments parsing for OS X
>> Made build do a release build
>>
>> Revision 288 - Directory Listing
>> Modified Thu Dec 3 11:11:11 2009 UTC (5 days, 3 hours ago) by mantaraya36
>>
>> Removed command line argument passing for OS X
>>
>> Revision 287 - Directory Listing
>> Modified Thu Dec 3 06:22:32 2009 UTC (5 days, 7 hours ago) by afillebrown
>>
>> Removed CONFIG += debug from src.pro for win32
>>
>> Revision 286 - Directory Listing
>> Modified Tue Dec 1 08:44:59 2009 UTC (7 days, 5 hours ago) by afillebrown
>>
>> Fixed bug in qutecsound::dispatchQueues ...qutecsound::ud was being
>> used after being freed in qutecsound::closeEvent (also zeroed pointers
>> freed and deleted in qutecsound::closeEvent)
>>
>> Revision 285 - Directory Listing
>> Modified Tue Dec 1 06:53:58 2009 UTC (7 days, 7 hours ago) by afillebrown
>>
>> Fixed names of layout widgets in configdialog.ui to remove compiler
>> warnings
>>
>> Revision 284 - Directory Listing
>> Modified Tue Dec 1 06:26:27 2009 UTC (7 days, 7 hours ago) by afillebrown
>>
>> Changed csound api linkage from libcsoundXX.a to csoundXX.dll.5.2, for
>> windows builds
>>
>> Revision 283 - Directory Listing
>> Modified Tue Dec 1 06:21:19 2009 UTC (7 days, 7 hours ago) by afillebrown
>>
>> Changed libsndfile linkage to libsndfile-1.dll from Csound directory,
>> for windows builds
>>
>> Revision 282 - Directory Listing
>> Modified Tue Dec 1 06:16:59 2009 UTC (7 days, 8 hours ago) by afillebrown
>>
>> Added virtual destructors to ScopeData, LissajouData, and PoincareData
>> classes in qutescope.h
>>
>> Revision 281 - Directory Listing
>> Modified Tue Dec 1 06:13:42 2009 UTC (7 days, 8 hours ago) by afillebrown
>>
>> Removed CONFIG -= release from src.pro, for windows builds
>>
>> Revision 280 - Directory Listing
>> Modified Tue Dec 1 05:58:37 2009 UTC (7 days, 8 hours ago) by afillebrown
>>
>> Fixed path to csound.hpp in src.pro, for windows builds
>>
>> Revision 279 - Directory Listing
>> Modified Mon Nov 30 08:43:55 2009 UTC (8 days, 5 hours ago) by mantaraya36
>>
>> Fixed Stockhausen example
>> Added internal work for preset support
>> Added Align Right and Align Bottom actions.
>> Allow loading files with any extension
>>
>> Revision 278 - Directory Listing
>> Modified Sun Nov 29 11:16:18 2009 UTC (90 minutes, 53 seconds ago) by
>> mantaraya36
>>
>> Added AlignLeft and AlignTop actions for widgets
>> Put back previous behavior of widgets (looks better, but still labels
>> which have background disappear when they lose focus...)
>> Double-clicking on a widget on edit mode opens the properties
>>
>> Revision 277 - Directory Listing
>> Modified Sat Nov 28 16:21:40 2009 UTC (20 hours, 25 minutes ago) by
>> joachimheintz
>>
>> added Stockhausen example
>>
>> Revision 276 - Directory Listing
>> Modified Thu Nov 26 12:52:11 2009 UTC (2 days, 23 hours ago) by
>> mantaraya36
>>
>> Fixed disappearing widgets.
>> Improved {{ }} strings, not totally fixed.
>> Typo in 1.8 Routing example
>>
>> Revision 275 - Directory Listing
>> Modified Wed Nov 25 12:00:21 2009 UTC (4 days ago) by mantaraya36
>>
>> Minor editions to Basics examples
>>
>> Revision 274 - Directory Listing
>> Modified Wed Nov 25 08:06:31 2009 UTC (4 days, 4 hours ago) by mantaraya36
>>
>> Added Basics tutorials by Alexh Hofmann
>>
>> Revision 273 - Directory Listing
>> Modified Sun Nov 22 11:34:57 2009 UTC (7 days, 1 hour ago) by mantaraya36
>>
>> Italian translation by F. Pinot
>>
>> Revision 272 - Directory Listing
>> Modified Sun Nov 22 11:31:58 2009 UTC (7 days, 1 hour ago) by mantaraya36
>>
>> Fixed receipt of values in graph widget when Csound is in different
>> language.
>> Fixed 0dbfs not calling appropriate manual page. When standing on
>> CsOptions text, the Unified csd file page is opened.
>>
>> Revision 271 - Directory Listing
>> Modified Sat Nov 21 11:09:48 2009 UTC (8 days, 1 hour ago) by mantaraya36
>>
>> Bumped version to 0.4.5
>>
>> Revision 270 - Directory Listing
>> Modified Sat Nov 21 11:02:05 2009 UTC (8 days, 1 hour ago) by mantaraya36
>>
>> If "Save changes automatically on run" is not checked in the
>> preferences, a temporary file is created an used to run, so the
>> original file remains untouched. This is now the default behavior for
>> new installations of QuteCsound.
>> Fixed crashing when reload file is used and only one tab is open.
>> Internal examples no longer show up on Recent Files menu.
>> No more ask about saving file when switching out of a modified tab.
>> Updated italian translation, thanks to Francesco.
>>
>> Revision 269 - Directory Listing
>> Modified Mon Nov 16 08:28:37 2009 UTC (13 days, 4 hours ago) by
>> mantaraya36
>>
>> Improved code viewer (no double lines, better line connection)
>>
>> Revision 268 - Directory Listing
>> Modified Mon Nov 16 07:35:07 2009 UTC (13 days, 5 hours ago) by
>> mantaraya36
>>
>> Update final spanish and french translations
>>
>> Revision 267 - Directory Listing
>> Modified Sat Nov 14 10:13:40 2009 UTC (2 weeks, 1 day ago) by mantaraya36
>>
>> Updated translations
>> Inspector now goes to item on single click
>> Inspector now hides when Dialog opens to avoid problems on OS X.
>>
>> Revision 266 - Directory Listing
>> Modified Sat Nov 14 09:48:39 2009 UTC (2 weeks, 1 day ago) by mantaraya36
>>
>> Added new Boulanger and Kung music examples
>> Added mention of Lissajous and Poincare types in Scope example
>> Items in the inspector are now organized in categories in collapsable tree
>>
>>
>> Revision 265 - Directory Listing
>> Modified Fri Nov 13 15:19:56 2009 UTC (2 weeks, 1 day ago) by mantaraya36
>>
>> Added icon for inspector
>> Inspector now parses ftgen and f statements
>>
>> Revision 264 - Directory Listing
>> Modified Thu Nov 12 21:57:13 2009 UTC (2 weeks, 2 days ago) by mantaraya36
>>
>> Fixes to File to Text example
>>
>> Revision 263 - Directory Listing
>> Modified Thu Nov 12 21:11:28 2009 UTC (2 weeks, 2 days ago) by mantaraya36
>>
>> Added _Pause reserved channel to toggle pausing a Csound performance
>> If shortcut is not present on preferences leave it blank
>> Fixed positioning of new widget in widget panel
>> Fixed location of two examples
>>
>> Revision 262 - Directory Listing
>> Modified Thu Nov 12 20:11:16 2009 UTC (2 weeks, 2 days ago) by mantaraya36
>>
>> Revision 261 - Directory Listing
>> Modified Thu Nov 12 17:12:56 2009 UTC (2 weeks, 2 days ago) by mantaraya36
>>
>> Added UDO parsing to inspector
>>
>> Revision 260 - Directory Listing
>> Modified Thu Nov 12 08:25:25 2009 UTC (2 weeks, 3 days ago) by mantaraya36
>>
>> Added missing backslash
>>
>> Revision 259 - Directory Listing
>> Modified Thu Nov 12 08:21:26 2009 UTC (2 weeks, 3 days ago) by mantaraya36
>>
>> minor improvements to In C example
>>
>> Revision 258 - Directory Listing
>> Modified Thu Nov 12 08:13:47 2009 UTC (2 weeks, 3 days ago) by mantaraya36
>>
>> Size of message buffer can now be set to no limit, 256 and 1024 in the
>> preferences
>> If csound is stopped, the message buffer is discarded
>>
>> Revision 257 - Directory Listing
>> Modified Tue Nov 10 08:04:18 2009 UTC (2 weeks, 5 days ago) by mantaraya36
>>
>> Added improvements by Joachim Heintz to In C example
>>
>> Revision 256 - Directory Listing
>> Modified Mon Nov 9 13:02:13 2009 UTC (2 weeks, 5 days ago) by mantaraya36
>>
>> Fixed just intonation example
>>
>> Revision 255 - Directory Listing
>> Modified Mon Nov 9 12:17:08 2009 UTC (2 weeks, 6 days ago) by mantaraya36
>>
>> More work on XML format (Most widgets should now be able to read and
>> write the XML format, partially ate least)
>> Fixed modified icon when file is loaded (it now shows up as unmodified
>> when newly opened)
>>
>>
>> Revision 254 - Directory Listing
>> Modified Sun Nov 8 08:05:14 2009 UTC (3 weeks ago) by mantaraya36
>>
>> Removed "unsafe" text from FLTK option, as it appears to be working fine
>> Inspector now updates automatically
>> Fixe crashing when changing tabs
>> Less debug text
>>
>> Revision 253 - Directory Listing
>> Modified Sun Nov 8 08:02:40 2009 UTC (3 weeks ago) by mantaraya36
>>
>> Fixed Riley In C example
>>
>> Revision 252 - Directory Listing
>> Modified Fri Nov 6 11:58:21 2009 UTC (3 weeks, 2 days ago) by mantaraya36
>>
>> Added new inspector panel which allows to jump to instrument definitions
>> quickly
>> Removed unnecessary spaces from autocomplete
>>
>> Revision 251 - Directory Listing
>> Modified Thu Nov 5 21:54:29 2009 UTC (3 weeks, 2 days ago) by mantaraya36
>>
>> Added Just intonation example
>> Some work in getting the Riley In C piece to work
>>
>> Revision 250 - Directory Listing
>> Modified Thu Nov 5 19:40:48 2009 UTC (3 weeks, 2 days ago) by mantaraya36
>>
>> Added some locks in the Curve class to protect data. Probably not
>> necessary...
>> Made label highlighter act before strings to avoid label highlight
>> inside strings.
>> Fixed some memory cleaning up.
>> Fixed running path. Csound now runs from the directory of the csd, so
>> relative paths work properly.
>>
>> Revision 249 - Directory Listing
>> Modified Sun Nov 1 22:19:56 2009 UTC (3 weeks, 6 days ago) by mantaraya36
>>
>> More work on XML format
>>
>> Revision 248 - Directory Listing
>> Modified Sat Oct 31 11:15:50 2009 UTC (4 weeks, 1 day ago) by mantaraya36
>>
>> Added Riley In C example
>> Several small fixes
>>
>> Revision 247 - Directory Listing
>> Modified Fri Oct 30 08:24:23 2009 UTC (4 weeks, 2 days ago) by mantaraya36
>>
>> A little more work on XML format
>> Reorganization of examples menu. Added John Chowning's Stria
>> Fixed regression: crashing when creating a widget
>> Last used directory is not set to internal examples directory,
>> avoiding strange warning
>>
>> Revision 246 - Directory Listing
>> Modified Thu Oct 29 22:34:52 2009 UTC (4 weeks, 2 days ago) by
>> joachimheintz
>>
>> Examples Menu changed
>>
>> Revision 245 - Directory Listing
>> Modified Thu Oct 29 08:39:25 2009 UTC (4 weeks, 3 days ago) by mantaraya36
>>
>> Added option to enable/disable scrollbars in widget panel
>> Added option to enable/disable key repetitions for ASCII keyboard for
>> sensekey
>> Moved configuration options for editor to a new tab to make space for
>> new options
>> less debugging messages.
>> Button widget now stores a string value, which allows API to read
>> values directly from it (avoiding precedence issues with LineEdit
>> widget)
>> Since FLTK appears to be working properly, default now runs FLTK csds
>> inside QuteCsound
>> Made Properties dialog for widgets stay always on top, to avoid problems
>> on
>> OS X
>>
>> Revision 244 - Directory Listing
>> Modified Tue Oct 27 21:34:35 2009 UTC (4 weeks, 4 days ago) by mantaraya36
>>
>> Improved CPU usage.
>>
>> Revision 243 - Directory Listing
>> Modified Tue Oct 27 08:47:54 2009 UTC (4 weeks, 5 days ago) by mantaraya36
>>
>> Made most widgets not accept focus to pass keyboard events to
>> QuteCsound and to avoid redrawing problem on linux
>> Scroll bars in widget panel can now be removed/added
>> Fixed score event regression
>> Made _Play reserved channel activate the play button
>> Added _Render to reserved channels example
>>
>>
>> Revision 242 - Directory Listing
>> Modified Sun Oct 25 23:12:22 2009 UTC (4 weeks, 6 days ago) by mantaraya36
>>
>> Added new "_Render" reserved channel which instead of play, renders
>> offline.
>> Started work on new xml format based on the blue format (a lot of
>> debugging text for now...)
>> New check for message buffer size, to avoid overloading. Only 256
>> messages can be stored in the message queue.
>>
>> Revision 241 - Directory Listing
>> Modified Fri Oct 23 07:15:14 2009 UTC (5 weeks, 2 days ago) by mantaraya36
>>
>> Made splash window not always on top to avoid problems.
>> Fixed typo in string and opening of file in external player thanks to
>> report from francibal
>> Added new Score Tricks example
>>
>> Revision 240 - Directory Listing
>> Modified Wed Oct 21 20:57:01 2009 UTC (5 weeks, 3 days ago) by mantaraya36
>>
>> Improved find/replace functionality thanks to Lou Cohen:
>> -New ctrl+G menu item and action to find next
>> -Find/replace dialog is now not modal and focus sets to the find textedit
>> -String queries for search replace and case sensitiveness are retained.
>>
>> Revision 239 - Directory Listing
>> Modified Tue Oct 20 19:44:04 2009 UTC (5 weeks, 4 days ago) by mantaraya36
>>
>> Added italian Quick Reference and updated italian translation
>> Cleaned up csThread code now that it has been confirmed to work
>> Fixed stopping when running in the same thread. thanks to Victor Lazzarini
>> Fixed loading of Quick Reference in current language
>>
>> Revision 238 - Directory Listing
>> Modified Tue Oct 20 06:46:12 2009 UTC (5 weeks, 5 days ago) by mantaraya36
>>
>> Fixed incorrect usage of CsPerfThread this should greatly increase
>> stability and performance (but needs some testing to make sure nothing
>> broke)
>> Added italian translation. Thanks to francibal
>>
>> Revision 237 - Directory Listing
>> Modified Sun Oct 18 19:28:16 2009 UTC (5 weeks, 6 days ago) by mantaraya36
>>
>> Added italian translation
>> Updated all translations
>>
>> Revision 236 - Directory Listing
>> Modified Sun Oct 18 18:58:28 2009 UTC (5 weeks, 6 days ago) by mantaraya36
>>
>> Hopefully fixed threading issues
>> Made the Quick Reference Pdf be a true temporary file with unique name
>> Some code cleanup. Removed QUTE_USE_CSOUNDPERFORMANCETHREAD macro to
>> remove creation of thread without the CsoundPerformanceThread class
>>
>> Revision 235 - Directory Listing
>> Modified Sat Oct 17 06:39:34 2009 UTC (6 weeks, 1 day ago) by mantaraya36
>>
>> Fixed source release to include docs, which are needed for building
>>
>> Revision 234 - Directory Listing
>> Modified Fri Oct 16 12:24:12 2009 UTC (6 weeks, 2 days ago) by mantaraya36
>>
>> Scroll to end of console text when running in the same thread
>> Added temporary debugging messages
>>
>> Revision 233 - Directory Listing
>> Modified Wed Oct 14 14:46:55 2009 UTC (6 weeks, 3 days ago) by mantaraya36
>>
>> Added Francois Pinot's code for lissajous and poincare displays for
>> the scope widget
>> Don't do anything if the frames version link in the manual is clicked
>> Remember active tab from previous session
>> Make sure the console scrolls to the end of text on stop
>>
>> Revision 232 - Directory Listing
>> Modified Sun Oct 11 20:21:32 2009 UTC (6 weeks, 6 days ago) by mantaraya36
>>
>> Ignore click on the frames version of the manual, to avoid going to a
>> blank
>> page
>> Accept CSD and other combinations of case in the extension of the filename
>>
>> Revision 231 - Directory Listing
>> Modified Tue Oct 6 11:32:35 2009 UTC (7 weeks, 5 days ago) by mantaraya36
>>
>> Updated french translation thanks to Francois Pinot. Updated all
>> translations to include new strings in sources
>> Fixed default csd text box not persistent.
>> Environment variables now work correctly as they are passed as command
>> line options (Only OPCODEDIR will not work when using the API).
>> if SFDIR varible is not active, the output file is created in the csd
>> directory, instead of the QuteCsound app directory.
>> When asking for render filename, the last file used is selected by
>> default if the output filename is active in the configuration.
>> Fixed double appending of extension for formats like WAVEX which can
>> have multiple ones.
>>
>>
>> Send bugs reports to this list.
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>
>
>
> --
>
>
> Andrés
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"=
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>



-- 


Andrés


Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2009-12-11 18:11
Fromfrancibal
Subject[Csnd] Re: [ANN] QuteCsound 0.4.5 released
Hi Mr. Andres,

i've installed this last version (i'm on windows), but i'm not able to use
run in term button!
Nothing happens. Please tell me what i'm wrong.

thanks,
ciao,

fran.


Andres Cabrera wrote:
> 
> Hi all,
> 
> QuteCsound 0.4.5 is ready! This version includes many fixes, additions
> and useful improvements. Upgrading to this version is highly
> recommended.
> 
> QuteCsound is a simple frontend for Csound featuring a highlighting
> editor with autocomplete, interactive widgets and integrated help. It
> can open files created in MacCsound, and aims to be a simple yet
> powerful and complete development environment for Csound.
> 
> QuteCsound 0.4.5 has been tested on Windows, OS X, Linux and Solaris,
> and it is free software released under the LGPLv2 or at your option
> GPLv3.
> 
> There are binary packages for Windows and OS X, and a source package
> for other platforms.
> You can get it here:
> http://sourceforge.net/projects/qutecsound/files/QuteCsound/0.4.5/
> 
> There's more information here:
> http://qutecsound.sourceforge.net/
> 
> Questions, comments and suggestions are very welcome and can be posted
> to the main Csound mailing list, but better still, join the QuteCsound
> users mailing list at:
> http://lists.sourceforge.net/lists/listinfo/qutecsound-users
> 
> A big thanks to all collaborators for this release, including Joachim
> Heintz, Alex Hofmann, Andy Fillebrown, Stefano Valli and Francois
> Pinot (for his additions to the Scope Widget), the translators and the
> testers.
> 
> BIG NOTE FOR WINDOWS USERS!!!!!
> On Windows the fluid and FLTK opcodes from Csound are causing issues
> with QuteCsound. It is highly recommended that these opcodes are not
> used inside QuteCsound (they are safe if you run in external
> terminal). The best way to disable these opcodes is the following:
> 1. Copy the plugins directory from your Csound installation (usually
> C:/Program Files/Csound/plugins) to a new directory. You can call it
> any name, and place it anywhere you want, but using the Csound or
> QuteCsound directory might be a good idea.
> 2. From this new directory delete the files fluidOpcodes.dll,
> widgets.dll and virtual.dll
> 3. In the QuteCsound go to the Environment tab in the Configuration
> Dialog and in the field called OPCODEDIR, select the directory you
> just created.
> 
> When you've done this, QuteCsound will look in the new directory for
> opcodes, instead of the default directory. This way, you can keep your
> installation of Csound intact, and can control the usage of these
> plugins from the QuteCsound preferences. If you are experiencing
> sudden crashes (when switching windows, for example), the problem
> might be the fluid opcodes. If copy/paste is not working, the problem
> is almost certainly the FLTK opcodes and virtual keyboard.
> 
> Enjoy!
> Andrés
> 
> Changes from 0.4.3
> -------------------
> New:
> -Added new Inspector panel which allows to jump to instrument, opcode
> and f-table definitions quickly
> -If "Save changes automatically on run" is not checked in the
> preferences, a temporary file is created an used to run, so the
> original file remains untouched. This is now the default behavior for
> new installations of QuteCsound.
> -Added Align Left, Align Right, Align Bottom and AlignTop actions for
> widgets.
> -Allow loading files with any extension.
> -Double-clicking on a widget on edit mode opens the properties
> -Music Examples, including Stockhausen's "Studie II", Boulanger's
> "Trapped in Convert" and Riley's "In C".
> -"Basics" set of tutorials by Alex Hofmann
> -Added _Pause reserved channel to toggle pausing a Csound performance,
> and _Render channel to render instead of play.
> -Size of message buffer can now be set to no limit, 256 and 1024 in
> the preferences
> -Many new examples
> -Added option to enable/disable scrollbars in widget panel
> -Added option to enable/disable key repetitions for ASCII keyboard for
> sensekey
> -Moved configuration options for editor to a new tab to make space for
> new options
> -New Ctrl+G action to find next
> -Francois Pinot's code for lissajous and poincare displays for the scope
> widget
> 
> Fixed:
> -Fixed running path. Csound now runs from the directory of the csd, so
> relative paths work properly.
> -FLTK and virtual keyboard are now working properly inside QuteCsound
> (but cause problems with copy/paste on Windows-see above)
> -0dbfs help entry shown when Shift+F1 is pressed over it.
> -Fixed crashing when reload file is used and only one tab is open.
> -Internal examples no longer show up on Recent Files menu.
> -No more ask about saving file when switching out of a modified tab.
> -Improved code viewer (no double lines, better line connection)
> -Fixed positioning of new widget in widget panel
> -Button widget now stores a string value, which allows API to read
> values directly from it (avoiding precedence issues with LineEdit
> widget)
> -Find/replace dialog is now not modal and focus sets to the find textedit
> -Make sure the console scrolls to the end of text on stop
> -Ignore click on the frames version of the manual, to avoid going to a
> blank page
> -Environment variables now work correctly as they are passed as
> command line options.
> -Fixed double appending of extension for formats like WAVEX which can
> have multiple ones.
> 
> Internal:
> -A lot of work towards new XML format, which will allow some
> interoperaility with blue, and more widget features including
> randomization and preset storage.
> -Improved CPU usage.
> 
> Complete Changelog:
> Revision 291 - Directory Listing
> Modified Mon Dec 7 17:53:40 2009 UTC (20 hours, 27 minutes ago) by
> mantaraya36
> 
> OPCODEDIR is now set to through the API
> 
> Revision 290 - Directory Listing
> Modified Sat Dec 5 20:07:27 2009 UTC (2 days, 18 hours ago) by
> joachimheintz
> 
> small corrections at studie 2 example
> 
> Revision 289 - Directory Listing
> Modified Fri Dec 4 09:58:04 2009 UTC (4 days, 4 hours ago) by mantaraya36
> 
> Added Pitch Tracker and Binaural Panning examples.
> Fixed command line arguments parsing for OS X
> Made build do a release build
> 
> Revision 288 - Directory Listing
> Modified Thu Dec 3 11:11:11 2009 UTC (5 days, 3 hours ago) by mantaraya36
> 
> Removed command line argument passing for OS X
> 
> Revision 287 - Directory Listing
> Modified Thu Dec 3 06:22:32 2009 UTC (5 days, 7 hours ago) by afillebrown
> 
> Removed CONFIG += debug from src.pro for win32
> 
> Revision 286 - Directory Listing
> Modified Tue Dec 1 08:44:59 2009 UTC (7 days, 5 hours ago) by afillebrown
> 
> Fixed bug in qutecsound::dispatchQueues ...qutecsound::ud was being
> used after being freed in qutecsound::closeEvent (also zeroed pointers
> freed and deleted in qutecsound::closeEvent)
> 
> Revision 285 - Directory Listing
> Modified Tue Dec 1 06:53:58 2009 UTC (7 days, 7 hours ago) by afillebrown
> 
> Fixed names of layout widgets in configdialog.ui to remove compiler
> warnings
> 
> Revision 284 - Directory Listing
> Modified Tue Dec 1 06:26:27 2009 UTC (7 days, 7 hours ago) by afillebrown
> 
> Changed csound api linkage from libcsoundXX.a to csoundXX.dll.5.2, for
> windows builds
> 
> Revision 283 - Directory Listing
> Modified Tue Dec 1 06:21:19 2009 UTC (7 days, 7 hours ago) by afillebrown
> 
> Changed libsndfile linkage to libsndfile-1.dll from Csound directory,
> for windows builds
> 
> Revision 282 - Directory Listing
> Modified Tue Dec 1 06:16:59 2009 UTC (7 days, 8 hours ago) by afillebrown
> 
> Added virtual destructors to ScopeData, LissajouData, and PoincareData
> classes in qutescope.h
> 
> Revision 281 - Directory Listing
> Modified Tue Dec 1 06:13:42 2009 UTC (7 days, 8 hours ago) by afillebrown
> 
> Removed CONFIG -= release from src.pro, for windows builds
> 
> Revision 280 - Directory Listing
> Modified Tue Dec 1 05:58:37 2009 UTC (7 days, 8 hours ago) by afillebrown
> 
> Fixed path to csound.hpp in src.pro, for windows builds
> 
> Revision 279 - Directory Listing
> Modified Mon Nov 30 08:43:55 2009 UTC (8 days, 5 hours ago) by mantaraya36
> 
> Fixed Stockhausen example
> Added internal work for preset support
> Added Align Right and Align Bottom actions.
> Allow loading files with any extension
> 
> Revision 278 - Directory Listing
> Modified Sun Nov 29 11:16:18 2009 UTC (90 minutes, 53 seconds ago) by
> mantaraya36
> 
> Added AlignLeft and AlignTop actions for widgets
> Put back previous behavior of widgets (looks better, but still labels
> which have background disappear when they lose focus...)
> Double-clicking on a widget on edit mode opens the properties
> 
> Revision 277 - Directory Listing
> Modified Sat Nov 28 16:21:40 2009 UTC (20 hours, 25 minutes ago) by
> joachimheintz
> 
> added Stockhausen example
> 
> Revision 276 - Directory Listing
> Modified Thu Nov 26 12:52:11 2009 UTC (2 days, 23 hours ago) by
> mantaraya36
> 
> Fixed disappearing widgets.
> Improved {{ }} strings, not totally fixed.
> Typo in 1.8 Routing example
> 
> Revision 275 - Directory Listing
> Modified Wed Nov 25 12:00:21 2009 UTC (4 days ago) by mantaraya36
> 
> Minor editions to Basics examples
> 
> Revision 274 - Directory Listing
> Modified Wed Nov 25 08:06:31 2009 UTC (4 days, 4 hours ago) by mantaraya36
> 
> Added Basics tutorials by Alexh Hofmann
> 
> Revision 273 - Directory Listing
> Modified Sun Nov 22 11:34:57 2009 UTC (7 days, 1 hour ago) by mantaraya36
> 
> Italian translation by F. Pinot
> 
> Revision 272 - Directory Listing
> Modified Sun Nov 22 11:31:58 2009 UTC (7 days, 1 hour ago) by mantaraya36
> 
> Fixed receipt of values in graph widget when Csound is in different
> language.
> Fixed 0dbfs not calling appropriate manual page. When standing on
> CsOptions text, the Unified csd file page is opened.
> 
> Revision 271 - Directory Listing
> Modified Sat Nov 21 11:09:48 2009 UTC (8 days, 1 hour ago) by mantaraya36
> 
> Bumped version to 0.4.5
> 
> Revision 270 - Directory Listing
> Modified Sat Nov 21 11:02:05 2009 UTC (8 days, 1 hour ago) by mantaraya36
> 
> If "Save changes automatically on run" is not checked in the
> preferences, a temporary file is created an used to run, so the
> original file remains untouched. This is now the default behavior for
> new installations of QuteCsound.
> Fixed crashing when reload file is used and only one tab is open.
> Internal examples no longer show up on Recent Files menu.
> No more ask about saving file when switching out of a modified tab.
> Updated italian translation, thanks to Francesco.
> 
> Revision 269 - Directory Listing
> Modified Mon Nov 16 08:28:37 2009 UTC (13 days, 4 hours ago) by
> mantaraya36
> 
> Improved code viewer (no double lines, better line connection)
> 
> Revision 268 - Directory Listing
> Modified Mon Nov 16 07:35:07 2009 UTC (13 days, 5 hours ago) by
> mantaraya36
> 
> Update final spanish and french translations
> 
> Revision 267 - Directory Listing
> Modified Sat Nov 14 10:13:40 2009 UTC (2 weeks, 1 day ago) by mantaraya36
> 
> Updated translations
> Inspector now goes to item on single click
> Inspector now hides when Dialog opens to avoid problems on OS X.
> 
> Revision 266 - Directory Listing
> Modified Sat Nov 14 09:48:39 2009 UTC (2 weeks, 1 day ago) by mantaraya36
> 
> Added new Boulanger and Kung music examples
> Added mention of Lissajous and Poincare types in Scope example
> Items in the inspector are now organized in categories in collapsable tree
> 
> 
> Revision 265 - Directory Listing
> Modified Fri Nov 13 15:19:56 2009 UTC (2 weeks, 1 day ago) by mantaraya36
> 
> Added icon for inspector
> Inspector now parses ftgen and f statements
> 
> Revision 264 - Directory Listing
> Modified Thu Nov 12 21:57:13 2009 UTC (2 weeks, 2 days ago) by mantaraya36
> 
> Fixes to File to Text example
> 
> Revision 263 - Directory Listing
> Modified Thu Nov 12 21:11:28 2009 UTC (2 weeks, 2 days ago) by mantaraya36
> 
> Added _Pause reserved channel to toggle pausing a Csound performance
> If shortcut is not present on preferences leave it blank
> Fixed positioning of new widget in widget panel
> Fixed location of two examples
> 
> Revision 262 - Directory Listing
> Modified Thu Nov 12 20:11:16 2009 UTC (2 weeks, 2 days ago) by mantaraya36
> 
> Revision 261 - Directory Listing
> Modified Thu Nov 12 17:12:56 2009 UTC (2 weeks, 2 days ago) by mantaraya36
> 
> Added UDO parsing to inspector
> 
> Revision 260 - Directory Listing
> Modified Thu Nov 12 08:25:25 2009 UTC (2 weeks, 3 days ago) by mantaraya36
> 
> Added missing backslash
> 
> Revision 259 - Directory Listing
> Modified Thu Nov 12 08:21:26 2009 UTC (2 weeks, 3 days ago) by mantaraya36
> 
> minor improvements to In C example
> 
> Revision 258 - Directory Listing
> Modified Thu Nov 12 08:13:47 2009 UTC (2 weeks, 3 days ago) by mantaraya36
> 
> Size of message buffer can now be set to no limit, 256 and 1024 in the
> preferences
> If csound is stopped, the message buffer is discarded
> 
> Revision 257 - Directory Listing
> Modified Tue Nov 10 08:04:18 2009 UTC (2 weeks, 5 days ago) by mantaraya36
> 
> Added improvements by Joachim Heintz to In C example
> 
> Revision 256 - Directory Listing
> Modified Mon Nov 9 13:02:13 2009 UTC (2 weeks, 5 days ago) by mantaraya36
> 
> Fixed just intonation example
> 
> Revision 255 - Directory Listing
> Modified Mon Nov 9 12:17:08 2009 UTC (2 weeks, 6 days ago) by mantaraya36
> 
> More work on XML format (Most widgets should now be able to read and
> write the XML format, partially ate least)
> Fixed modified icon when file is loaded (it now shows up as unmodified
> when newly opened)
> 
> 
> Revision 254 - Directory Listing
> Modified Sun Nov 8 08:05:14 2009 UTC (3 weeks ago) by mantaraya36
> 
> Removed "unsafe" text from FLTK option, as it appears to be working fine
> Inspector now updates automatically
> Fixe crashing when changing tabs
> Less debug text
> 
> Revision 253 - Directory Listing
> Modified Sun Nov 8 08:02:40 2009 UTC (3 weeks ago) by mantaraya36
> 
> Fixed Riley In C example
> 
> Revision 252 - Directory Listing
> Modified Fri Nov 6 11:58:21 2009 UTC (3 weeks, 2 days ago) by mantaraya36
> 
> Added new inspector panel which allows to jump to instrument definitions
> quickly
> Removed unnecessary spaces from autocomplete
> 
> Revision 251 - Directory Listing
> Modified Thu Nov 5 21:54:29 2009 UTC (3 weeks, 2 days ago) by mantaraya36
> 
> Added Just intonation example
> Some work in getting the Riley In C piece to work
> 
> Revision 250 - Directory Listing
> Modified Thu Nov 5 19:40:48 2009 UTC (3 weeks, 2 days ago) by mantaraya36
> 
> Added some locks in the Curve class to protect data. Probably not
> necessary...
> Made label highlighter act before strings to avoid label highlight
> inside strings.
> Fixed some memory cleaning up.
> Fixed running path. Csound now runs from the directory of the csd, so
> relative paths work properly.
> 
> Revision 249 - Directory Listing
> Modified Sun Nov 1 22:19:56 2009 UTC (3 weeks, 6 days ago) by mantaraya36
> 
> More work on XML format
> 
> Revision 248 - Directory Listing
> Modified Sat Oct 31 11:15:50 2009 UTC (4 weeks, 1 day ago) by mantaraya36
> 
> Added Riley In C example
> Several small fixes
> 
> Revision 247 - Directory Listing
> Modified Fri Oct 30 08:24:23 2009 UTC (4 weeks, 2 days ago) by mantaraya36
> 
> A little more work on XML format
> Reorganization of examples menu. Added John Chowning's Stria
> Fixed regression: crashing when creating a widget
> Last used directory is not set to internal examples directory,
> avoiding strange warning
> 
> Revision 246 - Directory Listing
> Modified Thu Oct 29 22:34:52 2009 UTC (4 weeks, 2 days ago) by
> joachimheintz
> 
> Examples Menu changed
> 
> Revision 245 - Directory Listing
> Modified Thu Oct 29 08:39:25 2009 UTC (4 weeks, 3 days ago) by mantaraya36
> 
> Added option to enable/disable scrollbars in widget panel
> Added option to enable/disable key repetitions for ASCII keyboard for
> sensekey
> Moved configuration options for editor to a new tab to make space for
> new options
> less debugging messages.
> Button widget now stores a string value, which allows API to read
> values directly from it (avoiding precedence issues with LineEdit
> widget)
> Since FLTK appears to be working properly, default now runs FLTK csds
> inside QuteCsound
> Made Properties dialog for widgets stay always on top, to avoid problems
> on OS X
> 
> Revision 244 - Directory Listing
> Modified Tue Oct 27 21:34:35 2009 UTC (4 weeks, 4 days ago) by mantaraya36
> 
> Improved CPU usage.
> 
> Revision 243 - Directory Listing
> Modified Tue Oct 27 08:47:54 2009 UTC (4 weeks, 5 days ago) by mantaraya36
> 
> Made most widgets not accept focus to pass keyboard events to
> QuteCsound and to avoid redrawing problem on linux
> Scroll bars in widget panel can now be removed/added
> Fixed score event regression
> Made _Play reserved channel activate the play button
> Added _Render to reserved channels example
> 
> 
> Revision 242 - Directory Listing
> Modified Sun Oct 25 23:12:22 2009 UTC (4 weeks, 6 days ago) by mantaraya36
> 
> Added new "_Render" reserved channel which instead of play, renders
> offline.
> Started work on new xml format based on the blue format (a lot of
> debugging text for now...)
> New check for message buffer size, to avoid overloading. Only 256
> messages can be stored in the message queue.
> 
> Revision 241 - Directory Listing
> Modified Fri Oct 23 07:15:14 2009 UTC (5 weeks, 2 days ago) by mantaraya36
> 
> Made splash window not always on top to avoid problems.
> Fixed typo in string and opening of file in external player thanks to
> report from francibal
> Added new Score Tricks example
> 
> Revision 240 - Directory Listing
> Modified Wed Oct 21 20:57:01 2009 UTC (5 weeks, 3 days ago) by mantaraya36
> 
> Improved find/replace functionality thanks to Lou Cohen:
> -New ctrl+G menu item and action to find next
> -Find/replace dialog is now not modal and focus sets to the find textedit
> -String queries for search replace and case sensitiveness are retained.
> 
> Revision 239 - Directory Listing
> Modified Tue Oct 20 19:44:04 2009 UTC (5 weeks, 4 days ago) by mantaraya36
> 
> Added italian Quick Reference and updated italian translation
> Cleaned up csThread code now that it has been confirmed to work
> Fixed stopping when running in the same thread. thanks to Victor Lazzarini
> Fixed loading of Quick Reference in current language
> 
> Revision 238 - Directory Listing
> Modified Tue Oct 20 06:46:12 2009 UTC (5 weeks, 5 days ago) by mantaraya36
> 
> Fixed incorrect usage of CsPerfThread this should greatly increase
> stability and performance (but needs some testing to make sure nothing
> broke)
> Added italian translation. Thanks to francibal
> 
> Revision 237 - Directory Listing
> Modified Sun Oct 18 19:28:16 2009 UTC (5 weeks, 6 days ago) by mantaraya36
> 
> Added italian translation
> Updated all translations
> 
> Revision 236 - Directory Listing
> Modified Sun Oct 18 18:58:28 2009 UTC (5 weeks, 6 days ago) by mantaraya36
> 
> Hopefully fixed threading issues
> Made the Quick Reference Pdf be a true temporary file with unique name
> Some code cleanup. Removed QUTE_USE_CSOUNDPERFORMANCETHREAD macro to
> remove creation of thread without the CsoundPerformanceThread class
> 
> Revision 235 - Directory Listing
> Modified Sat Oct 17 06:39:34 2009 UTC (6 weeks, 1 day ago) by mantaraya36
> 
> Fixed source release to include docs, which are needed for building
> 
> Revision 234 - Directory Listing
> Modified Fri Oct 16 12:24:12 2009 UTC (6 weeks, 2 days ago) by mantaraya36
> 
> Scroll to end of console text when running in the same thread
> Added temporary debugging messages
> 
> Revision 233 - Directory Listing
> Modified Wed Oct 14 14:46:55 2009 UTC (6 weeks, 3 days ago) by mantaraya36
> 
> Added Francois Pinot's code for lissajous and poincare displays for
> the scope widget
> Don't do anything if the frames version link in the manual is clicked
> Remember active tab from previous session
> Make sure the console scrolls to the end of text on stop
> 
> Revision 232 - Directory Listing
> Modified Sun Oct 11 20:21:32 2009 UTC (6 weeks, 6 days ago) by mantaraya36
> 
> Ignore click on the frames version of the manual, to avoid going to a
> blank page
> Accept CSD and other combinations of case in the extension of the filename
> 
> Revision 231 - Directory Listing
> Modified Tue Oct 6 11:32:35 2009 UTC (7 weeks, 5 days ago) by mantaraya36
> 
> Updated french translation thanks to Francois Pinot. Updated all
> translations to include new strings in sources
> Fixed default csd text box not persistent.
> Environment variables now work correctly as they are passed as command
> line options (Only OPCODEDIR will not work when using the API).
> if SFDIR varible is not active, the output file is created in the csd
> directory, instead of the QuteCsound app directory.
> When asking for render filename, the last file used is selected by
> default if the output filename is active in the configuration.
> Fixed double appending of extension for formats like WAVEX which can
> have multiple ones.
> 
> 
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
> 

-- 
View this message in context: http://old.nabble.com/-ANN--QuteCsound-0.4.5-released-tp26694844p26748940.html
Sent from the Csound - General mailing list archive at Nabble.com.



Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"