Skip to content

Utility functions for scope, meter, etc. #35

@julianrubisch

Description

@julianrubisch

I don't know if this project takes pull requests, but I've written myself some simple utility functions that could be handy for others too:

(defun jr/sclang-nodetree ()
  "Open scsynth nodeTree."
  (interactive)
  (sclang-eval-string "s.plotTree;"))

(defun jr/sclang-meter ()
  "Open scsynth meter."
  (interactive)
  (sclang-eval-string "s.meter;"))

(defun jr/sclang-scope ()
  "Open scsynth scope."
  (interactive)
  (sclang-eval-string "s.scope;"))

(defun jr/sclang-freqscope ()
  "Open scsynth freqscope."
  (interactive)
  (sclang-eval-string "FreqScope.new;"))

Let me know if that is of interest...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions