File: __init__.pyi

package info (click to toggle)
bespokesynth 1.3.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 44,592 kB
  • sloc: cpp: 117,136; ansic: 18,752; python: 593; xml: 74; makefile: 4
file content (15 lines) | stat: -rw-r--r-- 254 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
from __future__ import annotations

def get(path) -> vstplugin:
   pass

class vstplugin:
   def send_cc(this, ctl, value, channel):
      pass

   def send_program_change(this, program, channel):
      pass

   def send_data(this, a, b, c):
      pass