Skip to content

Commit baa8369

Browse files
committed
add new audioguide keywords
1 parent 2fcf229 commit baa8369

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "audioguide-snippets",
33
"main": "./lib/audioguide-snippets",
4-
"version": "2.0.5",
4+
"version": "2.0.6",
55
"description": "AudioGuide Command Snippets",
66
"keywords": [],
77
"activationCommands": {

snippets/audioguide-snippets.cson

+2-1
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,8 @@
412412
413413
# the instr() object has keywords that affect the instrument's behavior and how the instrument is translated into musical notation.
414414
415-
instr('instrTag', temporal_mode=${1:'sus'}, minspeed=${2:0.075}, interval_limit_breakpoints=[${3:}], interval_limit_range_per_sec=${4:None}, polyphony_minspeed=${5:None}, polyphony_max_voices=${6:1}, polyphony_max_range=${7:None}, polyphony_min_range=${8:None}, polyphony_permit_unison=${9:False}, polyphony_max_db_difference=${10:4}, technique_switch_delay_map=[${11:}], clef='${12:G}', key='${13:CM}', dynamics=(${14:'pp', 'p', 'mp', 'mf', 'f', 'ff'})))
415+
instr('instrTag', temporal_mode=${1:'sus'}, minspeed=${2:0.075}, interval_limit_breakpoints=[${3:}], interval_limit_range_per_sec=${4:None},
416+
polyphony_minspeed=${5:None}, polyphony_max_voices=${6:1}, polyphony_max_range=${7:None}, polyphony_min_range=${8:None}, polyphony_permit_unison=${9:False}, polyphony_max_db_difference=${10:4}, technique_switch_delay_map=[${11:}], clef='${12:G}', key='${13:CM}', pitchoverride=${14:None},))
416417
417418
# Cf. docs_v1.7.html
418419
"""

0 commit comments

Comments
 (0)