FoscStopGroup

Returns a FoscStopGroup.


Description

End a group.


Attributes Summary

Instance Properties

persistent Is true.
spannerStart Is true.

Instance Methods: Special Methods

asCompileString !!!TODO


Instance Properties


persistent

Is true.

  1. Example

    a = FoscStopGroup();
    a.persistent.postln;
    true


spannerStart

Is true.

  1. Example

    a = FoscStopGroup();
    a.spannerStop.postln;
    true


Instance Methods: Special Methods


asCompileString

!!!TODO

Gets interpreter representation.