CsoundQt has a new documentation! Check it out at
https://csoundqt.github.io/doc/
Feedback is welcome for further improvements!
CsoundQt has a new documentation! Check it out at
https://csoundqt.github.io/doc/
Feedback is welcome for further improvements!
After a long break and lots of development a new release of CsoundQt is out!
https://github.com/CsoundQt/CsoundQt/releases/tag/v1.1.1
Version 1.1.1 is a major release, it follows 0.9.8 (due several reasons version numbers in between are skipped).
Please note that …
Version 0.9.8 is a major release, with multiple changes. Author of most of the improvements is Edoardo Mogillansky. Greatest thanks!
There is an update with some fixes, v0.9.8.1, see the list of fixes below, that is meant for the final use.
The source and binaries …
The source code and binaries can be downloaded from: https://github.com/CsoundQt/CsoundQt/releases/tag/0.9.6
version 0.9.6 introduces HTML support on all supported platforms, enables exporting widgets to QML code (to be used with CsoundRemote) and fixes a number of bugs.
See release notes …
The source code can be downloaded from: https://github.com/CsoundQt/CsoundQt/releases/tag/0.9.2.2
Version 0.9.2.2 is a bug-fix release.
New descriptions at the Documentation site
CsoundQt sources and website moved.
To coincide with Csound's release of version 6.04, I'm releasing CsoundQt version 0.9.0.
This version includes:
CsoundQt has a new virtual MIDI keyboard. It was long overdue, as the FLTK MIDI keyboard provided by Csound had constant issues because FLTK was clashing with Qt. The keyboard is written using QML, and because of this lays the basis for adding a Virtual Keyboard widget that you could …
I'm happy to announce the release of version 0.8.3. This release includes many fixes and changes, in particular the addition of the debugger front-end as default now that Csound 6.03 has been released which includes debugging capabilites.
Other changes include:
- Added hover window in parameter mode showing …
The debugger is now much closer to being function, with skip functionality, printing of current variable values, and showing the current active instrument list.
Testing is welcome, but you will need to build both Csound and CsoundQt from source (using -DBUILD_DEBUGGER=1 for cmake on Csound and CONFIG+=debugger for …
FFT displays in graph widgets (using the dispfft opcode in Csound) now look much nicer:
Next on the list is allowing display of the frequency axis on a logarithmic scale.
I'm happy to announce the release of version 0.8.2. This release includes many fixes and changes, in particular a new MIDI handling mechanism which solves some serious crashing issues on OS X, and MIDI learn functionality. If you are feeling adventurous, you can also try the new proof …
With some new experimental additions to Csound, I have added the initial proof of concept of what will hopefully become a powerful debugger for the Csound language. Like with regular debuggers, you will be able to set breakpoints (both for line number and instrument instances) and pause running of the …
I've been playing around with Qt's styling mechanism, and have implemented a new green look for CsoundQt. I'm not entirely happy yet with some of the details, but hopefully things will look great for the 0.9 release.
I have added MIDI learn functionality to CsoundQt. To use it:
That should be it. As usual, please report any issues or …
After the near mutiny in the Csound conference, I have worked on implementing a mechanism to handle MIDI internally rather than relying on Csound's RT MIDI modules. Initial reports suggest that things are now working as they should, although there are still a few minor issues if you want to …
New website launched