-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
label
widgets not rendering in Rack export
#7
Comments
I re-built Cabbage today from commit rorywalsh/cabbage@203b2ca in the label_test.csd<Cabbage>
form caption("CabbageModule") size(100, 380), colour(255, 255, 255), pluginid("def1")
screw bounds(5, 10, 15, 15)
screw bounds(80, 10, 15, 15)
screw bounds(5, 360, 15, 15)
screw bounds(80, 360, 15, 15)
cvinput bounds(34, 60, 30, 30), channel("cvInput1")
label bounds(0, 90, 100, 12), fontColour(0,0,0) text("Input")
cvoutput bounds(34, 300, 30, 30), channel("cvOutput1")
label bounds(0, 330, 100, 12), fontColour(0,0,0) text("Output")
rslider bounds(0, 150, 100, 100), channel("gain"), text("Gain"), textColour(0, 0, 0, 255), range(0, 1, 0, 1, 0.01)
light bounds(45, 250, 10, 10), channel("light1")
</Cabbage>
<CsoundSynthesizer>
<CsOptions>
-n -d
</CsOptions>
<CsInstruments>
; Initialize the global variables.
ksmps = 32
nchnls = 2
0dbfs = 1
</CsInstruments>
<CsScore>
</CsScore>
</CsoundSynthesizer> In case it is useful, here is the Rack terminal output when I instantiate the Rack terminal output
|
I was referring to the latest CabbageRack source code. I will check what version of Rack I'm using when I'm next at my Linux machine.. |
Out of curiosity, does the |
It's just grabbing a the latest release. I had a CI build set up for this, but it proved to be a nightmare to maintain. Btw, the cmake branch will probably be merged back into the develop branch at some point this week. I'm more or less done with testing now. |
When exporting the "hello world" example, the
label
widgets don't seem to render in the Rack UI:The text was updated successfully, but these errors were encountered: