Csound CSD Python Package v0.0.2 alpha

What can you do with CSD?  Auto-align your scores, replace repeated pfield
values with the carry preprocessor (.), swap pfield columns, write your own
custom scripts using the csd python package, arpeggiate data into your
pfields, etc…  Here is the latest version of the CSD processing utilities
I’ve been developing in Python:

http://www.thumbuki.com/csound/files/mailinglist/csd_v0.0.2alpha.zip

Don’t want to mess with an alpha release, but are still curious as what it
does and what it works? Here’s the online docs:

http://www.thumbuki.com/csound/files/mailinglist/csd_docs/index.html

I’m looking to go beta by the end of the month.  By then, I should have an
easy installer ready, and a more official location on the web rather than
just some random folder at my website.

Best,
Jake

Announcement: pvs AU/VST plugins

Dear Csounders,

I am in the process of creating a suite of vst/au plugins using maxmsp
(with pluggo) and csound~.

So far I have made a spectral warper, kind of similar to the GRM tools
plugin and an FFT EQ. My aim is to make use of most of the pvs opcodes
to create a suit of FFT effects for realtime manipulation.

If anyone is interested to give these a go and/or wants to share
his/her feedback I would be very happy to send the plugins by email.

At the moment these are mac osx only (I don’t have a windows machine
to build them for windows) and only require the installation of the
latest csound 5.10 (float samples) + pluggo runtime. Screenshots
attached…

Many Thanks
Peiman

Picture 1.png

Picture 2.png

QuteCsound 0.4

Hi all,

(And apologies for cross posting)

I’m pleased to announce QuteCsound version 0.4. This version
incorporates new features and bug fixes arising from the 3 previous
Release Candidate releases.

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

QuteCsound 0.4 has been tested on Windows, OS X, Linux and Solaris,
and it is free software released under the GPL.

You can get it here:
http://sourceforge.net/project/showfiles.php?group_id=227265&package_id=275156&release_id=664354

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

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

Thanks very much to all the people (particularly Joachim Heintz), who
have provided great feedback and ideas to improve QuteCsound. Also a
big thanks to Andy Fillebrown for the fixes for Windows and for
preparing the Windows installers.

Enjoy!
Andrés

Changes from version 0.4RC2:

New:
– Added “_Browse” channel for value buttons, which open a browse file
dialog and send the selected file name to any widget with the same
channel which can receive strings, like LineEdit. Added this feature
to the reserved channels example.
– New tutorials and example files, with clearer names. The examples
can now be run directly WITHOUT saving, which is very handy especially
for testing audio IO.
– Console text font color can now be changed
– Added a close tab button on the right corner of the tabs panel.
– Modified execute code for Windows (for external utilities and terminal)
– Added option to enable/disable line wrap
– Added clear option to console context menus
– MacCsound output filename is now parsed and added to the options
– Added new FM and additive examples

Fixed:
– Improved stability
– Files with extensions different to csd, orc and sco can now be opened
– External programs and terminal are now launched correctly on all platforms
– Fixed storing changes in widget panel when tab changes
– Graph widget now displays graphs generated by ftgen
– Widget values are now properly sent for the first control period
– Files now open properly on OS X when double clicked from the Finder
– Fixed problem when buffering messages
– Fixed problems with filenames with spaces when rendering or opening
in external programs
– MacCsound sections are only created if save Widgets preference is set
– New default file more consistent with current state.
– Files are now not marked as modified when changing tabs
– Fixed path of Manual for newer versions
– Fixed resizing and moving widget edit frames when changed from the
properties dialog