1. Version 0.9.8.1 Released

    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 …

    Tagged as : release
  2. Version 0.9.0 Released

    To coincide with Csound's release of version 6.04, I'm releasing CsoundQt version 0.9.0.

    CsoundQt Debugger screenshot

    This version includes:

    • A new virtual MIDI keyboard
    • Visual display of matching (or unmatching) parenthesis
    • Correct highlighting of type marks for functional opcodes (e.g. oscil:a)
    • Put back status bar
    • Added template list …
    Tagged as : release
  3. Virtual MIDI Keyboard

    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 …

    Tagged as : feature
  4. Version 0.8.3 Released

    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.

    CsoundQt 0.8.3

    Other changes include:

    • Added hover window in parameter mode showing …
    Tagged as : release
  5. Csound Debugger (Part II)

    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 …

    Tagged as : feature
  6. Nicer FFT display

    FFT displays in graph widgets (using the dispfft opcode in Csound) now look much nicer:

    FFT display

    Next on the list is allowing display of the frequency axis on a logarithmic scale.

    Tagged as : feature
  7. Version 0.8.2 Released

    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 …

    Tagged as : release
  8. Csound Debugger

    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 …

    Tagged as : feature
  9. New green theme

    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.

    CsoundQt Green theme
    Tagged as : feature
  10. MIDI Learn functionality

    I have added MIDI learn functionality to CsoundQt. To use it:

    1. open the MIDI learn window from the view menu
    2. Select a widget (You need to be in Edit mode in the widget panel)
    3. Move your MIDI controller
    4. Enjoy

    That should be it. As usual, please report any issues or …

    Tagged as : feature
  11. MIDI I/O issues fixed

    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 …

    Tagged as : bugfix