Questions tagged [cabbage]

Cabbage is a simple add-on on top of ExUnit which provides compile time translation of .feature files written in Gherkin to ExUnit tests.

Cabbage is a simple add-on on top of ExUnit which provides compile time translation of .feature files written in Gherkin to ExUnit tests.

3 questions
3
votes
1 answer

Isolating scenarios in Cabbage

I am automating acceptance tests defined in a specification written in Gherkin using Elixir. One way to do this is an ExUnit addon called Cabbage. Now ExUnit seems to provide a setup hook which runs before any single test and a setup_all hook, which…
aef
  • 4,498
  • 7
  • 26
  • 44
0
votes
1 answer

Is midipolyaftertouch broken in csound?

I'm not having much luck with the midipolyaftertouch opcode. Basically kPea init 0.1 midipolyaftertouch kPea, 1, 0.1, 0.9 printk2 kPea does not actually respond to polyphonic aftertouch messages. On the other hand, a manually coded rough…
Fizz
  • 4,782
  • 1
  • 24
  • 51
0
votes
1 answer

Is there a way to log printk's somewhere from cabbage plugins inside DAWs?

Is there a way to log the printk's from a Cabbage plugin somewhere when it's running inside a DAW? Unlike the classic CsoundVST, with Cabbage you don't get a default log window in the plugin itself, but only in its Cabbage host (the Cabbage "IDE" if…
Fizz
  • 4,782
  • 1
  • 24
  • 51