File: errors.pd_lua

package info (click to toggle)
pd-lua 0.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 656 kB
  • ctags: 265
  • sloc: ansic: 1,504; makefile: 314
file content (7 lines) | stat: -rw-r--r-- 198 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
-- no methods, deliberately: test the error reporting!
local errors = pd.Class:new():register("errors")
function errors:initialize(sel, atoms)
  self.inlets = 4
  self.outlets = 0
  return true
end