ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

HISE Script

by Levitanus ST3

Tool for better scripting hise inside ST3

Details

Installs

  • Total 89
  • Win 52
  • Mac 30
  • Linux 7
Sep 4 Sep 3 Sep 2 Sep 1 Aug 31 Aug 30 Aug 29 Aug 28 Aug 27 Aug 26 Aug 25 Aug 24 Aug 23 Aug 22 Aug 21 Aug 20 Aug 19 Aug 18 Aug 17 Aug 16 Aug 15 Aug 14 Aug 13 Aug 12 Aug 11 Aug 10 Aug 9 Aug 8 Aug 7 Aug 6 Aug 5 Aug 4 Aug 3 Aug 2 Aug 1 Jul 31 Jul 30 Jul 29 Jul 28 Jul 27 Jul 26 Jul 25 Jul 24 Jul 23 Jul 22
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

HISEScript-Sublime

is a little project trying to integrate HISE (hise.audio, https://github.com/christophhart/HISE) JS API into the Sublime Text

Installation:

  • Via PackageControl. ctrl+shift+p -> install package -> HISE Script
  • mannualy: copy contents of the Repository into the ST Packages folder rename the folder to HISEScript if necessary.

Usage:

  • Read the message about wrong path
  • set the path via changing the settings file (Package Settings > HISEScript > Settings - User) "hise_path": "C:/HISE-master"
  • reload API and make sure error hasn't appear
  • Choose HISEScript syntax in View menu
  • Enjoy and contribute ))

doc

new_syntax

completions

key bindings:

You can also see documentation on method. Paste following string in Your key-bindings:

{"keys": ["ctrl+alt+d"], "command": "hise_show_doc"}

settings:

has to be placed to the setting file, opened via package menu.

HISE source folder to parse available classes

"hise_path": "C:/HISE-master"

Optionally suppress completions from sublime-completion files

"hise_supress_completions": false

version history

28.11.2018

added:

  • namespaces
  • locals
  • snippets:
    • callbacks mandatory
    • callback of control
    • include
  • setting "hise_supress_completions": false
  • Math, Array, String objects now parsed from source

changed:

  • Now syntax is copy of standard Javascript with additions to native scopes, not just added scopes.