rorywalsh / cabbage

Framework for developing audio plugins with the Csound programming language.
http://cabbageaudio.com
GNU General Public License v3.0
503 stars 35 forks source link

Cabbage widget to show Csound console messages #147

Closed gogins closed 4 months ago

gogins commented 5 months ago

I am requesting an addition to Cabbage, namely a new GUI widget that displays an automatically scrolling log of Csound's console message.

rorywalsh commented 5 months ago

What you're looking for is the csoundoutput widget.

gogins commented 5 months ago

Did not know about that one either, thanks!

On Thu, Feb 8, 2024, 16:13 Rory Walsh @.***> wrote:

What you're looking for is the csoundoutput https://cabbageaudio.com/docs/csound_output/ widget.

— Reply to this email directly, view it on GitHub https://github.com/rorywalsh/cabbage/issues/147#issuecomment-1934461906, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABQIGJO2MR52GWPWSOUNMP3YST2SBAVCNFSM6AAAAABC737HQKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMZUGQ3DCOJQGY . You are receiving this because you authored the thread.Message ID: @.***>

rorywalsh commented 5 months ago

No problem, I've got you covered 🤣

gogins commented 5 months ago

It works as you say -- except when playing a Reaper piece, sometimes audio from Csound stops and is replaced by a whine.


Michael Gogins Irreducible Productions http://michaelgogins.tumblr.com Michael dot Gogins at gmail dot com

On Thu, Feb 8, 2024 at 6:07 PM Rory Walsh @.***> wrote:

No problem, I've got you covered 🤣

— Reply to this email directly, view it on GitHub https://github.com/rorywalsh/cabbage/issues/147#issuecomment-1934676414, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABQIGJKBDINTKVMNFHLXKYLYSUH4VAVCNFSM6AAAAABC737HQKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMZUGY3TMNBRGQ . You are receiving this because you authored the thread.Message ID: @.***>

rorywalsh commented 5 months ago

A Reaper piece? You mean using a plugin in Reaper? I don't see how the console widget would cause Csound to break? Unless you're pushing huge amounts of messages to the console?

gogins commented 4 months ago

The console widget works fine, I'm sorry I didn't read the documentation fully.