This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// top-level processor abstraction, defining all our sea-wolf functionality | |
// it doesn't depend on norns | |
PirateRadio { | |
//--------------------- | |
//----- class variables | |
//----- these are global - best used sparsely, as constants etc | |
// the `<` tells SC to create a getter method |